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

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

Go to the source code of this file.
Data Structures | |
| struct | tagFlatMeshParamStruc |
Defines | |
| #define | FLATMESHH_ENUL 1 |
| #define | FLATMESHH_EOUT 2 |
| #define | FLATMESHH_EMEM 3 |
| #define | FLATMESHH_EDIM 4 |
| #define | FLATMESHH_ELEN 5 |
| #define | FLATMESHH_MSGENUL "Unexpected null pointer in arguments" |
| #define | FLATMESHH_MSGEOUT "Output handle points to a non-null pointer" |
| #define | FLATMESHH_MSGEMEM "Memory allocation error" |
| #define | FLATMESHH_MSGEDIM "Inconsistent parameter space dimension" |
| #define | FLATMESHH_MSGELEN "Too few points specified" |
Typedefs | |
| typedef tagFlatMeshParamStruc | FlatMeshParamStruc |
Functions | |
| NRCSID (FLATMESHH,"$Id: FlatMesh.h,v 1.7 2007/06/08 14:41:50 bema Exp $") | |
| void | LALCreateFlatMesh (LALStatus *status, REAL4VectorSequence **mesh, FlatMeshParamStruc *params) |
| void | LALRectIntersect (LALStatus *status, REAL4VectorSequence *mesh, REAL4VectorSequence *controlPoints) |
| #define FLATMESHH_ENUL 1 |
Definition at line 134 of file FlatMesh.h.
| #define FLATMESHH_EOUT 2 |
Definition at line 135 of file FlatMesh.h.
| #define FLATMESHH_EMEM 3 |
Definition at line 136 of file FlatMesh.h.
| #define FLATMESHH_EDIM 4 |
Definition at line 137 of file FlatMesh.h.
| #define FLATMESHH_ELEN 5 |
Definition at line 138 of file FlatMesh.h.
| #define FLATMESHH_MSGENUL "Unexpected null pointer in arguments" |
Definition at line 140 of file FlatMesh.h.
| #define FLATMESHH_MSGEOUT "Output handle points to a non-null pointer" |
Definition at line 141 of file FlatMesh.h.
| #define FLATMESHH_MSGEMEM "Memory allocation error" |
Definition at line 142 of file FlatMesh.h.
| #define FLATMESHH_MSGEDIM "Inconsistent parameter space dimension" |
Definition at line 143 of file FlatMesh.h.
| #define FLATMESHH_MSGELEN "Too few points specified" |
Definition at line 144 of file FlatMesh.h.
| typedef struct tagFlatMeshParamStruc FlatMeshParamStruc |
| NRCSID | ( | FLATMESHH | , | |
| "$Id: FlatMesh. | h, | |||
| v 1.7 2007/06/08 14:41:50 bema Exp $" | ||||
| ) |
| void LALCreateFlatMesh | ( | LALStatus * | status, | |
| REAL4VectorSequence ** | mesh, | |||
| FlatMeshParamStruc * | params | |||
| ) |
Definition at line 134 of file FlatMesh.c.
| void LALRectIntersect | ( | LALStatus * | status, | |
| REAL4VectorSequence * | mesh, | |||
| REAL4VectorSequence * | controlPoints | |||
| ) |
Definition at line 382 of file FlatMesh.c.
1.5.2