#include <vtkHyperTreeGrid.h>
An iterator object to iteratively access trees in the grid.
Definition at line 683 of file vtkHyperTreeGrid.h.
◆ vtkHyperTreeGridIterator()
| vtkHyperTreeGrid::vtkHyperTreeGridIterator::vtkHyperTreeGridIterator |
( |
| ) |
|
|
default |
◆ Initialize()
| void vtkHyperTreeGrid::vtkHyperTreeGridIterator::Initialize |
( |
vtkHyperTreeGrid * | grid | ) |
|
Initialize the iterator on the tree set of the given grid.
◆ GetNextTree() [1/2]
Get the next tree and set its index then increment the iterator.
Returns nullptr at the end.
◆ GetNextTree() [2/2]
| vtkHyperTree * vtkHyperTreeGrid::vtkHyperTreeGridIterator::GetNextTree |
( |
| ) |
|
Get the next tree and set its index then increment the iterator.
Returns 0 at the end.
◆ Iterator
◆ Grid
The documentation for this class was generated from the following file: