#include <vtkObjectSetIterator.h>
Inheritance diagram for vtkObjectSetIterator:
vtkObjectSet
subclasses.
Definition at line 30 of file vtkObjectSetIterator.h.
Public Member Functions | |
vtkTypeRevisionMacro (vtkObjectSetIterator, vtkObjectBaseSetIterator) | |
Data Access Methods | |
vtkObject * | GetObject (void) const |
Retrieve the data from the iterator. | |
virtual int | SetObject (vtkObject *object) |
Set the data at the iterator's position. | |
Static Public Member Functions | |
vtkObjectSetIterator * | New (void) |
Protected Member Functions | |
vtkObjectSetIterator (void) | |
~vtkObjectSetIterator () |
|
Definition at line 58 of file vtkObjectSetIterator.h. |
|
Definition at line 59 of file vtkObjectSetIterator.h. |
|
Retrieve the data from the iterator.
Reimplemented from vtkObjectBaseSetIterator. Reimplemented in vtkExtensionsObjectSetIterator. Definition at line 46 of file vtkObjectSetIterator.h. |
|
Reimplemented from vtkObjectBaseSetIterator. Reimplemented in vtkExtensionsObjectSetIterator. |
|
Set the data at the iterator's position.
Definition at line 53 of file vtkObjectSetIterator.h. |
|
|