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 *)
 
vtkHyperTreeGetNextTree (vtkIdType &index)
 
vtkHyperTreeGetNextTree ()
 

Protected Attributes

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

Detailed Description

Definition at line 458 of file vtkHyperTreeGrid.h.

Constructor & Destructor Documentation

vtkHyperTreeGrid::vtkHyperTreeIterator::vtkHyperTreeIterator ( )
inline

Definition at line 461 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 475 of file vtkHyperTreeGrid.h.

vtkHyperTreeGrid* vtkHyperTreeGrid::vtkHyperTreeIterator::Tree
protected

Definition at line 476 of file vtkHyperTreeGrid.h.


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