Forward-solution computation controls (BEM / source space / EEG sphere model selectors). More...
#include "../disp_global.h"#include "abstractview.h"#include <fiff/fiff_types.h>#include <fs/fs_annotationset.h>#include <QSharedPointer>

Go to the source code of this file.
Classes | |
| class | DISPLIB::FwdSettingsView |
| Forward-solution computation control panel (BEM / source-space / EEG sphere model selectors). More... | |
Namespaces | |
| namespace | FSLIB |
| FreeSurfer surface, annotation and parcellation I/O for mne-cpp. | |
| namespace | DISPLIB |
| 2-D display widgets and visualisation helpers (charts, topography, colour maps). | |
Forward-solution computation controls (BEM / source space / EEG sphere model selectors).
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2020-2026 MNE-CPP Authors
FwdSettingsView exposes the parameters needed by the FWDLIB forward-model recomputation: paths to BEM and source-space files, EEG sphere / individual model choice, MEG / EEG enable flags and a Recompute trigger. The panel also displays current model status (loaded BEM, dipole count, sensor count) so the user can verify the inputs before launching the heavy computation.
Definition in file fwdsettingsview.h.