// 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_Sine_HeaderFile #define _Expr_Sine_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_Expr_Sine_HeaderFile #include #endif #ifndef _Expr_UnaryExpression_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 Standard_NumericError; class Expr_NotEvaluable; class Expr_GeneralExpression; class Expr_NamedUnknown; class Expr_Array1OfNamedUnknown; class TColStd_Array1OfReal; class TCollection_AsciiString; class Expr_Sine : public Expr_UnaryExpression { public: //! Creates the sine of .
Standard_EXPORT Expr_Sine(const Handle(Expr_GeneralExpression)& exp); //! 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_Sine) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif