|
open_iA 2023.02
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
Plots the given data as a line and fills the area below the line. More...
#include <iAPlotTypes.h>
Public Member Functions | |
| iAFilledLinePlot (QSharedPointer< iAPlotData > data, QColor const &color) | |
Public Member Functions inherited from iAPlot | |
| iAPlot (QSharedPointer< iAPlotData > data, QColor const &color) | |
| virtual | ~iAPlot () |
| QColor const | color () const |
| Get plot color. | |
| virtual QSharedPointer< iAPlotData > | data () |
| Retrieves the data used for drawing. | |
| virtual void | draw (QPainter &painter, size_t startBin, size_t endBin, iAMapper const &xMapper, iAMapper const &yMapper) const =0 |
| Draws the plot. | |
| virtual void | drawLegendItem (QPainter &painter, QRect const &rect) |
| Draws a legend item for the plot. | |
| virtual void | setColor (QColor const &color) |
| Set plot color. | |
| virtual void | setVisible (bool visible) |
| Sets whether the plot should be currently drawn or not. | |
| virtual bool | visible () const |
| Whether the plot is currently being drawn. | |
Additional Inherited Members | |
Protected Attributes inherited from iAPlot | |
| QSharedPointer< iAPlotData > | m_data |
| bool | m_visible |
Plots the given data as a line and fills the area below the line.
Well-suited for (pseudo-)continuous data. For a plot without filling the area under the curve, see the iALinePlot.
| iAFilledLinePlot::iAFilledLinePlot | ( | QSharedPointer< iAPlotData > | data, |
| QColor const & | color | ||
| ) |