#include <vtkObjectListIterator.h>
Inheritance diagram for vtkObjectListIterator:
vtkObjectList
subclasses.
Definition at line 32 of file vtkObjectListIterator.h.
Public Member Functions | |
vtkTypeRevisionMacro (vtkObjectListIterator, vtkObjectBaseListIterator) | |
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 | |
vtkObjectListIterator * | New (void) |
Protected Member Functions | |
vtkObjectListIterator (void) | |
~vtkObjectListIterator () | |
Friends | |
class | vtkObjectList |
|
|
|
|
|
Retrieve the data from the iterator.
Reimplemented from vtkObjectBaseListIterator. Definition at line 49 of file vtkObjectListIterator.h. |
|
Reimplemented from vtkObjectBaseListIterator. |
|
Reimplemented from vtkObjectBaseListIterator. |
|
Set the data at the iterator's position.
Definition at line 56 of file vtkObjectListIterator.h. |
|
|
|
Definition at line 66 of file vtkObjectListIterator.h. |