0032630: Coding - get rid of unsused forward declarations [BinMDF to IFSelect]
[occt.git] / src / GeomInt / GeomInt.hxx
CommitLineData
42cf5bc1 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>
42cf5bc1 26
27
28//! Provides intersections on between two surfaces of Geom.
29//! The result are curves from Geom.
30class GeomInt
31{
32public:
33
34 DEFINE_STANDARD_ALLOC
35
36
37 //! Adjusts the parameter <thePar> to the range [theParMin, theParMax]
38 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);
39
40
41
42
43protected:
44
45
46
47
48
49private:
50
51
52
53
54friend class GeomInt_IntSS;
55friend class GeomInt_LineConstructor;
56friend class GeomInt_LineTool;
57friend class GeomInt_WLApprox;
58friend class GeomInt_ParameterAndOrientation;
59friend class GeomInt_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfWLApprox;
60friend class GeomInt_TheInt2SOfThePrmPrmSvSurfacesOfWLApprox;
61friend class GeomInt_ThePrmPrmSvSurfacesOfWLApprox;
62friend class GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox;
63friend class GeomInt_TheImpPrmSvSurfacesOfWLApprox;
64friend class GeomInt_TheMultiLineOfWLApprox;
65friend class GeomInt_TheMultiLineToolOfWLApprox;
66friend class GeomInt_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfWLApprox;
67friend class GeomInt_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfWLApprox;
68friend class GeomInt_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfWLApprox;
69friend class GeomInt_MyBSplGradientOfTheComputeLineOfWLApprox;
70friend class GeomInt_ParLeastSquareOfMyGradientbisOfTheComputeLineOfWLApprox;
71friend class GeomInt_ResConstraintOfMyGradientbisOfTheComputeLineOfWLApprox;
72friend class GeomInt_ParFunctionOfMyGradientbisOfTheComputeLineOfWLApprox;
73friend class GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox;
74friend class GeomInt_MyGradientbisOfTheComputeLineOfWLApprox;
75friend class GeomInt_TheComputeLineOfWLApprox;
76friend class GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox;
77friend class GeomInt_ResConstraintOfMyGradientOfTheComputeLineBezierOfWLApprox;
78friend class GeomInt_ParFunctionOfMyGradientOfTheComputeLineBezierOfWLApprox;
79friend class GeomInt_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfWLApprox;
80friend class GeomInt_MyGradientOfTheComputeLineBezierOfWLApprox;
81friend class GeomInt_TheComputeLineBezierOfWLApprox;
82
83};
84
85
86
87
88
89
90
91#endif // _GeomInt_HeaderFile