27#ifndef vtkMappedUnstructuredGridCellIterator_h
28#define vtkMappedUnstructuredGridCellIterator_h
33template <
class Implementation,
class CellIterator>
36template <
class Implementation>
71#include "vtkMappedUnstructuredGridCellIterator.txx"
Efficient cell iterator for vtkDataSet topologies.
a simple class to control print indentation
Default cell iterator for vtkMappedUnstructuredGrid.
vtkMappedUnstructuredGridCellIterator()
~vtkMappedUnstructuredGridCellIterator() override
static vtkMappedUnstructuredGridCellIterator< ImplementationType > * New()
void FetchPoints() override
Lookup the cell points in the data set and store them in this->Points.
bool IsDoneWithTraversal() override
Returns false while the iterator is valid.
void FetchPointIds() override
Lookup the cell point ids in the data set and store them in this->PointIds.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkIdType GetCellId() override
Get the id of the current cell.
void SetMappedUnstructuredGrid(vtkMappedUnstructuredGrid< ImplementationType, ThisType > *grid)
vtkMappedUnstructuredGridCellIterator< ImplementationType > ThisType
vtkTemplateTypeMacro(vtkMappedUnstructuredGridCellIterator< Implementation >, vtkCellIterator)
Implementation ImplementationType
void ResetToFirstCell() override
Update internal state to point to the first cell.
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.
Allows datasets with arbitrary storage layouts to be used with VTK.
Hold a reference to a vtkObjectBase instance.