Loading [MathJax]/jax/output/NativeMML/config.js
 |
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef HistogramWidget_h
2 #define HistogramWidget_h
9 #include <QStackedWidget>
12 #include <QDoubleValidator>
15 #include <qwt_plot_curve.h>
16 #include <qwt_legend.h>
40 HistogramWidget(
const QString title,
const QColor histColor = Qt::gray,
const QColor stretchColor = Qt::darkGray);
65 QwtPlotZoomer *p_zoomer;
BigInt MaxBinCount() const
Returns the highest bin count.
Definition: Histogram.cpp:493
double BinSize() const
Returns the size of an individual bin.
Definition: Histogram.cpp:470
Pixel value mapper.
Definition: Stretch.h:58
double Maximum() const
Returns the absolute maximum double found in all data passed through the AddData method.
Definition: Statistics.cpp:403
double BinMiddle(const int index) const
Returns the value represented by a bin.
Definition: Histogram.cpp:449
void setColor(const QColor &)
Set the color of the hist.
Definition: HistogramItem.cpp:131
void setData(const QwtIntervalSeriesData &data)
Overridden method to set the data in the histogram.
Definition: HistogramItem.cpp:108
int Pairs() const
Returns the number of stretch pairs.
Definition: Stretch.h:162
This is the (qwt) plot item for a histogram.
Definition: HistogramItem.h:24
BigInt BinCount(const int index) const
Returns the count at a bin position in the histogram.
Definition: Histogram.cpp:403
double Minimum() const
Returns the absolute minimum double found in all data passed through the AddData method.
Definition: Statistics.cpp:382
struct Ellipse Ellipse
This is free and unencumbered software released into the public domain.
double Output(const int index) const
Returns the value of the output side of the stretch pair at the specified index.
Definition: Stretch.cpp:302
int Bins() const
Returns the number of bins in the histogram.
Definition: Histogram.cpp:483
Container of a cube histogram.
Definition: Histogram.h:74
This is free and unencumbered software released into the public domain.
Definition: Calculator.h:18
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
double Input(const int index) const
Returns the value of the input side of the stretch pair at the specified index.
Definition: Stretch.cpp:287