vtkMaskFields

Section: Visualization Toolkit Graphics Classes

Usage

vtkMaskFields is used to mark which fields in the input dataset get copied to the output. The output will contain only those fields marked as on by the filter.

To create an instance of class vtkMaskFields, simply invoke its constructor as follows

  obj = vtkMaskFields

Methods

The class vtkMaskFields has several methods that can be used. They are listed below. Note that the documentation is translated automatically from the VTK sources, and may not be completely intelligible. When in doubt, consult the VTK website. In the methods listed below, obj is an instance of the vtkMaskFields class.