// 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_TheSegmentOfTheSOnBounds_HeaderFile #define _IntPatch_TheSegmentOfTheSOnBounds_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Handle_Adaptor2d_HCurve2d_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _IntPatch_ThePathPointOfTheSOnBounds_HeaderFile #include #endif #ifndef _Handle_Adaptor3d_HVertex_HeaderFile #include #endif class Adaptor2d_HCurve2d; class Standard_DomainError; class Adaptor3d_HVertex; class IntPatch_ThePathPointOfTheSOnBounds; class IntPatch_TheSegmentOfTheSOnBounds { 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_TheSegmentOfTheSOnBounds(); void SetValue(const Handle(Adaptor2d_HCurve2d)& A) ; Standard_EXPORT void SetLimitPoint(const IntPatch_ThePathPointOfTheSOnBounds& V,const Standard_Boolean First) ; const Handle_Adaptor2d_HCurve2d& Curve() const; Standard_Boolean HasFirstPoint() const; const IntPatch_ThePathPointOfTheSOnBounds& FirstPoint() const; Standard_Boolean HasLastPoint() const; const IntPatch_ThePathPointOfTheSOnBounds& LastPoint() const; protected: private: Handle_Adaptor2d_HCurve2d arc; Standard_Boolean hasfp; IntPatch_ThePathPointOfTheSOnBounds thefp; Standard_Boolean haslp; IntPatch_ThePathPointOfTheSOnBounds thelp; }; #define TheVertex Handle_Adaptor3d_HVertex #define TheVertex_hxx #define TheArc Handle_Adaptor2d_HCurve2d #define TheArc_hxx #define ThePathPoint IntPatch_ThePathPointOfTheSOnBounds #define ThePathPoint_hxx #define IntStart_Segment IntPatch_TheSegmentOfTheSOnBounds #define IntStart_Segment_hxx #include #undef TheVertex #undef TheVertex_hxx #undef TheArc #undef TheArc_hxx #undef ThePathPoint #undef ThePathPoint_hxx #undef IntStart_Segment #undef IntStart_Segment_hxx // other Inline functions and methods (like "C++: function call" methods) #endif