#include <sot/core/sot-h.hh>
Public Member Functions | |
MemoryTaskSOTH (const std::string &name, const SotH *ref, unsigned int nJ, sotRotationComposedInExtenso &Qh, bubMatrix &Rh, SolverHierarchicalInequalities::ConstraintList &cH) | |
virtual void | display (std::ostream &os) const |
virtual const std::string & | getClassName (void) const |
virtual void | commandLine (const std::string &cmdLine, std::istringstream &cmdArgs, std::ostream &os) |
Public Attributes | |
const SotH * | referenceKey |
SolverHierarchicalInequalities | solver |
ml::Matrix | JK |
ml::Matrix | Jff |
ml::Matrix | Jact |
dg::Signal< ml::Matrix, int > | jacobianConstrainedSINOUT |
dg::Signal< ml::Vector, int > | diffErrorSINOUT |
Static Public Attributes | |
static const std::string | CLASS_NAME |
dynamicgraph::sot::SotH::MemoryTaskSOTH::MemoryTaskSOTH | ( | const std::string & | name, |
const SotH * | ref, | ||
unsigned int | nJ, | ||
sotRotationComposedInExtenso & | Qh, | ||
bubMatrix & | Rh, | ||
SolverHierarchicalInequalities::ConstraintList & | cH | ||
) |
virtual void dynamicgraph::sot::SotH::MemoryTaskSOTH::commandLine | ( | const std::string & | cmdLine, |
std::istringstream & | cmdArgs, | ||
std::ostream & | os | ||
) | [virtual] |
Reimplemented from dynamicgraph::Entity.
virtual void dynamicgraph::sot::SotH::MemoryTaskSOTH::display | ( | std::ostream & | os | ) | const [virtual] |
Reimplemented from dynamicgraph::Entity.
virtual const std::string& dynamicgraph::sot::SotH::MemoryTaskSOTH::getClassName | ( | void | ) | const [inline, virtual] |
Implements dynamicgraph::Entity.
const std::string dynamicgraph::sot::SotH::MemoryTaskSOTH::CLASS_NAME [static] |