Go to the documentation of this file.
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
Allows datasets with arbitrary storage layouts to be used with VTK.
bool IsDoneWithTraversal()
vtkMappedUnstructuredGridCellIterator()
Default cell iterator for vtkMappedUnstructuredGrid.
vtkMappedUnstructuredGridCellIterator< ImplementationType > ThisType
a simple class to control print indentation
Implementation ImplementationType
~vtkMappedUnstructuredGridCellIterator()
void SetMappedUnstructuredGrid(vtkMappedUnstructuredGrid< ImplementationType, ThisType > *grid)
virtual void PrintSelf(ostream &os, vtkIndent indent)
void IncrementToNextCell()
static vtkMappedUnstructuredGridCellIterator< ImplementationType > * New()
Provides the equivalent of vtkTypeMacro for use with template classes.