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