MNE-CPP
0.1.9
A Framework for Electrophysiology
src
libraries
fiff
fiff_dig_point.cpp
Go to the documentation of this file.
1
//=============================================================================================================
37
//=============================================================================================================
38
// INCLUDES
39
//=============================================================================================================
40
41
#include "
fiff_dig_point.h
"
42
#include "
fiff_coord_trans.h
"
43
#include "
fiff_stream.h
"
44
#include "
fiff_dir_node.h
"
45
#include "
fiff_tag.h
"
46
47
//=============================================================================================================
48
// USED NAMESPACES
49
//=============================================================================================================
50
51
using namespace
FIFFLIB;
52
53
//=============================================================================================================
54
// DEFINE MEMBER METHODS
55
//=============================================================================================================
56
57
FiffDigPoint::FiffDigPoint
()
58
: kind(-1)
59
, ident(-1)
60
, coord_frame(-1)
61
{
62
for
(qint32 i = 0; i < 3; ++i)
63
r
[i] = -1;
64
}
fiff_tag.h
FiffTag class declaration, which provides fiff tag I/O and processing methods.
FIFFLIB::FiffDigPoint::FiffDigPoint
FiffDigPoint()
Definition:
fiff_dig_point.cpp:57
fiff_stream.h
FiffStream class declaration.
fiff_coord_trans.h
FiffCoordTrans class declaration.
fiff_dir_node.h
FiffDirNode class declaration, which provides fiff dir tree processing methods.
fiff_dig_point.h
FiffDigPoint class declaration.
FIFFLIB::FiffDigPoint::r
fiff_float_t r[3]
Definition:
fiff_dig_point.h:97
Generated on Wed Aug 9 2023 17:55:41 for MNE-CPP by
1.8.17