open_iA  2019.12
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
iAStepFunctionPlot Class Reference

Plots each data point as a rectangular bar, all the bars are horizontally connected via a line. More...

#include <iAPlotTypes.h>

Inheritance diagram for iAStepFunctionPlot:
Collaboration diagram for iAStepFunctionPlot:

Public Member Functions

 iAStepFunctionPlot (QSharedPointer< iAPlotData > data, QColor const &color)
 
- 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
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< iAPlotDatam_data
 
bool m_visible
 

Detailed Description

Plots each data point as a rectangular bar, all the bars are horizontally connected via a line.

Well suited for binned, e.g. histogram data.

Constructor & Destructor Documentation

◆ iAStepFunctionPlot()

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

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