roboptim::visualization::gnuplot::Command Class Reference
[Visualization]

Gnuplot command. More...

#include <roboptim/core/visualization/gnuplot-commands.hh>

List of all members.

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.

Detailed Description

Gnuplot command.

A command represents a Gnuplot command. The representation of the command as a string can be accessed through the command() method.


Constructor & Destructor Documentation

roboptim::visualization::gnuplot::Command::Command ( std::string  cmd  )  throw () [explicit]

Make a command from a string.

roboptim::visualization::gnuplot::Command::~Command (  )  throw ()

Member Function Documentation

const std::string & roboptim::visualization::gnuplot::Command::command (  )  const throw ()

Retrieve the command as a string.

References command_.


Member Data Documentation

Store Gnuplot command.

Referenced by command().