dynamicgraph::sot::Constraint Class Reference

#include <sot/core/constraint.hh>

Inheritance diagram for dynamicgraph::sot::Constraint:
dynamicgraph::sot::TaskAbstract dynamicgraph::Entity noncopyable

List of all members.

Public Member Functions

virtual const std::string & getClassName (void) const
 Constraint (const std::string &n)
void addJacobian (Signal< ml::Matrix, int > &sig)
void clearJacobianList (void)
void setControlSelection (const Flags &act)
void addControlSelection (const Flags &act)
void clearControlSelection (void)
ml::MatrixcomputeJacobian (ml::Matrix &J, int time)
virtual void commandLine (const std::string &cmdLine, std::istringstream &cmdArgs, std::ostream &os)

Static Public Attributes

static const std::string CLASS_NAME

Protected Types

typedef std::list< Signal
< ml::Matrix, int > * > 
JacobianList

Protected Attributes

JacobianList jacobianList

Friends

SOTCONSTRAINT_EXPORT friend
std::ostream & 
operator<< (std::ostream &os, const Constraint &t)

Member Typedef Documentation

typedef std::list< Signal<ml::Matrix,int>* > dynamicgraph::sot::Constraint::JacobianList [protected]

Constructor & Destructor Documentation

dynamicgraph::sot::Constraint::Constraint ( const std::string &  n)

Member Function Documentation

virtual void dynamicgraph::sot::Constraint::commandLine ( const std::string &  cmdLine,
std::istringstream &  cmdArgs,
std::ostream &  os 
) [virtual]

Reimplemented from dynamicgraph::sot::TaskAbstract.

virtual const std::string& dynamicgraph::sot::Constraint::getClassName ( void  ) const [inline, virtual]

Implements dynamicgraph::Entity.


Friends And Related Function Documentation

SOTCONSTRAINT_EXPORT friend std::ostream& operator<< ( std::ostream &  os,
const Constraint t 
) [friend]

Member Data Documentation

const std::string dynamicgraph::sot::Constraint::CLASS_NAME [static]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines