tagINT8ArraySequence Struct Reference

Sequency of INT8 multidimensional arrays. More...

#include <LALDatatypes.h>

Collaboration diagram for tagINT8ArraySequence:

Collaboration graph
[legend]

Data Fields

UINT4 length
 The number l of vectors.
UINT4 arrayDim
 The number of data N in each array element (this is not the number m of indices).
UINT4VectordimLength
 Pointer to a vector of length m storing the array dimensions.
INT8data
 Pointer to the data array.

Detailed Description

Sequency of INT8 multidimensional arrays.

Definition at line 793 of file LALDatatypes.h.


Field Documentation

UINT4 tagINT8ArraySequence::length

The number l of vectors.

Definition at line 796 of file LALDatatypes.h.

UINT4 tagINT8ArraySequence::arrayDim

The number of data N in each array element (this is not the number m of indices).

Definition at line 797 of file LALDatatypes.h.

UINT4Vector* tagINT8ArraySequence::dimLength

Pointer to a vector of length m storing the array dimensions.

Definition at line 798 of file LALDatatypes.h.

INT8* tagINT8ArraySequence::data

Pointer to the data array.

Definition at line 799 of file LALDatatypes.h.


The documentation for this struct was generated from the following file:
Generated on Sun Sep 7 03:08:34 2008 for LAL by  doxygen 1.5.2