libdap++ Updated for version 3.8.2

libdap::Array::dimension Struct Reference

#include <Array.h>

Collaboration diagram for libdap::Array::dimension:

List of all members.

Public Attributes

int c_size
 Size of dimension once constrained.
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.

Detailed Description

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.

Note:
Instead of using this struct's fields directly, use Array's dimension accessor methods.
This struct is public because its type is used in public typedefs.

Definition at line 114 of file Array.h.


Member Data Documentation


The documentation for this struct was generated from the following file: