16 #ifndef INC_netcdf_NcByte_h
17 #define INC_netcdf_NcByte_h
109 static char const *
const myTypeName;
110 static value_type const fillValue = NC_FILL_BYTE;
111 static value_type const minValue = NC_MIN_BYTE;
112 static value_type const maxValue = NC_MAX_BYTE;
static value_type MaxValue()
Definition: NcByte.h:34
static value_type FillValue()
Definition: NcByte.h:32
Represents a netCDF atomic Byte type.
Definition: NcByte.h:24
static std::size_t SizeOf()
Definition: NcByte.h:35
void Put(int const groupID, int const varID, vector_type const &data)
data to write
Definition: NcByte.cpp:89
static value_type MinValue()
Definition: NcByte.h:33
std::vector< std::size_t > TVecIndex
Definition: NcType.h:43
std::vector< value_type > vector_type
Definition: NcByte.h:28
signed char value_type
Definition: NcByte.h:27
void Get(int const groupID, int const varID, vector_type &data)
receives data
Definition: NcByte.cpp:33
NcByte()
Definition: NcByte.cpp:28
Base class for all netCDF data types.
Definition: NcType.h:47
NcByte ncByte
Definition: NcByte.cpp:24