10 #ifndef __SOT_TASKUNILATERAL_H__ 11 #define __SOT_TASKUNILATERAL_H__ 18 #include <dynamic-graph/linear-algebra.h> 35 #if defined(task_unilateral_EXPORTS) 36 #define SOTTASKUNILATERAL_EXPORT __declspec(dllexport) 38 #define SOTTASKUNILATERAL_EXPORT __declspec(dllimport) 41 #define SOTTASKUNILATERAL_EXPORT 57 virtual const std::string &
getClassName(
void)
const {
return CLASS_NAME; }
67 dynamicgraph::SignalPtr<dynamicgraph::Vector, int>
positionSIN;
70 dynamicgraph::SignalPtr<double, int>
dtSIN;
73 void display(std::ostream &os)
const;
std::vector< MultiBound > VectorMultiBound
Definition: multi-bound.hh:69
dynamicgraph::SignalPtr< dynamicgraph::Vector, int > referenceSupSIN
Definition: task-unilateral.hh:69
virtual const std::string & getClassName(void) const
Definition: task-unilateral.hh:57
dynamicgraph::SignalPtr< double, int > dtSIN
Definition: task-unilateral.hh:70
std::list< FeatureAbstract * > featureList
Definition: task-unilateral.hh:53
static const std::string CLASS_NAME
Definition: task-unilateral.hh:56
#define SOTTASKUNILATERAL_EXPORT
Definition: task-unilateral.hh:41
dynamicgraph::SignalPtr< dynamicgraph::Vector, int > positionSIN
Definition: task-unilateral.hh:67
Definition: task-unilateral.hh:51
dynamicgraph::SignalPtr< dynamicgraph::Vector, int > referenceInfSIN
Definition: task-unilateral.hh:68
Class that defines the basic elements of a task.
Definition: task.hh:73
Definition: abstract-sot-external-interface.hh:17