v2.0.0
Loading...
Searching...
No Matches
src
libraries
mne
mne_msh_light.cpp
Go to the documentation of this file.
1
//=============================================================================================================
35
36
//=============================================================================================================
37
// INCLUDES
38
//=============================================================================================================
39
40
#include "
mne_msh_light.h
"
41
42
//=============================================================================================================
43
// USED NAMESPACES
44
//=============================================================================================================
45
46
using namespace
MNELIB
;
47
48
//=============================================================================================================
49
// DEFINE MEMBER METHODS
50
//=============================================================================================================
51
52
MNEMshLight::MNEMshLight
()
53
{
54
}
55
56
//=============================================================================================================
57
58
MNEMshLight::MNEMshLight
(
const
MNEMshLight
&p_mneMshLight)
59
:
state
(p_mneMshLight.
state
)
60
{
61
this->
pos
[0] = p_mneMshLight.
pos
[0];
62
this->
pos
[1] = p_mneMshLight.
pos
[1];
63
this->
pos
[2] = p_mneMshLight.
pos
[2];
64
this->
diff
[0] = p_mneMshLight.
diff
[0];
65
this->
diff
[1] = p_mneMshLight.
diff
[1];
66
this->
diff
[2] = p_mneMshLight.
diff
[2];
67
}
68
69
//=============================================================================================================
70
71
MNEMshLight::MNEMshLight
(
int
state
,
float
posX,
float
posY,
float
posZ,
float
diffX,
float
diffY,
float
diffZ)
72
{
73
this->state =
state
;
74
this->
pos
[0] = posX;
75
this->
pos
[1] = posY;
76
this->
pos
[2] = posZ;
77
this->
diff
[0] = diffX;
78
this->
diff
[1] = diffY;
79
this->
diff
[2] = diffZ;
80
}
81
82
//=============================================================================================================
83
84
MNEMshLight::~MNEMshLight
()
85
{
86
}
mne_msh_light.h
MNEMshLight class declaration.
MNELIB
Core MNE data structures (source spaces, source estimates, hemispheres).
Definition
connectivitysettings.h:63
MNELIB::MNEMshLight::MNEMshLight
MNEMshLight()
Definition
mne_msh_light.cpp:52
MNELIB::MNEMshLight::diff
float diff[3]
Definition
mne_msh_light.h:109
MNELIB::MNEMshLight::~MNEMshLight
~MNEMshLight()
Definition
mne_msh_light.cpp:84
MNELIB::MNEMshLight::pos
float pos[3]
Definition
mne_msh_light.h:108
MNELIB::MNEMshLight::state
int state
Definition
mne_msh_light.h:107
Generated on
for MNE-CPP by
1.16.1