// 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 _Contap_ThePathPointOfTheSearchOfContour_HeaderFile #define _Contap_ThePathPointOfTheSearchOfContour_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _gp_Pnt_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Handle_Adaptor3d_HVertex_HeaderFile #include #endif #ifndef _Handle_Adaptor2d_HCurve2d_HeaderFile #include #endif class Adaptor3d_HVertex; class Adaptor2d_HCurve2d; class Standard_DomainError; class gp_Pnt; class Contap_ThePathPointOfTheSearchOfContour { 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 Contap_ThePathPointOfTheSearchOfContour(); Standard_EXPORT Contap_ThePathPointOfTheSearchOfContour(const gp_Pnt& P,const Standard_Real Tol,const Handle(Adaptor3d_HVertex)& V,const Handle(Adaptor2d_HCurve2d)& A,const Standard_Real Parameter); Standard_EXPORT Contap_ThePathPointOfTheSearchOfContour(const gp_Pnt& P,const Standard_Real Tol,const Handle(Adaptor2d_HCurve2d)& A,const Standard_Real Parameter); void SetValue(const gp_Pnt& P,const Standard_Real Tol,const Handle(Adaptor3d_HVertex)& V,const Handle(Adaptor2d_HCurve2d)& A,const Standard_Real Parameter) ; void SetValue(const gp_Pnt& P,const Standard_Real Tol,const Handle(Adaptor2d_HCurve2d)& A,const Standard_Real Parameter) ; const gp_Pnt& Value() const; Standard_Real Tolerance() const; Standard_Boolean IsNew() const; const Handle_Adaptor3d_HVertex& Vertex() const; const Handle_Adaptor2d_HCurve2d& Arc() const; Standard_Real Parameter() const; protected: private: gp_Pnt point; Standard_Real tol; Standard_Boolean isnew; Handle_Adaptor3d_HVertex vtx; Handle_Adaptor2d_HCurve2d arc; Standard_Real param; }; #define TheVertex Handle_Adaptor3d_HVertex #define TheVertex_hxx #define TheArc Handle_Adaptor2d_HCurve2d #define TheArc_hxx #define IntStart_PathPoint Contap_ThePathPointOfTheSearchOfContour #define IntStart_PathPoint_hxx #include #undef TheVertex #undef TheVertex_hxx #undef TheArc #undef TheArc_hxx #undef IntStart_PathPoint #undef IntStart_PathPoint_hxx // other Inline functions and methods (like "C++: function call" methods) #endif