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

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. | |
| UINT4 * | data |
| Pointer to the data array. | |
Definition at line 782 of file LALDatatypes.h.
The number of data N in each array element (this is not the number m of indices).
Definition at line 786 of file LALDatatypes.h.
Pointer to a vector of length m storing the array dimensions.
Definition at line 787 of file LALDatatypes.h.
1.5.2