#include <vtkVisibilitySort.h>
Inheritance diagram for vtkVisibilitySort:
vtkVisibilitySort encapsulates a method for depth sorting the cells of a vtkDataSet for a given viewpoint. It should be noted that subclasses are not required to give an absolutely correct sorting. Many types of unstructured grids may have sorting cycles, meaning that there is no possible correct sorting. Some subclasses also only give an approximate sorting in the interest of speed.
Definition at line 55 of file vtkVisibilitySort.h.
|
Reimplemented from vtkObject. Reimplemented in vtkCellCenterDepthSort. Definition at line 58 of file vtkVisibilitySort.h. |
|
Definition at line 114 of file vtkVisibilitySort.h. |
|
|
|
|
|
Reimplemented from vtkObject. Reimplemented in vtkCellCenterDepthSort. |
|
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. Reimplemented in vtkCellCenterDepthSort. |
|
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 in vtkCellCenterDepthSort. |
|
Reimplemented from vtkObject. Reimplemented in vtkCellCenterDepthSort. |
|
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. Reimplemented in vtkCellCenterDepthSort. |
|
To facilitate incremental sorting algorithms, the cells are retrieved in an iteration process. That is, call InitTraversal to start the iteration and call GetNextCells to get the cell IDs in order. However, for efficiencies sake, GetNextCells returns an ordered list of several id's in once call (but not necessarily all). GetNextCells will return NULL once the entire sorted list is output. The vtkIdTypeArray returned from GetNextCells is a cached array, so do not delete it. At the same note, do not expect the array to be valid after subsequent calls to GetNextCells. Implemented in vtkCellCenterDepthSort. |
|
Implemented in vtkCellCenterDepthSort. |
|
Set/Get the maximum number of cells that GetNextCells will return in one invocation. |
|
Set/Get the maximum number of cells that GetNextCells will return in one invocation. |
|
Set/Get the matrix that transforms from object space to world space. Generally, you get this matrix from a call to GetMatrix of a vtkProp3D (vtkActor). |
|
Set/Get the matrix that transforms from object space to world space. Generally, you get this matrix from a call to GetMatrix of a vtkProp3D (vtkActor). |
|
|
|
Set/Get the camera that specifies the viewing parameters. |
|
|
|
Set/Get the data set containing the cells to sort. |
|
Set/Get the data set containing the cells to sort. |
|
Set/Get the sorting direction. Be default, the direction is set to back to front. |
|
Set/Get the sorting direction. Be default, the direction is set to back to front. |
|
Set/Get the sorting direction. Be default, the direction is set to back to front. Definition at line 109 of file vtkVisibilitySort.h. |
|
Set/Get the sorting direction. Be default, the direction is set to back to front. Definition at line 110 of file vtkVisibilitySort.h. |
|
Overwritten to enable garbage collection. Reimplemented from vtkObjectBase. |
|
Overwritten to enable garbage collection. Reimplemented from vtkObjectBase. |
|
Reimplemented from vtkObjectBase. |
|
Definition at line 127 of file vtkVisibilitySort.h. |
|
Definition at line 129 of file vtkVisibilitySort.h. |
|
Definition at line 130 of file vtkVisibilitySort.h. |
|
Definition at line 131 of file vtkVisibilitySort.h. |
|
Definition at line 132 of file vtkVisibilitySort.h. |
|
Definition at line 134 of file vtkVisibilitySort.h. |
|
Definition at line 136 of file vtkVisibilitySort.h. |