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