#include <lal/LALStdlib.h>Include dependency graph for TwoDMeshPlot.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | tagTwoDMeshPlotStruc |
Defines | |
| #define | TWODMESHPLOTH_ENUL 1 |
| #define | TWODMESHPLOTH_EOUT 2 |
| #define | TWODMESHPLOTH_EMEM 3 |
| #define | TWODMESHPLOTH_EMETRIC 4 |
| #define | TWODMESHPLOTH_ENOPLOT 5 |
| #define | TWODMESHPLOTH_MSGENUL "Unexpected null pointer in arguments" |
| #define | TWODMESHPLOTH_MSGEOUT "Output handle points to a non-null pointer" |
| #define | TWODMESHPLOTH_MSGEMEM "Memory allocation error" |
| #define | TWODMESHPLOTH_MSGEMETRIC "Non-positive metric" |
| #define | TWODMESHPLOTH_MSGENOPLOT "Nothing to plot" |
| #define | TWODMESHPLOTH_XSIZE 540 |
| #define | TWODMESHPLOTH_YSIZE 720 |
| #define | TWODMESHPLOTH_XMARG 36 |
| #define | TWODMESHPLOTH_YMARG 36 |
Typedefs | |
| typedef tagTwoDMeshPlotStruc | TwoDMeshPlotStruc |
Functions | |
| NRCSID (TWODMESHPLOTH,"$Id: TwoDMeshPlot.h,v 1.7 2007/06/08 14:41:52 bema Exp $") | |
| void | LALPlotTwoDMesh (LALStatus *stat, FILE *stream, TwoDMeshNode *mesh, TwoDMeshPlotStruc *params) |
| #define TWODMESHPLOTH_ENUL 1 |
Definition at line 64 of file TwoDMeshPlot.h.
| #define TWODMESHPLOTH_EOUT 2 |
Definition at line 65 of file TwoDMeshPlot.h.
| #define TWODMESHPLOTH_EMEM 3 |
Definition at line 66 of file TwoDMeshPlot.h.
| #define TWODMESHPLOTH_EMETRIC 4 |
Definition at line 67 of file TwoDMeshPlot.h.
| #define TWODMESHPLOTH_ENOPLOT 5 |
Definition at line 68 of file TwoDMeshPlot.h.
| #define TWODMESHPLOTH_MSGENUL "Unexpected null pointer in arguments" |
Definition at line 70 of file TwoDMeshPlot.h.
| #define TWODMESHPLOTH_MSGEOUT "Output handle points to a non-null pointer" |
Definition at line 71 of file TwoDMeshPlot.h.
| #define TWODMESHPLOTH_MSGEMEM "Memory allocation error" |
Definition at line 72 of file TwoDMeshPlot.h.
| #define TWODMESHPLOTH_MSGEMETRIC "Non-positive metric" |
Definition at line 73 of file TwoDMeshPlot.h.
| #define TWODMESHPLOTH_MSGENOPLOT "Nothing to plot" |
Definition at line 74 of file TwoDMeshPlot.h.
| #define TWODMESHPLOTH_XSIZE 540 |
Definition at line 97 of file TwoDMeshPlot.h.
| #define TWODMESHPLOTH_YSIZE 720 |
Definition at line 98 of file TwoDMeshPlot.h.
| #define TWODMESHPLOTH_XMARG 36 |
Definition at line 99 of file TwoDMeshPlot.h.
| #define TWODMESHPLOTH_YMARG 36 |
Definition at line 100 of file TwoDMeshPlot.h.
| typedef struct tagTwoDMeshPlotStruc TwoDMeshPlotStruc |
| NRCSID | ( | TWODMESHPLOTH | , | |
| "$Id: TwoDMeshPlot. | h, | |||
| v 1.7 2007/06/08 14:41:52 bema Exp $" | ||||
| ) |
| void LALPlotTwoDMesh | ( | LALStatus * | stat, | |
| FILE * | stream, | |||
| TwoDMeshNode * | mesh, | |||
| TwoDMeshPlotStruc * | params | |||
| ) |
Definition at line 115 of file TwoDMeshPlot.c.
1.5.2