// 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_PointOnRst_HeaderFile #define _BRepBlend_PointOnRst_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Handle_Adaptor2d_HCurve2d_HeaderFile #include #endif #ifndef _IntSurf_Transition_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif class Adaptor2d_HCurve2d; class Standard_DomainError; class IntSurf_Transition; class BRepBlend_PointOnRst { 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 BRepBlend_PointOnRst(); Standard_EXPORT BRepBlend_PointOnRst(const Handle(Adaptor2d_HCurve2d)& A,const Standard_Real Param,const IntSurf_Transition& TLine,const IntSurf_Transition& TArc); Standard_EXPORT void SetArc(const Handle(Adaptor2d_HCurve2d)& A,const Standard_Real Param,const IntSurf_Transition& TLine,const IntSurf_Transition& TArc) ; const Handle_Adaptor2d_HCurve2d& Arc() const; const IntSurf_Transition& TransitionOnLine() const; const IntSurf_Transition& TransitionOnArc() const; Standard_Real ParameterOnArc() const; protected: private: Handle_Adaptor2d_HCurve2d arc; IntSurf_Transition traline; IntSurf_Transition traarc; Standard_Real prm; }; #define TheArc Handle_Adaptor2d_HCurve2d #define TheArc_hxx #define Blend_PointOnRst BRepBlend_PointOnRst #define Blend_PointOnRst_hxx #include #undef TheArc #undef TheArc_hxx #undef Blend_PointOnRst #undef Blend_PointOnRst_hxx // other Inline functions and methods (like "C++: function call" methods) #endif