#include <vtkHierarchicalDataIterator.h>
Inheritance diagram for vtkHierarchicalDataIterator:
vtkMultiBlockDataIterator is a concrete implementation of vtkCompositeDataIterator for vtkMultiBlockDataSet. It allows flat and forward access to the datasets in the hierchical dataset.
Definition at line 42 of file vtkHierarchicalDataIterator.h.
Public Types | |
typedef vtkCompositeDataIterator | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | GoToFirstItem () |
virtual void | GoToNextItem () |
virtual int | IsDoneWithTraversal () |
virtual vtkDataObject * | GetCurrentDataObject () |
void | SetDataSet (vtkHierarchicalDataSet *dataset) |
virtual vtkHierarchicalDataSet * | GetDataSet () |
Static Public Member Functions | |
vtkHierarchicalDataIterator * | New () |
int | IsTypeOf (const char *type) |
vtkHierarchicalDataIterator * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkHierarchicalDataIterator () | |
virtual | ~vtkHierarchicalDataIterator () |
void | GoToNextNonEmptyLevel () |
Protected Attributes | |
vtkHierarchicalDataSet * | DataSet |
vtkHierarchicalDataIteratorInternal * | Internal |
|
Reimplemented from vtkCompositeDataIterator. Definition at line 47 of file vtkHierarchicalDataIterator.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
Reimplemented from vtkCompositeDataIterator. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkCompositeDataIterator. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkCompositeDataIterator. |
|
Reimplemented from vtkCompositeDataIterator. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkCompositeDataIterator. |
|
Move the iterator to the beginning of the collection. Implements vtkCompositeDataIterator. |
|
Move the iterator to the next item in the collection. Implements vtkCompositeDataIterator. |
|
Test whether the iterator is currently pointing to a valid item. Returns 1 for yes, 0 for no. Implements vtkCompositeDataIterator. |
|
Get the current item. Valid only when IsDoneWithTraversal() returns 1. Implements vtkCompositeDataIterator. |
|
Set the data object to iterator over. |
|
Set the data object to iterator over. |
|
|
|
Definition at line 76 of file vtkHierarchicalDataIterator.h. |
|
Definition at line 77 of file vtkHierarchicalDataIterator.h. |