0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / src / IntPatch / IntPatch_ImpImpIntersection.cxx
1 // Created on: 1992-05-07
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
18 #include <Adaptor2d_HCurve2d.hxx>
19 #include <Adaptor3d_HSurface.hxx>
20 #include <Adaptor3d_HVertex.hxx>
21 #include <Adaptor3d_TopolTool.hxx>
22 #include <ElCLib.hxx>
23 #include <ElSLib.hxx>
24 #include <gp.hxx>
25 #include <gp_Cone.hxx>
26 #include <gp_Cylinder.hxx>
27 #include <gp_Pln.hxx>
28 #include <gp_Sphere.hxx>
29 #include <IntAna_IntQuadQuad.hxx>
30 #include <IntAna_QuadQuadGeo.hxx>
31 #include <IntAna_Quadric.hxx>
32 #include <IntPatch_ALine.hxx>
33 #include <IntPatch_ArcFunction.hxx>
34 #include <IntPatch_GLine.hxx>
35 #include <IntPatch_HInterTool.hxx>
36 #include <IntPatch_ImpImpIntersection.hxx>
37 #include <IntPatch_ImpImpIntersection_0.gxx>
38 #include <IntPatch_ImpImpIntersection_1.gxx>
39 #include <IntPatch_ImpImpIntersection_2.gxx>
40 #include <IntPatch_ImpImpIntersection_3.gxx>
41 #include <IntPatch_ImpImpIntersection_4.gxx>
42 #include <IntPatch_ImpImpIntersection_5.gxx>
43 #include <IntPatch_ImpImpIntersection_6.gxx>
44 #include <IntPatch_Line.hxx>
45 #include <IntPatch_Point.hxx>
46 #include <IntPatch_RLine.hxx>
47 #include <IntPatch_SequenceOfLine.hxx>
48 #include <IntPatch_ThePathPointOfTheSOnBounds.hxx>
49 #include <IntPatch_TheSegmentOfTheSOnBounds.hxx>
50 #include <IntSurf.hxx>
51 #include <IntSurf_Quadric.hxx>
52 #include <Standard_ConstructionError.hxx>
53 #include <Standard_DomainError.hxx>
54 #include <Standard_OutOfRange.hxx>
55 #include <StdFail_NotDone.hxx>
56 #include <TColgp_SequenceOfPnt.hxx>
57 #include <TColStd_Array1OfInteger.hxx>
58 #include <TColStd_SequenceOfReal.hxx>