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:
@@ -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>
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user