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