0027930: XMT file conversion loops infinitely
[occt.git] / src / Contap / Contap_TheIWalking_0.cxx
1 // Created on: 1993-02-05
2 // Created by: Jacques GOUSSARD
3 // Copyright (c) 1993-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 <Contap_TheIWalking.hxx>
18
19 #include <StdFail_NotDone.hxx>
20 #include <Standard_OutOfRange.hxx>
21 #include <IntSurf_PathPoint.hxx>
22 #include <IntSurf_PathPointTool.hxx>
23 #include <IntSurf_InteriorPoint.hxx>
24 #include <IntSurf_InteriorPointTool.hxx>
25 #include <Adaptor3d_HSurface.hxx>
26 #include <Adaptor3d_HSurfaceTool.hxx>
27 #include <Contap_SurfFunction.hxx>
28 #include <Contap_TheIWLineOfTheIWalking.hxx>
29 #include <Contap_SequenceOfIWLineOfTheIWalking.hxx>
30 #include <IntSurf_PntOn2S.hxx>
31
32 #define ThePointOfPath IntSurf_PathPoint
33 #define ThePointOfPath_hxx <IntSurf_PathPoint.hxx>
34 #define ThePointOfPathTool IntSurf_PathPointTool
35 #define ThePointOfPathTool_hxx <IntSurf_PathPointTool.hxx>
36 #define ThePOPIterator IntSurf_SequenceOfPathPoint
37 #define ThePOPIterator_hxx <IntSurf_SequenceOfPathPoint.hxx>
38 #define ThePointOfLoop IntSurf_InteriorPoint
39 #define ThePointOfLoop_hxx <IntSurf_InteriorPoint.hxx>
40 #define ThePointOfLoopTool IntSurf_InteriorPointTool
41 #define ThePointOfLoopTool_hxx <IntSurf_InteriorPointTool.hxx>
42 #define ThePOLIterator IntSurf_SequenceOfInteriorPoint
43 #define ThePOLIterator_hxx <IntSurf_SequenceOfInteriorPoint.hxx>
44 #define ThePSurface Handle(Adaptor3d_HSurface)
45 #define ThePSurface_hxx <Adaptor3d_HSurface.hxx>
46 #define ThePSurfaceTool Adaptor3d_HSurfaceTool
47 #define ThePSurfaceTool_hxx <Adaptor3d_HSurfaceTool.hxx>
48 #define TheIWFunction Contap_SurfFunction
49 #define TheIWFunction_hxx <Contap_SurfFunction.hxx>
50 #define IntWalk_TheIWLine Contap_TheIWLineOfTheIWalking
51 #define IntWalk_TheIWLine_hxx <Contap_TheIWLineOfTheIWalking.hxx>
52 #define IntWalk_SequenceOfIWLine Contap_SequenceOfIWLineOfTheIWalking
53 #define IntWalk_SequenceOfIWLine_hxx <Contap_SequenceOfIWLineOfTheIWalking.hxx>
54 #define Handle_IntWalk_TheIWLine Handle(Contap_TheIWLineOfTheIWalking)
55 #define IntWalk_IWalking Contap_TheIWalking
56 #define IntWalk_IWalking_hxx <Contap_TheIWalking.hxx>
57 #include <IntWalk_IWalking.gxx>
58