Public Member Functions | Private Attributes
Sundance::LowerBoundedDomain Class Reference
Inheritance diagram for Sundance::LowerBoundedDomain:
Sundance::FunctorDomain

List of all members.

Public Member Functions

 LowerBoundedDomain (const double &lower)
bool hasLowerBound () const
double lowerBound () const
string description () const

Private Attributes

double lower_

Detailed Description

Definition at line 138 of file SundanceFunctorDomain.hpp.


Constructor & Destructor Documentation

LowerBoundedDomain::LowerBoundedDomain ( const double &  lower)

Definition at line 89 of file SundanceFunctorDomain.cpp.


Member Function Documentation

string Sundance::LowerBoundedDomain::description ( ) const [inline, virtual]

Implements Sundance::FunctorDomain.

Definition at line 147 of file SundanceFunctorDomain.hpp.

References lowerBound(), and Sundance::toString().

bool Sundance::LowerBoundedDomain::hasLowerBound ( ) const [inline, virtual]

Reimplemented from Sundance::FunctorDomain.

Definition at line 143 of file SundanceFunctorDomain.hpp.

double Sundance::LowerBoundedDomain::lowerBound ( ) const [inline, virtual]

Reimplemented from Sundance::FunctorDomain.

Definition at line 145 of file SundanceFunctorDomain.hpp.

References lower_.

Referenced by description().


Member Data Documentation

Definition at line 153 of file SundanceFunctorDomain.hpp.

Referenced by lowerBound().

Site Contact