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


vtkAssociativeContainer subclasses.
vtkAssociativeIterator is a superclass of all map iterators.
Definition at line 30 of file vtkAssociativeIterator.h.
Public Member Functions | |
| vtkTypeRevisionMacro (vtkAssociativeIterator, vtkIterator) | |
| void | PrintSelf (ostream &, vtkIndent) |
Traversal Methods | |
| virtual int | InitTraversal (const char *key)=0 |
| Initialize traversal of the container starting at a key. | |
Protected Member Functions | |
| vtkAssociativeIterator (void) | |
| ~vtkAssociativeIterator () | |
Friends | |
| class | vtkAssociativeContainer |
|
|
|
|
|
|
|
|
Initialize traversal of the container starting at a key.
Implemented in vtkObjectBaseHashMapIterator, and vtkObjectBaseMapIterator. |
|
||||||||||||
|
Reimplemented from vtkIterator. Reimplemented in vtkObjectBaseHashMapIterator, vtkObjectBaseMapIterator, vtkObjectHashMapIterator, and vtkObjectMapIterator. |
|
||||||||||||
|
|
|
|
Definition at line 53 of file vtkAssociativeIterator.h. |
1.3.6