This is the complete list of members for soth::Bound, including all inherited members.
Bound(void) | soth::Bound | |
Bound(const Bound &clone) | soth::Bound | |
Bound(const double &val, bound_t type) | soth::Bound | |
Bound(const double &inValInf, const double &inValSup) | soth::Bound | |
Bound(const double &valTwin) | soth::Bound | |
BOUND_DOUBLE enum value | soth::Bound | |
BOUND_INF enum value | soth::Bound | |
BOUND_NONE enum value | soth::Bound | |
BOUND_SUP enum value | soth::Bound | |
bound_t enum name | soth::Bound | |
BOUND_TWIN enum value | soth::Bound | |
check(const double &val, const double &EPSILON=0) const | soth::Bound | |
check(const double &val, std::pair< double, double > damp, const double &EPSILON=0) const | soth::Bound | |
checkSaturation(const double &val, const double &EPSILON) const | soth::Bound | |
distance(const double &val) const | soth::Bound | |
getBound(bound_t type) const | soth::Bound | |
getType(void) const | soth::Bound | inline |
operator<<(std::ostream &os, const Bound &) | soth::Bound | friend |
operator=(const Bound &clone) | soth::Bound | |
operator=(const double &val) | soth::Bound | |
operator=(const std::pair< double, double > &val) | soth::Bound | |
type | soth::Bound | protected |
valInf | soth::Bound | protected |
valSup | soth::Bound | protected |
valTwin | soth::Bound | protected |