mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-12 09:59:03 +08:00
0032743: Coding Rules - remove unused class friends of Package classes
This commit is contained in:
@@ -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