Go to the documentation of this file.
10 #ifndef __SOT_TASKUNILATERAL_H__
11 #define __SOT_TASKUNILATERAL_H__
18 #include <dynamic-graph/linear-algebra.h>
36 #if defined(task_unilateral_EXPORTS)
37 #define SOTTASKUNILATERAL_EXPORT __declspec(dllexport)
39 #define SOTTASKUNILATERAL_EXPORT __declspec(dllimport)
42 #define SOTTASKUNILATERAL_EXPORT
59 virtual const std::string &
getClassName(
void)
const {
return CLASS_NAME; }
72 dg::SignalPtr<double, int>
dtSIN;
75 void display(std::ostream &os)
const;
dg::SignalPtr< double, int > dtSIN
Definition: task-unilateral.hh:72
Definition: abstract-sot-external-interface.hh:17
std::vector< MultiBound > VectorMultiBound
Definition: multi-bound.hh:68
static const std::string CLASS_NAME
Definition: task-unilateral.hh:58
dg::SignalPtr< dg::Vector, int > referenceInfSIN
Definition: task-unilateral.hh:70
std::list< FeatureAbstract * > featureList
Definition: task-unilateral.hh:55
dg::SignalPtr< dg::Vector, int > referenceSupSIN
Definition: task-unilateral.hh:71
#define SOTTASKUNILATERAL_EXPORT
Definition: task-unilateral.hh:42
Class that defines the basic elements of a task.
Definition: task.hh:75
Definition: task-unilateral.hh:53
dg::SignalPtr< dg::Vector, int > positionSIN
Definition: task-unilateral.hh:69
virtual const std::string & getClassName(void) const
Definition: task-unilateral.hh:59