0030480: Visualization - Clear of Select3D_SensitiveGroup does not update internal...
[occt.git] / src / GeomInt / GeomInt.hxx
1 // Created on: 1995-01-27
2 // Created by: Jacques GOUSSARD
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 #ifndef _GeomInt_HeaderFile
18 #define _GeomInt_HeaderFile
19
20 #include <Standard.hxx>
21 #include <Standard_DefineAlloc.hxx>
22 #include <Standard_Handle.hxx>
23
24 #include <Standard_Boolean.hxx>
25 #include <Standard_Real.hxx>
26 class GeomInt_IntSS;
27 class GeomInt_LineConstructor;
28 class GeomInt_LineTool;
29 class GeomInt_WLApprox;
30 class GeomInt_ParameterAndOrientation;
31 class GeomInt_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfWLApprox;
32 class GeomInt_TheInt2SOfThePrmPrmSvSurfacesOfWLApprox;
33 class GeomInt_ThePrmPrmSvSurfacesOfWLApprox;
34 class GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox;
35 class GeomInt_TheImpPrmSvSurfacesOfWLApprox;
36 class GeomInt_TheMultiLineOfWLApprox;
37 class GeomInt_TheMultiLineToolOfWLApprox;
38 class GeomInt_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfWLApprox;
39 class GeomInt_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfWLApprox;
40 class GeomInt_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfWLApprox;
41 class GeomInt_MyBSplGradientOfTheComputeLineOfWLApprox;
42 class GeomInt_ParLeastSquareOfMyGradientbisOfTheComputeLineOfWLApprox;
43 class GeomInt_ResConstraintOfMyGradientbisOfTheComputeLineOfWLApprox;
44 class GeomInt_ParFunctionOfMyGradientbisOfTheComputeLineOfWLApprox;
45 class GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox;
46 class GeomInt_MyGradientbisOfTheComputeLineOfWLApprox;
47 class GeomInt_TheComputeLineOfWLApprox;
48 class GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox;
49 class GeomInt_ResConstraintOfMyGradientOfTheComputeLineBezierOfWLApprox;
50 class GeomInt_ParFunctionOfMyGradientOfTheComputeLineBezierOfWLApprox;
51 class GeomInt_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfWLApprox;
52 class GeomInt_MyGradientOfTheComputeLineBezierOfWLApprox;
53 class GeomInt_TheComputeLineBezierOfWLApprox;
54
55
56 //! Provides intersections on between two surfaces of Geom.
57 //! The result are curves from Geom.
58 class GeomInt 
59 {
60 public:
61
62   DEFINE_STANDARD_ALLOC
63
64   
65   //! Adjusts the parameter <thePar> to the range [theParMin,  theParMax]
66   Standard_EXPORT static Standard_Boolean AdjustPeriodic (const Standard_Real thePar, const Standard_Real theParMin, const Standard_Real theParMax, const Standard_Real thePeriod, Standard_Real& theNewPar, Standard_Real& theOffset, const Standard_Real theEps = 0.0);
67
68
69
70
71 protected:
72
73
74
75
76
77 private:
78
79
80
81
82 friend class GeomInt_IntSS;
83 friend class GeomInt_LineConstructor;
84 friend class GeomInt_LineTool;
85 friend class GeomInt_WLApprox;
86 friend class GeomInt_ParameterAndOrientation;
87 friend class GeomInt_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfWLApprox;
88 friend class GeomInt_TheInt2SOfThePrmPrmSvSurfacesOfWLApprox;
89 friend class GeomInt_ThePrmPrmSvSurfacesOfWLApprox;
90 friend class GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox;
91 friend class GeomInt_TheImpPrmSvSurfacesOfWLApprox;
92 friend class GeomInt_TheMultiLineOfWLApprox;
93 friend class GeomInt_TheMultiLineToolOfWLApprox;
94 friend class GeomInt_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfWLApprox;
95 friend class GeomInt_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfWLApprox;
96 friend class GeomInt_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfWLApprox;
97 friend class GeomInt_MyBSplGradientOfTheComputeLineOfWLApprox;
98 friend class GeomInt_ParLeastSquareOfMyGradientbisOfTheComputeLineOfWLApprox;
99 friend class GeomInt_ResConstraintOfMyGradientbisOfTheComputeLineOfWLApprox;
100 friend class GeomInt_ParFunctionOfMyGradientbisOfTheComputeLineOfWLApprox;
101 friend class GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox;
102 friend class GeomInt_MyGradientbisOfTheComputeLineOfWLApprox;
103 friend class GeomInt_TheComputeLineOfWLApprox;
104 friend class GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox;
105 friend class GeomInt_ResConstraintOfMyGradientOfTheComputeLineBezierOfWLApprox;
106 friend class GeomInt_ParFunctionOfMyGradientOfTheComputeLineBezierOfWLApprox;
107 friend class GeomInt_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfWLApprox;
108 friend class GeomInt_MyGradientOfTheComputeLineBezierOfWLApprox;
109 friend class GeomInt_TheComputeLineBezierOfWLApprox;
110
111 };
112
113
114
115
116
117
118
119 #endif // _GeomInt_HeaderFile