// 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 _Adaptor3d_InterFunc_HeaderFile #define _Adaptor3d_InterFunc_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Handle_Adaptor2d_HCurve2d_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _math_FunctionWithDerivative_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif class Adaptor2d_HCurve2d; class Standard_ConstructionError; //! Used to find the points U(t) = U0 or V(t) = V0 in
//! order to determine the Cn discontinuities of an
//! Adpator_CurveOnSurface relativly to the
//! discontinuities of the surface.
class Adaptor3d_InterFunc : public math_FunctionWithDerivative { public: void* operator new(size_t,void* anAddress) { return anAddress; } void* operator new(size_t size) { return Standard::Allocate(size); } void operator delete(void *anAddress) { if (anAddress) Standard::Free((Standard_Address&)anAddress); } //! build the function U(t)=FixVal if Fix =1 or
//! V(t)=FixVal if Fix=2
Standard_EXPORT Adaptor3d_InterFunc(const Handle(Adaptor2d_HCurve2d)& C,const Standard_Real FixVal,const Standard_Integer Fix); //! computes the value of the function for the variable .
//! Returns True if the calculation were successfully done,
//! False otherwise.
Standard_EXPORT Standard_Boolean Value(const Standard_Real X,Standard_Real& F) ; //! computes the derivative of the function
//! for the variable .
//! Returns True if the calculation were successfully done,
//! False otherwise.
Standard_EXPORT Standard_Boolean Derivative(const Standard_Real X,Standard_Real& D) ; //! computes the value and the derivative of the
//! function for the variable .
//! Returns True if the calculation were successfully done,
//! False otherwise.
Standard_EXPORT Standard_Boolean Values(const Standard_Real X,Standard_Real& F,Standard_Real& D) ; protected: private: Handle_Adaptor2d_HCurve2d myCurve2d; Standard_Real myFixVal; Standard_Integer myFix; }; // other Inline functions and methods (like "C++: function call" methods) #endif