#include <vtkMultiBlockDataIterator.h>
Inheritance diagram for vtkMultiBlockDataIterator:
vtkMultiBlockDataIterator is a concrete implementation of vtkCompositeDataIterator for vtkMultiBlockDataSet.
Definition at line 40 of file vtkMultiBlockDataIterator.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 (vtkMultiBlockDataSet *dataset) |
virtual vtkMultiBlockDataSet * | GetDataSet () |
Static Public Member Functions | |
vtkMultiBlockDataIterator * | New () |
int | IsTypeOf (const char *type) |
vtkMultiBlockDataIterator * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkMultiBlockDataIterator () | |
virtual | ~vtkMultiBlockDataIterator () |
Protected Attributes | |
vtkMultiBlockDataSet * | DataSet |
vtkMultiBlockDataIteratorInternal * | Internal |
|
Reimplemented from vtkCompositeDataIterator. Definition at line 45 of file vtkMultiBlockDataIterator.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 72 of file vtkMultiBlockDataIterator.h. |
|
Definition at line 73 of file vtkMultiBlockDataIterator.h. |