MNE-CPP
0.1.9
A Framework for Electrophysiology
|
The MneMshLight class. More...
#include <mne_msh_light.h>
Public Types | |
typedef QSharedPointer< MneMshLight > | SPtr |
typedef QSharedPointer< const MneMshLight > | ConstSPtr |
Public Member Functions | |
MneMshLight () | |
MneMshLight (const MneMshLight &p_mneMshLight) | |
MneMshLight (int state, float posX, float posY, float posZ, float diffX, float diffY, float diffZ) | |
~MneMshLight () | |
Public Attributes | |
int | state |
float | pos [3] |
float | diff [3] |
The MneMshLight class.
Replaces *mshLight,mshLightRec struct (analyze_types.c).
Definition at line 76 of file mne_msh_light.h.
typedef QSharedPointer<const MneMshLight> MNELIB::MneMshLight::ConstSPtr |
Const shared pointer type for MneMshLight.
Definition at line 80 of file mne_msh_light.h.
typedef QSharedPointer<MneMshLight> MNELIB::MneMshLight::SPtr |
Shared pointer type for MneMshLight.
Definition at line 79 of file mne_msh_light.h.
MneMshLight::MneMshLight | ( | ) |
Constructs the MneMshLight.
Definition at line 52 of file mne_msh_light.cpp.
MneMshLight::MneMshLight | ( | const MneMshLight & | p_mneMshLight | ) |
Copy Constructs of the MneMshLight.
Definition at line 58 of file mne_msh_light.cpp.
MneMshLight::MneMshLight | ( | int | state, |
float | posX, | ||
float | posY, | ||
float | posZ, | ||
float | diffX, | ||
float | diffY, | ||
float | diffZ | ||
) |
Constructs the MneMshLight.
Definition at line 71 of file mne_msh_light.cpp.
MneMshLight::~MneMshLight | ( | ) |
Destroys the MneMshLight.
Definition at line 84 of file mne_msh_light.cpp.