MeVisLab Scripting Reference
|
Fields | Fields encapsulate the parameters of an MLABModule. See the base class MLABField for a general overview of fields |
Scripting | Scripting is done in the context of an MLABModule (either an MLABInventorModule, MLABMLModule or MLABMacroModule). The context is available as ctx variable in each module's scripting |
GUI Controls | The controls generated from MDL files can be interactively manipulated by using Scripting. The base class MLABWidgetControl offers a number of methods that are available on ALL controls, while individual controls have additional methods |
Common GUI Controls | The controls generated from MDL files can be interactively manipulated by using Scripting. The base class MLABWidgetControl offers a number of methods that are available on ALL controls, while individual controls have additional methods. (These are the most commonly used controls.) |
Modules and Networks | MLAB organizes MLABModule derived instances in persistent MLABNetwork objects. Modules' parameters are available as MLABField objects |
Graphics View | Classes that are related to the MDL Graphics View |
MATE Scripting | The MATE scripting interface classes |
Job Scheduler | This is a scripting extensions for control of a batch job scheduler, accessible through the MLABJobSchedulerClient |