1 #ifndef _fwd_fwd_types_h 2 #define _fwd_fwd_types_h 9 #include <mne/c/mne_types.h> 15 typedef void (*fwdUserFreeFunc)(
void *);
20 typedef int (*fwdFieldFunc)(
float *rd,
float *Q,
FWDLIB::FwdCoilSet* coils,
float *res,
void *client);
21 typedef int (*fwdVecFieldFunc)(
float *rd,
FWDLIB::FwdCoilSet* coils,
float **res,
void *client);
22 typedef int (*fwdFieldGradFunc)(
float *rd,
float *Q,
FWDLIB::FwdCoilSet* coils,
float *res,
23 float *xgrad,
float *ygrad,
float *zgrad,
void *client);
Old fiff_type declarations - replace them.
MneCTFCompDataSet class declaration.
FwdCoilSet class declaration.