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