LAL  7.5.0.1-b72065a
CreateVectorSequenceIn Struct Reference

Detailed Description

This structure stores the input required for creating a vector sequence.

This input includes the length of the sequence (i.e., the number of vectors) and the length of each vector.

Definition at line 104 of file SeqFactories.h.

Data Fields

UINT4 length
 The sequence length. More...
 
UINT4 vectorLength
 The length of each vector in the sequence. More...
 

Field Documentation

◆ length

UINT4 CreateVectorSequenceIn::length

The sequence length.

Definition at line 105 of file SeqFactories.h.

◆ vectorLength

UINT4 CreateVectorSequenceIn::vectorLength

The length of each vector in the sequence.

Definition at line 106 of file SeqFactories.h.