VTKDefaultObject

MLModule
genre VTKAdapters
author MeVis Medical Solutions AG
package MeVisLab/VTK
dll MLVTKAdapters
definition MLVTKAdapters.def
keywords default, 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.

Windows

Default Panel

../../../Modules/ML/MLVTKAdapters/mhelp/Images/Screenshots/VTKDefaultObject._default.png

Output Fields

outputvtkObject

name: outputvtkObject, type: MLBase

Provides the default instance of the vtk object selected in Object Type. If “No Object” is selected then NULL is set.

Parameter Fields

Visible Fields

Object Type

name: objectType, type: Enum, default: vtkPolyData

Allows the selection of the object types which can be provided at the module output. If “No Object” is selected the output is set to NULL.