#include <vtkObjectBaseSetIterator.h>
Inheritance diagram for vtkObjectBaseSetIterator:
vtkObjectBaseSet
subclasses.
Definition at line 33 of file vtkObjectBaseSetIterator.h.
Public Member Functions | |
vtkTypeRevisionMacro (vtkObjectBaseSetIterator, vtkIterator) | |
void | PrintSelf (ostream &, vtkIndent) |
Data Access Methods | |
vtkIdType | GetPosition (void) const |
Retrieve the item index position from the iterator. | |
vtkObjectBase * | GetItem (void) const |
Retrieve the data from the iterator. | |
int | SetItem (vtkObjectBase *object) |
Cannot assign data at the iterator's position for sets. | |
Traversal Methods | |
int | InitTraversal (void) |
Initialize traversal of the container. | |
int | Increment (void) |
Increment the iterator to the next location. | |
int | Decrement (void) |
Decrement the iterator to the previous location. | |
Static Public Member Functions | |
vtkObjectBaseSetIterator * | New (void) |
Protected Member Functions | |
vtkObjectBaseSetIterator (void) | |
~vtkObjectBaseSetIterator () | |
Friends | |
class | vtkObjectBaseSet |
|
|
|
|
|
Decrement the iterator to the previous location.
Implements vtkIterator. |
|
Retrieve the data from the iterator.
Reimplemented from vtkIterator. Reimplemented in vtkObjectSetIterator. |
|
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. Sets the iterator to the "beginning" of the container.
Implements vtkIterator. |
|
Reimplemented from vtkObject. Reimplemented in vtkObjectSetIterator. |
|
Reimplemented from vtkIterator. Reimplemented in vtkObjectSetIterator. |
|
Cannot assign data at the iterator's position for sets.
Implements vtkIterator. |
|
|
|
Definition at line 98 of file vtkObjectBaseSetIterator.h. |