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