Classes | |
class | Command |
Gnuplot command. More... | |
Typedefs | |
typedef Function::discreteInterval_t | discreteInterval_t |
Import discrete interval type from function. More... | |
Functions | |
ROBOPTIM_DLLAPI Command | comment (const char *) throw () |
Make a Gnuplot comment. More... | |
ROBOPTIM_DLLAPI Command | set (const char *var, const char *val="") throw () |
Make a Gnuplot set command. More... | |
ROBOPTIM_DLLAPI Command | unset (const char *var) throw () |
Make a Gnuplot unset command. More... | |
ROBOPTIM_DLLAPI Command | show (const char *var) throw () |
Make a Gnuplot show command. More... | |
ROBOPTIM_DLLAPI Command | clear () throw () |
Make a Gnuplot clear command. More... | |
ROBOPTIM_DLLAPI Command | pwd () throw () |
Make a Gnuplot pwdcommand. More... | |
ROBOPTIM_DLLAPI Command | quit () throw () |
Make a Gnuplot quit command. More... | |
ROBOPTIM_DLLAPI Command | replot () throw () |
Make a Gnuplot replot command. More... | |
ROBOPTIM_DLLAPI Command | reread () throw () |
Make a Gnuplot reread command. More... | |
ROBOPTIM_DLLAPI Command | reset () throw () |
Make a Gnuplot reset command. More... | |
ROBOPTIM_DLLAPI Command | cd (const char *dir) throw () |
Make a Gnuplot cd command. More... | |
ROBOPTIM_DLLAPI Command | help (const char *topic="") throw () |
Make a Gnuplot help command. More... | |
Command | plot (const Function &f, discreteInterval_t interval) |
Plot a 1D function with Gnuplot. More... | |
Command | plot_xy (const Function &f, discreteInterval_t interval) |
Plot a 2D function with Gnuplot. More... | |