v2.0.0
Loading...
Searching...
No Matches
FWDLIB Namespace Reference

Forward modelling (BEM, MEG/EEG lead fields). More...

Classes

class  ComputeFwd
 Compute Forward implementation. More...
class  ComputeFwdSettings
 Compute Forward setting implementation. More...
struct  frameNameRec_40
 Lookup record mapping a FIFF coordinate frame integer ID to its human-readable name. More...
class  FwdBemModel
 Holds the BEM model definition. More...
class  FwdBemSolution
 Mapping from infinite medium potentials to a particular set of coils or electrodes. More...
class  FwdCoil
 Single MEG or EEG sensor coil with integration points, weights, and coordinate frame. More...
class  FwdCoilSet
 Collection of FwdCoil objects representing a full MEG or EEG sensor array. More...
class  FwdCompData
 This structure is used in the compensated field calculations. More...
class  FwdEegSphereLayer
 Single concentric sphere layer with conductivity ratio for the EEG forward model. More...
struct  bergSchergPar
 Berg-Scherg parameter pair (magnitude and distance multiplier) for an equivalent dipole in the EEG sphere model approximation. More...
struct  fitUser
 Workspace for the linear least-squares fit of Berg-Scherg parameters in the EEG sphere model (SVD matrices, residuals, weights). More...
class  FwdEegSphereModel
 Multi-layer spherical head model for EEG forward computation. More...
class  FwdEegSphereModelSet
 Collection of FwdEegSphereModel objects for multi-model EEG forward solutions. More...
class  FwdFieldMap
 Computes and stores sensor-to-surface field mapping matrices for MEG/EEG forward solutions. More...
class  FwdThreadArg
 Thread-local arguments for parallel forward field computation (source range, coils, result buffer). More...

Typedefs

typedef struct FWDLIB::bergSchergPar bergSchergParRec
typedef struct FWDLIB::fitUser fitUserRec
using FieldMap = FwdFieldMap

Functions

const char * buildDateTime ()
const char * buildHash ()
const char * buildHashLong ()

Detailed Description

Forward modelling (BEM, MEG/EEG lead fields).

Typedef Documentation

◆ bergSchergParRec

◆ FieldMap

Deprecated
Use FwdFieldMap instead.

Definition at line 162 of file fwd_field_map.h.

◆ fitUserRec

Function Documentation

◆ buildDateTime()

const char * FWDLIB::buildDateTime ( )

Returns build date and time.

Definition at line 46 of file fwd_global.cpp.

◆ buildHash()

const char * FWDLIB::buildHash ( )

Returns abbreviated build git hash.

Definition at line 50 of file fwd_global.cpp.

◆ buildHashLong()

const char * FWDLIB::buildHashLong ( )

Returns full build git hash.

Definition at line 54 of file fwd_global.cpp.

Variable Documentation

◆ kind

int FWDLIB::kind

Definition at line 329 of file fwd_bem_model.cpp.

◆ method

int FWDLIB::method

Definition at line 337 of file fwd_bem_model.cpp.

◆ name

const QString FWDLIB::name

Definition at line 330 of file fwd_bem_model.cpp.