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


Calls Register when objects are pushed onto the queue and UnRegister when the object is popped.
Definition at line 36 of file vtkObjectQueue.h.
Public Member Functions | |
| vtkTypeRevisionMacro (vtkObjectQueue, vtkObjectBaseQueue) | |
| virtual vtkObject * | Front (void) const |
| Get a pointer to the object at the first element of the queue. | |
| virtual vtkObject * | Back (void) const |
| Get a pointer to the object at the last element of the queue. | |
| virtual int | Push (vtkObject *object) |
| Add an object pointer to the end of the queue. | |
| vtkObjectQueueIterator * | CreateIterator (void) |
| Create an iterator. | |
Static Public Member Functions | |
| vtkObjectQueue * | New (void) |
Protected Member Functions | |
| vtkObjectQueue (void) | |
| ~vtkObjectQueue () | |
|
|
Definition at line 77 of file vtkObjectQueue.h. |
|
|
Definition at line 78 of file vtkObjectQueue.h. |
|
|
Get a pointer to the object at the last element of the queue.
Reimplemented from vtkObjectBaseQueue. Reimplemented in vtkExtensionsObjectQueue. Definition at line 58 of file vtkObjectQueue.h. |
|
|
Create an iterator.
Reimplemented from vtkObjectBaseQueue. Reimplemented in vtkExtensionsObjectQueue. |
|
|
Get a pointer to the object at the first element of the queue.
Reimplemented from vtkObjectBaseQueue. Reimplemented in vtkExtensionsObjectQueue. Definition at line 49 of file vtkObjectQueue.h. |
|
|
Reimplemented from vtkObjectBaseQueue. Reimplemented in vtkExtensionsObjectQueue. |
|
|
Add an object pointer to the end of the queue.
Definition at line 70 of file vtkObjectQueue.h. |
|
||||||||||||
|
|
1.3.7