|
wxPlot 1.8
Real time plot library for wxWidgets
|
Plot class for wxPlot. This class contains plot types and plot figures. More...
#include <plots.hpp>
Public Member Functions | |
| PlotTypes & | getPlotTypes () |
| Return the reference of plot types object. | |
| PlotFigure & | getPlotFigures () |
| Return the reference of plot figure object. | |
| void | setWxPlotFigureType (const WXPLOT_FIGURE wxPlotFigure, const WXPLOT_TYPE wxPlotType) |
| Set the plot type selection and plot figure selection. | |
| void | setData (const std::vector< std::vector< double > > &data2D) |
| Set 2D data. | |
| void | setData (const std::vector< double > &data1D) |
| Set 1D data. | |
Plot class for wxPlot. This class contains plot types and plot figures.
| PlotFigure & Plots::getPlotFigures | ( | ) |
Return the reference of plot figure object.
| void Plots::setData | ( | const std::vector< double > & | data1D | ) |
Set 1D data.
| data1D | 1D data in form of 1D vector. |
| void Plots::setData | ( | const std::vector< std::vector< double > > & | data2D | ) |
Set 2D data.
| data2D | 2D data in form of 2D vector. |
| void Plots::setWxPlotFigureType | ( | const WXPLOT_FIGURE | wxPlotFigure, |
| const WXPLOT_TYPE | wxPlotType ) |
Set the plot type selection and plot figure selection.
| wxPlotFigure | Selection of plot figure. |
| wxPlotType | Selection of plot type. |