Public Member Functions

HAPI::QuantileExpression Class Reference

Expression class representing the quantile() operator. More...

Inheritance diagram for HAPI::QuantileExpression:
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.
 QuantileExpression (NodeExpression *node, Expression *probability)
 Construct a new QuantileExpression.

Detailed Description

Expression class representing the quantile() operator.


Constructor & Destructor Documentation

HAPI::QuantileExpression::QuantileExpression ( NodeExpression node,
Expression probability 
) [inline]

Construct a new QuantileExpression.

The quantile function computes the quantile corresponding to the specified probability argument of the inverse cumulative distribution function.


Member Function Documentation

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

Clone the expression.

Implements HAPI::Expression.

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

Return the operator of the expression.

Implements HAPI::CompositeExpression.


Copyright Hugin Expert A/S 1993-2024