MNE-CPP
0.1.9
A Framework for Electrophysiology
|
Filter Thread Argument Description. More...
#include <fwd_thread_arg.h>
Public Types | |
typedef QSharedPointer< FwdThreadArg > | SPtr |
typedef QSharedPointer< const FwdThreadArg > | ConstSPtr |
Public Member Functions | |
FwdThreadArg () | |
~FwdThreadArg () | |
Static Public Member Functions | |
static FwdThreadArg * | create_eeg_multi_thread_duplicate (FwdThreadArg *one, bool bem_model) |
static void | free_eeg_multi_thread_duplicate (FwdThreadArg *one, bool bem_model) |
static FwdThreadArg * | create_meg_multi_thread_duplicate (FwdThreadArg *one, bool bem_model) |
static void | free_meg_multi_thread_duplicate (FwdThreadArg *one, bool bem_model) |
Public Attributes | |
float ** | res |
float ** | res_grad |
int | off |
fwdFieldFunc | field_pot |
fwdVecFieldFunc | vec_field_pot |
fwdFieldGradFunc | field_pot_grad |
FwdCoilSet * | coils_els |
void * | client |
MNELIB::MneSourceSpaceOld * | s |
int | fixed_ori |
int | comp |
int | stat |
Filter Thread Argument Description.
Implements a Forward Thread Argument (Replaces *fwdThreadArg,fwdThreadArgRec; struct of MNE-C compute_forward.c).
Definition at line 87 of file fwd_thread_arg.h.
typedef QSharedPointer<const FwdThreadArg> FWDLIB::FwdThreadArg::ConstSPtr |
Const shared pointer type for FwdThreadArg.
Definition at line 91 of file fwd_thread_arg.h.
typedef QSharedPointer<FwdThreadArg> FWDLIB::FwdThreadArg::SPtr |
Shared pointer type for FwdThreadArg.
Definition at line 90 of file fwd_thread_arg.h.
FwdThreadArg::FwdThreadArg | ( | ) |
Constructs the Forward Thread Argument Refactored: new_fwd_thread_arg (compute_forward.c)
Definition at line 88 of file fwd_thread_arg.cpp.
FwdThreadArg::~FwdThreadArg | ( | ) |
Destroys the Forward Thread Argument Refactored: free_fwd_thread_arg (compute_forward.c)
Definition at line 106 of file fwd_thread_arg.cpp.