VTKActor

MacroModule
genre VTK
author MeVis Medical Solutions AG
package MeVisLab/VTK
definition VTKActor.def
keywords vtk

Purpose

This module wraps the class vtkActor to make it usable in MeVisLab. See https://vtk.org/doc/nightly/html/classvtkActor.html

Details

  • Integration type = Wrapped VTK class

Tips

See VTK Algorithms in MeVisLab for further information about the VTK-MeVisLab binding.

Input Fields

inVTKPolyDataMapper

name: inVTKPolyDataMapper, type: MLBase

Output Fields

self

name: self, type: SoNode

Parameter Fields

Field Index

Force Render Mode: Enum
Orientation: Vector3
Origin: Vector3
Position: Vector3
Use Bounds: Bool
Visible: Bool

Visible Fields

Force Render Mode

name: forceRenderMode, type: Enum, default: Default

Values:

Title Name
Default Default
Force Opaque ForceOpaque
Force Translucent ForceTranslucent

Visible

name: visible, type: Bool, default: TRUE

Use Bounds

name: useBounds, type: Bool, default: FALSE

Position

name: position, type: Vector3, default: 0 0 0

Origin

name: origin, type: Vector3, default: 0 0 0

Orientation

name: orientation, type: Vector3, default: 0 0 0