VTK
Public Member Functions | Protected Attributes
vtkHyperTreeGrid::vtkHyperTreeIterator Class Reference

#include <vtkHyperTreeGrid.h>

Collaboration diagram for vtkHyperTreeGrid::vtkHyperTreeIterator:
Collaboration graph
[legend]

List of all members.

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 446 of file vtkHyperTreeGrid.h.


Constructor & Destructor Documentation

Definition at line 449 of file vtkHyperTreeGrid.h.


Member Function Documentation

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.


Member Data Documentation

Definition at line 463 of file vtkHyperTreeGrid.h.

Definition at line 464 of file vtkHyperTreeGrid.h.


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