#include <exprBSin.hpp>
Inheritance diagram for exprLBSin:


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