#include <vtkVectorIterator.h>
Inheritance diagram for vtkVectorIterator< 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 | |
| vtkVectorIterator () | |
| virtual | ~vtkVectorIterator () |
Static Protected Member Functions | |
| vtkVectorIterator< DType > * | New () |
Protected Attributes | |
| vtkIdType | Index |
Friends | |
| class | vtkVector< DType > |
Definition at line 27 of file vtkVectorIterator.h.
|
|||||||||
|
Definition at line 69 of file vtkVectorIterator.h. |
|
|||||||||
|
Definition at line 72 of file vtkVectorIterator.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 vtkVectorIterator.h. |
|
|||||
|
Definition at line 74 of file vtkVectorIterator.h. |
1.3.5