Thin static-wrapper façade exposing the MNE Matlab-toolbox forward-solution entry points (e.g. mne_read_forward_solution). More...
#include "fwd_global.h"#include <mne/mne_forward_solution.h>#include <fiff/fiff_constants.h>#include <QIODevice>#include <QStringList>
Go to the source code of this file.
Classes | |
| class | FWDLIB::Fwd |
Static-method façade that re-exposes MNEForwardSolution toolbox-equivalent entry points under their familiar mne_* names. More... | |
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. | |
Thin static-wrapper façade exposing the MNE Matlab-toolbox forward-solution entry points (e.g. mne_read_forward_solution).
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2012-2026 MNE-CPP Authors
The MNE Matlab toolbox defines a flat set of top-level functions (mne_read_forward_solution, mne_pick_channels_forward, ...) that users have long scripted against. Fwd re-exposes the C++ equivalents implemented on MNELIB::MNEForwardSolution as static inline methods with matching names, signatures and side effects, so a port of an existing Matlab pipeline can be performed call-for-call without having to thread an object instance through every helper.
Definition in file fwd.h.