#include <vtkObjectMapIterator.h>
Inheritance diagram for vtkObjectMapIterator:
vtkObjectMap
subclasses.
Definition at line 28 of file vtkObjectMapIterator.h.
Public Member Functions | |
vtkTypeRevisionMacro (vtkObjectMapIterator, vtkObjectBaseMapIterator) | |
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 | |
vtkObjectMapIterator * | New (void) |
Protected Member Functions | |
vtkObjectMapIterator (void) | |
~vtkObjectMapIterator () |
|
Definition at line 53 of file vtkObjectMapIterator.h. |
|
Definition at line 54 of file vtkObjectMapIterator.h. |
|
Retrieve the data from the iterator.
Reimplemented from vtkObjectBaseMapIterator. Reimplemented in vtkDataSetMapIterator, vtkExtensionsObjectMapIterator, vtkPolyDataMapIterator, vtkPaletteElementMapIterator, and vtkPaletteMapIterator. Definition at line 41 of file vtkObjectMapIterator.h. |
|
Reimplemented from vtkObjectBaseMapIterator. Reimplemented in vtkDataSetMapIterator, vtkExtensionsObjectMapIterator, vtkPolyDataMapIterator, vtkPaletteElementMapIterator, and vtkPaletteMapIterator. |
|
Set the data at the iterator's position.
Definition at line 48 of file vtkObjectMapIterator.h. |
|
|