16 #ifndef INC_netcdf_NcShort_h
17 #define INC_netcdf_NcShort_h
108 static char const *
const myTypeName;
109 static value_type const fillValue = NC_FILL_SHORT;
110 static value_type const minValue = NC_MIN_SHORT;
111 static value_type const maxValue = NC_MAX_SHORT;
short value_type
Definition: NcShort.h:26
Represents a netCDF atomic Short type.
Definition: NcShort.h:23
NcShort ncShort
Definition: NcShort.cpp:24
static value_type FillValue()
Definition: NcShort.h:31
void Get(int const groupID, int const varID, vector_type &data)
receives data
Definition: NcShort.cpp:33
std::vector< std::size_t > TVecIndex
Definition: NcType.h:43
NcShort()
Definition: NcShort.cpp:28
static value_type MaxValue()
Definition: NcShort.h:33
static value_type MinValue()
Definition: NcShort.h:32
static std::size_t SizeOf()
Definition: NcShort.h:34
std::vector< value_type > vector_type
Definition: NcShort.h:27
Base class for all netCDF data types.
Definition: NcType.h:47
void Put(int const groupID, int const varID, vector_type const &data)
data to write
Definition: NcShort.cpp:89