mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0032743: Coding Rules - remove unused class friends of Package classes
This commit is contained in:
@@ -14,9 +14,9 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <BRepCheck.hxx>
|
||||
|
||||
#include <BRep_Tool.hxx>
|
||||
#include <BRepCheck.hxx>
|
||||
#include <BRepCheck_ListIteratorOfListOfStatus.hxx>
|
||||
#include <BRepCheck_Wire.hxx>
|
||||
#include <TopoDS.hxx>
|
||||
|
@@ -49,34 +49,6 @@ public:
|
||||
//! Returns the resolution on the surface
|
||||
Standard_EXPORT static Standard_Real PrecSurface(const Handle(Adaptor3d_Surface)& aAHSurf);
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class BRepCheck_Result;
|
||||
friend class BRepCheck_Vertex;
|
||||
friend class BRepCheck_Edge;
|
||||
friend class BRepCheck_Wire;
|
||||
friend class BRepCheck_Face;
|
||||
friend class BRepCheck_Shell;
|
||||
friend class BRepCheck_Solid;
|
||||
friend class BRepCheck_Analyzer;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _BRepCheck_HeaderFile
|
||||
|
Reference in New Issue
Block a user