MNE-CPP 0.1.9
A Framework for Electrophysiology
Loading...
Searching...
No Matches
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
51using namespace FIFFLIB;
52
53//=============================================================================================================
54// DEFINE MEMBER METHODS
55//=============================================================================================================
56
58: kind(-1)
59, ident(-1)
60, coord_frame(-1)
61{
62 for(qint32 i = 0; i < 3; ++i)
63 r[i] = -1;
64}
FiffTag class declaration, which provides fiff tag I/O and processing methods.
FiffStream class declaration.
FiffDirNode class declaration, which provides fiff dir tree processing methods.
FiffCoordTrans class declaration.
FiffDigPoint class declaration.