10 #ifndef __SOT_FEATURE_VISUALPOINT_HH__    11 #define __SOT_FEATURE_VISUALPOINT_HH__    26 #if defined(feature_visual_point_EXPORTS)    27 #define SOTFEATUREVISUALPOINT_EXPORT __declspec(dllexport)    29 #define SOTFEATUREVISUALPOINT_EXPORT __declspec(dllimport)    32 #define SOTFEATUREVISUALPOINT_EXPORT    51   virtual const std::string &
getClassName(
void)
 const { 
return CLASS_NAME; }
    74   virtual unsigned int &getDimension(
unsigned int &
dim, 
int time);
    85   virtual void display(std::ostream &os) 
const;
    91 #endif  // #ifndef __SOT_FEATURE_VISUALPOINT_HH__ static const std::string CLASS_NAME
virtual const std::string & getClassName(void) const
Returns the name class. 
dynamicgraph::SignalPtr< dynamicgraph::Matrix, int > articularJacobianSIN
SignalPtr< Flags, int > selectionSIN
This vector specifies which dimension are used to perform the computation. For instance let us assume...
static Flags selectY(void)
SignalTimeDependent< dynamicgraph::Matrix, int > jacobianSOUT
Jacobian of the error wrt the robot state: . 
static Flags selectX(void)
Class that defines 2D visualPoint visual feature. 
dynamicgraph::SignalPtr< double, int > ZSIN
#define SOTFEATUREVISUALPOINT_EXPORT
This class gives the abstract definition of a feature. 
dynamicgraph::SignalPtr< dynamicgraph::Vector, int > xySIN
#define DECLARE_REFERENCE_FUNCTIONS(FeatureSpecialized)
SignalTimeDependent< dynamicgraph::Vector, int > errorSOUT
This signal returns the error between the desired value and the current value : . ...
virtual ~FeatureVisualPoint(void)