41 #include <sys/types.h>
54 long format_constraint(
size_t *cor, ptrdiff_t *step,
size_t *edg,
bool *has_stride);
56 void do_cardinal_array_read(
int ncid,
int varid, nc_type datatype,
57 vector<char> &values,
bool has_values,
int values_offset,
58 int nels,
size_t cor[],
size_t edg[], ptrdiff_t step[],
bool has_stride);
60 void do_array_read(
int ncid,
int varid, nc_type datatype,
61 vector<char> &values,
bool has_values,
int values_offset,
62 int nels,
size_t cor[],
size_t edg[], ptrdiff_t step[],
bool has_stride);
67 NCArray(
const string &n,
const string &d, BaseType *v);
static class NCMLUtil overview
NCStructure & operator=(const NCStructure &rhs)
virtual BaseType * ptr_duplicate()