16 #ifndef INC_netcdf_NcUshort_h
17 #define INC_netcdf_NcUshort_h
111 static char const *
const myTypeName;
112 static value_type const fillValue = NC_FILL_USHORT;
114 static value_type const maxValue = NC_MAX_USHORT;
Class associated with netCDF version 4 data types.
Definition: NcTypeV4.h:21
NcUshort ncUshort
Definition: NcUshort.cpp:24
void Get(int const groupID, int const varID, vector_type &data)
receives data
Definition: NcUshort.cpp:34
Represents a netCDF atomic Ushort type.
Definition: NcUshort.h:24
NcUshort()
Definition: NcUshort.cpp:28
std::vector< std::size_t > TVecIndex
Definition: NcType.h:43
static std::size_t SizeOf()
Definition: NcUshort.h:37
unsigned short value_type
Definition: NcUshort.h:29
void Put(int const groupID, int const varID, vector_type const &data)
data to write
Definition: NcUshort.cpp:90
static value_type MinValue()
Definition: NcUshort.h:35
static value_type FillValue()
Definition: NcUshort.h:34
Base class for all netCDF data types.
Definition: NcType.h:47
static value_type MaxValue()
Definition: NcUshort.h:36
std::vector< value_type > vector_type
Definition: NcUshort.h:30