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