24 #ifndef vtkPointSetCellIterator_h 
   25 #define vtkPointSetCellIterator_h 
   27 #include "vtkCommonDataModelModule.h"  
   39   void PrintSelf(ostream& os, 
vtkIndent indent) VTK_OVERRIDE;
 
   41   bool IsDoneWithTraversal() VTK_OVERRIDE;
 
   46   ~vtkPointSetCellIterator() VTK_OVERRIDE;
 
   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;
 
   55   void SetPointSet(vtkPointSet *ds);
 
   62   vtkPointSetCellIterator(const vtkPointSetCellIterator &) VTK_DELETE_FUNCTION;
 
   63   void operator=(const vtkPointSetCellIterator &) VTK_DELETE_FUNCTION;
 
   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