#include <Expr_UnaryExpression.hxx>
Inheritance diagram for Expr_UnaryExpression:
Public Member Functions | |
const Handle_Expr_GeneralExpression & | Operand () const |
Returns the operand used . | |
Standard_EXPORT void | SetOperand (const Handle(Expr_GeneralExpression)&exp) |
Sets the operand used Raises InvalidOperand if <exp> contains <me>. . | |
Standard_EXPORT Standard_Integer | NbSubExpressions () const |
Returns the number of sub-expressions contained in <me> ( >= 0) . | |
Standard_EXPORT const Handle_Expr_GeneralExpression & | SubExpression (const Standard_Integer I) const |
Returns the -th sub-expression of <me>. Raises OutOfRange if > NbSubExpressions(me) . | |
Standard_EXPORT Standard_Boolean | ContainsUnknowns () const |
Does <me> contains NamedUnknown ? . | |
Standard_EXPORT Standard_Boolean | Contains (const Handle(Expr_GeneralExpression)&exp) const |
Tests if <exp> is contained in <me>. . | |
Standard_EXPORT void | Replace (const Handle(Expr_NamedUnknown)&var, const Handle(Expr_GeneralExpression)&with) |
Replaces all occurences of with <with> in <me> Raises InvalidOperand if <with> contains <me>. . | |
Standard_EXPORT Handle_Expr_GeneralExpression | Simplified () const |
Returns a GeneralExpression after replacement of NamedUnknowns by an associated expression, and after values computation. . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Protected Member Functions | |
Standard_EXPORT void | CreateOperand (const Handle(Expr_GeneralExpression)&exp) |
Sets the operand used during creation . | |
Private Attributes | |
Handle_Expr_GeneralExpression | myOperand |
|
Implements Expr_GeneralExpression. |
|
Implements Expr_GeneralExpression. |
|
|
|
Reimplemented from Expr_GeneralExpression. Reimplemented in Expr_Absolute, Expr_ArcCosine, Expr_ArcSine, Expr_ArcTangent, Expr_ArgCosh, Expr_ArgSinh, Expr_ArgTanh, Expr_Cosh, Expr_Cosine, Expr_Exponential, Expr_LogOf10, Expr_LogOfe, Expr_Sign, Expr_Sine, Expr_Sinh, Expr_Square, Expr_SquareRoot, Expr_Tangent, Expr_Tanh, Expr_UnaryFunction, and Expr_UnaryMinus. |
|
Implements Expr_GeneralExpression. |
|
|
|
Implements Expr_GeneralExpression. |
|
|
|
Implements Expr_GeneralExpression. |
|
Implements Expr_GeneralExpression. |
|
|