Public Member Functions | |
| BoundedDomain (const double &lower, const double &upper) | |
| bool | hasLowerBound () const |
| double | lowerBound () const |
| bool | hasUpperBound () const |
| double | upperBound () const |
Private Attributes | |
| double | lower_ |
| double | upper_ |
Definition at line 81 of file SundanceFunctorDomain.hpp.
| BoundedDomain::BoundedDomain | ( | const double & | lower, |
| const double & | upper | ||
| ) |
Definition at line 70 of file SundanceFunctorDomain.cpp.
| bool Sundance::BoundedDomain::hasLowerBound | ( | ) | const [inline, virtual] |
Reimplemented from Sundance::FunctorDomain.
Definition at line 86 of file SundanceFunctorDomain.hpp.
| bool Sundance::BoundedDomain::hasUpperBound | ( | ) | const [inline, virtual] |
Reimplemented from Sundance::FunctorDomain.
Definition at line 90 of file SundanceFunctorDomain.hpp.
| double Sundance::BoundedDomain::lowerBound | ( | ) | const [inline, virtual] |
Reimplemented from Sundance::FunctorDomain.
Definition at line 88 of file SundanceFunctorDomain.hpp.
References lower_.
| double Sundance::BoundedDomain::upperBound | ( | ) | const [inline, virtual] |
Reimplemented from Sundance::FunctorDomain.
Definition at line 92 of file SundanceFunctorDomain.hpp.
References upper_.
double Sundance::BoundedDomain::lower_ [private] |
Definition at line 95 of file SundanceFunctorDomain.hpp.
Referenced by lowerBound().
double Sundance::BoundedDomain::upper_ [private] |
Definition at line 97 of file SundanceFunctorDomain.hpp.
Referenced by upperBound().