MNE-CPP
0.1.9
A Framework for Electrophysiology
|
The MNE Msh Display Surface class holds information about a surface to be rendered. More...
#include <mne_msh_display_surface.h>
Public Types | |
typedef QSharedPointer< MneMshDisplaySurface > | SPtr |
typedef QSharedPointer< const MneMshDisplaySurface > | ConstSPtr |
Public Member Functions | |
MneMshDisplaySurface () | |
~MneMshDisplaySurface () | |
Public Attributes | |
char * | filename |
time_t | time_loaded |
char * | subj |
char * | surf_name |
MNELIB::MneSurfaceOld * | s |
float | eye [3] |
float | up [3] |
float | rot [3] |
float | move [3] |
float | fov |
float | fov_scale |
float | minv [3] |
float | maxv [3] |
float * | trans |
int | sketch |
MNELIB::MneMorphMap ** | maps |
int | nmap |
int | overlay_type |
float * | overlay_values |
int | alt_overlay_type |
float * | alt_overlay_values |
float * | marker_values |
float * | vertex_colors |
MNELIB::MneMshColorScaleDef * | color_scale |
int | nvertex_colors |
float | even_vertex_color [4] |
float * | marker_colors |
int | nmarker_colors |
int ** | marker_tri |
int * | marker_tri_no |
int | nmarker_tri |
float | marker_color [4] |
int | curvature_color_mode |
int | overlay_color_mode |
int | transparent |
int | show_aux_data |
MNELIB::MneMshPicked * | picked |
int | npicked |
void * | user_data |
mneUserFreeFunc * | user_data_free |
The MNE Msh Display Surface class holds information about a surface to be rendered.
Replaces *mshDisplaySurface, mshDisplaySurfaceRec struct (analyze_types.c).
Definition at line 79 of file mne_msh_display_surface.h.
typedef QSharedPointer<const MneMshDisplaySurface> MNELIB::MneMshDisplaySurface::ConstSPtr |
Const shared pointer type for MneMshDisplaySurface.
Definition at line 83 of file mne_msh_display_surface.h.
typedef QSharedPointer<MneMshDisplaySurface> MNELIB::MneMshDisplaySurface::SPtr |
Shared pointer type for MneMshDisplaySurface.
Definition at line 82 of file mne_msh_display_surface.h.
MneMshDisplaySurface::MneMshDisplaySurface | ( | ) |
Constructs the MneMshDisplaySurface.
Definition at line 75 of file mne_msh_display_surface.cpp.
MneMshDisplaySurface::~MneMshDisplaySurface | ( | ) |
Destroys the MneMshDisplaySurface.
Definition at line 130 of file mne_msh_display_surface.cpp.