#include <Expr_BinaryFunction.hxx>
Inheritance diagram for Expr_BinaryFunction:

Public Member Functions | |
| Standard_EXPORT | Expr_BinaryFunction (const Handle(Expr_GeneralFunction)&func, const Handle(Expr_GeneralExpression)&exp1, const Handle(Expr_GeneralExpression)&exp2) |
| Creates <me> as <func> (<exp1>,<exp2>). Raises exception if <func> is not binary. . | |
| Standard_EXPORT Handle_Expr_GeneralFunction | Function () const |
| Returns the function defining <me>. . | |
| Standard_EXPORT Handle_Expr_GeneralExpression | ShallowSimplified () const |
| Returns a GeneralExpression after a simplification of the arguments of <me>. . | |
| Standard_EXPORT Handle_Expr_GeneralExpression | Copy () const |
| Returns a copy of <me> having the same unknowns and functions. . | |
| Standard_EXPORT Standard_Boolean | IsIdentical (const Handle(Expr_GeneralExpression)&Other) const |
| Tests if <me> and <other> define the same expression. This method does not include any simplification before testing. . | |
| Standard_EXPORT Standard_Boolean | IsLinear () const |
| Tests if <me> is linear on every NamedUnknown it contains. . | |
| Standard_EXPORT Handle_Expr_GeneralExpression | Derivative (const Handle(Expr_NamedUnknown)&X) const |
| Returns the derivative on <x> unknown of <me> . | |
| Standard_EXPORT Standard_Real | Evaluate (const Expr_Array1OfNamedUnknown &vars, const TColStd_Array1OfReal &vals) const |
| Returns the value of <me> (as a Real) by replacement of <vars> by <vals>. Raises NotEvaluable if <me> contains NamedUnknown not in <vars> or NumericError if result cannot be computed. . | |
| Standard_EXPORT TCollection_AsciiString | String () const |
| returns a string representing <me> in a readable way. | |
| Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
| Handle_Expr_GeneralFunction | myFunction |
|
||||||||||||||||
|
|
|
|
Implements Expr_GeneralExpression. |
|
|
Implements Expr_GeneralExpression. |
|
||||||||||||
|
Implements Expr_GeneralExpression. |
|
|
|
|
|
Reimplemented from Expr_BinaryExpression. |
|
|
Implements Expr_GeneralExpression. |
|
|
Implements Expr_GeneralExpression. |
|
|
Implements Expr_GeneralExpression. |
|
|
Implements Expr_GeneralExpression. |
|
|
|
1.4.1