#include <vtkObjectBaseMapIterator.h>
Inheritance diagram for vtkObjectBaseMapIterator:


vtkObjectBaseMap subclasses.
Definition at line 31 of file vtkObjectBaseMapIterator.h.
Public Member Functions | |
| vtkTypeRevisionMacro (vtkObjectBaseMapIterator, vtkAbstractMapIterator) | |
Data Access Methods | |
| const char * | GetKey (void) const |
| Retrieve the key from the iterator. | |
| vtkObjectBase * | GetObject (void) const |
| Retrieve the data from the iterator. | |
| int | SetObject (vtkObjectBase *object) |
| Set the data at the iterator's position. | |
Traversal Methods | |
| int | InitTraversal (void) |
| Initialize traversal of the container. | |
| int | InitTraversal (const char *key) |
| Initialize traversal of the container starting at a key. | |
| int | Increment (void) |
| Increment the iterator to the next location. | |
| int | Decrement (void) |
| Decrement the iterator to the previous location. | |
Static Public Member Functions | |
| vtkObjectBaseMapIterator * | New (void) |
Protected Member Functions | |
| vtkObjectBaseMapIterator (void) | |
| ~vtkObjectBaseMapIterator () | |
|
|
|
|
|
|
|
|
Decrement the iterator to the previous location.
Implements vtkIterator. |
|
|
Retrieve the key from the iterator. For associative containers, the key is the string paired with the data.
Reimplemented from vtkIterator. |
|
|
Retrieve the data from the iterator.
Reimplemented from vtkIterator. Reimplemented in vtkDataSetMapIterator, vtkExtensionsObjectMapIterator, vtkObjectMapIterator, vtkPolyDataMapIterator, vtkPaletteElementMapIterator, and vtkPaletteMapIterator. |
|
|
Increment the iterator to the next location.
Implements vtkIterator. |
|
|
Initialize traversal of the container starting at a key. Sets the iterator to the "beginning" of the container.
Implements vtkAbstractMapIterator. |
|
|
Initialize traversal of the container. Sets the iterator to the "beginning" of the container.
Implements vtkIterator. |
|
|
Reimplemented from vtkExtensionsObject. Reimplemented in vtkDataSetMapIterator, vtkExtensionsObjectMapIterator, vtkObjectMapIterator, vtkPolyDataMapIterator, vtkPaletteElementMapIterator, and vtkPaletteMapIterator. |
|
|
Set the data at the iterator's position.
Implements vtkIterator. |
|
||||||||||||
|
|
1.3.7