0031687: Draw Harness, ViewerTest - extend command vrenderparams with option updating...
[occt.git] / src / Extrema / Extrema_ECC2d_0.cxx
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_ECC2d.hxx>
18
19 #include <Adaptor2d_Curve2d.hxx>
20 #include <Extrema_Curve2dTool.hxx>
21 #include <Extrema_ExtPC2d.hxx>
22 #include <Extrema_POnCurv2d.hxx>
23 #include <gp_Pnt2d.hxx>
24 #include <gp_Vec2d.hxx>
25  
26
27 #define Curve1 Adaptor2d_Curve2d
28 #define Curve1_hxx <Adaptor2d_Curve2d.hxx>
29 #define Tool1 Extrema_Curve2dTool
30 #define Tool1_hxx <Extrema_Curve2dTool.hxx>
31 #define Curve2 Adaptor2d_Curve2d
32 #define Curve2_hxx <Adaptor2d_Curve2d.hxx>
33 #define Tool2 Extrema_Curve2dTool
34 #define Tool2_hxx <Extrema_Curve2dTool.hxx>
35 #define Handle_ArrayOfPnt Handle(TColgp_HArray1OfPnt2d)
36 #define ArrayOfPnt TColgp_HArray1OfPnt2d
37 #define ArrayOfPnt_hxx <TColgp_HArray1OfPnt2d.hxx>
38 #define POnC Extrema_POnCurv2d
39 #define POnC_hxx <Extrema_POnCurv2d.hxx>
40 #define Pnt gp_Pnt2d
41 #define Pnt_hxx <gp_Pnt2d.hxx>
42 #define Vec gp_Vec2d
43 #define Vec_hxx <gp_Vec2d.hxx>
44 #define Extrema_GExtPC Extrema_ExtPC2d
45 #define Extrema_GenExtCC Extrema_ECC2d
46 #define Extrema_GenExtCC_hxx <Extrema_ECC2d.hxx>
47 #include <Extrema_GenExtCC.gxx>
48