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


vtkObjectBaseDeque subclasses.
Definition at line 33 of file vtkObjectBaseDequeIterator.h.
Public Member Functions | |
| vtkTypeRevisionMacro (vtkObjectBaseDequeIterator, vtkSequenceIterator) | |
| 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) |
| Set the data at the iterator's position. | |
Traversal Methods | |
| int | InitTraversal (void) |
| Initialize traversal of the container. | |
| int | InitTraversal (vtkIdType i) |
| 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 | |
| vtkObjectBaseDequeIterator * | New (void) |
Protected Member Functions | |
| vtkObjectBaseDequeIterator (void) | |
| ~vtkObjectBaseDequeIterator () | |
Friends | |
| class | vtkObjectBaseDeque |
|
|
|
|
|
|
|
|
Decrement the iterator to the previous location.
Implements vtkIterator. |
|
|
Retrieve the data from the iterator.
Reimplemented from vtkIterator. Reimplemented in vtkObjectDequeIterator. |
|
|
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 i'th position of the container.
Implements vtkSequenceIterator. |
|
|
Initialize traversal of the container. Sets the iterator to the "beginning" of the container.
Implements vtkIterator. |
|
|
Reimplemented from vtkObject. Reimplemented in vtkObjectDequeIterator. |
|
||||||||||||
|
Reimplemented from vtkSequenceIterator. Reimplemented in vtkObjectDequeIterator. |
|
|
Set the data at the iterator's position.
Implements vtkIterator. |
|
||||||||||||
|
|
|
|
Definition at line 109 of file vtkObjectBaseDequeIterator.h. |
1.3.6