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