#include <vtkObjectQueue.h>
Inheritance diagram for vtkObjectQueue:
Definition at line 30 of file vtkObjectQueue.h.
Public Member Functions | |
vtkTypeRevisionMacro (vtkObjectQueue, vtkObjectBaseQueue) | |
void | PrintSelf (ostream &, vtkIndent) |
virtual int | Swap (vtkObjectQueue *container) |
Swaps items of this container with those of the specified container. | |
virtual int | Copy (vtkObjectQueue *container) |
Copy all items from the specified container into this container. | |
virtual int | Push (vtkObject *item) |
Add an item to the end of the queue. | |
vtkObject * | At (vtkIdType position) const |
Provides access by index to the objects contained in this queue. | |
vtkObject * | Front (void) const |
Returns the first item in the container, or null if the container is empty. | |
vtkObject * | Back (void) const |
Returns the last item in the container, or null if the container is empty. | |
Static Public Member Functions | |
vtkObjectQueue * | New (void) |
Protected Member Functions | |
vtkObjectQueue (void) | |
~vtkObjectQueue () |
|
|
|
|
|
Provides access by index to the objects contained in this queue.
Reimplemented from vtkObjectBaseQueue. Definition at line 67 of file vtkObjectQueue.h. |
|
Returns the last item in the container, or
Reimplemented from vtkObjectBaseQueue. Definition at line 81 of file vtkObjectQueue.h. |
|
Copy all items from the specified container into this container.
Definition at line 49 of file vtkObjectQueue.h. |
|
Returns the first item in the container, or
Reimplemented from vtkObjectBaseQueue. Definition at line 74 of file vtkObjectQueue.h. |
|
Reimplemented from vtkObjectBaseQueue. |
|
Reimplemented from vtkObjectBaseQueue. |
|
Add an item to the end of the queue.
Definition at line 58 of file vtkObjectQueue.h. |
|
Swaps items of this container with those of the specified container.
Definition at line 42 of file vtkObjectQueue.h. |
|
|