mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024947: Redesign OCCT legacy type system -- automatic
Automatic upgrade with command "occt_upgdare . -rtti"
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
#include <StepData_ECDescr.ixx>
|
||||
#include <TCollection_AsciiString.hxx>
|
||||
#include <StepData_Plex.hxx>
|
||||
#include <StepData_ESDescr.hxx>
|
||||
#include <StepData_Simple.hxx>
|
||||
|
||||
StepData_ECDescr::StepData_ECDescr () { }
|
||||
|
||||
|
@@ -12,6 +12,7 @@
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <StepData_FileProtocol.ixx>
|
||||
#include <Interface_Protocol.hxx>
|
||||
|
||||
|
||||
//static TCollection_AsciiString thename("");
|
||||
|
@@ -14,6 +14,7 @@
|
||||
#include <StepData_HeaderTool.ixx>
|
||||
#include <Interface_ReaderLib.hxx>
|
||||
#include <Interface_Protocol.hxx>
|
||||
#include <StepData_Protocol.hxx>
|
||||
|
||||
|
||||
// HeaderTool prend en charge le Schema de Donnees utilise pour un Fichier
|
||||
|
@@ -14,6 +14,8 @@
|
||||
#include <StepData_Plex.ixx>
|
||||
#include <TCollection_AsciiString.hxx>
|
||||
#include <Interface_InterfaceMismatch.hxx>
|
||||
#include <StepData_ECDescr.hxx>
|
||||
#include <StepData_Simple.hxx>
|
||||
|
||||
|
||||
static StepData_Field bid;
|
||||
|
@@ -16,6 +16,8 @@
|
||||
#include <StepData_UndefinedEntity.hxx>
|
||||
#include <StepData_Described.hxx>
|
||||
#include <Interface_DataMapIteratorOfDataMapOfTransientInteger.hxx>
|
||||
#include <StepData_ESDescr.hxx>
|
||||
#include <StepData_ECDescr.hxx>
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
|
@@ -17,6 +17,7 @@
|
||||
#include <StepData_SelectReal.hxx>
|
||||
#include <StepData_SelectInt.hxx>
|
||||
#include <Interface_Macros.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
|
||||
|
||||
|
||||
|
@@ -13,6 +13,7 @@
|
||||
|
||||
#include <StepData_Simple.ixx>
|
||||
#include <Interface_InterfaceMismatch.hxx>
|
||||
#include <StepData_ESDescr.hxx>
|
||||
|
||||
StepData_Simple::StepData_Simple (const Handle(StepData_ESDescr)& descr)
|
||||
: StepData_Described (descr) , thefields (descr->NbFields()) { }
|
||||
|
Reference in New Issue
Block a user