Flair
Framework Libre Air
|
Class displaying a plot for raw us sensor. More...
#include <UsSensorPlot.h>
Public Member Functions | |
UsSensorPlot (const LayoutPosition *position, std::string name, std::string y_name, float ymin, float ymax, const core::Matrix *datas, const core::Matrix *peakInfos) | |
Constructor. More... | |
~UsSensorPlot () | |
Destructor. More... | |
Class displaying a plot for raw us sensor.
flair::gui::UsSensorPlot::UsSensorPlot | ( | const LayoutPosition * | position, |
std::string | name, | ||
std::string | y_name, | ||
float | ymin, | ||
float | ymax, | ||
const core::Matrix * | datas, | ||
const core::Matrix * | peakInfos | ||
) |
Constructor.
Construct a plot for raw us sensor at given place position.
position | position to display the plot |
name | name |
y_name | name of y axis |
ymin | default ymin of the plot |
ymax | default ymax of the plot |
datas | data matrix, must be 1D |
peakInfos | peak infos, must be 1*4 (first start,first end, second start,second end) |
flair::gui::UsSensorPlot::~UsSensorPlot | ( | ) |
Destructor.