#include <vtkObjectBaseMapIterator.h>
Inheritance diagram for vtkObjectBaseMapIterator:
vtkObjectBaseMap
subclasses.
Definition at line 29 of file vtkObjectBaseMapIterator.h.
Public Member Functions | |
vtkTypeRevisionMacro (vtkObjectBaseMapIterator, vtkAssociativeIterator) | |
void | PrintSelf (ostream &, vtkIndent) |
Data Access Methods | |
vtkIdType | GetPosition (void) const |
Retrieve the item index position from the iterator. | |
const char * | GetKey (void) const |
Retrieve the key from the iterator. | |
vtkObjectBase * | GetItem (void) const |
Retrieve the data from the iterator. | |
int | SetItem (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 () | |
Friends | |
class | vtkObjectBaseMap |
|
|
|
|
|
Decrement the iterator to the previous location.
Implements vtkIterator. |
|
Retrieve the data from the iterator.
Reimplemented from vtkIterator. Reimplemented in vtkObjectMapIterator. |
|
Retrieve the key from the iterator. For associative containers, the key is the string paired with the data.
Reimplemented from vtkIterator. |
|
Retrieve the item index position from the iterator.
Reimplemented from vtkIterator. |
|
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 vtkAssociativeIterator. |
|
Initialize traversal of the container. Sets the iterator to the "beginning" of the container.
Implements vtkIterator. |
|
Reimplemented from vtkObject. Reimplemented in vtkObjectMapIterator. |
|
Reimplemented from vtkAssociativeIterator. Reimplemented in vtkObjectMapIterator. |
|
Set the data at the iterator's position.
Implements vtkIterator. |
|
|
|
Definition at line 112 of file vtkObjectBaseMapIterator.h. |