#include <sot/core/abstract-sot-external-interface.hh>
List of all members.
Constructor & Destructor Documentation
dynamicgraph::sot::NamedVector::NamedVector |
( |
| ) |
[inline] |
dynamicgraph::sot::NamedVector::~NamedVector |
( |
| ) |
[inline] |
Member Function Documentation
const std::string& dynamicgraph::sot::NamedVector::getName |
( |
| ) |
const [inline] |
const std::vector<double>& dynamicgraph::sot::NamedVector::getValues |
( |
| ) |
const [inline] |
void dynamicgraph::sot::NamedVector::setName |
( |
const std::string & |
aname | ) |
[inline] |
void dynamicgraph::sot::NamedVector::setValues |
( |
const std::vector< double > & |
values | ) |
[inline] |