Go to the documentation of this file.
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
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.
Allows datasets with arbitrary storage layouts to be used with VTK.
void FetchCellType() override
Lookup the cell type in the data set and store it in this->CellType.
vtkMappedUnstructuredGridCellIterator()
void ResetToFirstCell() override
Update internal state to point to the first cell.
Default cell iterator for vtkMappedUnstructuredGrid.
vtkMappedUnstructuredGridCellIterator< ImplementationType > ThisType
a simple class to control print indentation
void FetchPoints() override
Lookup the cell points in the data set and store them in this->Points.
void SetMappedUnstructuredGrid(vtkMappedUnstructuredGrid< ImplementationType, ThisType > *grid)
bool IsDoneWithTraversal() override
Returns false while the iterator is valid.
Efficient cell iterator for vtkDataSet topologies.
vtkTemplateTypeMacro(vtkMappedUnstructuredGridCellIterator< Implementation >, vtkCellIterator) typedef Implementation ImplementationType
~vtkMappedUnstructuredGridCellIterator() override
void FetchPointIds() override
Lookup the cell point ids in the data set and store them in this->PointIds.
static vtkMappedUnstructuredGridCellIterator< ImplementationType > * New()
vtkIdType GetCellId() override
Get the id of the current cell.