v2.0.0
Loading...
Searching...
No Matches
fwd_global.h File Reference

Symbol-visibility macro and build-info entry points for the FWDLIB (MEG/EEG forward-modelling) library. More...

#include <QtCore/qglobal.h>
#include <utils/buildinfo.h>
Include dependency graph for fwd_global.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  FWDLIB
 Forward modelling — BEM solver, spherical models, sensor/coil definitions and the lead-field assembly that links current dipoles to MEG/EEG sensor readings.

Macros

#define FWDSHARED_EXPORT

Functions

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

Detailed Description

Symbol-visibility macro and build-info entry points for the FWDLIB (MEG/EEG forward-modelling) library.

SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2012-2026 MNE-CPP Authors

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org; Lorenz Esch loren.nosp@m.z.es.nosp@m.ch@tu.nosp@m.-ilm.nosp@m.enau..nosp@m.de; Gabriel Motta gabri.nosp@m.elbe.nosp@m.nmott.nosp@m.a@gm.nosp@m.ail.c.nosp@m.om; Juan GPC jgarc.nosp@m.iapr.nosp@m.ieto@.nosp@m.mgh..nosp@m.harva.nosp@m.rd.e.nosp@m.du
Since
0.1.0
Date
December 2012

FWDLIB implements the forward problem of bioelectromagnetism: given a current dipole at a known source location, compute the magnetic field sampled by each MEG coil and the electric potential sampled by each EEG electrode. Because Maxwell's equations are evaluated in the quasi-static regime (head-scale frequencies ≪ c/L), the lead-field matrix G that maps dipole moments to sensor readings is purely real, time-invariant for a fixed head and sensor array, and re-usable across every subsequent inverse-solution / source-localisation step.

This translation unit only defines the FWDSHARED_EXPORT visibility macro and exposes the build-stamp helpers consumed by the library banner; the actual solver primitives live in the sibling headers.

Definition in file fwd_global.h.

Macro Definition Documentation

◆ FWDSHARED_EXPORT

#define FWDSHARED_EXPORT

Definition at line 44 of file fwd_global.h.