#include <vtkExtensionsObjectQueue.h>
Inheritance diagram for vtkExtensionsObjectQueue:
Calls Register
when objects are pushed onto the queue and UnRegister
when the object is popped.
Definition at line 37 of file vtkExtensionsObjectQueue.h.
Public Member Functions | |
vtkTypeRevisionMacro (vtkExtensionsObjectQueue, vtkObjectQueue) | |
virtual vtkExtensionsObject * | Front (void) const |
Get a pointer to the object at the first element of the queue. | |
virtual vtkExtensionsObject * | Back (void) const |
Get a pointer to the object at the last element of the queue. | |
virtual int | Push (vtkExtensionsObject *object) |
Add an object pointer to the end of the queue. | |
vtkExtensionsObjectQueueIterator * | CreateIterator (void) |
Create an iterator. | |
Static Public Member Functions | |
vtkExtensionsObjectQueue * | New (void) |
Protected Member Functions | |
vtkExtensionsObjectQueue (void) | |
~vtkExtensionsObjectQueue () |
|
Definition at line 78 of file vtkExtensionsObjectQueue.h. |
|
Definition at line 79 of file vtkExtensionsObjectQueue.h. |
|
Get a pointer to the object at the last element of the queue.
Reimplemented from vtkObjectQueue. Definition at line 59 of file vtkExtensionsObjectQueue.h. |
|
Create an iterator.
Reimplemented from vtkObjectQueue. |
|
Get a pointer to the object at the first element of the queue.
Reimplemented from vtkObjectQueue. Definition at line 50 of file vtkExtensionsObjectQueue.h. |
|
Reimplemented from vtkObjectQueue. |
|
Add an object pointer to the end of the queue.
Definition at line 71 of file vtkExtensionsObjectQueue.h. |
|
Reimplemented from vtkExtensionsObject. |