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... | |
| UINT4 CreateVectorSequenceIn::length |
The sequence length.
Definition at line 105 of file SeqFactories.h.
| UINT4 CreateVectorSequenceIn::vectorLength |
The length of each vector in the sequence.
Definition at line 106 of file SeqFactories.h.