23 #ifndef vtkPointSetCellIterator_h
24 #define vtkPointSetCellIterator_h
38 virtual
void PrintSelf(ostream &os,
vtkIndent indent);
40 bool IsDoneWithTraversal();
45 ~vtkPointSetCellIterator();
47 void ResetToFirstCell();
48 void IncrementToNextCell();
54 void SetPointSet(vtkPointSet *ds);
61 vtkPointSetCellIterator(const vtkPointSetCellIterator &);
62 void operator=(const vtkPointSetCellIterator &);
65 #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.
#define VTKCOMMONDATAMODEL_EXPORT
represent and manipulate 3D points