#include <sot/core/com-freezer.hh>
Public Member Functions | |
virtual const std::string & | getClassName () const |
CoMFreezer (const std::string &name) | |
virtual | ~CoMFreezer (void) |
ml::Vector & | computeFreezedCoM (ml::Vector &freezedCoM, const int &time) |
virtual void | display (std::ostream &os) const |
Public Attributes | |
dg::SignalPtr< ml::Vector, int > | CoMRefSIN |
dg::SignalPtr< unsigned, int > | PGInProcessSIN |
dg::SignalTimeDependent < ml::Vector, int > | freezedCoMSOUT |
Static Public Attributes | |
static const std::string | CLASS_NAME |
dynamicgraph::sot::CoMFreezer::CoMFreezer | ( | const std::string & | name | ) |
virtual dynamicgraph::sot::CoMFreezer::~CoMFreezer | ( | void | ) | [virtual] |
ml::Vector& dynamicgraph::sot::CoMFreezer::computeFreezedCoM | ( | ml::Vector & | freezedCoM, |
const int & | time | ||
) |
virtual void dynamicgraph::sot::CoMFreezer::display | ( | std::ostream & | os | ) | const [virtual] |
Reimplemented from dynamicgraph::Entity.
virtual const std::string& dynamicgraph::sot::CoMFreezer::getClassName | ( | void | ) | const [inline, virtual] |
Implements dynamicgraph::Entity.
const std::string dynamicgraph::sot::CoMFreezer::CLASS_NAME [static] |
dg::SignalPtr<unsigned, int> dynamicgraph::sot::CoMFreezer::PGInProcessSIN |