1
0
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:
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

@@ -13,6 +13,7 @@
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#include <XSDRAWSTLVRML.hxx>
#include <AIS_InteractiveContext.hxx>
#include <Aspect_TypeOfMarker.hxx>
@@ -79,7 +80,6 @@
#include <XSDRAW.hxx>
#include <XSDRAWIGES.hxx>
#include <XSDRAWSTEP.hxx>
#include <XSDRAWSTLVRML.hxx>
#include <XSDRAWSTLVRML_DataSource.hxx>
#include <XSDRAWSTLVRML_DataSource3D.hxx>
#include <XSDRAWSTLVRML_DrawableMesh.hxx>

View File

@@ -30,37 +30,12 @@ public:
DEFINE_STANDARD_ALLOC
//! Inits commands for writing to STL and VRML formats
Standard_EXPORT static void InitCommands (Draw_Interpretor& theCommands);
//! Loads all Draw commands of TKXSDRAW. Used for plugin.
Standard_EXPORT static void Factory (Draw_Interpretor& theDI);
protected:
private:
friend class XSDRAWSTLVRML_DataSource;
friend class XSDRAWSTLVRML_DataSource3D;
friend class XSDRAWSTLVRML_DrawableMesh;
};
#endif // _XSDRAWSTLVRML_HeaderFile