VTKPolyDataMapper¶
-
MacroModule
¶ genre VTK
author MeVis Medical Solutions AG
package MeVisLab/VTK
definition VTKPolyDataMapper.def keywords vtk
Purpose¶
This module wraps the class vtkPolyDataMapper to make it usable in MeVisLab. See https://vtk.org/doc/nightly/html/classvtkPolyDataMapper.html
Details¶
- Integration type = Wrapped VTK class
Tips¶
See VTK Algorithms in MeVisLab
for further information about the VTK-MeVisLab binding.
Input Fields¶
Parameter Fields¶
Field Index¶
Apply : Trigger |
Resolve Coincident Topology : Enum |
Auto Apply : Bool |
Resolve Coincident Topology Value : Double |
Color Mode : Enum |
Scalar Mode : Enum |
Ghost Level : Integer |
Scalar Range : Vector2 |
Number Of Pieces : Integer |
Scalar Visibility : Bool |
Number Of Sub Pieces : Integer |
|
Piece : Integer |
|
Render Time : Double |
Visible Fields¶
Scalar Mode¶
-
name:
scalarMode
, type:
Enum
, default:
Default
¶
Values:
Title | Name |
---|---|
Default | Default |
Use Point Data | UsePointData |
Use Cell Data | UseCellData |
Use Point Field Data | UsePointFieldData |
Use Cell Field Data | UseCellFieldData |
Use Field Data | UseFieldData |
Color Mode¶
-
name:
colorMode
, type:
Enum
, default:
Default
¶
Values:
Title | Name |
---|---|
Default | Default |
Map Scalars | MapScalars |
Direct Scalars | DirectScalars |