|
SAF
|
MEX wrapper for getSHreal (see the .m file of the same name for documentation) More...
#include "safmex.h"Go to the source code of this file.
Macros | |
| #define | NUM_INPUT_ARGS ( 2 ) |
| #define | NUM_OUTPUT_ARGS ( 1 ) |
Functions | |
| void | mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
Variables | |
| const MEX_DATA_TYPES | inputDataTypes [NUM_INPUT_ARGS] |
| const MEX_DATA_TYPES | outputDataTypes [NUM_OUTPUT_ARGS] |
MEX wrapper for getSHreal (see the .m file of the same name for documentation)
Definition in file safmex_getSHreal.c.
| #define NUM_INPUT_ARGS ( 2 ) |
Definition at line 31 of file safmex_getSHreal.c.
| #define NUM_OUTPUT_ARGS ( 1 ) |
Definition at line 32 of file safmex_getSHreal.c.
| void mexFunction | ( | int | nlhs, |
| mxArray * | plhs[], | ||
| int | nrhs, | ||
| const mxArray * | prhs[] ) |
Definition at line 46 of file safmex_getSHreal.c.
| const MEX_DATA_TYPES inputDataTypes[NUM_INPUT_ARGS] |
Definition at line 33 of file safmex_getSHreal.c.
| const MEX_DATA_TYPES outputDataTypes[NUM_OUTPUT_ARGS] |
Definition at line 37 of file safmex_getSHreal.c.