1 #ifndef QCEPINTEGRATEDDATA_H
2 #define QCEPINTEGRATEDDATA_H
24 double x(
int i)
const;
25 double y(
int i)
const;
34 void append(
double x,
double y);
35 void setValue(
int n,
double x,
double y);
48 const double*
x()
const;
49 const double*
y()
const;
57 Q_PROPERTY(QString
title READ get_Title WRITE set_Title STORED
false)
74 #endif // QCEPINTEGRATEDDATA_H
QcepDoubleImageDataPtr m_Image
virtual QString description() const
void append(double x, double y)
void setValue(int n, double x, double y)
static void fromIntegratedDataScriptValue(const QScriptValue &obj, QcepIntegratedDataPtr &data)
QSharedPointer< QcepIntegratedData > QcepIntegratedDataPtr
QString get_XUnitsLabel() const
QcepDoubleImageDataPtr get_Image() const
void set_Image(QcepDoubleImageDataPtr image)
void set_XUnitsLabel(QString units)
void set_Center(double cx, double cy)
#define QCEP_STRING_PROPERTY(propname)
void selfNormalize(double minx, double maxx)
static QcepIntegratedDataPtr newIntegratedData(QcepSettingsSaverWPtr saver, QString name, int sz, QcepObject *parent)
QcepIntegratedData(QcepSettingsSaverWPtr saver, QString name, QcepDoubleImageDataPtr data, int maxSize, QcepObject *parent)
static QScriptValue toIntegratedDataScriptValue(QScriptEngine *engine, const QcepIntegratedDataPtr &data)
void set_Oversample(int ovs)
int get_Oversample() const
QWeakPointer< QcepSettingsSaver > QcepSettingsSaverWPtr
QcepSettingsSaverWPtr saver()
QSharedPointer< QcepDoubleImageData > QcepDoubleImageDataPtr