35 #ifndef ABSTRACTMETRIC_H
36 #define ABSTRACTMETRIC_H
42 #include "../connectivity_global.h"
48 #include <QSharedPointer>
65 namespace CONNECTIVITYLIB {
81 typedef QSharedPointer<AbstractMetric>
SPtr;
82 typedef QSharedPointer<const AbstractMetric>
ConstSPtr;
90 static bool m_bStorageModeIsActive;
91 static int m_iNumberBinStart;
92 static int m_iNumberBinAmount;
102 #endif // ABSTRACTMETRIC_H