MeVisLab Scripting Reference
Modules
Here is a list of all modules:
 FieldsFields encapsulate the parameters of an MLABModule. See the base class MLABField for a general overview of fields
 ScriptingScripting 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 ControlsThe 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 ControlsThe 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 NetworksMLAB organizes MLABModule derived instances in persistent MLABNetwork objects. Modules' parameters are available as MLABField objects
 Graphics ViewClasses that are related to the MDL Graphics View
 MATE ScriptingThe MATE scripting interface classes
 Job SchedulerThis is a scripting extensions for control of a batch job scheduler, accessible through the MLABJobSchedulerClient