HAPI::MinExpression Class Reference

Expression class representing the min() function. More...

Inheritance diagram for HAPI::MinExpression:
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.
 MinExpression (const ExpressionList &arguments)
 Construct a new MinExpression.
 MinExpression (Expression *e1, Expression *e2)
 Construct a new MinExpression.

Detailed Description

Expression class representing the min() function.


Constructor & Destructor Documentation

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

Construct a new MinExpression.

HAPI::MinExpression::MinExpression ( const ExpressionList arguments  )  [inline]

Construct a new MinExpression.


Member Function Documentation

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

Clone the expression.

Implements HAPI::Expression.

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

Return the operator of the expression.

Implements HAPI::CompositeExpression.


Copyright Hugin Expert A/S 1993-2010