VTKPolyDataReader

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

Purpose

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

Details

  • Integration type = Wrapped VTK class

Tips

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

Output Fields

outVTKPolyDataReader

name: outVTKPolyDataReader, type: MLBase

Parameter Fields

Field Index

Auto Load: Bool readAllTCoords: Bool
Close File: Trigger readAllTensors: Bool
File Name: String readAllVectors: Bool
Load File: Trigger Status: String
readAllColorScalars: Bool  
readAllFields: Bool  
readAllNormals: Bool  
readAllScalars: Bool  

Visible Fields

File Name

name: fileName, type: String

Auto Load

name: autoLoad, type: Bool, default: TRUE

Load File

name: load, type: Trigger

Close File

name: close, type: Trigger

Status

name: status, type: String, persistent: no

Hidden Fields

readAllScalars

name: readAllScalars, type: Bool, default: FALSE

readAllVectors

name: readAllVectors, type: Bool, default: FALSE

readAllNormals

name: readAllNormals, type: Bool, default: FALSE

readAllTensors

name: readAllTensors, type: Bool, default: FALSE

readAllColorScalars

name: readAllColorScalars, type: Bool, default: FALSE

readAllTCoords

name: readAllTCoords, type: Bool, default: FALSE

readAllFields

name: readAllFields, type: Bool, default: FALSE