VTK
Public Member Functions | Protected Attributes | List of all members
vtkHyperTreeGrid::vtkHyperTreeGridIterator Class Reference

An iterator object to iteratively access trees in the grid. More...

#include <vtkHyperTreeGrid.h>

Collaboration diagram for vtkHyperTreeGrid::vtkHyperTreeGridIterator:
[legend]

Public Member Functions

 vtkHyperTreeGridIterator ()
 
void Initialize (vtkHyperTreeGrid *)
 Initialize the iterator on the tree set of the given grid. More...
 
vtkHyperTreeGetNextTree (vtkIdType &index)
 Get the next tree and set its index then increment the iterator. More...
 
vtkHyperTreeGetNextTree ()
 Get the next tree and set its index then increment the iterator. More...
 

Protected Attributes

std::map< vtkIdType, vtkHyperTree * >::iterator Iterator
 
vtkHyperTreeGridTree
 

Detailed Description

An iterator object to iteratively access trees in the grid.

Definition at line 655 of file vtkHyperTreeGrid.h.

Constructor & Destructor Documentation

vtkHyperTreeGrid::vtkHyperTreeGridIterator::vtkHyperTreeGridIterator ( )
inline

Definition at line 658 of file vtkHyperTreeGrid.h.

Member Function Documentation

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.

Member Data Documentation

std::map<vtkIdType, vtkHyperTree*>::iterator vtkHyperTreeGrid::vtkHyperTreeGridIterator::Iterator
protected

Definition at line 678 of file vtkHyperTreeGrid.h.

vtkHyperTreeGrid* vtkHyperTreeGrid::vtkHyperTreeGridIterator::Tree
protected

Definition at line 679 of file vtkHyperTreeGrid.h.


The documentation for this class was generated from the following file: