Implementation of MNELIB::MNESurface.
More...
#include "mne_surface.h"
#include "mne_source_space.h"
#include "mne_triangle.h"
#include "mne_proj_data.h"
#include <fiff/fiff_stream.h>
#include <fiff/fiff_coord_trans.h>
#include <QFile>
#include <QDebug>
#include <math.h>
#include <Eigen/Dense>
Go to the source code of this file.
|
| constexpr int | FAIL = -1 |
| constexpr int | OK = 0 |
| constexpr int | X = 0 |
| constexpr int | Y = 1 |
| constexpr int | Z = 2 |
Implementation of MNELIB::MNESurface.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2013-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
- Since
- 0.1.0
- Date
- August 2013
Provides constructors, per-vertex normal computation from triangle normals and the FIFF helpers shared by MNESourceSpace and MNEBemSurface.
Definition in file mne_surface.cpp.
◆ _USE_MATH_DEFINES
| #define _USE_MATH_DEFINES |
◆ FAIL
◆ OK