0030686: Visualization, SelectMgr_ViewerSelector - sorting issues of transformation...
[occt.git] / src / IntPatch / IntPatch_CurvIntSurf_0.cxx
1 // Created on: 1992-05-06
2 // Created by: Jacques GOUSSARD
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 <IntPatch_CurvIntSurf.hxx>
18
19 #include <StdFail_NotDone.hxx>
20 #include <Standard_DomainError.hxx>
21 #include <Adaptor3d_HSurface.hxx>
22 #include <Adaptor3d_HSurfaceTool.hxx>
23 #include <Adaptor2d_HCurve2d.hxx>
24 #include <IntPatch_HCurve2dTool.hxx>
25 #include <IntPatch_CSFunction.hxx>
26 #include <math_FunctionSetRoot.hxx>
27 #include <gp_Pnt.hxx>
28  
29
30 #define ThePSurface Handle(Adaptor3d_HSurface)
31 #define ThePSurface_hxx <Adaptor3d_HSurface.hxx>
32 #define ThePSurfaceTool Adaptor3d_HSurfaceTool
33 #define ThePSurfaceTool_hxx <Adaptor3d_HSurfaceTool.hxx>
34 #define TheCurve Handle(Adaptor2d_HCurve2d)
35 #define TheCurve_hxx <Adaptor2d_HCurve2d.hxx>
36 #define TheCurveTool IntPatch_HCurve2dTool
37 #define TheCurveTool_hxx <IntPatch_HCurve2dTool.hxx>
38 #define TheFunction IntPatch_CSFunction
39 #define TheFunction_hxx <IntPatch_CSFunction.hxx>
40 #define IntImp_IntCS IntPatch_CurvIntSurf
41 #define IntImp_IntCS_hxx <IntPatch_CurvIntSurf.hxx>
42 #include <IntImp_IntCS.gxx>
43