Definition at line 87 of file gnuplot.h.
◆ Instance() [1/2]
GNUPlotHelper::Instance::Instance |
( |
void |
| ) |
|
Constructor. Setups up pipe to GNUPlot.
Definition at line 14 of file gnuplot.cpp.
17 auto path = bp::search_path(
"gnuplot");
19 throw Exception(1,
"GNUPlot not found, please install!");
21 gnuplot_ = bp::child(bp::search_path(
"gnuplot"),
26 throw Exception(1,
"GNUPlot helper not supported, Boost 1.64 and above is required!");
◆ Instance() [2/2]
robowflex::IO::GNUPlotHelper::Instance::Instance |
( |
Instance const & |
| ) |
|
|
privatedelete |
◆ flush()
void GNUPlotHelper::Instance::flush |
( |
| ) |
|
◆ operator=()
void robowflex::IO::GNUPlotHelper::Instance::operator= |
( |
Instance const & |
| ) |
|
|
privatedelete |
◆ write()
void GNUPlotHelper::Instance::write |
( |
const std::string & |
line | ) |
|
◆ writeline()
void GNUPlotHelper::Instance::writeline |
( |
const std::string & |
line | ) |
|
Definition at line 39 of file gnuplot.cpp.
void write(const std::string &line)
◆ debug_
bool robowflex::IO::GNUPlotHelper::Instance::debug_ {false} |
|
private |
The documentation for this class was generated from the following files: