// 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 _TopOpeBRepDS_EdgeInterferenceTool_HeaderFile #define _TopOpeBRepDS_EdgeInterferenceTool_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _TopAbs_Orientation_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _TopTrans_CurveTransition_HeaderFile #include #endif #ifndef _Handle_TopOpeBRepDS_Interference_HeaderFile #include #endif class TopoDS_Shape; class TopOpeBRepDS_Interference; class TopOpeBRepDS_Point; //! a tool computing complex transition on Edge.
class TopOpeBRepDS_EdgeInterferenceTool { 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 TopOpeBRepDS_EdgeInterferenceTool(); Standard_EXPORT void Init(const TopoDS_Shape& E,const Handle(TopOpeBRepDS_Interference)& I) ; Standard_EXPORT void Add(const TopoDS_Shape& E,const TopoDS_Shape& V,const Handle(TopOpeBRepDS_Interference)& I) ; Standard_EXPORT void Add(const TopoDS_Shape& E,const TopOpeBRepDS_Point& P,const Handle(TopOpeBRepDS_Interference)& I) ; Standard_EXPORT void Transition(const Handle(TopOpeBRepDS_Interference)& I) const; protected: private: TopAbs_Orientation myEdgeOrientation; Standard_Integer myEdgeOriented; TopTrans_CurveTransition myTool; }; // other Inline functions and methods (like "C++: function call" methods) #endif