// 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 _BRepBlend_AppFuncRst_HeaderFile #define _BRepBlend_AppFuncRst_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_BRepBlend_AppFuncRst_HeaderFile #include #endif #ifndef _BRepBlend_AppFuncRoot_HeaderFile #include #endif #ifndef _Handle_BRepBlend_Line_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif class Standard_OutOfRange; class BRepBlend_Line; class Blend_SurfRstFunction; class Blend_AppFunction; class math_Vector; class Blend_Point; //! Function to approximate by AppSurface for Edge/Face
class BRepBlend_AppFuncRst : public BRepBlend_AppFuncRoot { public: Standard_EXPORT BRepBlend_AppFuncRst(Handle(BRepBlend_Line)& Line,Blend_SurfRstFunction& Func,const Standard_Real Tol3d,const Standard_Real Tol2d); Standard_EXPORT void Point(const Blend_AppFunction& Func,const Standard_Real Param,const math_Vector& Sol,Blend_Point& Pnt) const; Standard_EXPORT void Vec(math_Vector& Sol,const Blend_Point& Pnt) const; DEFINE_STANDARD_RTTI(BRepBlend_AppFuncRst) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif