HAPI::NotExpression Class Reference

Expression class representing the Boolean not() function. More...

Inheritance diagram for HAPI::NotExpression:
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.
 NotExpression (Expression *e)
 Construct a new NotExpression.

Detailed Description

Expression class representing the Boolean not() function.


Constructor & Destructor Documentation

HAPI::NotExpression::NotExpression ( Expression e  )  [inline]

Construct a new NotExpression.


Member Function Documentation

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

Clone the expression.

Implements HAPI::Expression.

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

Return the operator of the expression.

Implements HAPI::CompositeExpression.


Copyright Hugin Expert A/S 1993-2010