libdap Updated for version 3.20.11
libdap4 is an implementation of OPeNDAP's DAP protocol.
|
#include <Array.h>
Public Member Functions | |
dimension (D4Dimension *d) | |
dimension (unsigned long s, string n) | |
Public Attributes | |
int | c_size |
Size of dimension once constrained. More... | |
D4Dimension * | dim |
If not null, a weak pointer to the D4Dimension. More... | |
string | name |
The name of this dimension. More... | |
int | size |
The unconstrained dimension size. More... | |
int | start |
The constraint start index. More... | |
int | stop |
The constraint end index. More... | |
int | stride |
The constraint stride. More... | |
bool | use_sdim_for_slice |
Used to control printing the DMR in data responses. More... | |
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.
|
inline |
|
explicit |
int libdap::Array::dimension::c_size |
D4Dimension* libdap::Array::dimension::dim |
If not null, a weak pointer to the D4Dimension.
string libdap::Array::dimension::name |
int libdap::Array::dimension::size |
int libdap::Array::dimension::start |
int libdap::Array::dimension::stop |
bool libdap::Array::dimension::use_sdim_for_slice |