open_iA  2020.01
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Classes
iAPlotTypes.h File Reference
#include "iAPlot.h"
#include "open_iA_Core_export.h"
#include <QVector>
#include <QSharedPointer>
Include dependency graph for iAPlotTypes.h:
This graph shows which files directly or indirectly include this file:

Classes

class  iABarGraphPlot
 Plots the given data points as single bars, horizontally separated by the given margin. More...
 
class  iAFilledLinePlot
 Plots the given data as a line and fills the area below the line. More...
 
class  iALinePlot
 Plots the given data as a line. More...
 
class  iAPlotCollection
 Collects multiple plots and makes them act as a single plot. More...
 
class  iASelectedBinPlot
 Plot highlighting a single bin in a histogram plot. More...
 
class  iAStepFunctionPlot
 Plots each data point as a rectangular bar, all the bars are horizontally connected via a line. More...