|
libdap
Updated for version 3.17.0
|
#include <Array.h>
Public Member Functions | |
| dimension (unsigned long s, string n) | |
| dimension (D4Dimension *d) | |
Public Attributes | |
| int | c_size |
| Size of dimension once constrained. | |
| D4Dimension * | dim |
| If not null, a weak pointer to the D4Dimension. | |
| string | name |
| The name of this dimension. | |
| int | size |
| The unconstrained dimension size. | |
| int | start |
| The constraint start index. | |
| int | stop |
| The constraint end index. | |
| int | stride |
| The constraint stride. | |
| bool | use_sdim_for_slice |
| Used to control printing the DMR in data responses. | |
Information about a dimension. Each Array has one or more dimensions. For each of an Array's dimensions, a corresponding instance of this struct holds the natural size, name, constraint information and constrained size.
If not null, a weak pointer to the D4Dimension.