|
VTK
9.0.1
|
An iterator object to iteratively access trees in the grid. More...
#include <vtkHyperTreeGrid.h>
Public Member Functions | |
| vtkHyperTreeGridIterator () | |
| void | Initialize (vtkHyperTreeGrid *) |
| Initialize the iterator on the tree set of the given grid. 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, vtkSmartPointer< vtkHyperTree > >::iterator | Iterator |
| vtkHyperTreeGrid * | Grid |
An iterator object to iteratively access trees in the grid.
Definition at line 651 of file vtkHyperTreeGrid.h.
|
inline |
Definition at line 654 of file vtkHyperTreeGrid.h.
| void vtkHyperTreeGrid::vtkHyperTreeGridIterator::Initialize | ( | vtkHyperTreeGrid * | ) |
Initialize the iterator on the tree set of the given grid.
| vtkHyperTree* vtkHyperTreeGrid::vtkHyperTreeGridIterator::GetNextTree | ( | vtkIdType & | index | ) |
Get the next tree and set its index then increment the iterator.
Returns 0 at the end.
| vtkHyperTree* vtkHyperTreeGrid::vtkHyperTreeGridIterator::GetNextTree | ( | ) |
Get the next tree and set its index then increment the iterator.
Returns 0 at the end.
|
protected |
Definition at line 674 of file vtkHyperTreeGrid.h.
|
protected |
Definition at line 675 of file vtkHyperTreeGrid.h.
1.8.17