Difference between revisions of "Rave Coding Manual"
From Rave Documentation
(→Things You Don't Need to Know) |
(→Things You Need to Know) |
||
Line 8: | Line 8: | ||
*[[The handles structure]] | *[[The handles structure]] | ||
*[[The udata structure]] | *[[The udata structure]] | ||
+ | *[[Events and Updates]] | ||
==Coding New Workspace Objects== | ==Coding New Workspace Objects== |
Revision as of 19:20, 27 October 2012
Contents
Introduction
This page serves as the table of contents for articles related to coding plugins for Rave. The basic information you need to get started is in the "Things You Need to Know" section below. From there you can go to the "Coding New..." sections for whichever type of plug-in you are interested in. The "Things You Don't Need to Know" section describes how some of Rave's basic capabilities work. If you are just coding plug-ins you shouldn't need this information, but it may be useful for advanced programmers.
Contents
Things You Need to Know
Coding New Workspace Objects
Coding New Optimizers
Coding New Surrogate Models