// 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 _BRepClass_Intersector_HeaderFile #define _BRepClass_Intersector_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Geom2dInt_IntConicCurveOfGInter_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif class gp_Lin2d; class BRepClass_Edge; class gp_Dir2d; //! Implement the Intersector2d required by the classifier.
class BRepClass_Intersector : public Geom2dInt_IntConicCurveOfGInter { 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 BRepClass_Intersector(); //! Intersect the line segment and the edge.
Standard_EXPORT void Perform(const gp_Lin2d& L,const Standard_Real P,const Standard_Real Tol,const BRepClass_Edge& E) ; //! Returns in , and the tangent, normal
//! and curvature of the edge at parameter value
//! .
Standard_EXPORT void LocalGeometry(const BRepClass_Edge& E,const Standard_Real U,gp_Dir2d& T,gp_Dir2d& N,Standard_Real& C) const; protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif