// 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_FFTransitionTool_HeaderFile #define _TopOpeBRep_FFTransitionTool_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _TopAbs_Orientation_HeaderFile #include #endif class TopOpeBRepDS_Transition; class TopOpeBRep_VPointInter; class TopOpeBRep_LineInter; class TopoDS_Shape; class TopOpeBRep_FFTransitionTool { 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 static TopOpeBRepDS_Transition ProcessLineTransition(const TopOpeBRep_VPointInter& P,const Standard_Integer Index,const TopAbs_Orientation EdgeOrientation) ; Standard_EXPORT static TopOpeBRepDS_Transition ProcessLineTransition(const TopOpeBRep_VPointInter& P,const TopOpeBRep_LineInter& L) ; Standard_EXPORT static TopOpeBRepDS_Transition ProcessEdgeTransition(const TopOpeBRep_VPointInter& P,const Standard_Integer Index,const TopAbs_Orientation LineOrientation) ; Standard_EXPORT static TopOpeBRepDS_Transition ProcessFaceTransition(const TopOpeBRep_LineInter& L,const Standard_Integer Index,const TopAbs_Orientation FaceOrientation) ; //! compute transition on "IntPatch_Restriction line" edge
//! when crossing edge of face at point .
//! VP is given on edge of face of index (1 or 2).
//! has been classified by FacesFiller as TopAbs_ON an edge
//! of the other face than of current (face/face) intersection.
//! Transition depends on the orientation of E in F.
//! This method should be provided by IntPatch_Line (NYI)
Standard_EXPORT static TopOpeBRepDS_Transition ProcessEdgeONTransition(const TopOpeBRep_VPointInter& VP,const Standard_Integer Index,const TopoDS_Shape& R,const TopoDS_Shape& E,const TopoDS_Shape& F) ; protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif