v2.0.0
Loading...
Searching...
No Matches
src
libraries
fiff
fiff_dir_entry.cpp
Go to the documentation of this file.
1
//=============================================================================================================
36
37
//=============================================================================================================
38
// INCLUDES
39
//=============================================================================================================
40
41
#include "
fiff_dir_entry.h
"
42
43
//=============================================================================================================
44
// USED NAMESPACES
45
//=============================================================================================================
46
47
using namespace
FIFFLIB
;
48
49
//=============================================================================================================
50
// DEFINE MEMBER METHODS
51
//=============================================================================================================
52
53
FiffDirEntry::FiffDirEntry
()
54
:
kind
(-1)
55
,
type
(-1)
56
,
size
(-1)
57
,
pos
(-1)
58
{
59
}
60
61
//=============================================================================================================
62
63
FiffDirEntry::FiffDirEntry
(
const
FiffDirEntry
& p_FiffDirEntry)
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
73
FiffDirEntry::~FiffDirEntry
()
74
{
75
}
fiff_dir_entry.h
FiffDirEntry class declaration.
FIFFLIB
FIFF file I/O and data structures (raw, epochs, evoked, covariance, forward).
Definition
connectivitysettings.h:71
FIFFLIB::FiffDirEntry::size
fiff_int_t size
Definition
fiff_dir_entry.h:104
FIFFLIB::FiffDirEntry::type
fiff_int_t type
Definition
fiff_dir_entry.h:103
FIFFLIB::FiffDirEntry::kind
fiff_int_t kind
Definition
fiff_dir_entry.h:102
FIFFLIB::FiffDirEntry::~FiffDirEntry
~FiffDirEntry()
Definition
fiff_dir_entry.cpp:73
FIFFLIB::FiffDirEntry::pos
fiff_int_t pos
Definition
fiff_dir_entry.h:105
FIFFLIB::FiffDirEntry::FiffDirEntry
FiffDirEntry()
Definition
fiff_dir_entry.cpp:53
Generated on
for MNE-CPP by
1.16.1