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

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>
Include dependency graph for mne_surface.cpp:

Go to the source code of this file.

Macros

#define _USE_MATH_DEFINES

Variables

constexpr int FAIL = -1
constexpr int OK = 0
constexpr int X = 0
constexpr int Y = 1
constexpr int Z = 2

Detailed Description

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.

Macro Definition Documentation

◆ _USE_MATH_DEFINES

#define _USE_MATH_DEFINES

Definition at line 35 of file mne_surface.cpp.

Variable Documentation

◆ FAIL

int FAIL = -1
constexpr

Definition at line 50 of file mne_surface.cpp.

◆ OK

int OK = 0
constexpr

Definition at line 51 of file mne_surface.cpp.

◆ X

int X = 0
constexpr

Definition at line 53 of file mne_surface.cpp.

◆ Y

int Y = 1
constexpr

Definition at line 54 of file mne_surface.cpp.

◆ Z

int Z = 2
constexpr

Definition at line 55 of file mne_surface.cpp.