mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-09 23:46:52 +08:00
0024002: Overall code and build procedure refactoring -- automatic
Automatic upgrade of OCCT code by command "occt_upgrade . -nocdl": - WOK-generated header files from inc and sources from drv are moved to src - CDL files removed - All packages are converted to nocdlpack
This commit is contained in:
@@ -11,9 +11,11 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <IGESGraph_ReadWriteModule.ixx>
|
||||
#include <Interface_Macros.hxx>
|
||||
|
||||
#include <IGESData_IGESEntity.hxx>
|
||||
#include <IGESData_IGESReaderData.hxx>
|
||||
#include <IGESData_IGESWriter.hxx>
|
||||
#include <IGESData_ParamReader.hxx>
|
||||
#include <IGESGraph_Color.hxx>
|
||||
#include <IGESGraph_DefinitionLevel.hxx>
|
||||
#include <IGESGraph_DrawingSize.hxx>
|
||||
@@ -21,14 +23,13 @@
|
||||
#include <IGESGraph_HighLight.hxx>
|
||||
#include <IGESGraph_IntercharacterSpacing.hxx>
|
||||
#include <IGESGraph_LineFontDefPattern.hxx>
|
||||
#include <IGESGraph_LineFontPredefined.hxx>
|
||||
#include <IGESGraph_LineFontDefTemplate.hxx>
|
||||
#include <IGESGraph_LineFontPredefined.hxx>
|
||||
#include <IGESGraph_NominalSize.hxx>
|
||||
#include <IGESGraph_Pick.hxx>
|
||||
#include <IGESGraph_ReadWriteModule.hxx>
|
||||
#include <IGESGraph_TextDisplayTemplate.hxx>
|
||||
#include <IGESGraph_TextFontDef.hxx>
|
||||
#include <IGESGraph_UniformRectGrid.hxx>
|
||||
|
||||
#include <IGESGraph_ToolColor.hxx>
|
||||
#include <IGESGraph_ToolDefinitionLevel.hxx>
|
||||
#include <IGESGraph_ToolDrawingSize.hxx>
|
||||
@@ -36,21 +37,21 @@
|
||||
#include <IGESGraph_ToolHighLight.hxx>
|
||||
#include <IGESGraph_ToolIntercharacterSpacing.hxx>
|
||||
#include <IGESGraph_ToolLineFontDefPattern.hxx>
|
||||
#include <IGESGraph_ToolLineFontPredefined.hxx>
|
||||
#include <IGESGraph_ToolLineFontDefTemplate.hxx>
|
||||
#include <IGESGraph_ToolLineFontPredefined.hxx>
|
||||
#include <IGESGraph_ToolNominalSize.hxx>
|
||||
#include <IGESGraph_ToolPick.hxx>
|
||||
#include <IGESGraph_ToolTextDisplayTemplate.hxx>
|
||||
#include <IGESGraph_ToolTextFontDef.hxx>
|
||||
#include <IGESGraph_ToolUniformRectGrid.hxx>
|
||||
|
||||
|
||||
#include <IGESGraph_UniformRectGrid.hxx>
|
||||
#include <Interface_Macros.hxx>
|
||||
#include <Standard_DomainError.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
// Each Module is attached to a Protocol : it must interprete Case Numbers
|
||||
// (arguments <CN> of various methods) in accordance to values returned by
|
||||
// the method TypeNumber from this Protocol
|
||||
|
||||
|
||||
IGESGraph_ReadWriteModule::IGESGraph_ReadWriteModule () { }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user