|
Robowflex
v0.1
Making MoveIt Easy
|
Helper class to plot a real metric as a box plot using GNUPlot from benchmarking data. More...
#include <gnuplot.h>
Inheritance diagram for robowflex::IO::GNUPlotPlanDataSetOutputter:Public Member Functions | |
| GNUPlotPlanDataSetOutputter (const std::string &metric) | |
| Constructor. More... | |
| ~GNUPlotPlanDataSetOutputter () override | |
| Destructor. More... | |
| void | dump (const PlanDataSet &results) override |
| Visualize results. More... | |
Public Member Functions inherited from robowflex::PlanDataSetOutputter | |
| virtual | ~PlanDataSetOutputter ()=default |
| Virtual destructor for cleaning up resources. More... | |
Private Attributes | |
| const std::string | metric_ |
| GNUPlotHelper | helper_ |
Helper class to plot a real metric as a box plot using GNUPlot from benchmarking data.
| GNUPlotPlanDataSetOutputter::GNUPlotPlanDataSetOutputter | ( | const std::string & | metric | ) |
Constructor.
Definition at line 173 of file gnuplot.cpp.
|
override |
|
overridevirtual |
Visualize results.
| [in] | results | Results to visualize. |
Implements robowflex::PlanDataSetOutputter.
Definition at line 181 of file gnuplot.cpp.
|
private |
|
private |