![]() |
das2C
das core C utilities (v3)
|
Objects which define a iteration space. More...
Go to the source code of this file.
Data Structures | |
struct | DasDs |
Das Datasets. More... | |
struct | dasds_iterator |
Dataset iterator structure. More... | |
Functions | |
DAS_API size_t | DasDs_memIndexed (const DasDs *pThis) |
The apparent memory usage of all arrays in the dataset. More... | |
DAS_API DasErrCode | DasDs_addDim (DasDs *pThis, DasDim *pDim) |
Add a physical dimension to the dataset. More... | |
Objects which define a iteration space.
DAS_API size_t DasDs_memIndexed | ( | const DasDs * | pThis | ) |
The apparent memory usage of all arrays in the dataset.
Note that this is less the the apparent memory usage of all variables in the dataset.
DAS_API DasErrCode DasDs_addDim | ( | DasDs * | pThis, |
DasDim * | pDim | ||
) |
Add a physical dimension to the dataset.
pThis | A pointer to a dataset structure |
pDim | A existing dimension object created on the heap. |
@membefof DasDs