roboptim::visualization::gnuplot::Command Class Reference

Gnuplot command. More...

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

Collaboration diagram for roboptim::visualization::gnuplot::Command:

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.


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().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines