// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _Expr_Different_HeaderFile #define _Expr_Different_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_Expr_Different_HeaderFile #include #endif #ifndef _Expr_SingleRelation_HeaderFile #include #endif #ifndef _Handle_Expr_GeneralExpression_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Handle_Expr_GeneralRelation_HeaderFile #include #endif class Standard_NumericError; class Expr_GeneralExpression; class Expr_GeneralRelation; class TCollection_AsciiString; class Expr_Different : public Expr_SingleRelation { public: //! Creates the relation # .
Standard_EXPORT Expr_Different(const Handle(Expr_GeneralExpression)& exp1,const Handle(Expr_GeneralExpression)& exp2); Standard_EXPORT Standard_Boolean IsSatisfied() const; //! Returns a GeneralRelation after replacement of
//! NamedUnknowns by an associated expression, and after
//! values computation.
Standard_EXPORT Handle_Expr_GeneralRelation Simplified() const; //! Replaces NamedUnknowns by associated expressions,
//! and computes values in .
Standard_EXPORT void Simplify() ; //! Returns a copy of having the same unknowns and
//! functions.
Standard_EXPORT Handle_Expr_GeneralRelation Copy() const; //! returns a string representing in a readable way.
Standard_EXPORT TCollection_AsciiString String() const; DEFINE_STANDARD_RTTI(Expr_Different) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif