v2.0.0
Loading...
Searching...
No Matches
mne_deriv_set.h
Go to the documentation of this file.
1//=============================================================================================================
17
18#ifndef MNEDERIVSET_H
19#define MNEDERIVSET_H
20
21//=============================================================================================================
22// INCLUDES
23//=============================================================================================================
24
25#include "mne_global.h"
26
27//=============================================================================================================
28// EIGEN INCLUDES
29//=============================================================================================================
30
31#include <Eigen/Core>
32
33//=============================================================================================================
34// QT INCLUDES
35//=============================================================================================================
36
37#include <QSharedPointer>
38#include <QList>
39
40//=============================================================================================================
41// DEFINE NAMESPACE MNELIB
42//=============================================================================================================
43
44namespace MNELIB
45{
46
47//=============================================================================================================
48// FORWARD DECLARATIONS
49//=============================================================================================================
50
51class MNEDeriv;
52
53//=============================================================================================================
58{
59public:
60 typedef QSharedPointer<MNEDerivSet> SPtr;
61 typedef QSharedPointer<const MNEDerivSet> ConstSPtr;
62
63 //=========================================================================================================
68
69 //=========================================================================================================
74
75public:
76 QList<MNEDeriv*> derivs;
77};
78
79//=============================================================================================================
80// INLINE DEFINITIONS
81//=============================================================================================================
82} // NAMESPACE MNELIB
83
84#endif // MNEDERIVSET_H
MNELIB shared-library export/import macros and library build metadata.
#define MNESHARED_EXPORT
Definition mne_global.h:40
Core MNE data structures (source spaces, source estimates, hemispheres).
One item in a derivation data set.
Definition mne_deriv.h:61
QSharedPointer< MNEDerivSet > SPtr
QList< MNEDeriv * > derivs
QSharedPointer< const MNEDerivSet > ConstSPtr