VTKToMLXMarkerList¶
-
MLModule
¶ genre VTKAdapters
author MeVis Medical Solutions AG
package MeVisLab/VTK
dll MLVTKAdapters
definition MLVTKAdapters.def see also SoVTK
,MLToVTKArray
,VTKToMLImage
,MLToVTKImage
,VTKView
,WEMToVTKPolyData
,VTKPolyDataToWEM
,MLToVTKLookupTable
,MLBaseToVTKPolyData
keywords convert
,translate
,points
,base
,object
,xmarkerlist
,vector
,source
,input
Purpose¶
Converts point data from VTK to a XMarkerList. Most VTK modules that generate data that could be interpreted as points can be converted using this module. Examples are vtkConeSource, vtkSplineFilter…
See inputVtkObjectInputWrapper
Usage¶
Connect a VTK object containing points to the input.
Details¶
If the connected VTK module can not be converted to a VTKDataSet or VTKPoints, then the outputs of the module are searched for a compatible type.
Input Fields¶
inputVtkObjectInputWrapper¶
-
name:
inputVtkObjectInputWrapper
, type:
VTKObjectWrapper(MLBase)
¶ Connect a VTK object wrapper that might provide point data in some way. Supported are:
- VTK clases derived from VTKDataSet
- VTK clases derived from VTKPoints
- VTK clases that have outputs derived from the classes mentioned above
Output Fields¶
outputMarkerList¶
-
name:
outputMarkerList
, type:
XMarkerList(MLBase)
¶ The output marker list
For accessing this object via scripting see the Scripting Reference:MLXMarkerListWrapper
.