VTK
|
Public structure used by filters to move around the hyper tree grid and easily access neighbors to leaves. More...
#include <vtkHyperTreeGrid.h>
Public Member Functions | |
vtkHyperTreeSimpleCursor * | GetCursor (int) |
Public Attributes | |
double | Origin [3] |
double | Size [3] |
int | NumberOfCursors |
int | MiddleCursorId |
vtkHyperTreeSimpleCursor | Cursors [3 *3 *3] |
Public structure used by filters to move around the hyper tree grid and easily access neighbors to leaves.
The super cursor is 'const'. Methods in vtkHyperTreeGrid initialize and compute children for moving toward leaves.
Definition at line 637 of file vtkHyperTreeGrid.h.
vtkHyperTreeSimpleCursor* vtkHyperTreeGrid::vtkHyperTreeGridSuperCursor::GetCursor | ( | int | ) |
double vtkHyperTreeGrid::vtkHyperTreeGridSuperCursor::Origin[3] |
Definition at line 639 of file vtkHyperTreeGrid.h.
double vtkHyperTreeGrid::vtkHyperTreeGridSuperCursor::Size[3] |
Definition at line 640 of file vtkHyperTreeGrid.h.
int vtkHyperTreeGrid::vtkHyperTreeGridSuperCursor::NumberOfCursors |
Definition at line 641 of file vtkHyperTreeGrid.h.
int vtkHyperTreeGrid::vtkHyperTreeGridSuperCursor::MiddleCursorId |
Definition at line 642 of file vtkHyperTreeGrid.h.
vtkHyperTreeSimpleCursor vtkHyperTreeGrid::vtkHyperTreeGridSuperCursor::Cursors[3 *3 *3] |
Definition at line 643 of file vtkHyperTreeGrid.h.