mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-12 18:29:35 +08:00
0032743: Coding Rules - remove unused class friends of Package classes
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <GeomAPI.hxx>
|
||||
|
||||
#include <Adaptor3d_CurveOnSurface.hxx>
|
||||
#include <Geom2d_Curve.hxx>
|
||||
@@ -34,7 +35,6 @@
|
||||
#include <GeomAdaptor_Curve.hxx>
|
||||
#include <GeomAdaptor_Surface.hxx>
|
||||
#include <GeomAdaptor_Surface.hxx>
|
||||
#include <GeomAPI.hxx>
|
||||
#include <gp_Pln.hxx>
|
||||
#include <ProjLib_ProjectedCurve.hxx>
|
||||
#include <TColgp_Array1OfPnt.hxx>
|
||||
|
||||
@@ -89,37 +89,6 @@ public:
|
||||
//! The resulting 3D curve is of the same nature as that of the curve C.
|
||||
Standard_EXPORT static Handle(Geom_Curve) To3d (const Handle(Geom2d_Curve)& C, const gp_Pln& P);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class GeomAPI_ProjectPointOnCurve;
|
||||
friend class GeomAPI_ProjectPointOnSurf;
|
||||
friend class GeomAPI_ExtremaCurveCurve;
|
||||
friend class GeomAPI_ExtremaCurveSurface;
|
||||
friend class GeomAPI_ExtremaSurfaceSurface;
|
||||
friend class GeomAPI_PointsToBSpline;
|
||||
friend class GeomAPI_PointsToBSplineSurface;
|
||||
friend class GeomAPI_Interpolate;
|
||||
friend class GeomAPI_IntSS;
|
||||
friend class GeomAPI_IntCS;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _GeomAPI_HeaderFile
|
||||
|
||||
Reference in New Issue
Block a user