21#ifndef vtkPointSetCellIterator_h
22#define vtkPointSetCellIterator_h
25#include "vtkCommonDataModelModule.h"
Efficient cell iterator for vtkDataSet topologies.
a simple class to control print indentation
Implementation of vtkCellIterator using vtkPointSet API.
void ResetToFirstCell() override
Update internal state to point to the first cell.
vtkSmartPointer< vtkPointSet > PointSet
void FetchPoints() override
Lookup the cell points in the data set and store them in this->Points.
static vtkPointSetCellIterator * New()
vtkPointSetCellIterator()
~vtkPointSetCellIterator() override
vtkSmartPointer< vtkPoints > PointSetPoints
void FetchPointIds() override
Lookup the cell point ids in the data set and store them in this->PointIds.
bool IsDoneWithTraversal() override
Returns false while the iterator is valid.
void SetPointSet(vtkPointSet *ds)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void IncrementToNextCell() override
Update internal state to point to the next cell.
void FetchCellType() override
Lookup the cell type in the data set and store it in this->CellType.
vtkIdType GetCellId() override
Get the id of the current cell.
concrete class for storing a set of points
represent and manipulate 3D points
Hold a reference to a vtkObjectBase instance.