mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-18 07:57:31 +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,17 +11,18 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <IGESDefs_ReadWriteModule.ixx>
|
||||
#include <Interface_Macros.hxx>
|
||||
|
||||
#include <IGESData_IGESEntity.hxx>
|
||||
#include <IGESData_IGESReaderData.hxx>
|
||||
#include <IGESData_IGESWriter.hxx>
|
||||
#include <IGESData_ParamReader.hxx>
|
||||
#include <IGESDefs_AssociativityDef.hxx>
|
||||
#include <IGESDefs_AttributeDef.hxx>
|
||||
#include <IGESDefs_AttributeTable.hxx>
|
||||
#include <IGESDefs_GenericData.hxx>
|
||||
#include <IGESDefs_MacroDef.hxx>
|
||||
#include <IGESDefs_ReadWriteModule.hxx>
|
||||
#include <IGESDefs_TabularData.hxx>
|
||||
#include <IGESDefs_UnitsData.hxx>
|
||||
|
||||
#include <IGESDefs_ToolAssociativityDef.hxx>
|
||||
#include <IGESDefs_ToolAttributeDef.hxx>
|
||||
#include <IGESDefs_ToolAttributeTable.hxx>
|
||||
@@ -29,14 +30,14 @@
|
||||
#include <IGESDefs_ToolMacroDef.hxx>
|
||||
#include <IGESDefs_ToolTabularData.hxx>
|
||||
#include <IGESDefs_ToolUnitsData.hxx>
|
||||
|
||||
|
||||
#include <IGESDefs_UnitsData.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
|
||||
|
||||
|
||||
IGESDefs_ReadWriteModule::IGESDefs_ReadWriteModule () { }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user