mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0032743: Coding Rules - remove unused class friends of Package classes
This commit is contained in:
@@ -99,38 +99,6 @@ public:
|
||||
//! Geom_BSplineSurface (with same parameterisation).
|
||||
Standard_EXPORT static TopoDS_Shape ConvertToBSpline (const TopoDS_Shape& S, const Standard_Boolean extrMode, const Standard_Boolean revolMode, const Standard_Boolean offsetMode, const Standard_Boolean planeMode = Standard_False);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class ShapeCustom_Surface;
|
||||
friend class ShapeCustom_Curve;
|
||||
friend class ShapeCustom_Curve2d;
|
||||
friend class ShapeCustom_RestrictionParameters;
|
||||
friend class ShapeCustom_Modification;
|
||||
friend class ShapeCustom_DirectModification;
|
||||
friend class ShapeCustom_TrsfModification;
|
||||
friend class ShapeCustom_BSplineRestriction;
|
||||
friend class ShapeCustom_ConvertToRevolution;
|
||||
friend class ShapeCustom_SweptToElementary;
|
||||
friend class ShapeCustom_ConvertToBSpline;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _ShapeCustom_HeaderFile
|
||||
|
Reference in New Issue
Block a user