#include <vtkHyperOctree.h>

Definition at line 541 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 551 of file vtkHyperOctree.h.
| vtkHyperOctree* vtkHyperOctreeLightWeightCursor::GetTree | ( | ) | [inline] |
Definition at line 552 of file vtkHyperOctree.h.
| unsigned short vtkHyperOctreeLightWeightCursor::GetLevel | ( | ) | [inline] |
Definition at line 553 of file vtkHyperOctree.h.
1.5.6