snCurveReal implements a curve for real data More...
#include <snCurve.h>
Public Member Functions | |
snCurveReal (int pn, QColor pcolor) | |
~snCurveReal () | |
Public Member Functions inherited from snCurve | |
snCurve (int pn, QColor pcolor) | |
~snCurve () | |
void | setData () |
void | setData (CurveType ct) |
void | setCurveStyle (CurveType ct, QwtPlotCurve::CurveStyle style) |
void | setCurveSymbol (CurveType ct, QwtSymbol sym) |
void | setPointsToPlot (CurveType ct, int p) |
Public Attributes | |
std::vector< double > | Y |
Public Attributes inherited from snCurve | |
int | nx |
QColor | color |
std::vector< double > | X |
holds x axis component More... | |
double * | xI |
double * | yI |
double * | xQ |
double * | yQ |
double * | xSM |
double * | ySM |
double * | xSA |
double * | ySA |
QwtPlotCurve * | CurveI |
QwtPlotCurve * | CurveQ |
QwtPlotCurve * | CurveSM |
QwtPlotCurve * | CurveSA |
Additional Inherited Members | |
Public Types inherited from snCurve | |
enum | CurveType { CURVEI, CURVEQ, CURVESM, CURVESA } |
snCurveReal::snCurveReal | ( | int | pn, |
QColor | pcolor | ||
) |
snCurveReal::~snCurveReal | ( | ) |
std::vector<double> snCurveReal::Y |