0026850: Replace nested instantiations of TCollection generic classes by NCollection...
[occt.git] / src / IntPatch / IntPatch_TheSOnBounds_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_TheSOnBounds.hxx>
18
19 #include <StdFail_NotDone.hxx>
20 #include <Standard_OutOfRange.hxx>
21 #include <Standard_ConstructionError.hxx>
22 #include <Adaptor3d_HVertex.hxx>
23 #include <Adaptor2d_HCurve2d.hxx>
24 #include <IntPatch_HCurve2dTool.hxx>
25 #include <IntPatch_HInterTool.hxx>
26 #include <Adaptor3d_TopolTool.hxx>
27 #include <IntPatch_ArcFunction.hxx>
28 #include <IntPatch_ThePathPointOfTheSOnBounds.hxx>
29 #include <IntPatch_SequenceOfPathPointOfTheSOnBounds.hxx>
30 #include <IntPatch_TheSegmentOfTheSOnBounds.hxx>
31 #include <IntPatch_SequenceOfSegmentOfTheSOnBounds.hxx> 
32
33 #define TheVertex Handle(Adaptor3d_HVertex)
34 #define TheVertex_hxx <Adaptor3d_HVertex.hxx>
35 #define TheArc Handle(Adaptor2d_HCurve2d)
36 #define TheArc_hxx <Adaptor2d_HCurve2d.hxx>
37 #define TheArcTool IntPatch_HCurve2dTool
38 #define TheArcTool_hxx <IntPatch_HCurve2dTool.hxx>
39 #define TheSOBTool IntPatch_HInterTool
40 #define TheSOBTool_hxx <IntPatch_HInterTool.hxx>
41 #define Handle_TheTopolTool Handle(Adaptor3d_TopolTool)
42 #define TheTopolTool Adaptor3d_TopolTool
43 #define TheTopolTool_hxx <Adaptor3d_TopolTool.hxx>
44 #define TheFunction IntPatch_ArcFunction
45 #define TheFunction_hxx <IntPatch_ArcFunction.hxx>
46 #define IntStart_ThePathPoint IntPatch_ThePathPointOfTheSOnBounds
47 #define IntStart_ThePathPoint_hxx <IntPatch_ThePathPointOfTheSOnBounds.hxx>
48 #define IntStart_SequenceOfPathPoint IntPatch_SequenceOfPathPointOfTheSOnBounds
49 #define IntStart_SequenceOfPathPoint_hxx <IntPatch_SequenceOfPathPointOfTheSOnBounds.hxx>
50 #define IntStart_TheSegment IntPatch_TheSegmentOfTheSOnBounds
51 #define IntStart_TheSegment_hxx <IntPatch_TheSegmentOfTheSOnBounds.hxx>
52 #define IntStart_SequenceOfSegment IntPatch_SequenceOfSegmentOfTheSOnBounds
53 #define IntStart_SequenceOfSegment_hxx <IntPatch_SequenceOfSegmentOfTheSOnBounds.hxx>
54 #define IntStart_SearchOnBoundaries IntPatch_TheSOnBounds
55 #define IntStart_SearchOnBoundaries_hxx <IntPatch_TheSOnBounds.hxx>
56 #include <IntStart_SearchOnBoundaries.gxx>
57