MNE-CPP 0.1.9
A Framework for Electrophysiology
Loading...
Searching...
No Matches
mne_deriv_set.cpp
Go to the documentation of this file.
1//=============================================================================================================
37//=============================================================================================================
38// INCLUDES
39//=============================================================================================================
40
41#include "mne_deriv_set.h"
42#include "mne_deriv.h"
43
44//=============================================================================================================
45// USED NAMESPACES
46//=============================================================================================================
47
48using namespace Eigen;
49using namespace MNELIB;
50
51//=============================================================================================================
52// DEFINE MEMBER METHODS
53//=============================================================================================================
54
58
59//=============================================================================================================
60
62{
63 for (int k = 0; k < derivs.size(); k++)
64 delete derivs[k];
65}
int k
Definition fiff_tag.cpp:324
MNE Derivation (MneDeriv) class declaration.
MNE Derivation Set (MneDerivSet) class declaration.