// 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_PolyFunction_HeaderFile #define _Expr_PolyFunction_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_Expr_PolyFunction_HeaderFile #include #endif #ifndef _Handle_Expr_GeneralFunction_HeaderFile #include #endif #ifndef _Expr_PolyExpression_HeaderFile #include #endif #ifndef _Handle_Expr_GeneralExpression_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Handle_Expr_NamedUnknown_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif class Expr_GeneralFunction; class Standard_NumericError; class Standard_OutOfRange; class Expr_NotEvaluable; class Expr_Array1OfGeneralExpression; class Expr_GeneralExpression; class Expr_NamedUnknown; class Expr_Array1OfNamedUnknown; class TColStd_Array1OfReal; class TCollection_AsciiString; //! Defines the use of an n-ary function in an expression
//! with given arguments.
class Expr_PolyFunction : public Expr_PolyExpression { public: //! Creates as (,,...,)
Standard_EXPORT Expr_PolyFunction(const Handle(Expr_GeneralFunction)& func,const Expr_Array1OfGeneralExpression& exps); //! Returns the function defining .
Standard_EXPORT Handle_Expr_GeneralFunction Function() const; //! Returns a GeneralExpression after a simplification
//! of the arguments of .
Standard_EXPORT Handle_Expr_GeneralExpression ShallowSimplified() const; //! Returns a copy of having the same unknowns and functions.
Standard_EXPORT Handle_Expr_GeneralExpression Copy() const; //! Tests if and define the same expression.
//! This method does not include any simplification before
//! testing.
Standard_EXPORT Standard_Boolean IsIdentical(const Handle(Expr_GeneralExpression)& Other) const; Standard_EXPORT Standard_Boolean IsLinear() const; //! Returns the derivative on unknown of
Standard_EXPORT Handle_Expr_GeneralExpression Derivative(const Handle(Expr_NamedUnknown)& X) const; //! Returns the value of (as a Real) by
//! replacement of by .
//! Raises NotEvaluable if contains NamedUnknown not
//! in or NumericError if result cannot be computed.
Standard_EXPORT Standard_Real Evaluate(const Expr_Array1OfNamedUnknown& vars,const TColStd_Array1OfReal& vals) const; //! returns a string representing in a readable way.
Standard_EXPORT TCollection_AsciiString String() const; DEFINE_STANDARD_RTTI(Expr_PolyFunction) protected: private: Handle_Expr_GeneralFunction myFunction; }; // other Inline functions and methods (like "C++: function call" methods) #endif