#include <Expr_Equal.hxx>
Inheritance diagram for Expr_Equal:
Public Member Functions | |
Standard_EXPORT | Expr_Equal (const Handle(Expr_GeneralExpression)&exp1, const Handle(Expr_GeneralExpression)&exp2) |
Creates the relation <exp1> = <exp2>. . | |
Standard_EXPORT Standard_Boolean | IsSatisfied () const |
Returns the current status of the relation . | |
Standard_EXPORT Handle_Expr_GeneralRelation | Simplified () const |
returns a GeneralRelation after replacement of NamedUnknowns by an associated expression and after values computation. | |
Standard_EXPORT void | Simplify () |
Replaces NamedUnknowns by an associated expressions and computes values in <me>. . | |
Standard_EXPORT Handle_Expr_GeneralRelation | Copy () const |
Returns a copy of <me> having the same unknowns and functions. . | |
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_GeneralRelation. |
|
Reimplemented from Expr_SingleRelation. |
|
Implements Expr_GeneralRelation. |
|
Implements Expr_GeneralRelation. |
|
Implements Expr_GeneralRelation. |
|
Implements Expr_GeneralRelation. |