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;
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;
Efficient cell iterator for vtkDataSet topologies.
a simple class to control print indentation
Implementation of vtkCellIterator using vtkPointSet API.
static vtkPointSetCellIterator * New()
abstract class for specifying dataset behavior
represent and manipulate 3D points
Hold a reference to a vtkObjectBase instance.