v2.0.0
Loading...
Searching...
No Matches
fiff_dig_point.cpp
Go to the documentation of this file.
1//=============================================================================================================
20
21//=============================================================================================================
22// INCLUDES
23//=============================================================================================================
24
25#include "fiff_dig_point.h"
26#include "fiff_coord_trans.h"
27#include "fiff_stream.h"
28#include "fiff_dir_node.h"
29#include "fiff_tag.h"
30
31//=============================================================================================================
32// USED NAMESPACES
33//=============================================================================================================
34
35using namespace FIFFLIB;
36
37//=============================================================================================================
38// DEFINE MEMBER METHODS
39//=============================================================================================================
40
42: kind(-1)
43, ident(-1)
44, coord_frame(-1)
45{
46 for(qint32 i = 0; i < 3; ++i)
47 r[i] = -1;
48}
Recursive node of the parsed FIFF block tree (FIFFB_* hierarchy with directory entries and children).
FIFF tag: the 16-byte tag header (kind, type, size, next) plus its decoded payload.
4x4 affine FIFF coordinate transform (FIFF_COORD_TRANS) annotated with source/destination coordinate-...
FIFF binary tag-stream layer: wraps a QIODevice to read and write FIFF tags, directories,...
Single digitization point (FIFF_DIG_POINT) with kind (cardinal/HPI/EEG/extra), identifier and 3D coor...
FIFF file I/O, in-memory data structures and high-level readers/writers.