LAL  7.5.0.1-bede9b2

Detailed Description

Vector of type INT2, see DATATYPE-Vector types for more details.

Definition at line 91 of file LALDatatypes.h.

Data Fields

UINT4 length
 Number of elements in array. More...
 
INT2data
 Pointer to the data array. More...
 

Field Documentation

◆ length

UINT4 INT2Vector::length

Number of elements in array.

Definition at line 95 of file LALDatatypes.h.

◆ data

INT2* INT2Vector::data

Pointer to the data array.

Definition at line 96 of file LALDatatypes.h.