17 #ifndef vtkmAverageToCells_h
18 #define vtkmAverageToCells_h
20 #include "vtkAcceleratorsVTKmModule.h"
27 void PrintSelf(ostream& os,
vtkIndent indent) VTK_OVERRIDE;
32 ~vtkmAverageToCells();
35 vtkInformationVector*) VTK_OVERRIDE;
38 vtkmAverageToCells(const vtkmAverageToCells&) VTK_DELETE_FUNCTION;
39 void operator=(const vtkmAverageToCells&) VTK_DELETE_FUNCTION;
42 #endif // vtkmAverageToCells_h
a simple class to control print indentation
Superclass for algorithms that produce output of the same type as input.