LAL  7.5.0.1-89842e6
MathNDPointList Struct Reference

Detailed Description

This type is similar to Math3DPointList except the coordinates are stored as data in the REAL4Vector coordinates.

Definition at line 186 of file LALMathematica.h.

Data Fields

struct tagMathNDPointList * next
 
REAL4Vectorcoordinates
 
INT4 dimension
 
REAL4 grayLevel
 

Field Documentation

◆ next

struct tagMathNDPointList* MathNDPointList::next

Definition at line 187 of file LALMathematica.h.

◆ coordinates

REAL4Vector* MathNDPointList::coordinates

Definition at line 188 of file LALMathematica.h.

◆ dimension

INT4 MathNDPointList::dimension

Definition at line 189 of file LALMathematica.h.

◆ grayLevel

REAL4 MathNDPointList::grayLevel

Definition at line 190 of file LALMathematica.h.