v2.0.0
Loading...
Searching...
No Matches
abstractmetric.h
Go to the documentation of this file.
1//=============================================================================================================
29
30#ifndef ABSTRACTMETRIC_H
31#define ABSTRACTMETRIC_H
32
33//=============================================================================================================
34// INCLUDES
35//=============================================================================================================
36
38
39//=============================================================================================================
40// QT INCLUDES
41//=============================================================================================================
42
43#include <QSharedPointer>
44#include <QVector>
45
46//=============================================================================================================
47// EIGEN INCLUDES
48//=============================================================================================================
49
50#include <Eigen/Core>
51
52//=============================================================================================================
53// FORWARD DECLARATIONS
54//=============================================================================================================
55
56//=============================================================================================================
57// DEFINE NAMESPACE CONNECTIVITYLIB
58//=============================================================================================================
59
60namespace CONNECTIVITYLIB {
61
62//=============================================================================================================
63// CONNECTIVITYLIB FORWARD DECLARATIONS
64//=============================================================================================================
65
66//=============================================================================================================
81{
82
83public:
84 typedef QSharedPointer<AbstractMetric> SPtr;
85 typedef QSharedPointer<const AbstractMetric> ConstSPtr;
86
87 //=========================================================================================================
91 explicit AbstractMetric();
92
96
97protected:
98};
99
100//=============================================================================================================
101// INLINE DEFINITIONS
102//=============================================================================================================
103} // namespace CONNECTIVITYLIB
104
105#endif // ABSTRACTMETRIC_H
Export/import macros for the CONNECTIVITYLIB functional-connectivity library.
#define CONNECTIVITYSHARED_EXPORT
Functional connectivity metrics (coherence, PLV, cross-correlation, etc.).
QSharedPointer< const AbstractMetric > ConstSPtr
QSharedPointer< AbstractMetric > SPtr