|
Data Structures |
| struct | tagINT2Grid |
| struct | tagINT4Grid |
| struct | tagINT8Grid |
| struct | tagUINT2Grid |
| struct | tagUINT4Grid |
| struct | tagUINT8Grid |
| struct | tagREAL4Grid |
| struct | tagREAL8Grid |
| struct | tagCOMPLEX8Grid |
| struct | tagCOMPLEX16Grid |
Defines |
| #define | GRIDH_ENUL 1 |
| #define | GRIDH_EOUT 2 |
| #define | GRIDH_EMEM 3 |
| #define | GRIDH_MSGENUL "Unexpected null pointer in arguments" |
| #define | GRIDH_MSGEOUT "Output handle points to a non-null pointer" |
| #define | GRIDH_MSGEMEM "Memory allocation error" |
Typedefs |
| typedef tagINT2Grid | INT2Grid |
| typedef tagINT4Grid | INT4Grid |
| typedef tagINT8Grid | INT8Grid |
| typedef tagUINT2Grid | UINT2Grid |
| typedef tagUINT4Grid | UINT4Grid |
| typedef tagUINT8Grid | UINT8Grid |
| typedef tagREAL4Grid | REAL4Grid |
| typedef tagREAL8Grid | REAL8Grid |
| typedef tagCOMPLEX8Grid | COMPLEX8Grid |
| typedef tagCOMPLEX16Grid | COMPLEX16Grid |
Functions |
| | NRCSID (GRIDH,"$Id: Grid.h,v 1.3 2007/06/08 14:41:52 bema Exp $") |
| void | LALI2CreateGrid (LALStatus *status, INT2Grid **grid, UINT4Vector *dimLength, UINT4 dimension) |
| void | LALI4CreateGrid (LALStatus *status, INT4Grid **grid, UINT4Vector *dimLength, UINT4 dimension) |
| void | LALI8CreateGrid (LALStatus *status, INT8Grid **grid, UINT4Vector *dimLength, UINT4 dimension) |
| void | LALU2CreateGrid (LALStatus *status, UINT2Grid **grid, UINT4Vector *dimLength, UINT4 dimension) |
| void | LALU4CreateGrid (LALStatus *status, UINT4Grid **grid, UINT4Vector *dimLength, UINT4 dimension) |
| void | LALU8CreateGrid (LALStatus *status, UINT8Grid **grid, UINT4Vector *dimLength, UINT4 dimension) |
| void | LALSCreateGrid (LALStatus *status, REAL4Grid **grid, UINT4Vector *dimLength, UINT4 dimension) |
| void | LALDCreateGrid (LALStatus *status, REAL8Grid **grid, UINT4Vector *dimLength, UINT4 dimension) |
| void | LALCCreateGrid (LALStatus *status, COMPLEX8Grid **grid, UINT4Vector *dimLength, UINT4 dimension) |
| void | LALZCreateGrid (LALStatus *status, COMPLEX16Grid **grid, UINT4Vector *dimLength, UINT4 dimension) |
| void | LALI2DestroyGrid (LALStatus *status, INT2Grid **grid) |
| void | LALI4DestroyGrid (LALStatus *status, INT4Grid **grid) |
| void | LALI8DestroyGrid (LALStatus *status, INT8Grid **grid) |
| void | LALU2DestroyGrid (LALStatus *status, UINT2Grid **grid) |
| void | LALU4DestroyGrid (LALStatus *status, UINT4Grid **grid) |
| void | LALU8DestroyGrid (LALStatus *status, UINT8Grid **grid) |
| void | LALSDestroyGrid (LALStatus *status, REAL4Grid **grid) |
| void | LALDDestroyGrid (LALStatus *status, REAL8Grid **grid) |
| void | LALCDestroyGrid (LALStatus *status, COMPLEX8Grid **grid) |
| void | LALZDestroyGrid (LALStatus *status, COMPLEX16Grid **grid) |