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()
Returns false while the iterator is valid.
Default cell iterator for vtkMappedUnstructuredGrid.
void FetchPoints()
Lookup the cell points in the data set and store them in this->Points.
Hold a reference to a vtkObjectBase instance.
~vtkMappedUnstructuredGridCellIterator()
vtkMappedUnstructuredGridCellIterator< ImplementationType > ThisType
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
void SetMappedUnstructuredGrid(vtkMappedUnstructuredGrid< ImplementationType, ThisType > *grid)
void FetchCellType()
Lookup the cell type in the data set and store it in this->CellType.
void ResetToFirstCell()
Update internal state to point to the first cell.
vtkTemplateTypeMacro(vtkMappedUnstructuredGridCellIterator< Implementation >, vtkCellIterator) typedef Implementation ImplementationType
void IncrementToNextCell()
Update internal state to point to the next cell.
Efficient cell iterator for vtkDataSet topologies.
vtkIdType GetCellId()
Get the id of the current cell.
vtkMappedUnstructuredGridCellIterator()
static vtkMappedUnstructuredGridCellIterator< ImplementationType > * New()
represent and manipulate 3D points
Allows datasets with arbitrary storage layouts to be used with VTK.
void FetchPointIds()
Lookup the cell point ids in the data set and store them in this->PointIds.