mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-06 04:37:55 +08:00
0032743: Coding Rules - remove unused class friends of Package classes
This commit is contained in:
@@ -11,11 +11,11 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <IGESGraph.hxx>
|
||||
|
||||
#include <IGESBasic.hxx>
|
||||
#include <IGESData_SpecificLib.hxx>
|
||||
#include <IGESData_WriterLib.hxx>
|
||||
#include <IGESGraph.hxx>
|
||||
#include <IGESGraph_GeneralModule.hxx>
|
||||
#include <IGESGraph_Protocol.hxx>
|
||||
#include <IGESGraph_ReadWriteModule.hxx>
|
||||
|
||||
@@ -40,59 +40,6 @@ public:
|
||||
//! Returns the Protocol for this Package
|
||||
Standard_EXPORT static Handle(IGESGraph_Protocol) Protocol();
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class IGESGraph_LineFontDefTemplate;
|
||||
friend class IGESGraph_LineFontDefPattern;
|
||||
friend class IGESGraph_TextFontDef;
|
||||
friend class IGESGraph_TextDisplayTemplate;
|
||||
friend class IGESGraph_Color;
|
||||
friend class IGESGraph_DefinitionLevel;
|
||||
friend class IGESGraph_NominalSize;
|
||||
friend class IGESGraph_DrawingSize;
|
||||
friend class IGESGraph_DrawingUnits;
|
||||
friend class IGESGraph_IntercharacterSpacing;
|
||||
friend class IGESGraph_LineFontPredefined;
|
||||
friend class IGESGraph_HighLight;
|
||||
friend class IGESGraph_Pick;
|
||||
friend class IGESGraph_UniformRectGrid;
|
||||
friend class IGESGraph_ToolLineFontDefTemplate;
|
||||
friend class IGESGraph_ToolLineFontDefPattern;
|
||||
friend class IGESGraph_ToolTextFontDef;
|
||||
friend class IGESGraph_ToolTextDisplayTemplate;
|
||||
friend class IGESGraph_ToolColor;
|
||||
friend class IGESGraph_ToolDefinitionLevel;
|
||||
friend class IGESGraph_ToolNominalSize;
|
||||
friend class IGESGraph_ToolDrawingSize;
|
||||
friend class IGESGraph_ToolDrawingUnits;
|
||||
friend class IGESGraph_ToolIntercharacterSpacing;
|
||||
friend class IGESGraph_ToolLineFontPredefined;
|
||||
friend class IGESGraph_ToolHighLight;
|
||||
friend class IGESGraph_ToolPick;
|
||||
friend class IGESGraph_ToolUniformRectGrid;
|
||||
friend class IGESGraph_Protocol;
|
||||
friend class IGESGraph_ReadWriteModule;
|
||||
friend class IGESGraph_GeneralModule;
|
||||
friend class IGESGraph_SpecificModule;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _IGESGraph_HeaderFile
|
||||
|
||||
Reference in New Issue
Block a user