Color scale definition with value range and color mapping for surface visualization. More...
#include <mne_msh_color_scale_def.h>
Public Types | |
| typedef QSharedPointer< MNEMshColorScaleDef > | SPtr |
| typedef QSharedPointer< const MNEMshColorScaleDef > | ConstSPtr |
Public Member Functions | |
| MNEMshColorScaleDef () | |
| ~MNEMshColorScaleDef () | |
Public Attributes | |
| int | type |
| float | mult |
| float | fthresh |
| float | fmid |
| float | fslope |
| float | tc_mult |
| int | relative |
Color scale definition with value range and color mapping for surface visualization.
Replaces *mshPicked, mshPickedRec struct (analyze_types.c).
Definition at line 72 of file mne_msh_color_scale_def.h.
| typedef QSharedPointer<const MNEMshColorScaleDef> MNELIB::MNEMshColorScaleDef::ConstSPtr |
Const shared pointer type for MNEMshColorScaleDef.
Definition at line 76 of file mne_msh_color_scale_def.h.
| typedef QSharedPointer<MNEMshColorScaleDef> MNELIB::MNEMshColorScaleDef::SPtr |
Shared pointer type for MNEMshColorScaleDef.
Definition at line 75 of file mne_msh_color_scale_def.h.
| MNEMshColorScaleDef::MNEMshColorScaleDef | ( | ) |
Constructs the MNEMshColorScaleDef.
Definition at line 52 of file mne_msh_color_scale_def.cpp.
| MNEMshColorScaleDef::~MNEMshColorScaleDef | ( | ) |
Destroys the MNEMshColorScaleDef.
Definition at line 58 of file mne_msh_color_scale_def.cpp.
| float MNELIB::MNEMshColorScaleDef::fmid |
Definition at line 94 of file mne_msh_color_scale_def.h.
| float MNELIB::MNEMshColorScaleDef::fslope |
Definition at line 95 of file mne_msh_color_scale_def.h.
| float MNELIB::MNEMshColorScaleDef::fthresh |
Definition at line 93 of file mne_msh_color_scale_def.h.
| float MNELIB::MNEMshColorScaleDef::mult |
Definition at line 92 of file mne_msh_color_scale_def.h.
| int MNELIB::MNEMshColorScaleDef::relative |
Definition at line 97 of file mne_msh_color_scale_def.h.
| float MNELIB::MNEMshColorScaleDef::tc_mult |
Definition at line 96 of file mne_msh_color_scale_def.h.
| int MNELIB::MNEMshColorScaleDef::type |
Definition at line 91 of file mne_msh_color_scale_def.h.