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 642 of file vtkHyperTreeGrid.h.
vtkHyperTreeSimpleCursor* vtkHyperTreeGrid::vtkHyperTreeGridSuperCursor::GetCursor | ( | int | ) |
double vtkHyperTreeGrid::vtkHyperTreeGridSuperCursor::Origin[3] |
Definition at line 644 of file vtkHyperTreeGrid.h.
double vtkHyperTreeGrid::vtkHyperTreeGridSuperCursor::Size[3] |
Definition at line 645 of file vtkHyperTreeGrid.h.
int vtkHyperTreeGrid::vtkHyperTreeGridSuperCursor::NumberOfCursors |
Definition at line 646 of file vtkHyperTreeGrid.h.
int vtkHyperTreeGrid::vtkHyperTreeGridSuperCursor::MiddleCursorId |
Definition at line 647 of file vtkHyperTreeGrid.h.
vtkHyperTreeSimpleCursor vtkHyperTreeGrid::vtkHyperTreeGridSuperCursor::Cursors[3 *3 *3] |
Definition at line 648 of file vtkHyperTreeGrid.h.