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