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

List of all members.

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_

Detailed Description

Definition at line 81 of file SundanceFunctorDomain.hpp.


Constructor & Destructor Documentation

BoundedDomain::BoundedDomain ( const double &  lower,
const double &  upper 
)

Definition at line 70 of file SundanceFunctorDomain.cpp.


Member Function Documentation

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_.


Member Data Documentation

Definition at line 95 of file SundanceFunctorDomain.hpp.

Referenced by lowerBound().

Definition at line 97 of file SundanceFunctorDomain.hpp.

Referenced by upperBound().

Site Contact