v2.0.0
Loading...
Searching...
No Matches
mne.cpp File Reference

Implementation of the MNELIB::MNE static facade. More...

#include "mne.h"
#include <fiff/fiff.h>
#include <QDebug>
Include dependency graph for mne.cpp:

Go to the source code of this file.

Detailed Description

Implementation of the MNELIB::MNE static facade.

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; Christof Pieloth pielo.nosp@m.th@l.nosp@m.abp.h.nosp@m.twk-.nosp@m.leipz.nosp@m.ig.d.nosp@m.e; 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; Andreas Griesshammer ag@fi.nosp@m.eldl.nosp@m.inein.nosp@m.c.co.nosp@m.m
Since
0.1.0
Date
August 2012

Defines the matlab-style wrapper bodies declared in mne.h, dispatching to MNESourceSpaces, MNEBem, MNEHemisphere, MNEForwardSolution and MNEEpochDataList and reusing the FIFF readers/writers from FIFFLIB. Logic is intentionally kept inside the static methods so the class itself remains empty and trivially copyable.

Definition in file mne.cpp.