35#ifndef ABSTRACTMETRIC_H
36#define ABSTRACTMETRIC_H
42#include "../connectivity_global.h"
48#include <QSharedPointer>
65namespace 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;
#define CONNECTIVITYSHARED_EXPORT
This class provides basic functionalities for all implemented metrics.
QSharedPointer< const AbstractMetric > ConstSPtr
QSharedPointer< AbstractMetric > SPtr