vtkStructuredVisibilityConstraint

Section: Visualization Toolkit Common Classes

Usage

vtkStructuredVisibilityConstraint is a general class to manage a list of points/cell marked as invalid or invisible. Currently, it does this by maintaining an unsigned char array associated with points/cells. To conserve memory, this array is allocated only when it is needed (when Blank() is called the first time). Make sure to call Initialize() with the right dimensions before calling any methods that set/get visibility.

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

  obj = vtkStructuredVisibilityConstraint

Methods

The class vtkStructuredVisibilityConstraint 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 vtkStructuredVisibilityConstraint class.