Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-b246709
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
TwoDMeshPlot.c File Reference

Prototypes

static void LALMakeMeshMacro (LALStatus *stat, FILE *stream, TwoDMeshNode *mesh, MeshMacroParamStruc *params)
 
static void AdjustBBox (REAL4 x, REAL4 y, TwoDMeshPlotStruc *params)
 
void LALPlotTwoDMesh (LALStatus *stat, FILE *stream, TwoDMeshNode *mesh, TwoDMeshPlotStruc *params)
 Plots a hierarchical mesh of templates on an 2-dimensional parameter space. More...
 

Go to the source code of this file.

Data Structures

struct  MeshMacroParamStruc
 

Macros

#define TWODMESHPLOTC_MAXOBJ
 

Macro Definition Documentation

◆ TWODMESHPLOTC_MAXOBJ

#define TWODMESHPLOTC_MAXOBJ
Value:
797 /* Maximum number of objects in a
PostScript macro */

Definition at line 27 of file TwoDMeshPlot.c.

Function Documentation

◆ LALMakeMeshMacro()

static void LALMakeMeshMacro ( LALStatus stat,
FILE *  stream,
TwoDMeshNode mesh,
MeshMacroParamStruc params 
)
static

Definition at line 384 of file TwoDMeshPlot.c.

◆ AdjustBBox()

static void AdjustBBox ( REAL4  x,
REAL4  y,
TwoDMeshPlotStruc params 
)
static

Definition at line 551 of file TwoDMeshPlot.c.