SAF
Loading...
Searching...
No Matches
safmex_getSHreal.c File Reference

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]
 

Detailed Description

MEX wrapper for getSHreal (see the .m file of the same name for documentation)

Author
Leo McCormack
Date
06.08.2020

Definition in file safmex_getSHreal.c.

Macro Definition Documentation

◆ NUM_INPUT_ARGS

#define NUM_INPUT_ARGS   ( 2 )

Definition at line 31 of file safmex_getSHreal.c.

◆ NUM_OUTPUT_ARGS

#define NUM_OUTPUT_ARGS   ( 1 )

Definition at line 32 of file safmex_getSHreal.c.

Function Documentation

◆ mexFunction()

void mexFunction ( int nlhs,
mxArray * plhs[],
int nrhs,
const mxArray * prhs[] )

Definition at line 46 of file safmex_getSHreal.c.

Variable Documentation

◆ inputDataTypes

const MEX_DATA_TYPES inputDataTypes[NUM_INPUT_ARGS]
Initial value:
= {
}
@ SM_INT32
Integer; 1 x 1.
Definition safmex.h:34
@ SM_DOUBLE_REAL_1D_OR_2D
Real 2-D matrix or 1-D vector; N x M | N x 1.
Definition safmex.h:41

Definition at line 33 of file safmex_getSHreal.c.

◆ outputDataTypes

const MEX_DATA_TYPES outputDataTypes[NUM_OUTPUT_ARGS]
Initial value:

Definition at line 37 of file safmex_getSHreal.c.