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

Go to the source code of this file.
| #define TWODMESHH_ENUL 1 |
Definition at line 122 of file TwoDMesh.h.
| #define TWODMESHH_EOUT 2 |
Definition at line 123 of file TwoDMesh.h.
| #define TWODMESHH_EMEM 3 |
Definition at line 124 of file TwoDMesh.h.
| #define TWODMESHH_EMETRIC 4 |
Definition at line 125 of file TwoDMesh.h.
| #define TWODMESHH_EWIDTH 5 |
Definition at line 126 of file TwoDMesh.h.
| #define TWODMESHH_EDIM 6 |
Definition at line 127 of file TwoDMesh.h.
| #define TWODMESHH_EINT 7 |
Definition at line 128 of file TwoDMesh.h.
| #define TWODMESHH_MSGENUL "Unexpected null pointer in arguments" |
Definition at line 130 of file TwoDMesh.h.
| #define TWODMESHH_MSGEOUT "Output handle points to a non-null pointer" |
Definition at line 131 of file TwoDMesh.h.
| #define TWODMESHH_MSGEMEM "Memory allocation error" |
Definition at line 132 of file TwoDMesh.h.
| #define TWODMESHH_MSGEMETRIC "Non-positive metric" |
Definition at line 133 of file TwoDMesh.h.
| #define TWODMESHH_MSGEWIDTH "Column width too small" |
Definition at line 134 of file TwoDMesh.h.
| #define TWODMESHH_MSGEDIM "Incorrect dimensions" |
Definition at line 135 of file TwoDMesh.h.
| #define TWODMESHH_MSGEINT "Non-positive interval" |
Definition at line 136 of file TwoDMesh.h.
| typedef struct tagTwoDMeshNode TwoDMeshNode |
| typedef struct tagTwoDMeshParamStruc TwoDMeshParamStruc |
| typedef struct tagTwoDColumnParamStruc TwoDColumnParamStruc |
| NRCSID | ( | TWODMESHH | , | |
| "$Id: TwoDMesh. | h, | |||
| v 1.8 2007/06/08 14:41:50 bema Exp $" | ||||
| ) |
| void LALCreateTwoDMesh | ( | LALStatus * | status, | |
| TwoDMeshNode ** | mesh, | |||
| TwoDMeshParamStruc * | params | |||
| ) |
Definition at line 118 of file TwoDMesh.c.
| void LALDestroyTwoDMesh | ( | LALStatus * | status, | |
| TwoDMeshNode ** | mesh, | |||
| UINT4 * | nFree | |||
| ) |
Definition at line 174 of file TwoDMesh.c.
| void LALRefineTwoDMesh | ( | LALStatus * | status, | |
| TwoDMeshNode * | coarseMesh, | |||
| TwoDMeshNode * | fineMesh | |||
| ) |
Definition at line 208 of file TwoDMesh.c.
| void LALTwoDMesh | ( | LALStatus * | status, | |
| TwoDMeshNode ** | tail, | |||
| TwoDMeshParamStruc * | params | |||
| ) |
Definition at line 331 of file TwoDMeshInternal.c.
| void LALTwoDColumn | ( | LALStatus * | status, | |
| TwoDMeshNode ** | tail, | |||
| TwoDColumnParamStruc * | columnParams, | |||
| TwoDMeshParamStruc * | params | |||
| ) |
Definition at line 475 of file TwoDMeshInternal.c.
| void LALTwoDNodeCopy | ( | LALStatus * | status, | |
| TwoDMeshNode ** | new, | |||
| TwoDMeshNode * | old | |||
| ) |
Definition at line 771 of file TwoDMeshInternal.c.
Definition at line 67 of file TwoDMeshMetrics.c.
| void LALInterpolateMetricGrid | ( | LALStatus * | status, | |
| REAL4 | metric[3], | |||
| REAL4 | position[2], | |||
| void * | params | |||
| ) |
Definition at line 118 of file TwoDMeshMetrics.c.
Definition at line 88 of file TwoDMeshRanges.c.
Definition at line 119 of file TwoDMeshRanges.c.
1.5.2