MNE-CPP  0.1.9
A Framework for Electrophysiology
mne_source_space_old.h
Go to the documentation of this file.
1 //=============================================================================================================
37 #ifndef MNESOURCESPACEOLD_H
38 #define MNESOURCESPACEOLD_H
39 
40 //=============================================================================================================
41 // INCLUDES
42 //=============================================================================================================
43 
44 #include "../mne_global.h"
45 #include "mne_surface_or_volume.h"
46 
47 //=============================================================================================================
48 // EIGEN INCLUDES
49 //=============================================================================================================
50 
51 #include <Eigen/Core>
52 
53 //=============================================================================================================
54 // QT INCLUDES
55 //=============================================================================================================
56 
57 #include <QSharedPointer>
58 
59 //=============================================================================================================
60 // DEFINE NAMESPACE MNELIB
61 //=============================================================================================================
62 
63 namespace MNELIB
64 {
65 
66 //=============================================================================================================
67 // FORWARD DECLARATIONS
68 //=============================================================================================================
69 
70 //=============================================================================================================
77 {
78 public:
79  typedef QSharedPointer<MneSourceSpaceOld> SPtr;
80  typedef QSharedPointer<const MneSourceSpaceOld> ConstSPtr;
82  //=========================================================================================================
86  MneSourceSpaceOld(int np = 0);
87 
88  //=========================================================================================================
93 
94 public:
95 
96 // ### OLD STRUCT ###
97 };
98 
99 //=============================================================================================================
100 // INLINE DEFINITIONS
101 //=============================================================================================================
102 } // NAMESPACE MNELIB
103 
104 #endif // MNESOURCESPACEOLD_H
MNESHARED_EXPORT
#define MNESHARED_EXPORT
Definition: mne_global.h:56
mne_surface_or_volume.h
MNE Surface or Volume (MneSurfaceOrVolume) class declaration.
MNELIB::MneSurfaceOrVolume
This defines a source space or a surface.
Definition: mne_surface_or_volume.h:113
MNELIB::MneSourceSpaceOld::SPtr
QSharedPointer< MneSourceSpaceOld > SPtr
Definition: mne_source_space_old.h:79
MNELIB::MneSourceSpaceOld::ConstSPtr
QSharedPointer< const MneSourceSpaceOld > ConstSPtr
Definition: mne_source_space_old.h:80
MNELIB::MneSourceSpaceOld
This defines a source space.
Definition: mne_source_space_old.h:76