// 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 _TopOpeBRep_GeomTool_HeaderFile #define _TopOpeBRep_GeomTool_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _Handle_Geom2d_Curve_HeaderFile #include #endif #ifndef _Handle_Geom_Curve_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif class TopOpeBRep_LineInter; class TopoDS_Shape; class TopOpeBRepDS_Curve; class Geom2d_Curve; class Geom_Curve; //! Provide services needed by the DSFiller
class TopOpeBRep_GeomTool { 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 TopOpeBRep_GeomTool(); //! Make the DS curve and the pcurves from
//! intersection line lying on shapes . = bounds
Standard_EXPORT static void MakeCurves(const Standard_Real min,const Standard_Real max,const TopOpeBRep_LineInter& L,const TopoDS_Shape& S1,const TopoDS_Shape& S2,TopOpeBRepDS_Curve& C,Handle(Geom2d_Curve)& PC1,Handle(Geom2d_Curve)& PC2) ; Standard_EXPORT static void MakeCurve(const Standard_Real min,const Standard_Real max,const TopOpeBRep_LineInter& L,Handle(Geom_Curve)& C) ; Standard_EXPORT static void MakePrivateCurves(const Standard_Real min,const Standard_Real max,const TopOpeBRep_LineInter& L,const TopoDS_Shape& S1,const TopoDS_Shape& S2,Handle(Geom_Curve)& C,Handle(Geom2d_Curve)& PC1,Handle(Geom2d_Curve)& PC2,Standard_Boolean& New,Standard_Real& tolreached2d1,Standard_Real& tolreached2d2) ; Standard_EXPORT static Handle_Geom_Curve MakeBSpline1fromWALKING3d(const TopOpeBRep_LineInter& L) ; Standard_EXPORT static Handle_Geom2d_Curve MakeBSpline1fromWALKING2d(const TopOpeBRep_LineInter& L,const Standard_Integer SI) ; protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif