21 #ifndef vtkPointSetCellIterator_h 22 #define vtkPointSetCellIterator_h 24 #include "vtkCommonDataModelModule.h" 43 ~vtkPointSetCellIterator() VTK_OVERRIDE;
45 void ResetToFirstCell() VTK_OVERRIDE;
46 void IncrementToNextCell() VTK_OVERRIDE;
47 void FetchCellType() VTK_OVERRIDE;
48 void FetchPointIds() VTK_OVERRIDE;
49 void FetchPoints() VTK_OVERRIDE;
52 void SetPointSet(vtkPointSet *ds);
59 vtkPointSetCellIterator(const vtkPointSetCellIterator &) VTK_DELETE_FUNCTION;
60 void operator=(const vtkPointSetCellIterator &) VTK_DELETE_FUNCTION;
63 #endif //vtkPointSetCellIterator_h
abstract class for specifying dataset behavior
Hold a reference to a vtkObjectBase instance.
Implementation of vtkCellIterator using vtkPointSet API.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Efficient cell iterator for vtkDataSet topologies.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
virtual bool IsDoneWithTraversal()=0
Returns false while the iterator is valid.
represent and manipulate 3D points