|
Open CASCADE Technology 6.5.2
|
#include <Expr_LessThanOrEqual.hxx>

Public Member Functions | |
| Expr_LessThanOrEqual (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 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_LessThanOrEqual::Expr_LessThanOrEqual | ( | const Handle< Expr_GeneralExpression > & | exp1, |
| const Handle< Expr_GeneralExpression > & | exp2 | ||
| ) |
| Handle_Expr_GeneralRelation Expr_LessThanOrEqual::Copy | ( | ) | const [virtual] |
Implements Expr_GeneralRelation.
| Standard_Boolean Expr_LessThanOrEqual::IsSatisfied | ( | ) | const [virtual] |
Implements Expr_GeneralRelation.
| Handle_Expr_GeneralRelation Expr_LessThanOrEqual::Simplified | ( | ) | const [virtual] |
Implements Expr_GeneralRelation.
| void Expr_LessThanOrEqual::Simplify | ( | ) | [virtual] |
Implements Expr_GeneralRelation.
| TCollection_AsciiString Expr_LessThanOrEqual::String | ( | ) | const [virtual] |
Implements Expr_GeneralRelation.
1.7.4