0022048: Visualization, AIS_InteractiveContext - single object selection should alway...
[occt.git] / src / BRepApprox / BRepApprox_TheComputeLineBezierOfApprox_0.cxx
1 // Created on: 1995-06-06
2 // Created by: Jean Yves LEBEY
3 // Copyright (c) 1995-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 <BRepApprox_TheComputeLineBezierOfApprox.hxx>
18
19 #include <BRepApprox_TheMultiLineOfApprox.hxx>
20 #include <BRepApprox_TheMultiLineToolOfApprox.hxx>
21 #include <BRepApprox_MyGradientOfTheComputeLineBezierOfApprox.hxx>
22 #include <BRepApprox_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfApprox.hxx>
23 #include <BRepApprox_ResConstraintOfMyGradientOfTheComputeLineBezierOfApprox.hxx>
24 #include <BRepApprox_ParFunctionOfMyGradientOfTheComputeLineBezierOfApprox.hxx>
25 #include <BRepApprox_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfApprox.hxx>
26 #include <AppParCurves_MultiCurve.hxx>
27 #include <AppParCurves_MultiBSpCurve.hxx>
28  
29
30 #define MultiLine BRepApprox_TheMultiLineOfApprox
31 #define MultiLine_hxx <BRepApprox_TheMultiLineOfApprox.hxx>
32 #define LineTool BRepApprox_TheMultiLineToolOfApprox
33 #define LineTool_hxx <BRepApprox_TheMultiLineToolOfApprox.hxx>
34 #define Approx_MyGradient BRepApprox_MyGradientOfTheComputeLineBezierOfApprox
35 #define Approx_MyGradient_hxx <BRepApprox_MyGradientOfTheComputeLineBezierOfApprox.hxx>
36 #define Approx_ParLeastSquareOfMyGradient BRepApprox_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfApprox
37 #define Approx_ParLeastSquareOfMyGradient_hxx <BRepApprox_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfApprox.hxx>
38 #define Approx_ResConstraintOfMyGradient BRepApprox_ResConstraintOfMyGradientOfTheComputeLineBezierOfApprox
39 #define Approx_ResConstraintOfMyGradient_hxx <BRepApprox_ResConstraintOfMyGradientOfTheComputeLineBezierOfApprox.hxx>
40 #define Approx_ParFunctionOfMyGradient BRepApprox_ParFunctionOfMyGradientOfTheComputeLineBezierOfApprox
41 #define Approx_ParFunctionOfMyGradient_hxx <BRepApprox_ParFunctionOfMyGradientOfTheComputeLineBezierOfApprox.hxx>
42 #define Approx_Gradient_BFGSOfMyGradient BRepApprox_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfApprox
43 #define Approx_Gradient_BFGSOfMyGradient_hxx <BRepApprox_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfApprox.hxx>
44 #define Approx_ParLeastSquareOfMyGradient BRepApprox_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfApprox
45 #define Approx_ParLeastSquareOfMyGradient_hxx <BRepApprox_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfApprox.hxx>
46 #define Approx_ResConstraintOfMyGradient BRepApprox_ResConstraintOfMyGradientOfTheComputeLineBezierOfApprox
47 #define Approx_ResConstraintOfMyGradient_hxx <BRepApprox_ResConstraintOfMyGradientOfTheComputeLineBezierOfApprox.hxx>
48 #define Approx_ParFunctionOfMyGradient BRepApprox_ParFunctionOfMyGradientOfTheComputeLineBezierOfApprox
49 #define Approx_ParFunctionOfMyGradient_hxx <BRepApprox_ParFunctionOfMyGradientOfTheComputeLineBezierOfApprox.hxx>
50 #define Approx_Gradient_BFGSOfMyGradient BRepApprox_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfApprox
51 #define Approx_Gradient_BFGSOfMyGradient_hxx <BRepApprox_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfApprox.hxx>
52 #define Approx_ComputeLine BRepApprox_TheComputeLineBezierOfApprox
53 #define Approx_ComputeLine_hxx <BRepApprox_TheComputeLineBezierOfApprox.hxx>
54 #include <Approx_ComputeLine.gxx>
55