v2.0.0
Loading...
Searching...
No Matches
mne_raw_buf_def.cpp
Go to the documentation of this file.
1//=============================================================================================================
36
37//=============================================================================================================
38// INCLUDES
39//=============================================================================================================
40
41#include "mne_raw_buf_def.h"
42
43#include <Eigen/Core>
44
45//=============================================================================================================
46// USED NAMESPACES
47//=============================================================================================================
48
49using namespace Eigen;
50using namespace FIFFLIB;
51using namespace MNELIB;
52
53//=============================================================================================================
54// DEFINE MEMBER METHODS
55//=============================================================================================================
56
60
61//=============================================================================================================
62
MNERawBufDef class declaration.
Core MNE data structures (source spaces, source estimates, hemispheres).
FIFF file I/O and data structures (raw, epochs, evoked, covariance, forward).
MNERawBufDef()
Default constructor.