VTK
|
#include <vtkHyperOctree.h>
Public Member Functions | |
vtkHyperOctreeLightWeightCursor () | |
void | Initialize (vtkHyperOctree *tree) |
void | ToRoot () |
void | ToChild (int child) |
unsigned short | GetIsLeaf () |
int | GetLeafIndex () |
vtkHyperOctree * | GetTree () |
unsigned short | GetLevel () |
Definition at line 542 of file vtkHyperOctree.h.
void vtkHyperOctreeLightWeightCursor::Initialize | ( | vtkHyperOctree * | tree | ) |
void vtkHyperOctreeLightWeightCursor::ToChild | ( | int | child | ) |
unsigned short vtkHyperOctreeLightWeightCursor::GetIsLeaf | ( | ) |
int vtkHyperOctreeLightWeightCursor::GetLeafIndex | ( | ) | [inline] |
Definition at line 550 of file vtkHyperOctree.h.
vtkHyperOctree* vtkHyperOctreeLightWeightCursor::GetTree | ( | ) | [inline] |
Definition at line 551 of file vtkHyperOctree.h.
unsigned short vtkHyperOctreeLightWeightCursor::GetLevel | ( | ) | [inline] |
Definition at line 552 of file vtkHyperOctree.h.