#include <vtkStructuredVisibilityConstraint.h>
Inheritance diagram for vtkStructuredVisibilityConstraint:
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.
Definition at line 45 of file vtkStructuredVisibilityConstraint.h.
|
Reimplemented from vtkObject. Definition at line 50 of file vtkStructuredVisibilityConstraint.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
Reimplemented from vtkObject. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkObject. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkObject. |
|
Reimplemented from vtkObject. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkObject. |
|
Returns 1 is the point/cell is visible, 0 otherwise. Definition at line 113 of file vtkStructuredVisibilityConstraint.h. References vtkUnsignedCharArray::GetValue(), and vtkIdType. |
|
Sets the visibility flag of the given point/cell off. The first time blank is called, a new visibility array is created if it doesn't exist. Definition at line 121 of file vtkStructuredVisibilityConstraint.h. References vtkDataArray::Allocate(), vtkUnsignedCharArray::New(), vtkUnsignedCharArray::SetValue(), and vtkIdType. |
|
Sets the visibility flag of the given point/cell on. Definition at line 138 of file vtkStructuredVisibilityConstraint.h. References vtkUnsignedCharArray::SetValue(), and vtkIdType. |
|
Get the dimensions used to initialize the object. |
|
Get the dimensions used to initialize the object. |
|
Set the dimensions and set the Initialized flag to 1. Once an object is initialized, it's dimensions can not be changed anymore. Definition at line 149 of file vtkStructuredVisibilityConstraint.h. References Dimensions, Initialized, and NumberOfIds. |
|
Set/Get the array used to store the visibility flags. |
|
Set/Get the array used to store the visibility flags. |
|
Copies the dimensions, the visibility array pointer and the initialized flag. |
|
Copies the dimensions, the visibility array and the initialized flag. |
|
Returns 0 if there is no visibility array (all cells/points are visibile), 0 otherwise. Definition at line 89 of file vtkStructuredVisibilityConstraint.h. |
|
Definition at line 99 of file vtkStructuredVisibilityConstraint.h. |
|
Definition at line 100 of file vtkStructuredVisibilityConstraint.h. Referenced by Initialize(). |
|
Definition at line 101 of file vtkStructuredVisibilityConstraint.h. Referenced by Initialize(). |
|
Definition at line 102 of file vtkStructuredVisibilityConstraint.h. Referenced by Initialize(). |