MNE-CPP 0.1.9
A Framework for Electrophysiology
Loading...
Searching...
No Matches
fiff_dir_entry.cpp
Go to the documentation of this file.
1//=============================================================================================================
37//=============================================================================================================
38// INCLUDES
39//=============================================================================================================
40
41#include "fiff_dir_entry.h"
42
43//=============================================================================================================
44// USED NAMESPACES
45//=============================================================================================================
46
47using namespace FIFFLIB;
48
49//=============================================================================================================
50// DEFINE MEMBER METHODS
51//=============================================================================================================
52
54: kind(-1)
55, type(-1)
56, size(-1)
57, pos(-1)
58{
59}
60
61//=============================================================================================================
62
64: kind(p_FiffDirEntry.kind)
65, type(p_FiffDirEntry.type)
66, size(p_FiffDirEntry.size)
67, pos(p_FiffDirEntry.pos)
68{
69}
70
71//=============================================================================================================
72
FiffDirEntry class declaration.
Directory entry description.