MNE-CPP 0.1.9
A Framework for Electrophysiology
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
FWDLIB::FwdThreadArg Class Reference

Filter Thread Argument Description. More...

#include <fwd_thread_arg.h>

Public Types

typedef QSharedPointer< FwdThreadArgSPtr
 
typedef QSharedPointer< const FwdThreadArgConstSPtr
 

Public Member Functions

 FwdThreadArg ()
 
 ~FwdThreadArg ()
 

Static Public Member Functions

static FwdThreadArgcreate_eeg_multi_thread_duplicate (FwdThreadArg *one, bool bem_model)
 
static void free_eeg_multi_thread_duplicate (FwdThreadArg *one, bool bem_model)
 
static FwdThreadArgcreate_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
 
FwdCoilSetcoils_els
 
void * client
 
MNELIB::MneSourceSpaceOlds
 
int fixed_ori
 
int comp
 
int stat
 

Detailed Description

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.

Member Typedef Documentation

◆ ConstSPtr

typedef QSharedPointer<const FwdThreadArg> FWDLIB::FwdThreadArg::ConstSPtr

Const shared pointer type for FwdThreadArg.

Definition at line 91 of file fwd_thread_arg.h.

◆ SPtr

typedef QSharedPointer<FwdThreadArg> FWDLIB::FwdThreadArg::SPtr

Shared pointer type for FwdThreadArg.

Definition at line 90 of file fwd_thread_arg.h.

Constructor & Destructor Documentation

◆ FwdThreadArg()

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::~FwdThreadArg ( )

Destroys the Forward Thread Argument Refactored: free_fwd_thread_arg (compute_forward.c)

Definition at line 106 of file fwd_thread_arg.cpp.

Member Function Documentation

◆ create_eeg_multi_thread_duplicate()

FwdThreadArg * FwdThreadArg::create_eeg_multi_thread_duplicate ( FwdThreadArg one,
bool  bem_model 
)
static

Definition at line 112 of file fwd_thread_arg.cpp.

◆ create_meg_multi_thread_duplicate()

FwdThreadArg * FwdThreadArg::create_meg_multi_thread_duplicate ( FwdThreadArg one,
bool  bem_model 
)
static

Definition at line 152 of file fwd_thread_arg.cpp.

◆ free_eeg_multi_thread_duplicate()

void FwdThreadArg::free_eeg_multi_thread_duplicate ( FwdThreadArg one,
bool  bem_model 
)
static

Definition at line 134 of file fwd_thread_arg.cpp.

◆ free_meg_multi_thread_duplicate()

void FwdThreadArg::free_meg_multi_thread_duplicate ( FwdThreadArg one,
bool  bem_model 
)
static

Definition at line 182 of file fwd_thread_arg.cpp.

Member Data Documentation

◆ client

void* FWDLIB::FwdThreadArg::client

Definition at line 123 of file fwd_thread_arg.h.

◆ coils_els

FwdCoilSet* FWDLIB::FwdThreadArg::coils_els

Definition at line 122 of file fwd_thread_arg.h.

◆ comp

int FWDLIB::FwdThreadArg::comp

Definition at line 126 of file fwd_thread_arg.h.

◆ field_pot

fwdFieldFunc FWDLIB::FwdThreadArg::field_pot

Definition at line 119 of file fwd_thread_arg.h.

◆ field_pot_grad

fwdFieldGradFunc FWDLIB::FwdThreadArg::field_pot_grad

Definition at line 121 of file fwd_thread_arg.h.

◆ fixed_ori

int FWDLIB::FwdThreadArg::fixed_ori

Definition at line 125 of file fwd_thread_arg.h.

◆ off

int FWDLIB::FwdThreadArg::off

Definition at line 118 of file fwd_thread_arg.h.

◆ res

float** FWDLIB::FwdThreadArg::res

Definition at line 116 of file fwd_thread_arg.h.

◆ res_grad

float** FWDLIB::FwdThreadArg::res_grad

Definition at line 117 of file fwd_thread_arg.h.

◆ s

MNELIB::MneSourceSpaceOld* FWDLIB::FwdThreadArg::s

Definition at line 124 of file fwd_thread_arg.h.

◆ stat

int FWDLIB::FwdThreadArg::stat

Definition at line 127 of file fwd_thread_arg.h.

◆ vec_field_pot

fwdVecFieldFunc FWDLIB::FwdThreadArg::vec_field_pot

Definition at line 120 of file fwd_thread_arg.h.


The documentation for this class was generated from the following files: