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


vtkObjectBaseVector subclasses.
Definition at line 31 of file vtkObjectBaseVectorIterator.h.
Public Member Functions | |
| vtkTypeRevisionMacro (vtkObjectBaseVectorIterator, vtkAbstractSequenceIterator) | |
Data Access Methods | |
| vtkIdType | GetPosition (void) const |
| Retrieve the position from the iterator. | |
| vtkObjectBase * | GetObject (void) const |
| Retrieve the data from the iterator. | |
| int | SetObject (vtkObjectBase *object) |
| Set the data at the iterator's position. | |
Traversal Methods | |
| int | InitTraversal (void) |
| Initialize traversal of the container. | |
| int | InitTraversal (int position) |
| Initialize traversal of the container starting at a position. | |
| int | Increment (void) |
| Increment the iterator to the next location. | |
| int | Decrement (void) |
| Decrement the iterator to the previous location. | |
Static Public Member Functions | |
| vtkObjectBaseVectorIterator * | New (void) |
Protected Member Functions | |
| vtkObjectBaseVectorIterator (void) | |
| ~vtkObjectBaseVectorIterator () | |
|
|
|
|
|
|
|
|
Decrement the iterator to the previous location.
Implements vtkIterator. |
|
|
Retrieve the data from the iterator.
Reimplemented from vtkIterator. Reimplemented in vtkExtensionsObjectVectorIterator, and vtkObjectVectorIterator. |
|
|
Retrieve the position from the iterator.
Reimplemented from vtkIterator. |
|
|
Increment the iterator to the next location.
Implements vtkIterator. |
|
|
Initialize traversal of the container starting at a position.
Implements vtkAbstractSequenceIterator. |
|
|
Initialize traversal of the container. Sets the iterator to the "beginning" of the container.
Implements vtkIterator. |
|
|
Reimplemented from vtkExtensionsObject. Reimplemented in vtkExtensionsObjectVectorIterator, and vtkObjectVectorIterator. |
|
|
Set the data at the iterator's position.
Implements vtkIterator. |
|
||||||||||||
|
|
1.3.7