open_iA  2020.04
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Public Member Functions | List of all members
iALinePlot Class Reference

Plots the given data as a line. More...

#include <iAPlotTypes.h>

Inheritance diagram for iALinePlot:
Collaboration diagram for iALinePlot:

Public Member Functions

 iALinePlot (QSharedPointer< iAPlotData > data, QColor const &color)
 
void setLineWidth (int width)
 
- Public Member Functions inherited from iAPlot
virtual QSharedPointer< iAPlotDatadata ()
 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
QColor const 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 QColor const DefaultColor
 
- Protected Attributes inherited from iAPlot
QSharedPointer< iAPlotDatam_data
 
bool m_visible
 

Detailed Description

Plots the given data as a line.

Well-suited for (pseudo-)continuous data. For filling the area under the curve, see the iAFilledLinePlot.

Constructor & Destructor Documentation

◆ iALinePlot()

iALinePlot::iALinePlot ( QSharedPointer< iAPlotData data,
QColor const &  color 
)

Member Function Documentation

◆ setLineWidth()

void iALinePlot::setLineWidth ( int  width)

The documentation for this class was generated from the following files: