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


vtkObjectBaseHashMap subclasses.
Definition at line 32 of file vtkObjectBaseHashMapIterator.h.
Public Member Functions | |
| vtkTypeRevisionMacro (vtkObjectBaseHashMapIterator, 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 | |
| vtkObjectBaseHashMapIterator * | New (void) |
Protected Member Functions | |
| vtkObjectBaseHashMapIterator (void) | |
| ~vtkObjectBaseHashMapIterator () | |
Friends | |
| class | vtkObjectBaseHashMap |
|
|
|
|
|
|
|
|
Decrement the iterator to the previous location.
Implements vtkIterator. |
|
|
Retrieve the data from the iterator.
Reimplemented from vtkIterator. Reimplemented in vtkObjectHashMapIterator. |
|
|
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 vtkObjectHashMapIterator. |
|
||||||||||||
|
Reimplemented from vtkAssociativeIterator. Reimplemented in vtkObjectHashMapIterator. |
|
|
Set the data at the iterator's position.
Implements vtkIterator. |
|
||||||||||||
|
|
|
|
Definition at line 116 of file vtkObjectBaseHashMapIterator.h. |
1.3.6