mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0032743: Coding Rules - remove unused class friends of Package classes
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <HLRTest.hxx>
|
||||
|
||||
#include <DBRep.hxx>
|
||||
#include <Draw.hxx>
|
||||
@@ -23,7 +24,6 @@
|
||||
#include <HLRAppli_ReflectLines.hxx>
|
||||
#include <HLRBRep_Algo.hxx>
|
||||
#include <HLRBRep_HLRToShape.hxx>
|
||||
#include <HLRTest.hxx>
|
||||
#include <HLRTest_OutLiner.hxx>
|
||||
#include <HLRTest_Projector.hxx>
|
||||
#include <HLRTopoBRep_OutLiner.hxx>
|
||||
|
@@ -57,32 +57,6 @@ public:
|
||||
//! Defines commands to test the Hidden Line Removal
|
||||
Standard_EXPORT static void Commands (Draw_Interpretor& I);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class HLRTest_ShapeData;
|
||||
friend class HLRTest_DrawableEdgeTool;
|
||||
friend class HLRTest_DrawablePolyEdgeTool;
|
||||
friend class HLRTest_Projector;
|
||||
friend class HLRTest_OutLiner;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _HLRTest_HeaderFile
|
||||
|
Reference in New Issue
Block a user