0022048: Visualization, AIS_InteractiveContext - single object selection should alway...
[occt.git] / src / IntPatch / IntPatch_ImpImpIntersection.cxx
CommitLineData
b311480e 1// Created on: 1992-05-07
2// Created by: Jacques GOUSSARD
3// Copyright (c) 1992-1999 Matra Datavision
973c2be1 4// Copyright (c) 1999-2014 OPEN CASCADE SAS
b311480e 5//
973c2be1 6// This file is part of Open CASCADE Technology software library.
b311480e 7//
d5f74e42 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
973c2be1 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.
b311480e 13//
973c2be1 14// Alternatively, this file may be used under the terms of Open CASCADE
15// commercial license or contractual agreement.
7fd59977 16
7fd59977 17
42cf5bc1 18#include <Adaptor2d_HCurve2d.hxx>
19#include <Adaptor3d_HSurface.hxx>
20#include <Adaptor3d_HVertex.hxx>
21#include <Adaptor3d_TopolTool.hxx>
7fd59977 22#include <ElCLib.hxx>
23#include <ElSLib.hxx>
24#include <gp.hxx>
42cf5bc1 25#include <gp_Cone.hxx>
7fd59977 26#include <gp_Cylinder.hxx>
42cf5bc1 27#include <gp_Pln.hxx>
7fd59977 28#include <gp_Sphere.hxx>
42cf5bc1 29#include <IntAna_IntQuadQuad.hxx>
30#include <IntAna_QuadQuadGeo.hxx>
31#include <IntAna_Quadric.hxx>
32#include <IntPatch_ALine.hxx>
7fd59977 33#include <IntPatch_ArcFunction.hxx>
34#include <IntPatch_GLine.hxx>
42cf5bc1 35#include <IntPatch_HInterTool.hxx>
36#include <IntPatch_ImpImpIntersection.hxx>
7fd59977 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>
7eed5d29 43#include <IntPatch_ImpImpIntersection_6.gxx>
42cf5bc1 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>