v2.0.0
Loading...
Searching...
No Matches
mne_deriv_set.cpp
Go to the documentation of this file.
1//=============================================================================================================
15
16//=============================================================================================================
17// INCLUDES
18//=============================================================================================================
19
20#include "mne_deriv_set.h"
21#include "mne_deriv.h"
22
23//=============================================================================================================
24// USED NAMESPACES
25//=============================================================================================================
26
27using namespace Eigen;
28using namespace MNELIB;
29
30//=============================================================================================================
31// DEFINE MEMBER METHODS
32//=============================================================================================================
33
37
38//=============================================================================================================
39
41{
42 for (int k = 0; k < derivs.size(); k++)
43 delete derivs[k];
44}
Collection of MNELIB::MNEDeriv objects forming a derivation montage.
Single channel derivation (linear combination of physical channels exposed as a virtual channel).
Core MNE data structures (source spaces, source estimates, hemispheres).
QList< MNEDeriv * > derivs