#include <fiff/fiff_types.h>#include <mne/mne_types.h>#include "fwd_coil_set.h"#include <mne/mne_ctf_comp_data_set.h>

Go to the source code of this file.
Typedefs | |
| typedef void(* | fwdUserFreeFunc) (void *) |
| typedef int(* | fwdFieldFunc) (float *rd, float *Q, FWDLIB::FwdCoilSet *coils, float *res, void *client) |
| typedef int(* | fwdVecFieldFunc) (float *rd, FWDLIB::FwdCoilSet *coils, float **res, void *client) |
| typedef int(* | fwdFieldGradFunc) (float *rd, float *Q, FWDLIB::FwdCoilSet *coils, float *res, float *xgrad, float *ygrad, float *zgrad, void *client) |
| typedef int(* fwdFieldFunc) (float *rd, float *Q, FWDLIB::FwdCoilSet *coils, float *res, void *client) |
Definition at line 20 of file fwd_types.h.
| typedef int(* fwdFieldGradFunc) (float *rd, float *Q, FWDLIB::FwdCoilSet *coils, float *res, float *xgrad, float *ygrad, float *zgrad, void *client) |
Definition at line 22 of file fwd_types.h.
| typedef void(* fwdUserFreeFunc) (void *) |
Definition at line 15 of file fwd_types.h.
| typedef int(* fwdVecFieldFunc) (float *rd, FWDLIB::FwdCoilSet *coils, float **res, void *client) |
Definition at line 21 of file fwd_types.h.