Expression class representing the tan() function. More...
Public Member Functions | |
| Expression * | clone () const |
| Clone the expression. | |
| Operator | getOperator () const |
| Return the operator of the expression. | |
| TanExpression (Expression *e) | |
| Construct a new TanExpression. | |
Expression class representing the tan() function.
| HAPI::TanExpression::TanExpression | ( | Expression * | e | ) | [inline] |
Construct a new TanExpression.
| Expression* HAPI::TanExpression::clone | ( | ) | const [inline, virtual] |
Clone the expression.
Implements HAPI::Expression.
| Operator HAPI::TanExpression::getOperator | ( | ) | const [inline, virtual] |
Return the operator of the expression.
Implements HAPI::CompositeExpression.