|
VTK
|
#include <vtkHyperTreeGrid.h>
Public Member Functions | |
| vtkHyperTreeIterator () | |
| void | Initialize (vtkHyperTreeGrid *) |
| Initialize the iterator on the tree set of the given HyperTreeGrid. More... | |
| vtkHyperTree * | GetNextTree (vtkIdType &index) |
| Get the next tree and set its index then increment the iterator. More... | |
| vtkHyperTree * | GetNextTree () |
| Get the next tree and set its index then increment the iterator. More... | |
Protected Attributes | |
| std::map< vtkIdType, vtkHyperTree * >::iterator | Iterator |
| vtkHyperTreeGrid * | Tree |
Definition at line 537 of file vtkHyperTreeGrid.h.
|
inline |
Definition at line 540 of file vtkHyperTreeGrid.h.
| void vtkHyperTreeGrid::vtkHyperTreeIterator::Initialize | ( | vtkHyperTreeGrid * | ) |
Initialize the iterator on the tree set of the given HyperTreeGrid.
| vtkHyperTree* vtkHyperTreeGrid::vtkHyperTreeIterator::GetNextTree | ( | vtkIdType & | index | ) |
Get the next tree and set its index then increment the iterator.
Returns 0 at the end.
| vtkHyperTree* vtkHyperTreeGrid::vtkHyperTreeIterator::GetNextTree | ( | ) |
Get the next tree and set its index then increment the iterator.
Returns 0 at the end.
|
protected |
Definition at line 560 of file vtkHyperTreeGrid.h.
|
protected |
Definition at line 561 of file vtkHyperTreeGrid.h.
1.8.9.1