#include <CanvasCurve.h>
|
| CanvasCurve () |
|
| CanvasCurve (CurveData curveData, ErrorData errorData, QString legend, QColor curveColor, int curveType, double beamAngle, double beamArea, casacore::SpectralCoordinate coord) |
|
QColor | getColor () const |
|
void | setColor (QColor color) |
|
QString | getLegend () const |
|
void | setLegend (const QString &legend) |
|
int | getCurveType () const |
|
CurveData | getCurveData () |
|
casacore::Vector< float > | getXValues () const |
|
casacore::Vector< float > | getYValues () const |
|
CurveData | getErrorData () |
|
QString | getToolTip (double x, double y, const QString &xUnit, const QString &yUnit) const |
|
void | getMinMax (casacore::Double &xmin, casacore::Double &xmax, casacore::Double &ymin, casacore::Double &ymax, bool plotError) const |
|
std::pair< double, double > | getRangeFor (double xMin, double xMax, casacore::Bool &exists) |
|
void | scaleYValues (const QString &oldDisplayUnits, const QString &yUnitDisplay, const QString &xUnits) |
|
double | convertValue (double value, double freqValue, const QString &oldDisplayUnits, const QString &yUnitDisplay, const QString &xUnits, casacore::SpectralCoordinate &coord) |
|
virtual | ~CanvasCurve () |
|
Definition at line 45 of file CanvasCurve.h.
casa::CanvasCurve::CanvasCurve |
( |
| ) |
|
virtual casa::CanvasCurve::~CanvasCurve |
( |
| ) |
|
|
virtual |
double casa::CanvasCurve::calculateRelativeError |
( |
double |
minValue, |
|
|
double |
maxValue |
|
) |
| const |
|
private |
void casa::CanvasCurve::calculateRelativeErrors |
( |
double & |
errorX, |
|
|
double & |
errorY |
|
) |
| const |
|
private |
double casa::CanvasCurve::convertValue |
( |
double |
value, |
|
|
double |
freqValue, |
|
|
const QString & |
oldDisplayUnits, |
|
|
const QString & |
yUnitDisplay, |
|
|
const QString & |
xUnits, |
|
|
casacore::SpectralCoordinate & |
coord |
|
) |
| |
QColor casa::CanvasCurve::getColor |
( |
| ) |
const |
CurveData casa::CanvasCurve::getCurveData |
( |
| ) |
|
int casa::CanvasCurve::getCurveType |
( |
| ) |
const |
CurveData casa::CanvasCurve::getErrorData |
( |
| ) |
|
QString casa::CanvasCurve::getLegend |
( |
| ) |
const |
double casa::CanvasCurve::getMaxError |
( |
| ) |
const |
|
private |
double casa::CanvasCurve::getMaxY |
( |
| ) |
const |
|
private |
std::pair<double,double> casa::CanvasCurve::getRangeFor |
( |
double |
xMin, |
|
|
double |
xMax, |
|
|
casacore::Bool & |
exists |
|
) |
| |
QString casa::CanvasCurve::getToolTip |
( |
double |
x, |
|
|
double |
y, |
|
|
const QString & |
xUnit, |
|
|
const QString & |
yUnit |
|
) |
| const |
void casa::CanvasCurve::scaleYValues |
( |
const QString & |
oldDisplayUnits, |
|
|
const QString & |
yUnitDisplay, |
|
|
const QString & |
xUnits |
|
) |
| |
void casa::CanvasCurve::setColor |
( |
QColor |
color | ) |
|
void casa::CanvasCurve::setErrorValues |
( |
const casacore::Vector< float > & |
errorValues | ) |
|
|
private |
void casa::CanvasCurve::setLegend |
( |
const QString & |
legend | ) |
|
void casa::CanvasCurve::storeData |
( |
const QString & |
oldUnits | ) |
|
|
private |
double casa::CanvasCurve::beamAngle |
|
private |
double casa::CanvasCurve::beamArea |
|
private |
QColor casa::CanvasCurve::curveColor |
|
private |
int casa::CanvasCurve::curveType |
|
private |
QString casa::CanvasCurve::legend |
|
private |
double casa::CanvasCurve::maxErrorValue |
|
private |
QString casa::CanvasCurve::maxUnits |
|
private |
double casa::CanvasCurve::maxValue |
|
private |
The documentation for this class was generated from the following file: