#include <LALDatatypes.h>
Collaboration diagram for tagUINT2ArraySequence:

Data Fields | |
| UINT4 | length |
| The number l of vectors. | |
| UINT4 | arrayDim |
| The number of data N in each array element (this is not the number m of indices). | |
| UINT4Vector * | dimLength |
| Pointer to a vector of length m storing the array dimensions. | |
| UINT2 * | data |
| Pointer to the data array. | |
Definition at line 760 of file LALDatatypes.h.
The number of data N in each array element (this is not the number m of indices).
Definition at line 764 of file LALDatatypes.h.
Pointer to a vector of length m storing the array dimensions.
Definition at line 765 of file LALDatatypes.h.
1.5.2