v2.0.0
Loading...
Searching...
No Matches
mne_deriv_set.h
Go to the documentation of this file.
1//=============================================================================================================
36
37#ifndef MNEDERIVSET_H
38#define MNEDERIVSET_H
39
40//=============================================================================================================
41// INCLUDES
42//=============================================================================================================
43
44#include "mne_global.h"
45
46//=============================================================================================================
47// EIGEN INCLUDES
48//=============================================================================================================
49
50#include <Eigen/Core>
51
52//=============================================================================================================
53// QT INCLUDES
54//=============================================================================================================
55
56#include <QSharedPointer>
57#include <QList>
58
59//=============================================================================================================
60// DEFINE NAMESPACE MNELIB
61//=============================================================================================================
62
63namespace MNELIB
64{
65
66//=============================================================================================================
67// FORWARD DECLARATIONS
68//=============================================================================================================
69
70class MNEDeriv;
71
72//=============================================================================================================
77{
78public:
79 typedef QSharedPointer<MNEDerivSet> SPtr;
80 typedef QSharedPointer<const MNEDerivSet> ConstSPtr;
81
82 //=========================================================================================================
87
88 //=========================================================================================================
93
94public:
95 QList<MNEDeriv*> derivs;
96};
97
98//=============================================================================================================
99// INLINE DEFINITIONS
100//=============================================================================================================
101} // NAMESPACE MNELIB
102
103#endif // MNEDERIVSET_H
mne library export/import macros.
#define MNESHARED_EXPORT
Definition mne_global.h:52
Core MNE data structures (source spaces, source estimates, hemispheres).
One item in a derivation data set.
Definition mne_deriv.h:79
QSharedPointer< MNEDerivSet > SPtr
QList< MNEDeriv * > derivs
QSharedPointer< const MNEDerivSet > ConstSPtr