v2.0.0
Loading...
Searching...
No Matches
src
libraries
mne
mne_msh_color_scale_def.h
Go to the documentation of this file.
1
//=============================================================================================================
35
36
#ifndef MNEMSHCOLORSCALEDEF_H
37
#define MNEMSHCOLORSCALEDEF_H
38
39
//=============================================================================================================
40
// INCLUDES
41
//=============================================================================================================
42
43
#include "
mne_global.h
"
44
45
//=============================================================================================================
46
// EIGEN INCLUDES
47
//=============================================================================================================
48
49
//=============================================================================================================
50
// QT INCLUDES
51
//=============================================================================================================
52
53
#include <QSharedPointer>
54
55
//=============================================================================================================
56
// DEFINE NAMESPACE MNELIB
57
//=============================================================================================================
58
59
namespace
MNELIB
60
{
61
62
//=============================================================================================================
63
// FORWARD DECLARATIONS
64
//=============================================================================================================
65
66
//=============================================================================================================
72
class
MNESHARED_EXPORT
MNEMshColorScaleDef
73
{
74
public
:
75
typedef
QSharedPointer<MNEMshColorScaleDef>
SPtr
;
76
typedef
QSharedPointer<const MNEMshColorScaleDef>
ConstSPtr
;
77
78
//=========================================================================================================
82
MNEMshColorScaleDef
();
83
84
//=========================================================================================================
88
~MNEMshColorScaleDef
();
89
90
public
:
91
int
type
;
/* What is this scale setting good for? */
92
float
mult
;
/* Convenience multiplier from internal units to displayed numbers */
93
float
fthresh
;
/* Threshold */
94
float
fmid
;
/* This is in the middle */
95
float
fslope
;
/* We still use the slope internally (sigh) */
96
float
tc_mult
;
/* Multiply the scales by this value for timecourses */
97
int
relative
;
/* Are fthresh and fmid relative to the maximum value over the surface? */
98
};
99
100
//=============================================================================================================
101
// INLINE DEFINITIONS
102
//=============================================================================================================
103
}
// NAMESPACE MNELIB
104
105
#endif
// MNEMSHCOLORSCALEDEF_H
mne_global.h
mne library export/import macros.
MNESHARED_EXPORT
#define MNESHARED_EXPORT
Definition
mne_global.h:52
MNELIB
Core MNE data structures (source spaces, source estimates, hemispheres).
Definition
connectivitysettings.h:63
MNELIB::MNEMshColorScaleDef::fthresh
float fthresh
Definition
mne_msh_color_scale_def.h:93
MNELIB::MNEMshColorScaleDef::relative
int relative
Definition
mne_msh_color_scale_def.h:97
MNELIB::MNEMshColorScaleDef::fmid
float fmid
Definition
mne_msh_color_scale_def.h:94
MNELIB::MNEMshColorScaleDef::MNEMshColorScaleDef
MNEMshColorScaleDef()
Definition
mne_msh_color_scale_def.cpp:52
MNELIB::MNEMshColorScaleDef::fslope
float fslope
Definition
mne_msh_color_scale_def.h:95
MNELIB::MNEMshColorScaleDef::type
int type
Definition
mne_msh_color_scale_def.h:91
MNELIB::MNEMshColorScaleDef::ConstSPtr
QSharedPointer< const MNEMshColorScaleDef > ConstSPtr
Definition
mne_msh_color_scale_def.h:76
MNELIB::MNEMshColorScaleDef::SPtr
QSharedPointer< MNEMshColorScaleDef > SPtr
Definition
mne_msh_color_scale_def.h:75
MNELIB::MNEMshColorScaleDef::mult
float mult
Definition
mne_msh_color_scale_def.h:92
MNELIB::MNEMshColorScaleDef::tc_mult
float tc_mult
Definition
mne_msh_color_scale_def.h:96
Generated on
for MNE-CPP by
1.16.1