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...
 
vtkHyperTree * GetNextTree (vtkIdType &index)
 Get the next tree and set its index then increment the iterator. More...
 
vtkHyperTree * GetNextTree ()
 Get the next tree and set its index then increment the iterator. More...
 

Protected Attributes

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

Detailed Description

Definition at line 537 of file vtkHyperTreeGrid.h.

Constructor & Destructor Documentation

◆ vtkHyperTreeIterator()

vtkHyperTreeGrid::vtkHyperTreeIterator::vtkHyperTreeIterator ( )
inline

Definition at line 540 of file vtkHyperTreeGrid.h.

Member Function Documentation

◆ Initialize()

void vtkHyperTreeGrid::vtkHyperTreeIterator::Initialize ( vtkHyperTreeGrid *  )

Initialize the iterator on the tree set of the given HyperTreeGrid.

◆ GetNextTree() [1/2]

vtkHyperTree* vtkHyperTreeGrid::vtkHyperTreeIterator::GetNextTree ( vtkIdType &  index)

Get the next tree and set its index then increment the iterator.

Returns 0 at the end.

◆ GetNextTree() [2/2]

vtkHyperTree* vtkHyperTreeGrid::vtkHyperTreeIterator::GetNextTree ( )

Get the next tree and set its index then increment the iterator.

Returns 0 at the end.

Member Data Documentation

◆ Iterator

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

Definition at line 560 of file vtkHyperTreeGrid.h.

◆ Tree

vtkHyperTreeGrid* vtkHyperTreeGrid::vtkHyperTreeIterator::Tree
protected

Definition at line 561 of file vtkHyperTreeGrid.h.


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