// 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 _IntPatch_CSFunction_HeaderFile #define _IntPatch_CSFunction_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_Address_HeaderFile #include #endif #ifndef _gp_Pnt_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _math_FunctionSetWithDerivatives_HeaderFile #include #endif #ifndef _Handle_Adaptor3d_HSurface_HeaderFile #include #endif #ifndef _Handle_Adaptor2d_HCurve2d_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif class Adaptor3d_HSurface; class Adaptor3d_HSurfaceTool; class Adaptor2d_HCurve2d; class IntPatch_HCurve2dTool; class math_Vector; class math_Matrix; class gp_Pnt; class IntPatch_CSFunction : public math_FunctionSetWithDerivatives { 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); } Standard_EXPORT IntPatch_CSFunction(const Handle(Adaptor3d_HSurface)& S1,const Handle(Adaptor2d_HCurve2d)& C,const Handle(Adaptor3d_HSurface)& S2); Standard_EXPORT Standard_Integer NbVariables() const; Standard_EXPORT Standard_Integer NbEquations() const; Standard_EXPORT Standard_Boolean Value(const math_Vector& X,math_Vector& F) ; Standard_EXPORT Standard_Boolean Derivatives(const math_Vector& X,math_Matrix& D) ; Standard_EXPORT Standard_Boolean Values(const math_Vector& X,math_Vector& F,math_Matrix& D) ; Standard_EXPORT const gp_Pnt& Point() const; Standard_EXPORT Standard_Real Root() const; Standard_EXPORT const Handle_Adaptor3d_HSurface& AuxillarSurface() const; Standard_EXPORT const Handle_Adaptor2d_HCurve2d& AuxillarCurve() const; protected: private: Standard_Address curve; Standard_Address surface1; Standard_Address surface2; gp_Pnt p; Standard_Real f; }; // other Inline functions and methods (like "C++: function call" methods) #endif