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

Gnuplot command. More...

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

List of all members.

Public Member Functions

 Command (std::string cmd)
 Make a command from a string.
 ~Command ()
const std::string & command () const
 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) [explicit]

Make a command from a string.


Member Function Documentation


Member Data Documentation

Store Gnuplot command.

Referenced by command().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines