OCC22322 Improvement of Extrema performance
[occt.git] / src / BRepExtrema / BRepExtrema_Poly.hxx
1 // This file is generated by WOK (CPPExt).
2 // Please do not edit this file; modify original file instead.
3 // The copyright and license terms as defined for the original file apply to 
4 // this header file considered to be the "object code" form of the original source.
5
6 #ifndef _BRepExtrema_Poly_HeaderFile
7 #define _BRepExtrema_Poly_HeaderFile
8
9 #ifndef _Standard_HeaderFile
10 #include <Standard.hxx>
11 #endif
12 #ifndef _Standard_Macro_HeaderFile
13 #include <Standard_Macro.hxx>
14 #endif
15
16 #ifndef _Standard_Boolean_HeaderFile
17 #include <Standard_Boolean.hxx>
18 #endif
19 #ifndef _Standard_Real_HeaderFile
20 #include <Standard_Real.hxx>
21 #endif
22 class TopoDS_Shape;
23 class gp_Pnt;
24
25
26 class BRepExtrema_Poly
27 {
28  public:
29
30   //! returns Standard_True if OK. <br>
31   Standard_EXPORT static Standard_Boolean Distance(const TopoDS_Shape& S1,const TopoDS_Shape& S2,gp_Pnt& P1,gp_Pnt& P2,Standard_Real& dist);
32 };
33
34 #endif