0022048: Visualization, AIS_InteractiveContext - single object selection should alway...
[occt.git] / src / Extrema / Extrema_LocateExtPC_0.cxx
CommitLineData
42cf5bc1 1// Created on: 1991-02-26
2// Created by: Isabelle GRIGNON
3// Copyright (c) 1991-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 <Extrema_LocateExtPC.hxx>
18
19#include <Standard_DomainError.hxx>
20#include <StdFail_NotDone.hxx>
21#include <Adaptor3d_Curve.hxx>
22#include <Extrema_CurveTool.hxx>
23#include <Extrema_ExtPElC.hxx>
24#include <gp_Pnt.hxx>
25#include <gp_Vec.hxx>
26#include <Extrema_POnCurv.hxx>
27#include <Extrema_ELPCOfLocateExtPC.hxx>
28#include <Extrema_EPCOfELPCOfLocateExtPC.hxx>
29#include <Extrema_LocEPCOfLocateExtPC.hxx>
30#include <Extrema_PCLocFOfLocEPCOfLocateExtPC.hxx>
31
32
33#define TheCurve Adaptor3d_Curve
34#define TheCurve_hxx <Adaptor3d_Curve.hxx>
35#define TheCurveTool Extrema_CurveTool
36#define TheCurveTool_hxx <Extrema_CurveTool.hxx>
37#define TheExtPElC Extrema_ExtPElC
38#define TheExtPElC_hxx <Extrema_ExtPElC.hxx>
39#define ThePoint gp_Pnt
40#define ThePoint_hxx <gp_Pnt.hxx>
41#define TheVector gp_Vec
42#define TheVector_hxx <gp_Vec.hxx>
43#define ThePOnC Extrema_POnCurv
44#define ThePOnC_hxx <Extrema_POnCurv.hxx>
45#define TheSequenceOfPOnC Extrema_SequenceOfPOnCurv
46#define TheSequenceOfPOnC_hxx <Extrema_SequenceOfPOnCurv.hxx>
47#define Extrema_ELPC Extrema_ELPCOfLocateExtPC
48#define Extrema_ELPC_hxx <Extrema_ELPCOfLocateExtPC.hxx>
49#define Extrema_EPCOfELPC Extrema_EPCOfELPCOfLocateExtPC
50#define Extrema_EPCOfELPC_hxx <Extrema_EPCOfELPCOfLocateExtPC.hxx>
51#define Extrema_EPCOfELPC Extrema_EPCOfELPCOfLocateExtPC
52#define Extrema_EPCOfELPC_hxx <Extrema_EPCOfELPCOfLocateExtPC.hxx>
53#define Extrema_LocEPC Extrema_LocEPCOfLocateExtPC
54#define Extrema_LocEPC_hxx <Extrema_LocEPCOfLocateExtPC.hxx>
55#define Extrema_PCLocFOfLocEPC Extrema_PCLocFOfLocEPCOfLocateExtPC
56#define Extrema_PCLocFOfLocEPC_hxx <Extrema_PCLocFOfLocEPCOfLocateExtPC.hxx>
57#define Extrema_PCLocFOfLocEPC Extrema_PCLocFOfLocEPCOfLocateExtPC
58#define Extrema_PCLocFOfLocEPC_hxx <Extrema_PCLocFOfLocEPCOfLocateExtPC.hxx>
59#define Extrema_GLocateExtPC Extrema_LocateExtPC
60#define Extrema_GLocateExtPC_hxx <Extrema_LocateExtPC.hxx>
61#include <Extrema_GLocateExtPC.gxx>
62