#include <vtkAbstractIterator.h>
Inheritance diagram for vtkAbstractIterator< KeyType, DataType >:
Public Member Functions | |
void | SetContainer (vtkContainer *) |
vtkContainer * | GetContainer () |
Protected Member Functions | |
vtkAbstractIterator () | |
virtual | ~vtkAbstractIterator () |
Protected Attributes | |
vtkContainer * | Container |
vtkIdType | ReferenceCount |
Friends | |
class | vtkContainer |
vtkAbstractIterator is a superclass of all container iterators.
Definition at line 35 of file vtkAbstractIterator.h.
|
Increment the iterator to the next location. virtual void GoToNextItem() = 0; |
|
|
|
Set the container for this iterator. |
|
Get the associated container. Definition at line 57 of file vtkAbstractIterator.h. |
|
Definition at line 37 of file vtkAbstractIterator.h. |
|
Definition at line 72 of file vtkAbstractIterator.h. |
|
Definition at line 73 of file vtkAbstractIterator.h. |