casa
$Rev:20696$
|
This dialog displays a histogram that allows the user to set a minimum/maximum moment collapse threshold graphically. More...
#include <ThresholdingBinPlotDialog.qo.h>
Signals | |
void | accepted () |
Public Member Functions | |
ThresholdingBinPlotDialog (QString yAxisUnits, QWidget *parent=0) | |
void | setImage (ImageInterface< Float > *img) |
void | setInterval (double minValue, double maxValue) |
pair< double, double > | getInterval () const |
~ThresholdingBinPlotDialog () | |
Private Slots | |
void | accept () |
void | postStatusMessage (const QString &warning) |
Private Attributes | |
Ui::ThresholdingBinPlotDialogClass | ui |
BinPlotWidget * | plotWidget |
This dialog displays a histogram that allows the user to set a minimum/maximum moment collapse threshold graphically.
Intensity is displayed on the x-axis. The y-axis is a count of the number of pixels at each intensity.
Definition at line 45 of file ThresholdingBinPlotDialog.qo.h.
casa::ThresholdingBinPlotDialog::ThresholdingBinPlotDialog | ( | QString | yAxisUnits, |
QWidget * | parent = 0 |
||
) |
void casa::ThresholdingBinPlotDialog::accept | ( | ) | [private, slot] |
void casa::ThresholdingBinPlotDialog::accepted | ( | ) | [signal] |
pair<double,double> casa::ThresholdingBinPlotDialog::getInterval | ( | ) | const |
void casa::ThresholdingBinPlotDialog::postStatusMessage | ( | const QString & | warning | ) | [private, slot] |
void casa::ThresholdingBinPlotDialog::setImage | ( | ImageInterface< Float > * | img | ) |
void casa::ThresholdingBinPlotDialog::setInterval | ( | double | minValue, |
double | maxValue | ||
) |
BinPlotWidget* casa::ThresholdingBinPlotDialog::plotWidget [private] |
Definition at line 64 of file ThresholdingBinPlotDialog.qo.h.
Ui::ThresholdingBinPlotDialogClass casa::ThresholdingBinPlotDialog::ui [private] |
Definition at line 63 of file ThresholdingBinPlotDialog.qo.h.