|
MNE-CPP 0.1.9
A Framework for Electrophysiology
|
The MNE Msh Display Surface Set class holds information about a set of surfaces to be rendered. More...
#include <mne_msh_display_surface_set.h>
Public Types | |
| typedef QSharedPointer< MneMshDisplaySurfaceSet > | SPtr |
| typedef QSharedPointer< const MneMshDisplaySurfaceSet > | ConstSPtr |
Public Member Functions | |
| MneMshDisplaySurfaceSet (int nsurf=0) | |
| ~MneMshDisplaySurfaceSet () | |
Public Attributes | |
| char * | subj |
| char * | morph_subj |
| FIFFLIB::FiffCoordTransSet * | main_t |
| FIFFLIB::FiffCoordTransSet * | morph_t |
| MneMshDisplaySurface ** | surfs |
| MneSurfacePatch ** | patches |
| float * | patch_rot |
| int | nsurf |
| int | use_patches |
| int * | active |
| int * | drawable |
| MneMshLightSet * | lights |
| float | rot [3] |
| float | move [3] |
| float | fov |
| float | fov_scale |
| float | eye [3] |
| float | up [3] |
| float | bg_color [3] |
| float | text_color [3] |
| void * | user_data |
| mneUserFreeFunc | user_data_free |
The MNE Msh Display Surface Set class holds information about a set of surfaces to be rendered.
Replaces *mshDisplaySurfaceSet, mshDisplaySurfaceSetRec struct (analyze_types.c). Note that another implementation can be found in movie_types.h
Definition at line 86 of file mne_msh_display_surface_set.h.
| typedef QSharedPointer<const MneMshDisplaySurfaceSet> MNELIB::MneMshDisplaySurfaceSet::ConstSPtr |
Const shared pointer type for MneMshDisplaySurfaceSet.
Definition at line 90 of file mne_msh_display_surface_set.h.
| typedef QSharedPointer<MneMshDisplaySurfaceSet> MNELIB::MneMshDisplaySurfaceSet::SPtr |
Shared pointer type for MneMshDisplaySurfaceSet.
Definition at line 89 of file mne_msh_display_surface_set.h.
| MneMshDisplaySurfaceSet::MneMshDisplaySurfaceSet | ( | int | nsurf = 0 | ) |
Constructs the MneMshDisplaySurfaceSet.
Definition at line 122 of file mne_msh_display_surface_set.cpp.
| MneMshDisplaySurfaceSet::~MneMshDisplaySurfaceSet | ( | ) |
Destroys the MneMshDisplaySurfaceSet.
Definition at line 203 of file mne_msh_display_surface_set.cpp.
|
static |
Definition at line 398 of file mne_msh_display_surface_set.cpp.
|
static |
Definition at line 467 of file mne_msh_display_surface_set.cpp.
|
static |
Definition at line 596 of file mne_msh_display_surface_set.cpp.
|
static |
Definition at line 557 of file mne_msh_display_surface_set.cpp.
|
static |
Definition at line 381 of file mne_msh_display_surface_set.cpp.
|
static |
Definition at line 339 of file mne_msh_display_surface_set.cpp.
|
static |
Definition at line 654 of file mne_msh_display_surface_set.cpp.
|
static |
Definition at line 629 of file mne_msh_display_surface_set.cpp.
|
static |
Definition at line 230 of file mne_msh_display_surface_set.cpp.
|
static |
Definition at line 618 of file mne_msh_display_surface_set.cpp.
|
static |
Definition at line 509 of file mne_msh_display_surface_set.cpp.
|
static |
Definition at line 672 of file mne_msh_display_surface_set.cpp.
| int* MNELIB::MneMshDisplaySurfaceSet::active |
Definition at line 156 of file mne_msh_display_surface_set.h.
| float MNELIB::MneMshDisplaySurfaceSet::bg_color[3] |
Definition at line 165 of file mne_msh_display_surface_set.h.
| int* MNELIB::MneMshDisplaySurfaceSet::drawable |
Definition at line 157 of file mne_msh_display_surface_set.h.
| float MNELIB::MneMshDisplaySurfaceSet::eye[3] |
Definition at line 163 of file mne_msh_display_surface_set.h.
| float MNELIB::MneMshDisplaySurfaceSet::fov |
Definition at line 161 of file mne_msh_display_surface_set.h.
| float MNELIB::MneMshDisplaySurfaceSet::fov_scale |
Definition at line 162 of file mne_msh_display_surface_set.h.
| MneMshLightSet* MNELIB::MneMshDisplaySurfaceSet::lights |
Definition at line 158 of file mne_msh_display_surface_set.h.
| FIFFLIB::FiffCoordTransSet* MNELIB::MneMshDisplaySurfaceSet::main_t |
Definition at line 149 of file mne_msh_display_surface_set.h.
| char* MNELIB::MneMshDisplaySurfaceSet::morph_subj |
Definition at line 148 of file mne_msh_display_surface_set.h.
| FIFFLIB::FiffCoordTransSet* MNELIB::MneMshDisplaySurfaceSet::morph_t |
Definition at line 150 of file mne_msh_display_surface_set.h.
| float MNELIB::MneMshDisplaySurfaceSet::move[3] |
Definition at line 160 of file mne_msh_display_surface_set.h.
| int MNELIB::MneMshDisplaySurfaceSet::nsurf |
Definition at line 154 of file mne_msh_display_surface_set.h.
| float* MNELIB::MneMshDisplaySurfaceSet::patch_rot |
Definition at line 153 of file mne_msh_display_surface_set.h.
| MneSurfacePatch** MNELIB::MneMshDisplaySurfaceSet::patches |
Definition at line 152 of file mne_msh_display_surface_set.h.
| float MNELIB::MneMshDisplaySurfaceSet::rot[3] |
Definition at line 159 of file mne_msh_display_surface_set.h.
| char* MNELIB::MneMshDisplaySurfaceSet::subj |
Definition at line 147 of file mne_msh_display_surface_set.h.
| MneMshDisplaySurface** MNELIB::MneMshDisplaySurfaceSet::surfs |
Definition at line 151 of file mne_msh_display_surface_set.h.
| float MNELIB::MneMshDisplaySurfaceSet::text_color[3] |
Definition at line 166 of file mne_msh_display_surface_set.h.
| float MNELIB::MneMshDisplaySurfaceSet::up[3] |
Definition at line 164 of file mne_msh_display_surface_set.h.
| int MNELIB::MneMshDisplaySurfaceSet::use_patches |
Definition at line 155 of file mne_msh_display_surface_set.h.
| void* MNELIB::MneMshDisplaySurfaceSet::user_data |
Definition at line 167 of file mne_msh_display_surface_set.h.
| mneUserFreeFunc MNELIB::MneMshDisplaySurfaceSet::user_data_free |
Definition at line 168 of file mne_msh_display_surface_set.h.