VTK
|
#include <vtkHyperTreeGrid.h>
Public Member Functions | |
vtkHyperTreeSimpleCursor () | |
void | Clear () |
void | Initialize (vtkHyperTreeGrid *, vtkIdType, int[3]) |
void | ToRoot () |
void | ToChild (int) |
bool | IsLeaf () |
vtkHyperTree * | GetTree () |
vtkIdType | GetLeafIndex () |
vtkIdType | GetGlobalNodeIndex () |
unsigned short | GetLevel () |
Definition at line 423 of file vtkHyperTreeGrid.h.
void vtkHyperTreeGrid::vtkHyperTreeSimpleCursor::Initialize | ( | vtkHyperTreeGrid * | , |
vtkIdType | , | ||
int | [3] | ||
) |
Definition at line 433 of file vtkHyperTreeGrid.h.
Definition at line 434 of file vtkHyperTreeGrid.h.
unsigned short vtkHyperTreeGrid::vtkHyperTreeSimpleCursor::GetLevel | ( | ) | [inline] |
Definition at line 436 of file vtkHyperTreeGrid.h.