#include <vtkObjectSetIterator.h>
Inheritance diagram for vtkObjectSetIterator:
vtkObjectSet
subclasses.
Definition at line 32 of file vtkObjectSetIterator.h.
Public Member Functions | |
vtkTypeRevisionMacro (vtkObjectSetIterator, vtkObjectBaseSetIterator) | |
void | PrintSelf (ostream &, vtkIndent) |
Data Access Methods | |
vtkObject * | GetItem (void) const |
Retrieve the data from the iterator. | |
virtual int | SetItem (vtkObject *object) |
Set the data at the iterator's position. | |
Static Public Member Functions | |
vtkObjectSetIterator * | New (void) |
Protected Member Functions | |
vtkObjectSetIterator (void) | |
~vtkObjectSetIterator () | |
Friends | |
class | vtkObjectSet |
|
|
|
|
|
Retrieve the data from the iterator.
Reimplemented from vtkObjectBaseSetIterator. Definition at line 49 of file vtkObjectSetIterator.h. |
|
Reimplemented from vtkObjectBaseSetIterator. |
|
Reimplemented from vtkObjectBaseSetIterator. |
|
Set the data at the iterator's position.
Definition at line 56 of file vtkObjectSetIterator.h. |
|
|
|
Definition at line 66 of file vtkObjectSetIterator.h. |