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 () |
Forward modelling (BEM, MEG/EEG lead fields).
| typedef struct FWDLIB::bergSchergPar FWDLIB::bergSchergParRec |
| using FWDLIB::FieldMap = FwdFieldMap |
Definition at line 162 of file fwd_field_map.h.
| typedef struct FWDLIB::fitUser FWDLIB::fitUserRec |
| const char * FWDLIB::buildDateTime | ( | ) |
Returns build date and time.
Definition at line 46 of file fwd_global.cpp.
| const char * FWDLIB::buildHash | ( | ) |
Returns abbreviated build git hash.
Definition at line 50 of file fwd_global.cpp.
| const char * FWDLIB::buildHashLong | ( | ) |
Returns full build git hash.
Definition at line 54 of file fwd_global.cpp.
| int FWDLIB::kind |
Definition at line 329 of file fwd_bem_model.cpp.
| int FWDLIB::method |
Definition at line 337 of file fwd_bem_model.cpp.
| const QString FWDLIB::name |
Definition at line 330 of file fwd_bem_model.cpp.