0027252: Implicit-implicit intersection (Cylinder-Plane) loses intersection curve
[occt.git] / src / Contap / Contap_TheSearch_0.cxx
CommitLineData
42cf5bc1 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_TheSearch.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 <Contap_HCurve2dTool.hxx>
25#include <Contap_HContTool.hxx>
26#include <Adaptor3d_TopolTool.hxx>
27#include <Contap_ArcFunction.hxx>
28#include <Contap_ThePathPointOfTheSearch.hxx>
29#include <Contap_SequenceOfPathPointOfTheSearch.hxx>
42cf5bc1 30#include <Contap_TheSegmentOfTheSearch.hxx>
31#include <Contap_SequenceOfSegmentOfTheSearch.hxx>
42cf5bc1 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 Contap_HCurve2dTool
38#define TheArcTool_hxx <Contap_HCurve2dTool.hxx>
39#define TheSOBTool Contap_HContTool
40#define TheSOBTool_hxx <Contap_HContTool.hxx>
41#define Handle_TheTopolTool Handle(Adaptor3d_TopolTool)
42#define TheTopolTool Adaptor3d_TopolTool
43#define TheTopolTool_hxx <Adaptor3d_TopolTool.hxx>
44#define TheFunction Contap_ArcFunction
45#define TheFunction_hxx <Contap_ArcFunction.hxx>
46#define IntStart_ThePathPoint Contap_ThePathPointOfTheSearch
47#define IntStart_ThePathPoint_hxx <Contap_ThePathPointOfTheSearch.hxx>
48#define IntStart_SequenceOfPathPoint Contap_SequenceOfPathPointOfTheSearch
49#define IntStart_SequenceOfPathPoint_hxx <Contap_SequenceOfPathPointOfTheSearch.hxx>
42cf5bc1 50#define IntStart_TheSegment Contap_TheSegmentOfTheSearch
51#define IntStart_TheSegment_hxx <Contap_TheSegmentOfTheSearch.hxx>
52#define IntStart_SequenceOfSegment Contap_SequenceOfSegmentOfTheSearch
53#define IntStart_SequenceOfSegment_hxx <Contap_SequenceOfSegmentOfTheSearch.hxx>
42cf5bc1 54#define IntStart_SearchOnBoundaries Contap_TheSearch
55#define IntStart_SearchOnBoundaries_hxx <Contap_TheSearch.hxx>
56#include <IntStart_SearchOnBoundaries.gxx>
57