![]() |
open_iA
2020.01
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. More...
#include <iAPlotTypes.h>
Public Member Functions | |
| iALinePlot (QSharedPointer< iAPlotData > data, QColor const &color) | |
| void | setLineWidth (int width) |
Public Member Functions inherited from iAPlot | |
| virtual QSharedPointer< iAPlotData > | data () |
| Retrieves the data used for drawing. More... | |
| iAPlot (QSharedPointer< iAPlotData > data, QColor const &color) | |
| virtual void | setVisible (bool visible) |
| Sets whether the plot should be currently drawn or not. More... | |
| virtual bool | visible () const |
| Whether the plot is currently being drawn. More... | |
| virtual | ~iAPlot () |
Public Member Functions inherited from iAColorable | |
| const QColor | getColor () const |
| iAColorable () | |
| iAColorable (QColor const &color) | |
| virtual void | setColor (QColor const &color) |
| virtual | ~iAColorable () |
Additional Inherited Members | |
Static Public Attributes inherited from iAColorable | |
| static const QColor | DefaultColor |
Protected Attributes inherited from iAPlot | |
| QSharedPointer< iAPlotData > | m_data |
| bool | m_visible |
Plots the given data as a line.
Well-suited for (pseudo-)continuous data. For filling the area under the curve, see the iAFilledLinePlot.
| iALinePlot::iALinePlot | ( | QSharedPointer< iAPlotData > | data, |
| QColor const & | color | ||
| ) |
| void iALinePlot::setLineWidth | ( | int | width | ) |
1.8.16