libdsproc3  2.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
dsproc_dataset_dims.c File Reference

Dataset Dimension Functions. More...

#include "dsproc3.h"
#include "dsproc_private.h"

Go to the source code of this file.

Functions

CDSDimdsproc_get_dim (CDSGroup *dataset, const char *name)
 Get a dimension from a dataset.
size_t dsproc_get_dim_length (CDSGroup *dataset, const char *name)
 Get the length of a dimension in a dataset.
int dsproc_set_dim_length (CDSGroup *dataset, const char *name, size_t length)
 Set the length of a dimension in a dataset.

Variables

DSProc * _DSProc
 Internal DSProc structure.

Detailed Description

Dataset Dimension Functions.

Definition in file dsproc_dataset_dims.c.