v2.0.0
Loading...
Searching...
No Matches
mne_raw_buf_def.cpp
Go to the documentation of this file.
1//=============================================================================================================
16
17//=============================================================================================================
18// INCLUDES
19//=============================================================================================================
20
21#include "mne_raw_buf_def.h"
22
23#include <Eigen/Core>
24
25//=============================================================================================================
26// USED NAMESPACES
27//=============================================================================================================
28
29using namespace Eigen;
30using namespace FIFFLIB;
31using namespace MNELIB;
32
33//=============================================================================================================
34// DEFINE MEMBER METHODS
35//=============================================================================================================
36
40
41//=============================================================================================================
42
Descriptor of a single FIFF_DATA_BUFFER block (file offset, sample range, type).
Core MNE data structures (source spaces, source estimates, hemispheres).
FIFF file I/O, in-memory data structures and high-level readers/writers.
MNERawBufDef()
Default constructor.