10 #ifndef __SOT_MultiBound_H__ 11 #define __SOT_MultiBound_H__ 22 #include <dynamic-graph/signal-caster.h> 54 double getSingleBound(
void)
const;
55 double getDoubleBound(
const SupInfType bound)
const;
56 bool getDoubleBoundSetup(
const SupInfType bound)
const;
59 void setDoubleBound(
SupInfType boundType,
double boundValue);
61 void setSingleBound(
double boundValue);
73 const VectorMultiBound &v);
79 struct signal_io<sot::MultiBound> : signal_io_unimplemented<sot::MultiBound> {};
82 #endif // #ifndef __SOT_MultiBound_H__ SupInfType
Definition: multi-bound.hh:38
SOT_CORE_EXPORT std::ostream & operator<<(std::ostream &os, const VectorMultiBound &v)
std::vector< MultiBound > VectorMultiBound
Definition: multi-bound.hh:71
double boundSingle
Definition: multi-bound.hh:42
#define SOT_CORE_EXPORT
Definition: api.hh:20
MultiBoundModeType mode
Definition: multi-bound.hh:41
SOT_CORE_EXPORT std::istream & operator>>(std::istream &os, VectorMultiBound &v)
bool boundSupSetup
Definition: multi-bound.hh:44
double boundSup
Definition: multi-bound.hh:43
MultiBoundModeType
Definition: multi-bound.hh:37
Definition: multi-bound.hh:35
Definition: abstract-sot-external-interface.hh:17