#include <Array.h>
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. |
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.
Definition at line 112 of file Array.h.
Definition at line 119 of file Array.h.
Referenced by libdap::Array::add_constraint(), and libdap::Array::append_dim().
Definition at line 115 of file Array.h.
Referenced by libdap::Array::append_dim().
Definition at line 114 of file Array.h.
Referenced by libdap::Array::add_constraint(), and libdap::Array::append_dim().
Definition at line 116 of file Array.h.
Referenced by libdap::Array::add_constraint(), and libdap::Array::append_dim().
Definition at line 117 of file Array.h.
Referenced by libdap::Array::add_constraint(), and libdap::Array::append_dim().
Definition at line 118 of file Array.h.
Referenced by libdap::Array::add_constraint(), and libdap::Array::append_dim().