1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-13 14:27:08 +03:00

0032743: Coding Rules - remove unused class friends of Package classes

This commit is contained in:
kgv
2021-12-19 11:29:36 +03:00
committed by smoskvin
parent 1bc34debc1
commit ce7fe22d97
190 changed files with 87 additions and 4181 deletions

View File

@@ -14,13 +14,9 @@
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
// File: BRepClass3d.cxx
// Created: Thu Sep 20 10:05:46 2012
// Author:
// <pkv@PETREX>
#include <BRepClass3d.hxx>
#include <BRep_Builder.hxx>
#include <BRepClass3d.hxx>
#include <BRepClass3d_SolidClassifier.hxx>
#include <TopAbs_Orientation.hxx>
#include <TopAbs_State.hxx>

View File

@@ -38,32 +38,6 @@ public:
//! If <S> has only one shell, then it will return, without checking orientation.
Standard_EXPORT static TopoDS_Shell OuterShell (const TopoDS_Solid& S);
protected:
private:
friend class BRepClass3d_Intersector3d;
friend class BRepClass3d_SolidExplorer;
friend class BRepClass3d_SolidPassiveClassifier;
friend class BRepClass3d_SClassifier;
friend class BRepClass3d_SolidClassifier;
};
#endif // _BRepClass3d_HeaderFile