v2.0.0
Loading...
Searching...
No Matches
fiff_ch_info.cpp
Go to the documentation of this file.
1//=============================================================================================================
36
37//=============================================================================================================
38// INCLUDES
39//=============================================================================================================
40
41#include "fiff_ch_info.h"
42
43//=============================================================================================================
44// USED NAMESPACES
45//=============================================================================================================
46
47using namespace FIFFLIB;
48
49//=============================================================================================================
50// DEFINE MEMBER METHODS
51//=============================================================================================================
52
54: scanNo(0)
55, logNo(0)
56, kind(0)
57, range(1.0f)
58, cal(1.0f)
59, unit(0)
60, unit_mul(0)
61, ch_name(QString(""))
62, coil_trans()
63, eeg_loc()
65{
66 coil_trans.setIdentity();
67 eeg_loc.setZero();
68}
69
70//=============================================================================================================
71
73: scanNo(p_FiffChInfo.scanNo)
74, logNo(p_FiffChInfo.logNo)
75, kind(p_FiffChInfo.kind)
76, range(p_FiffChInfo.range)
77, cal(p_FiffChInfo.cal)
78, chpos(p_FiffChInfo.chpos)
79, unit(p_FiffChInfo.unit)
80, unit_mul(p_FiffChInfo.unit_mul)
81, ch_name(p_FiffChInfo.ch_name)
82, coil_trans(p_FiffChInfo.coil_trans)
83, eeg_loc(p_FiffChInfo.eeg_loc)
84, coord_frame(p_FiffChInfo.coord_frame)
85{
86}
87
88//=============================================================================================================
89
93
#define FIFFV_COORD_UNKNOWN
FiffChInfo class declaration.
FIFF file I/O and data structures (raw, epochs, evoked, covariance, forward).
Eigen::Matrix< float, 3, 2, Eigen::DontAlign > eeg_loc
Eigen::Matrix< float, 4, 4, Eigen::DontAlign > coil_trans