MNE-CPP  0.1.9
A Framework for Electrophysiology
mne_nearest.cpp
Go to the documentation of this file.
1 //=============================================================================================================
37 //=============================================================================================================
38 // INCLUDES
39 //=============================================================================================================
40 
41 #include "mne_nearest.h"
42 #include "mne_patch_info.h"
43 
44 //=============================================================================================================
45 // USED NAMESPACES
46 //=============================================================================================================
47 
48 using namespace Eigen;
49 using namespace MNELIB;
50 
51 //=============================================================================================================
52 // DEFINE MEMBER METHODS
53 //=============================================================================================================
54 
55 MneNearest::MneNearest()
56 {
57 }
58 
59 //=============================================================================================================
60 
61 MneNearest::~MneNearest()
62 {
63 }
mne_patch_info.h
MNE Patch Information (MnePatchInfo) class declaration.
mne_nearest.h
MneNearest class declaration.