37 #ifndef FREQUENCYSPECTRUM_H
38 #define FREQUENCYSPECTRUM_H
58 #include <QSharedPointer>
91 typedef QSharedPointer<FrequencySpectrum>
SPtr;
92 typedef QSharedPointer<const FrequencySpectrum>
ConstSPtr;
120 void initScaleType(qint8 ScaleType);
128 inline bool isInit()
const;
144 inline qint8 getScaleType();
152 virtual void setValue(MatrixXd& v);
161 virtual MatrixXd getValue()
const;
169 inline bool containsValues()
const;
177 bool m_bContainsValues;
215 return m_bContainsValues;
222 #endif // FREQUENCYSPECTRUM_H
bool containsValues() const
Contains the declaration of the NewMeasurement class.
#define XMEASSHARED_EXPORT
QSharedPointer< FiffInfo > SPtr
Contains the declaration of the RealTimeSampleArrayChInfo class.
FiffInfo class declaration.
FiffInfo::SPtr & getFiffInfo()
QSharedPointer< FrequencySpectrum > SPtr
Contains the xMeas library export/import macros.
The RealTimeMultiSampleArrayNew class is the base class of every RealTimeMultiSampleArrayNew Measurem...
QSharedPointer< const FrequencySpectrum > ConstSPtr