#include <sot/core/abstract-sot-external-interface.hh>
Public Member Functions | |
NamedVector () | |
~NamedVector () | |
const std::string & | getName () |
void | setName (const std::string &aname) |
const std::vector< double > & | getValues () |
void | setValues (std::vector< double > values) |
dynamicgraph::sot::NamedVector::NamedVector | ( | ) | [inline] |
dynamicgraph::sot::NamedVector::~NamedVector | ( | ) | [inline] |
const std::string& dynamicgraph::sot::NamedVector::getName | ( | ) | [inline] |
const std::vector<double>& dynamicgraph::sot::NamedVector::getValues | ( | ) | [inline] |
void dynamicgraph::sot::NamedVector::setName | ( | const std::string & | aname | ) | [inline] |
void dynamicgraph::sot::NamedVector::setValues | ( | std::vector< double > | values | ) | [inline] |