mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-04 19:57:55 +08:00
0032743: Coding Rules - remove unused class friends of Package classes
This commit is contained in:
@@ -12,8 +12,7 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
//Jean-Claude Vauthier Novembre 1991
|
||||
//Passage sur C1 Aout 1992 et ajout transformation Bezier->BSpline
|
||||
#include <Geom2dConvert.hxx>
|
||||
|
||||
#include <BSplCLib.hxx>
|
||||
#include <Convert_CircleToBSplineCurve.hxx>
|
||||
@@ -33,7 +32,6 @@
|
||||
#include <Geom2d_OffsetCurve.hxx>
|
||||
#include <Geom2d_Parabola.hxx>
|
||||
#include <Geom2d_TrimmedCurve.hxx>
|
||||
#include <Geom2dConvert.hxx>
|
||||
#include <Geom2dConvert_ApproxCurve.hxx>
|
||||
#include <Geom2dConvert_CompCurveToBSplineCurve.hxx>
|
||||
#include <GeomAbs_Shape.hxx>
|
||||
|
||||
@@ -254,31 +254,6 @@ public:
|
||||
const Standard_Real AngularTolerance,
|
||||
const Standard_Real Tolerance);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class Geom2dConvert_BSplineCurveKnotSplitting;
|
||||
friend class Geom2dConvert_BSplineCurveToBezierCurve;
|
||||
friend class Geom2dConvert_CompCurveToBSplineCurve;
|
||||
friend class Geom2dConvert_ApproxCurve;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _Geom2dConvert_HeaderFile
|
||||
|
||||
Reference in New Issue
Block a user