10 #ifndef __SOT_MultiBound_H__ 11 #define __SOT_MultiBound_H__ 51 double getSingleBound(
void)
const;
52 double getDoubleBound(
const SupInfType bound)
const;
53 bool getDoubleBoundSetup(
const SupInfType bound)
const;
56 void setDoubleBound(
SupInfType boundType,
double boundValue);
58 void setSingleBound(
double boundValue);
70 const VectorMultiBound &v);
76 #endif // #ifndef __SOT_MultiBound_H__ SupInfType
Definition: multi-bound.hh:35
SOT_CORE_EXPORT std::ostream & operator<<(std::ostream &os, const VectorMultiBound &v)
std::vector< MultiBound > VectorMultiBound
Definition: multi-bound.hh:68
double boundSingle
Definition: multi-bound.hh:39
#define SOT_CORE_EXPORT
Definition: api.hh:20
MultiBoundModeType mode
Definition: multi-bound.hh:38
SOT_CORE_EXPORT std::istream & operator>>(std::istream &os, VectorMultiBound &v)
bool boundSupSetup
Definition: multi-bound.hh:41
double boundSup
Definition: multi-bound.hh:40
MultiBoundModeType
Definition: multi-bound.hh:34
Definition: multi-bound.hh:32
Definition: abstract-sot-external-interface.hh:17