#include <vtkAbstractMapIterator.h>
Inheritance diagram for vtkAbstractMapIterator:
vtkAbstractMap
subclasses.
vtkAbstractMapIterator is a superclass of all map iterators.
Definition at line 32 of file vtkAbstractMapIterator.h.
Public Member Functions | |
vtkTypeRevisionMacro (vtkAbstractMapIterator, vtkIterator) | |
Traversal Methods | |
virtual int | InitTraversal (const char *key)=0 |
Initialize traversal of the container starting at a key. | |
Protected Member Functions | |
vtkAbstractMapIterator (void) | |
~vtkAbstractMapIterator () |
|
Definition at line 50 of file vtkAbstractMapIterator.h. |
|
Definition at line 51 of file vtkAbstractMapIterator.h. |
|
Initialize traversal of the container starting at a key.
Implemented in vtkObjectBaseHashMapIterator, and vtkObjectBaseMapIterator. |
|
|