MNE-CPP 0.1.9
A Framework for Electrophysiology
Loading...
Searching...
No Matches
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"
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
63namespace MNELIB
64{
65
66//=============================================================================================================
67// FORWARD DECLARATIONS
68//=============================================================================================================
69
70//=============================================================================================================
77{
78public:
79 typedef QSharedPointer<MneSourceSpaceOld> SPtr;
80 typedef QSharedPointer<const MneSourceSpaceOld> ConstSPtr;
82 //=========================================================================================================
86 MneSourceSpaceOld(int np = 0);
87
88 //=========================================================================================================
93
94public:
95
96// ### OLD STRUCT ###
97};
98
99//=============================================================================================================
100// INLINE DEFINITIONS
101//=============================================================================================================
102} // NAMESPACE MNELIB
103
104#endif // MNESOURCESPACEOLD_H
#define MNESHARED_EXPORT
Definition mne_global.h:56
MNE Surface or Volume (MneSurfaceOrVolume) class declaration.
This defines a source space.
QSharedPointer< MneSourceSpaceOld > SPtr
QSharedPointer< const MneSourceSpaceOld > ConstSPtr
This defines a source space or a surface.