|
| void | LALCreateTwoDMesh (LALStatus *status, TwoDMeshNode **mesh, TwoDMeshParamStruc *params) |
| |
| void | LALDestroyTwoDMesh (LALStatus *status, TwoDMeshNode **mesh, UINT4 *nFree) |
| |
| void | LALRefineTwoDMesh (LALStatus *status, TwoDMeshNode *coarseMesh, TwoDMeshNode *fineMesh) |
| |
| void | LALTwoDMesh (LALStatus *status, TwoDMeshNode **tail, TwoDMeshParamStruc *params) |
| |
| void | LALTwoDColumn (LALStatus *status, TwoDMeshNode **tail, TwoDColumnParamStruc *columnParams, TwoDMeshParamStruc *params) |
| |
| void | LALTwoDNodeCopy (LALStatus *status, TwoDMeshNode **new_, TwoDMeshNode *old) |
| |
Go to the source code of this file.
|
| struct | TwoDMeshNode |
| | This structure represents a single node in a linked list of mesh points, specified in the coordinate system used to place it. More...
|
| |
| struct | TwoDMeshParamStruc |
| | This structure stores the parameters required by the two-dimensional mesh placement functions. More...
|
| |
| struct | TwoDColumnParamStruc |
| | This structure stores additional parameters required when laying down a single column of a two-dimensional mesh. More...
|
| |