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