LAL  7.5.0.1-b72065a
CreateArraySequenceIn Struct Reference

Detailed Description

This structure stores the input required for creating an array sequence.

This input includes the length of the sequence (i.e., the number of array) and the dimensions of each array index.

Definition at line 115 of file SeqFactories.h.

Data Fields

UINT4 length
 The sequence length. More...
 
UINT4VectordimLength
 The dimensions of each array index (the same for every array in the sequence) More...
 

Field Documentation

◆ length

UINT4 CreateArraySequenceIn::length

The sequence length.

Definition at line 116 of file SeqFactories.h.

◆ dimLength

UINT4Vector* CreateArraySequenceIn::dimLength

The dimensions of each array index (the same for every array in the sequence)

Definition at line 117 of file SeqFactories.h.