Classes | |
class | roboptim::visualization::gnuplot::Command |
Gnuplot command. More... | |
Namespaces | |
namespace | roboptim |
Meta-functions, functions and solvers related classes. | |
namespace | roboptim::visualization |
Graphic visualization. | |
namespace | roboptim::visualization::gnuplot |
Gnuplot rendering. | |
Functions | |
ROBOPTIM_DLLAPI Command | roboptim::visualization::gnuplot::comment (const char *) throw () |
Make a Gnuplot comment. | |
ROBOPTIM_DLLAPI Command | roboptim::visualization::gnuplot::set (const char *var, const char *val="") throw () |
Make a Gnuplot set command. | |
ROBOPTIM_DLLAPI Command | roboptim::visualization::gnuplot::unset (const char *var) throw () |
Make a Gnuplot unset command. | |
ROBOPTIM_DLLAPI Command | roboptim::visualization::gnuplot::show (const char *var) throw () |
Make a Gnuplot show command. | |
ROBOPTIM_DLLAPI Command | roboptim::visualization::gnuplot::clear () throw () |
Make a Gnuplot clear command. | |
ROBOPTIM_DLLAPI Command | roboptim::visualization::gnuplot::pwd () throw () |
Make a Gnuplot pwdcommand. | |
ROBOPTIM_DLLAPI Command | roboptim::visualization::gnuplot::quit () throw () |
Make a Gnuplot quit command. | |
ROBOPTIM_DLLAPI Command | roboptim::visualization::gnuplot::replot () throw () |
Make a Gnuplot replot command. | |
ROBOPTIM_DLLAPI Command | roboptim::visualization::gnuplot::reread () throw () |
Make a Gnuplot reread command. | |
ROBOPTIM_DLLAPI Command | roboptim::visualization::gnuplot::reset () throw () |
Make a Gnuplot reset command. | |
ROBOPTIM_DLLAPI Command | roboptim::visualization::gnuplot::cd (const char *dir) throw () |
Make a Gnuplot cd command. | |
ROBOPTIM_DLLAPI Command | roboptim::visualization::gnuplot::help (const char *topic="") throw () |
Make a Gnuplot help command. |