|
Open CASCADE Technology
6.5.4
|
#include <Expr_Equal.hxx>

Public Member Functions | |
| Expr_Equal (const Handle< Expr_GeneralExpression > &exp1, const Handle< Expr_GeneralExpression > &exp2) | |
| Creates the relation <exp1> = <exp2>. | |
| Standard_Boolean | IsSatisfied () const |
| Returns the current status of the relation | |
| Handle_Expr_GeneralRelation | Simplified () const |
| returns a GeneralRelation after replacement of NamedUnknowns by an associated expression and after values computation. | |
| void | Simplify () |
| Replaces NamedUnknowns by an associated expressions and computes values in <me>. | |
| Handle_Expr_GeneralRelation | Copy () const |
| Returns a copy of <me> having the same unknowns and functions. | |
| TCollection_AsciiString | String () const |
| returns a string representing <me> in a readable way. | |
| Expr_Equal::Expr_Equal | ( | const Handle< Expr_GeneralExpression > & | exp1, |
| const Handle< Expr_GeneralExpression > & | exp2 | ||
| ) |
| Handle_Expr_GeneralRelation Expr_Equal::Copy | ( | ) | const [virtual] |
Implements Expr_GeneralRelation.
| Standard_Boolean Expr_Equal::IsSatisfied | ( | ) | const [virtual] |
Implements Expr_GeneralRelation.
| Handle_Expr_GeneralRelation Expr_Equal::Simplified | ( | ) | const [virtual] |
Implements Expr_GeneralRelation.
| void Expr_Equal::Simplify | ( | ) | [virtual] |
Implements Expr_GeneralRelation.
| TCollection_AsciiString Expr_Equal::String | ( | ) | const [virtual] |
Implements Expr_GeneralRelation.
1.8.0