Definition of the MNEMshDisplaySurface Class. More...
#include "mne_msh_display_surface.h"#include "mne_surface.h"#include "mne_morph_map.h"#include "mne_msh_picked.h"#include "mne_msh_color_scale_def.h"#include <fiff/fiff_stream.h>#include <fiff/fiff_coord_trans.h>#include <fiff/fiff_digitizer_data.h>#include <fiff/fiff_dig_point.h>#include <utils/sphere.h>#include <math.h>
Go to the source code of this file.
Macros | |
| #define | _USE_MATH_DEFINES |
| #define | TRUE 1 |
| #define | FALSE 0 |
| #define | FAIL -1 |
| #define | OK 0 |
| #define | X_17 0 |
| #define | Y_17 1 |
| #define | Z_17 2 |
| #define | VEC_DOT_17(x, y) |
| #define | VEC_LEN_17(x) |
| #define | VEC_DIFF_17(from, to, diff) |
| #define | VEC_COPY_17(to, from) |
| #define | CROSS_PRODUCT_17(x, y, xy) |
| #define | MALLOC_17(x, t) |
| #define | ALLOC_CMATRIX_17(x, y) |
| #define | FREE_17(x) |
| #define | FREE_CMATRIX_17(m) |
Variables | |
| constexpr int | SHOW_CURVATURE_NONE = 0 |
| constexpr int | SHOW_CURVATURE_OVERLAY = 1 |
| constexpr int | SHOW_OVERLAY_HEAT = 1 |
| constexpr float | POS_CURV_COLOR = 0.25f |
| constexpr float | NEG_CURV_COLOR = 0.375f |
| constexpr float | EVEN_CURV_COLOR = 0.375f |
Definition of the MNEMshDisplaySurface Class.
Copyright (C) 2017, Lorenz Esch, Matti Hamalainen. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Definition in file mne_msh_display_surface.cpp.
| #define _USE_MATH_DEFINES |
Definition at line 53 of file mne_msh_display_surface.cpp.
| #define ALLOC_CMATRIX_17 | ( | x, | |
| y ) |
Definition at line 118 of file mne_msh_display_surface.cpp.
| #define CROSS_PRODUCT_17 | ( | x, | |
| y, | |||
| xy ) |
Definition at line 110 of file mne_msh_display_surface.cpp.
| #define FAIL -1 |
Definition at line 75 of file mne_msh_display_surface.cpp.
| #define FALSE 0 |
Definition at line 71 of file mne_msh_display_surface.cpp.
| #define FREE_17 | ( | x | ) |
Definition at line 153 of file mne_msh_display_surface.cpp.
| #define FREE_CMATRIX_17 | ( | m | ) |
Definition at line 155 of file mne_msh_display_surface.cpp.
| #define MALLOC_17 | ( | x, | |
| t ) |
Definition at line 116 of file mne_msh_display_surface.cpp.
| #define OK 0 |
Definition at line 79 of file mne_msh_display_surface.cpp.
| #define TRUE 1 |
Definition at line 67 of file mne_msh_display_surface.cpp.
| #define VEC_COPY_17 | ( | to, | |
| from ) |
| #define VEC_DIFF_17 | ( | from, | |
| to, | |||
| diff ) |
| #define VEC_DOT_17 | ( | x, | |
| y ) |
| #define VEC_LEN_17 | ( | x | ) |
Definition at line 96 of file mne_msh_display_surface.cpp.
| #define X_17 0 |
Definition at line 90 of file mne_msh_display_surface.cpp.
| #define Y_17 1 |
Definition at line 91 of file mne_msh_display_surface.cpp.
| #define Z_17 2 |
Definition at line 92 of file mne_msh_display_surface.cpp.
|
constexpr |
Definition at line 88 of file mne_msh_display_surface.cpp.
|
constexpr |
Definition at line 87 of file mne_msh_display_surface.cpp.
|
constexpr |
Definition at line 86 of file mne_msh_display_surface.cpp.
|
constexpr |
Definition at line 82 of file mne_msh_display_surface.cpp.
|
constexpr |
Definition at line 83 of file mne_msh_display_surface.cpp.
|
constexpr |
Definition at line 84 of file mne_msh_display_surface.cpp.