|
MNE-CPP
0.1.9
A Framework for Electrophysiology
|
The MneMshColorScaleDef class. 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 |
The MneMshColorScaleDef class.
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.
1.8.17