Gnuplot script.
More...
#include <roboptim/core/visualization/gnuplot.hh>
List of all members.
Protected Member Functions |
| Gnuplot () throw () |
| Default constructor can not be called directly.
|
Detailed Description
Gnuplot script.
This class gathers Gnuplot commands to build a complete Gnuplot script. Gnuplot commands can be inserted through this object through the <<
operator and this object can be put into an output stream using the <<
operator.
- Examples:
- finite-difference-gradient.cc, visualization-gnuplot-function.cc, and visualization-gnuplot-simple.cc.
Constructor & Destructor Documentation
roboptim::visualization::Gnuplot::~Gnuplot |
( |
| ) |
throw () |
roboptim::visualization::Gnuplot::Gnuplot |
( |
| ) |
throw () |
|
explicitprotected |
Member Function Documentation
static Gnuplot roboptim::visualization::Gnuplot::make_gnuplot |
( |
| ) |
throw () |
|
inlinestatic |
Instanciate a Gnuplot without setting a term.
- Returns:
- Gnuplot instance
static Gnuplot roboptim::visualization::Gnuplot::make_interactive_gnuplot |
( |
| ) |
throw () |
|
inlinestatic |
std::ostream & roboptim::visualization::Gnuplot::print |
( |
std::ostream & |
o | ) |
const throw () |
void roboptim::visualization::Gnuplot::push_command |
( |
gnuplot::Command |
cmd | ) |
throw () |