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

#include <vtkHyperTreeGrid.h>

Collaboration diagram for vtkHyperTreeGrid::vtkHyperTreeIterator:
[legend]

Public Member Functions

 vtkHyperTreeIterator ()
 
void Initialize (vtkHyperTreeGrid *)
 Initialize the iterator on the tree set of the given HyperTreeGrid. 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

Definition at line 532 of file vtkHyperTreeGrid.h.

Constructor & Destructor Documentation

vtkHyperTreeGrid::vtkHyperTreeIterator::vtkHyperTreeIterator ( )
inline

Definition at line 535 of file vtkHyperTreeGrid.h.

Member Function Documentation

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.

Member Data Documentation

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

Definition at line 555 of file vtkHyperTreeGrid.h.

vtkHyperTreeGrid* vtkHyperTreeGrid::vtkHyperTreeIterator::Tree
protected

Definition at line 556 of file vtkHyperTreeGrid.h.


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