26 #ifndef vtkMappedUnstructuredGridCellIterator_h
27 #define vtkMappedUnstructuredGridCellIterator_h
33 template <
class Implementation,
class CellIterator>
36 template <
class Implementation>
38 public vtkTypeTemplate<vtkMappedUnstructuredGridCellIterator<Implementation>,
73 #include "vtkMappedUnstructuredGridCellIterator.txx"
75 #endif //vtkMappedUnstructuredGridCellIterator_h
bool IsDoneWithTraversal()
virtual void PrintSelf(ostream &os, vtkIndent indent)
Provides the equivalent of vtkTypeMacro for use with template classes.
Default cell iterator for vtkMappedUnstructuredGrid.
~vtkMappedUnstructuredGridCellIterator()
vtkMappedUnstructuredGridCellIterator< ImplementationType > ThisType
a simple class to control print indentation
void SetMappedUnstructuredGrid(vtkMappedUnstructuredGrid< ImplementationType, ThisType > *grid)
Implementation ImplementationType
void IncrementToNextCell()
vtkMappedUnstructuredGridCellIterator()
static vtkMappedUnstructuredGridCellIterator< ImplementationType > * New()
Allows datasets with arbitrary storage layouts to be used with VTK.