Warnings on vc14 were eliminated
[occt.git] / src / HLRBRep / HLRBRep_InterCSurf_0.cxx
1 // Created on: 1992-10-14
2 // Created by: Christophe MARION
3 // Copyright (c) 1992-1999 Matra Datavision
4 // Copyright (c) 1999-2014 OPEN CASCADE SAS
5 //
6 // This file is part of Open CASCADE Technology software library.
7 //
8 // This library is free software; you can redistribute it and/or modify it under
9 // the terms of the GNU Lesser General Public License version 2.1 as published
10 // by the Free Software Foundation, with special exception defined in the file
11 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
12 // distribution for complete text of the license and disclaimer of any warranty.
13 //
14 // Alternatively, this file may be used under the terms of Open CASCADE
15 // commercial license or contractual agreement.
16
17 #include <HLRBRep_InterCSurf.hxx>
18
19 #include <gp_Lin.hxx>
20 #include <HLRBRep_LineTool.hxx>
21 #include <HLRBRep_SurfaceTool.hxx>
22 #include <HLRBRep_ThePolygonOfInterCSurf.hxx>
23 #include <HLRBRep_ThePolygonToolOfInterCSurf.hxx>
24 #include <HLRBRep_ThePolyhedronOfInterCSurf.hxx>
25 #include <HLRBRep_ThePolyhedronToolOfInterCSurf.hxx>
26 #include <HLRBRep_TheInterferenceOfInterCSurf.hxx>
27 #include <HLRBRep_TheCSFunctionOfInterCSurf.hxx>
28 #include <HLRBRep_TheExactInterCSurf.hxx>
29 #include <HLRBRep_TheQuadCurvExactInterCSurf.hxx>
30 #include <HLRBRep_TheQuadCurvFuncOfTheQuadCurvExactInterCSurf.hxx>
31 #include <Bnd_BoundSortBox.hxx>
32 #include <gp_Circ.hxx>
33 #include <gp_Elips.hxx>
34 #include <gp_Parab.hxx>
35 #include <gp_Hypr.hxx>
36 #include <IntAna_IntConicQuad.hxx>
37 #include <Bnd_Box.hxx>
38  
39
40 #define TheCurve gp_Lin
41 #define TheCurve_hxx <gp_Lin.hxx>
42 #define TheCurveTool HLRBRep_LineTool
43 #define TheCurveTool_hxx <HLRBRep_LineTool.hxx>
44 #define TheSurface Standard_Address
45 #define TheSurface_hxx <Standard_Address.hxx>
46 #define TheSurfaceTool HLRBRep_SurfaceTool
47 #define TheSurfaceTool_hxx <HLRBRep_SurfaceTool.hxx>
48 #define IntCurveSurface_ThePolygon HLRBRep_ThePolygonOfInterCSurf
49 #define IntCurveSurface_ThePolygon_hxx <HLRBRep_ThePolygonOfInterCSurf.hxx>
50 #define IntCurveSurface_ThePolygonTool HLRBRep_ThePolygonToolOfInterCSurf
51 #define IntCurveSurface_ThePolygonTool_hxx <HLRBRep_ThePolygonToolOfInterCSurf.hxx>
52 #define IntCurveSurface_ThePolyhedron HLRBRep_ThePolyhedronOfInterCSurf
53 #define IntCurveSurface_ThePolyhedron_hxx <HLRBRep_ThePolyhedronOfInterCSurf.hxx>
54 #define IntCurveSurface_ThePolyhedronTool HLRBRep_ThePolyhedronToolOfInterCSurf
55 #define IntCurveSurface_ThePolyhedronTool_hxx <HLRBRep_ThePolyhedronToolOfInterCSurf.hxx>
56 #define IntCurveSurface_TheInterference HLRBRep_TheInterferenceOfInterCSurf
57 #define IntCurveSurface_TheInterference_hxx <HLRBRep_TheInterferenceOfInterCSurf.hxx>
58 #define IntCurveSurface_TheCSFunction HLRBRep_TheCSFunctionOfInterCSurf
59 #define IntCurveSurface_TheCSFunction_hxx <HLRBRep_TheCSFunctionOfInterCSurf.hxx>
60 #define IntCurveSurface_TheExactInter HLRBRep_TheExactInterCSurf
61 #define IntCurveSurface_TheExactInter_hxx <HLRBRep_TheExactInterCSurf.hxx>
62 #define IntCurveSurface_TheQuadCurvExactInter HLRBRep_TheQuadCurvExactInterCSurf
63 #define IntCurveSurface_TheQuadCurvExactInter_hxx <HLRBRep_TheQuadCurvExactInterCSurf.hxx>
64 #define IntCurveSurface_TheQuadCurvFuncOfTheQuadCurvExactInter HLRBRep_TheQuadCurvFuncOfTheQuadCurvExactInterCSurf
65 #define IntCurveSurface_TheQuadCurvFuncOfTheQuadCurvExactInter_hxx <HLRBRep_TheQuadCurvFuncOfTheQuadCurvExactInterCSurf.hxx>
66 #define IntCurveSurface_TheQuadCurvFuncOfTheQuadCurvExactInter HLRBRep_TheQuadCurvFuncOfTheQuadCurvExactInterCSurf
67 #define IntCurveSurface_TheQuadCurvFuncOfTheQuadCurvExactInter_hxx <HLRBRep_TheQuadCurvFuncOfTheQuadCurvExactInterCSurf.hxx>
68 #define IntCurveSurface_Inter HLRBRep_InterCSurf
69 #define IntCurveSurface_Inter_hxx <HLRBRep_InterCSurf.hxx>
70 #include <IntCurveSurface_Inter.gxx>
71