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