#include <exprBCos.hpp>
Inheritance diagram for exprLBCos:


Public Member Functions | |
| exprLBCos (expression *lb, expression *ub) | |
| Constructors, destructor. | |
| expression * | clone (Domain *d=NULL) const |
| cloning method | |
| CouNumber | operator() () |
| function for the evaluation of the expression | |
| enum pos | printPos () const |
| print position (PRE, INSIDE, POST) | |
| std::string | printOp () const |
| print operator | |
Definition at line 26 of file exprBCos.hpp.
| exprLBCos::exprLBCos | ( | expression * | lb, | |
| expression * | ub | |||
| ) | [inline] |
Constructors, destructor.
Definition at line 31 of file exprBCos.hpp.
References exprOp::arglist_.
Referenced by clone().
| expression* exprLBCos::clone | ( | Domain * | d = NULL |
) | const [inline, virtual] |
cloning method
Reimplemented from expression.
Definition at line 38 of file exprBCos.hpp.
References exprOp::arglist_, and exprLBCos().
| CouNumber exprLBCos::operator() | ( | ) | [inline, virtual] |
function for the evaluation of the expression
Implements expression.
Definition at line 57 of file exprBCos.hpp.
References exprOp::arglist_, cos(), M_PI, and pi2.
| enum pos exprLBCos::printPos | ( | ) | const [inline, virtual] |
print position (PRE, INSIDE, POST)
Reimplemented from exprOp.
Definition at line 46 of file exprBCos.hpp.
References PRE.
| std::string exprLBCos::printOp | ( | ) | const [inline, virtual] |
1.4.7