libdas2
das2 core C utilities
|
correlated data and coordinate variables More...
correlated data and coordinate variables
Go to the source code of this file.
Data Structures | |
struct | DasVar |
Das2 fexible variables. More... | |
Functions | |
DasVar * | new_DasVarEval (const DasVar *pVar) |
Evaluate all sub-variable expressions and a single array variable. | |
ptrdiff_t | DasVar_lengthIn (const DasVar *pThis, int nIdx, ptrdiff_t *pLoc) |
Return the current max value index value + 1 for any partial index. More... | |
char * | DasVar_toStr (const DasVar *pThis, char *sBuf, int nLen) |
Get a string representation of this variable. More... | |