24 #ifndef vtkPointSetCellIterator_h 25 #define vtkPointSetCellIterator_h 27 #include "vtkCommonDataModelModule.h" 39 void PrintSelf(ostream& os,
vtkIndent indent) override;
41 bool IsDoneWithTraversal() override;
46 ~vtkPointSetCellIterator() override;
48 void ResetToFirstCell() override;
49 void IncrementToNextCell() override;
50 void FetchCellType() override;
51 void FetchPointIds() override;
52 void FetchPoints() override;
55 void SetPointSet(vtkPointSet *ds);
62 vtkPointSetCellIterator(const vtkPointSetCellIterator &) = delete;
63 void operator=(const vtkPointSetCellIterator &) = delete;
66 #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
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...
represent and manipulate 3D points