mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0032743: Coding Rules - remove unused class friends of Package classes
This commit is contained in:
@@ -12,9 +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 + Debug
|
||||
// Modif JCV correction bug le 2/08/1993
|
||||
#include <GeomConvert.hxx>
|
||||
|
||||
#include <BSplCLib.hxx>
|
||||
#include <Convert_CircleToBSplineCurve.hxx>
|
||||
@@ -38,7 +36,6 @@
|
||||
#include <Geom_Parabola.hxx>
|
||||
#include <Geom_Surface.hxx>
|
||||
#include <Geom_TrimmedCurve.hxx>
|
||||
#include <GeomConvert.hxx>
|
||||
#include <GeomConvert_ApproxCurve.hxx>
|
||||
#include <GeomConvert_CompCurveToBSplineCurve.hxx>
|
||||
#include <GeomLProp.hxx>
|
||||
|
@@ -371,35 +371,6 @@ public:
|
||||
const Standard_Real AngularTolerance,
|
||||
const Standard_Real tolerance);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class GeomConvert_BSplineCurveKnotSplitting;
|
||||
friend class GeomConvert_BSplineSurfaceKnotSplitting;
|
||||
friend class GeomConvert_BSplineCurveToBezierCurve;
|
||||
friend class GeomConvert_CompCurveToBSplineCurve;
|
||||
friend class GeomConvert_BSplineSurfaceToBezierSurface;
|
||||
friend class GeomConvert_CompBezierSurfacesToBSplineSurface;
|
||||
friend class GeomConvert_ApproxSurface;
|
||||
friend class GeomConvert_ApproxCurve;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _GeomConvert_HeaderFile
|
||||
|
@@ -12,9 +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
|
||||
//Modif JCV correction bug le 02/08/1993
|
||||
#include <GeomConvert.hxx>
|
||||
|
||||
#include <BSplCLib.hxx>
|
||||
#include <Convert_ConeToBSplineSurface.hxx>
|
||||
@@ -39,7 +37,6 @@
|
||||
#include <Geom_ToroidalSurface.hxx>
|
||||
#include <Geom_TrimmedCurve.hxx>
|
||||
#include <GeomAdaptor_Surface.hxx>
|
||||
#include <GeomConvert.hxx>
|
||||
#include <GeomConvert_ApproxSurface.hxx>
|
||||
#include <gp_Cone.hxx>
|
||||
#include <gp_Cylinder.hxx>
|
||||
|
Reference in New Issue
Block a user