HAPI::PowerExpression Class Reference

Expression class representing the ^ operator. More...

Inheritance diagram for HAPI::PowerExpression:
HAPI::CompositeExpression HAPI::Expression

List of all members.

Public Member Functions

Expressionclone () const
 Clone the expression.
Operator getOperator () const
 Return the operator of the expression.
 PowerExpression (Expression *e1, Expression *e2)
 Construct a new PowerExpression.

Detailed Description

Expression class representing the ^ operator.


Constructor & Destructor Documentation

HAPI::PowerExpression::PowerExpression ( Expression e1,
Expression e2 
) [inline]

Construct a new PowerExpression.


Member Function Documentation

Expression* HAPI::PowerExpression::clone (  )  const [inline, virtual]

Clone the expression.

Implements HAPI::Expression.

Operator HAPI::PowerExpression::getOperator (  )  const [inline, virtual]

Return the operator of the expression.

Implements HAPI::CompositeExpression.


Copyright Hugin Expert A/S 1993-2010