Processing math: 100%
LAL 7.7.0.1-5e288d3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Math3DPointList Struct Reference

Detailed Description

This type is used by LALMath3DPlot.c as an input structure to plot 3-dimensional template banks.

It is a linked list with parameters for each coordinate x,y,z and a next pointer. It also has a parameter called grayLevel which must be \epsilon [0,1]. It specifies the shading of the point in the final plot with 0 representing black and 1 representing white. By creatively assigning its value the grayscale shade of the points may convey additional information.

Definition at line 174 of file LALMathematica.h.

Data Fields

struct tagMath3DPointList * next
 
REAL4 x
 
REAL4 y
 
REAL4 z
 
REAL4 grayLevel
 

Field Documentation

◆ next

struct tagMath3DPointList* Math3DPointList::next

Definition at line 175 of file LALMathematica.h.

◆ x

REAL4 Math3DPointList::x

Definition at line 176 of file LALMathematica.h.

◆ y

REAL4 Math3DPointList::y

Definition at line 177 of file LALMathematica.h.

◆ z

REAL4 Math3DPointList::z

Definition at line 178 of file LALMathematica.h.

◆ grayLevel

REAL4 Math3DPointList::grayLevel

Definition at line 179 of file LALMathematica.h.