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