#include <Expr_ArcCosine.hxx>
Inheritance diagram for Expr_ArcCosine:
Public Member Functions | |
Standard_EXPORT | Expr_ArcCosine (const Handle(Expr_GeneralExpression)&exp) |
Creates the Arccos of <exp> . | |
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 |
|
|
|
Implements Expr_GeneralExpression. |
|
Implements Expr_GeneralExpression. |
|
Implements Expr_GeneralExpression. |
|
Reimplemented from Expr_UnaryExpression. |
|
Implements Expr_GeneralExpression. |
|
Implements Expr_GeneralExpression. |
|
Implements Expr_GeneralExpression. |
|
Implements Expr_GeneralExpression. |