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

Private Attributes

double lower_

Detailed Description

Definition at line 101 of file SundanceFunctorDomain.hpp.


Constructor & Destructor Documentation

LowerBoundedDomain::LowerBoundedDomain ( const double &  lower)

Definition at line 74 of file SundanceFunctorDomain.cpp.


Member Function Documentation

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

Reimplemented from Sundance::FunctorDomain.

Definition at line 106 of file SundanceFunctorDomain.hpp.

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

Reimplemented from Sundance::FunctorDomain.

Definition at line 108 of file SundanceFunctorDomain.hpp.

References lower_.


Member Data Documentation

Definition at line 111 of file SundanceFunctorDomain.hpp.

Referenced by lowerBound().

Site Contact