Go to the documentation of this file.
24 #ifndef vtkPointSetCellIterator_h
25 #define vtkPointSetCellIterator_h
27 #include "vtkCommonDataModelModule.h"
48 void ResetToFirstCell() VTK_OVERRIDE;
49 void IncrementToNextCell() VTK_OVERRIDE;
50 void FetchCellType() VTK_OVERRIDE;
51 void FetchPointIds() VTK_OVERRIDE;
52 void FetchPoints() VTK_OVERRIDE;
66 #endif //vtkPointSetCellIterator_h
represent and manipulate 3D points
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Hold a reference to a vtkObjectBase instance.
a simple class to control print indentation
Implementation of vtkCellIterator using vtkPointSet API.
virtual bool IsDoneWithTraversal()=0
Returns false while the iterator is valid.
abstract class for specifying dataset behavior
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.