#include <vtkQueue.h>
Inheritance diagram for vtkQueue< DType >:


Public Types | |
| typedef vtkVector< DType > | Superclass |
Public Member Functions | |
| vtkQueueIterator< DType > * | NewQueueIterator () |
| int | EnqueueItem (DType a) |
| int | DequeueItem () |
| int | GetDequeueItem (DType &a) |
| virtual void | DebugList () |
| void | MakeEmpty () |
Static Public Member Functions | |
| vtkQueue< DType > * | New () |
Protected Member Functions | |
| vtkQueue () | |
| virtual | ~vtkQueue () |
Protected Attributes | |
| vtkIdType | Start |
| vtkIdType | End |
Friends | |
| class | vtkQueueIterator< DType > |
Definition at line 26 of file vtkQueue.h.
|
|||||
|
Reimplemented from vtkVector< DType >. Definition at line 31 of file vtkQueue.h. |
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
Reimplemented from vtkVector< DType >. |
|
|||||||||
|
Create the iterator. |
|
||||||||||
|
Enqueue an item. |
|
|||||||||
|
Dequeue the item. |
|
||||||||||
|
Get the item to be deueued. This has to be done before calling of DequeueItem |
|
|||||||||
|
Display the content of the list. Reimplemented from vtkVector< DType >. |
|
|||||||||
|
Make queue empty. |
|
|||||
|
Definition at line 28 of file vtkQueue.h. |
|
|||||
|
Definition at line 58 of file vtkQueue.h. |
|
|||||
|
Definition at line 59 of file vtkQueue.h. |
1.3.5