57#include <QSharedPointer>
90 typedef QSharedPointer<FwdThreadArg>
SPtr;
91 typedef QSharedPointer<const FwdThreadArg>
ConstSPtr;
int(* fwdFieldFunc)(float *rd, float *Q, FWDLIB::FwdCoilSet *coils, float *res, void *client)
int(* fwdVecFieldFunc)(float *rd, FWDLIB::FwdCoilSet *coils, float **res, void *client)
int(* fwdFieldGradFunc)(float *rd, float *Q, FWDLIB::FwdCoilSet *coils, float *res, float *xgrad, float *ygrad, float *zgrad, void *client)
forward library export/import macros.
Core MNE data structures (source spaces, source estimates, hemispheres).
Forward modelling (BEM, MEG/EEG lead fields).
Collection of FwdCoil objects representing a full MEG or EEG sensor array.
fwdFieldGradFunc field_pot_grad
QSharedPointer< FwdThreadArg > SPtr
QSharedPointer< const FwdThreadArg > ConstSPtr
static void free_meg_multi_thread_duplicate(FwdThreadArg *one, bool bem_model)
static FwdThreadArg * create_eeg_multi_thread_duplicate(FwdThreadArg *one, bool bem_model)
static void free_eeg_multi_thread_duplicate(FwdThreadArg *one, bool bem_model)
fwdVecFieldFunc vec_field_pot
static FwdThreadArg * create_meg_multi_thread_duplicate(FwdThreadArg *one, bool bem_model)
MNELIB::MNESourceSpace * s
This defines a source space.