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

inputData_vtkPolyData

name: inputData_vtkPolyData, type: MLBase

inputData_vtkClippingPlane

name: inputData_vtkClippingPlane, type: MLBase

Output Fields

outVTKPolyDataMapper

name: outVTKPolyDataMapper, type: MLBase

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

Piece

name: piece, type: Integer, default: 0

Number Of Pieces

name: numberOfPieces, type: Integer, default: 1

Number Of Sub Pieces

name: numberOfSubPieces, type: Integer, default: 1

Ghost Level

name: ghostLevel, type: Integer, default: 0

Scalar Visibility

name: scalarVisibility, type: Bool, default: TRUE

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

Resolve Coincident Topology

name: resolveCoincidentTopology, type: Enum, default: Default

Values:

Title Name
Default Default
Off Off
Polygon Offset PolygonOffset
Shift ZBuffer ShiftZBuffer

Resolve Coincident Topology Value

name: resolveCoincidentTopologyValue, type: Double, default: 0

Render Time

name: renderTime, type: Double, default: 0

Scalar Range

name: scalarRange, type: Vector2, default: 0 1

Auto Apply

name: autoApply, type: Bool, default: TRUE

Apply

name: apply, type: Trigger