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