#include <roboptim/core/visualization/gnuplot-commands.hh>
Public Member Functions | |
Command (std::string cmd) throw () | |
Make a command from a string. | |
~Command () throw () | |
const std::string & | command () const throw () |
Retrieve the command as a string. | |
Protected Attributes | |
std::string | command_ |
Store Gnuplot command. |
Gnuplot command.
A command represents a Gnuplot command. The representation of the command as a string can be accessed through the command() method.
roboptim::visualization::gnuplot::Command::Command | ( | std::string | cmd | ) | throw () [explicit] |
Make a command from a string.
roboptim::visualization::gnuplot::Command::~Command | ( | ) | throw () |
const std::string & roboptim::visualization::gnuplot::Command::command | ( | ) | const throw () |
Retrieve the command as a string.
References command_.
std::string roboptim::visualization::gnuplot::Command::command_ [protected] |