VTKDefaultObject¶
-
MLModule
¶ genre VTKAdapters
author MeVis Medical Solutions AG
package MeVisLab/VTK
dll MLVTKAdapters
definition MLVTKAdapters.def keywords default
,instance
,object
,scripting
,working
Purpose¶
This module allows the selection of a vtkObject type which shall be provided at the module output. The provided instance is usually not manipulated by the module itself, thus it can be used in python scripts to work on it. The object is owned by the module and its deleted (and possibly recreated) when Object Type
is modified or the module is (reloaded) or deleted.
Output Fields¶
outputvtkObject¶
-
name:
outputvtkObject
, type:
VTKObjectWrapper(MLBase)
¶ Provides the default instance of the vtk object selected in
Object Type
. If “No Object” is selected then NULL is set.