#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 35 of file vtkStructuredVisibilityConstraint.h.
|
Reimplemented from vtkObject. Definition at line 40 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 103 of file vtkStructuredVisibilityConstraint.h. References vtkUnsignedCharArray::GetValue(), and VisibilityById. |
|
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 111 of file vtkStructuredVisibilityConstraint.h. References vtkDataArray::Allocate(), vtkUnsignedCharArray::New(), NumberOfIds, vtkUnsignedCharArray::SetValue(), and VisibilityById. |
|
Sets the visibility flag of the given point/cell on. Definition at line 128 of file vtkStructuredVisibilityConstraint.h. References vtkUnsignedCharArray::SetValue(), and VisibilityById. |
|
Get the dimensions used to initialize the object. |
|
Sets the visibility flag of the given point/cell on. |
|
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 139 of file vtkStructuredVisibilityConstraint.h. References Dimensions, Initialized, and NumberOfIds. |
|
Set/Get the array used to store the visibility flags. |
|
Set the dimensions and set the Initialized flag to 1. Once an object is initialized, it's dimensions can not be changed anymore. |
|
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 79 of file vtkStructuredVisibilityConstraint.h. |
|
Definition at line 89 of file vtkStructuredVisibilityConstraint.h. Referenced by Blank(), IsVisible(), and UnBlank(). |
|
Definition at line 90 of file vtkStructuredVisibilityConstraint.h. Referenced by Initialize(). |
|
Definition at line 91 of file vtkStructuredVisibilityConstraint.h. Referenced by Blank(), and Initialize(). |
|
Definition at line 92 of file vtkStructuredVisibilityConstraint.h. Referenced by Initialize(). |