dynamicgraph::sot::OpPointModifier Class Reference

Compute position and jacobian of a local frame attached to a joint. More...

#include <sot/core/op-point-modifier.hh>

Inheritance diagram for dynamicgraph::sot::OpPointModifier:
dynamicgraph::Entity noncopyable

List of all members.

Public Member Functions

virtual const std::string & getClassName (void) const
 OpPointModifier (const std::string &name)
virtual ~OpPointModifier (void)
ml::MatrixjacobianSOUT_function (ml::Matrix &res, const int &time)
MatrixHomogeneouspositionSOUT_function (MatrixHomogeneous &res, const int &time)
void setTransformation (const MatrixHomogeneous &tr)
void setTransformationBySignalName (std::istringstream &cmdArgs)
const MatrixHomogeneousgetTransformation (void)
virtual void commandLine (const std::string &cmdLine, std::istringstream &cmdArgs, std::ostream &os)

Public Attributes

dg::SignalPtr< ml::Matrix, int > jacobianSIN
dg::SignalPtr
< MatrixHomogeneous, int > 
positionSIN
dg::SignalTimeDependent
< ml::Matrix, int > 
jacobianSOUT
dg::SignalTimeDependent
< MatrixHomogeneous, int > 
positionSOUT

Static Public Attributes

static const std::string CLASS_NAME

Detailed Description

Compute position and jacobian of a local frame attached to a joint.

The position of the local frame in the frame of the joint is represented by transformation.


Constructor & Destructor Documentation

virtual dynamicgraph::sot::OpPointModifier::~OpPointModifier ( void  ) [inline, virtual]

Member Function Documentation

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

Reimplemented from dynamicgraph::Entity.

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

Implements dynamicgraph::Entity.


Member Data Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines