Go to the documentation of this file.
35 #ifndef __vtkGenericPointIterator_h
36 #define __vtkGenericPointIterator_h
50 virtual void Begin() = 0;
53 virtual int IsAtEnd() = 0;
57 virtual void Next() = 0;
61 virtual double *GetPosition() = 0;
65 virtual void GetPosition(
double x[3]) = 0;