#include <vtkObjectBasePriorityQueueIterator.h>
Inheritance diagram for vtkObjectBasePriorityQueueIterator:
vtkObjectBasePriorityQueue
subclasses.
Definition at line 31 of file vtkObjectBasePriorityQueueIterator.h.
Public Member Functions | |
vtkTypeRevisionMacro (vtkObjectBasePriorityQueueIterator, vtkIterator) | |
Data Access Methods | |
vtkIdType | GetPosition (void) const |
Retrieve the priority of the current element 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 priority) |
Initialize traversal of the container starting at a priority value. | |
int | Increment (void) |
Increment the iterator to the next location. | |
int | Decrement (void) |
Decrement the iterator to the previous location. | |
Static Public Member Functions | |
vtkObjectBasePriorityQueueIterator * | New (void) |
Protected Member Functions | |
vtkObjectBasePriorityQueueIterator (void) | |
~vtkObjectBasePriorityQueueIterator () |
|
|
|
|
|
Decrement the iterator to the previous location.
Implements vtkIterator. |
|
Retrieve the data from the iterator.
Reimplemented from vtkIterator. Reimplemented in vtkExtensionsObjectPriorityQueueIterator, and vtkObjectPriorityQueueIterator. |
|
Retrieve the priority of the current element from the iterator.
Reimplemented from vtkIterator. |
|
Increment the iterator to the next location.
Implements vtkIterator. |
|
Initialize traversal of the container starting at a priority value.
|
|
Initialize traversal of the container. Sets the iterator to the "beginning" of the container.
Implements vtkIterator. |
|
Reimplemented from vtkExtensionsObject. Reimplemented in vtkExtensionsObjectPriorityQueueIterator, and vtkObjectPriorityQueueIterator. |
|
Set the data at the iterator's position.
Implements vtkIterator. |
|
|