Sequence of INT2 multidimensional arrays, see DATATYPE-ArraySequence types for more details.
Definition at line 373 of file LALDatatypes.h.
Data Fields | |
| UINT4 | length |
| The number l of vectors. More... | |
| UINT4 | arrayDim |
| The number of data N in each array element (this is not the number m of indices). More... | |
| UINT4Vector * | dimLength |
| Pointer to a vector of length m storing the array dimensions. More... | |
| INT2 * | data |
| Pointer to the data array. More... | |
| UINT4 INT2ArraySequence::length |
The number l of vectors.
Definition at line 374 of file LALDatatypes.h.
| UINT4 INT2ArraySequence::arrayDim |
The number of data N in each array element (this is not the number m of indices).
Definition at line 375 of file LALDatatypes.h.
| UINT4Vector* INT2ArraySequence::dimLength |
Pointer to a vector of length m storing the array dimensions.
Definition at line 376 of file LALDatatypes.h.
| INT2* INT2ArraySequence::data |
Pointer to the data array.
Definition at line 377 of file LALDatatypes.h.