Marks initial (center,peak) and FWHM Gaussian estimates on the histogram. More...
#include <HistogramMarkerGaussian.h>
Public Member Functions | |
HistogramMarkerGaussian () | |
void | setColor (QColor markerColor) |
void | setCenterPeak (int xVal, int yVal) |
void | setFWHM (int fwhm, int fwhmHeight) |
virtual void | draw (QPainter *painter, const QwtScaleMap &xMap, const QwtScaleMap &yMap, const QRect &) const |
virtual | ~HistogramMarkerGaussian () |
Private Member Functions | |
int | getFWHMHeight () const |
Private Attributes | |
int | center |
int | peak |
int | fwhm |
int | fwhmHeight |
bool | centerPeakSpecified |
bool | fwhmSpecified |
QColor | markerColor |
Marks initial (center,peak) and FWHM Gaussian estimates on the histogram.
Definition at line 40 of file HistogramMarkerGaussian.h.
casa::HistogramMarkerGaussian::HistogramMarkerGaussian | ( | ) |
virtual casa::HistogramMarkerGaussian::~HistogramMarkerGaussian | ( | ) | [virtual] |
virtual void casa::HistogramMarkerGaussian::draw | ( | QPainter * | painter, | |
const QwtScaleMap & | xMap, | |||
const QwtScaleMap & | yMap, | |||
const QRect & | ||||
) | const [virtual] |
int casa::HistogramMarkerGaussian::getFWHMHeight | ( | ) | const [private] |
void casa::HistogramMarkerGaussian::setCenterPeak | ( | int | xVal, | |
int | yVal | |||
) |
void casa::HistogramMarkerGaussian::setColor | ( | QColor | markerColor | ) |
void casa::HistogramMarkerGaussian::setFWHM | ( | int | fwhm, | |
int | fwhmHeight | |||
) |
int casa::HistogramMarkerGaussian::center [private] |
Definition at line 55 of file HistogramMarkerGaussian.h.
bool casa::HistogramMarkerGaussian::centerPeakSpecified [private] |
Definition at line 60 of file HistogramMarkerGaussian.h.
int casa::HistogramMarkerGaussian::fwhm [private] |
Definition at line 57 of file HistogramMarkerGaussian.h.
int casa::HistogramMarkerGaussian::fwhmHeight [private] |
Definition at line 58 of file HistogramMarkerGaussian.h.
bool casa::HistogramMarkerGaussian::fwhmSpecified [private] |
Definition at line 61 of file HistogramMarkerGaussian.h.
QColor casa::HistogramMarkerGaussian::markerColor [private] |
Definition at line 63 of file HistogramMarkerGaussian.h.
int casa::HistogramMarkerGaussian::peak [private] |
Definition at line 56 of file HistogramMarkerGaussian.h.