20 #include "pism/util/array/CellType.hh"
21 #include "pism/util/interpolation.hh"
27 : array::
Scalar(grid, name) {
32 : array::
Scalar(grid, name, width) {
void set_interpolation_type(InterpolationType type)
CellType1(std::shared_ptr< const Grid > grid, const std::string &name)
CellType2(std::shared_ptr< const Grid > grid, const std::string &name)
CellType(std::shared_ptr< const Grid > grid, const std::string &name)
"Cell type" mask. Adds convenience methods to array::Scalar.