checkCDMCompliance(std::string type) | code::NetcdfDataVariable< T > | [static] |
checkFAACompliance(std::string type) | code::NetcdfDataVariable< T > | [static] |
get(NcVar *, int pos, int *buf, int buf_count) | code::NetcdfDataVariable< T > | [protected, static] |
get(NcVar *, int pos, short *buf, int buf_count) | code::NetcdfDataVariable< T > | [protected, static] |
get(NcVar *, int pos, float *buf, int buf_count) | code::NetcdfDataVariable< T > | [protected, static] |
getCDMComplianceFlag() | code::NetcdfDataVariable< T > | [static] |
getDataType() const | code::NetcdfDataVariable< T > | |
getFAAComplianceFlag() | code::NetcdfDataVariable< T > | [static] |
getSparseGridThreshold() | code::NetcdfDataVariable< T > | [static] |
NetcdfDataVariable() | code::NetcdfDataVariable< T > | |
NetcdfDataVariable(const T &data, NetcdfFile &ncfile, NcDim *xdim, NcDim *ydim) | code::NetcdfDataVariable< T > | |
NetcdfDataVariable(const T &data, NetcdfFile &ncfile, NcDim *zdim, NcDim *xdim, NcDim *ydim) | code::NetcdfDataVariable< T > | |
put(NcVar *, int pos, const int *buf, int buf_count) | code::NetcdfDataVariable< T > | [protected, static] |
put(NcVar *, int pos, const short *buf, int buf_count) | code::NetcdfDataVariable< T > | [protected, static] |
put(NcVar *, int pos, const float *buf, int buf_count) | code::NetcdfDataVariable< T > | [protected, static] |
read(const NetcdfFile &ncFile, const std::string &typeName) | code::NetcdfDataVariable< T > | [static] |
readData(T &data, short dimx, short dimy, SentinelDouble FILE_MISSING_DATA, SentinelDouble FILE_RANGE_FOLDED) | code::NetcdfDataVariable< T > | |
readData(T &data, short dimz, short dimx, short dimy, SentinelDouble FILE_MISSING_DATA, SentinelDouble FILE_RANGE_FOLDED) | code::NetcdfDataVariable< T > | |
readLiteral2D(T &data) | code::NetcdfDataVariable< T > | |
readSparseGrid(T &data) | code::NetcdfDataVariable< T > | |
setCDMComplianceFlag(bool flag=false) | code::NetcdfDataVariable< T > | [static] |
setFAAComplianceFlag(bool flag=false) | code::NetcdfDataVariable< T > | [static] |
setSparseGridThreshold(float thresh=0.33) | code::NetcdfDataVariable< T > | [static] |
writeData(const T &data) | code::NetcdfDataVariable< T > | |
writeLiteral2D(const T &data) | code::NetcdfDataVariable< T > | |
writeSparseGrid(const T &data) | code::NetcdfDataVariable< T > | |