10 #ifndef __SOT_OP_POINT_MODIFIOR_H__    11 #define __SOT_OP_POINT_MODIFIOR_H__    14 #include <dynamic-graph/entity.h>    27 #if defined(op_point_modifier_EXPORTS)    28 #define SOTOPPOINTMODIFIER_EXPORT __declspec(dllexport)    30 #define SOTOPPOINTMODIFIER_EXPORT __declspec(dllimport)    33 #define SOTOPPOINTMODIFIER_EXPORT    52   virtual const std::string &
getClassName(
void)
 const { 
return CLASS_NAME; }
    69   void setTransformation(
const Eigen::Matrix4d &tr);
    70   void setTransformationBySignalName(std::istringstream &cmdArgs);
    71   const Eigen::Matrix4d &getTransformation(
void);
    86 #endif  //  __SOT_OP_POINT_MODIFIOR_H__ Eigen::Transform< double, 3, Eigen::Affine > SOT_CORE_EXPORT MatrixHomogeneous
static const std::string CLASS_NAME
dynamicgraph::SignalTimeDependent< MatrixHomogeneous, int > positionSOUT
virtual const std::string & getClassName(void) const
virtual ~OpPointModifier(void)
MatrixHomogeneous transformation
#define SOTOPPOINTMODIFIER_EXPORT
dynamicgraph::SignalTimeDependent< dynamicgraph::Matrix, int > jacobianSOUT
dynamicgraph::SignalPtr< MatrixHomogeneous, int > positionSIN
Compute position and jacobian of a local frame attached to a joint. 
dynamicgraph::SignalPtr< dynamicgraph::Matrix, int > jacobianSIN