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


Public Member Functions | |
| int | GetKey (vtkIdType &) |
| int | GetData (DType &) |
| int | SetData (const DType &) |
| void | InitTraversal () |
| int | IsDoneWithTraversal () |
| void | GoToNextItem () |
| void | GoToPreviousItem () |
| void | GoToFirstItem () |
| void | GoToLastItem () |
Protected Member Functions | |
| vtkQueueIterator () | |
| virtual | ~vtkQueueIterator () |
Static Protected Member Functions | |
| vtkQueueIterator< DType > * | New () |
Protected Attributes | |
| vtkIdType | Index |
| vtkIdType | Number |
Friends | |
| class | vtkQueue< DType > |
Definition at line 27 of file vtkQueueIterator.h.
|
|||||||||
|
Definition at line 69 of file vtkQueueIterator.h. References vtkQueueIterator< DType >::Index, and vtkQueueIterator< DType >::Number. |
|
|||||||||
|
Definition at line 73 of file vtkQueueIterator.h. |
|
||||||||||
|
Retrieve the index of the element. This method returns VTK_OK if key was retrieved correctly. |
|
||||||||||
|
Retrieve the data from the iterator. This method returns VTK_OK if data were retrieved correctly. |
|
||||||||||
|
Set the data at the iterator's position. This method returns VTK_OK if data were set correctly. |
|
|||||||||
|
Initialize the traversal of the container. Set the iterator to the "beginning" of the container. |
|
|||||||||
|
Check if the iterator is at the end of the container. Returns 1 for yes and 0 for no. |
|
|||||||||
|
Increment the iterator to the next location. |
|
|||||||||
|
Decrement the iterator to the next location. |
|
|||||||||
|
Go to the first item of the list. |
|
|||||||||
|
Go to the last item of the list. |
|
|||||||||
|
|
|
|||||
|
Definition at line 29 of file vtkQueueIterator.h. |
|
|||||
|
Definition at line 75 of file vtkQueueIterator.h. Referenced by vtkQueueIterator< DType >::vtkQueueIterator(). |
|
|||||
|
Definition at line 76 of file vtkQueueIterator.h. Referenced by vtkQueueIterator< DType >::vtkQueueIterator(). |
1.3.5