Sequence of UINT8 Vectors, see DATATYPE-VectorSequence types for more details.
Definition at line 321 of file LALDatatypes.h.
Data Fields | |
| UINT4 | length |
| The number l of vectors. More... | |
| UINT4 | vectorLength |
| The length n of each vector. More... | |
| UINT8 * | data |
| Pointer to the data array. More... | |
| UINT4 UINT8VectorSequence::length |
The number l of vectors.
Definition at line 325 of file LALDatatypes.h.
| UINT4 UINT8VectorSequence::vectorLength |
The length n of each vector.
Definition at line 326 of file LALDatatypes.h.
| UINT8* UINT8VectorSequence::data |
Pointer to the data array.
Element i of vector j is data[ jn + i ].
Definition at line 327 of file LALDatatypes.h.