1
0
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:
abv
2015-07-11 11:06:11 +03:00
parent 69ff08ff28
commit ec357c5cbb
816 changed files with 1280 additions and 690 deletions

View File

@@ -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 () { }

View File

@@ -12,6 +12,7 @@
// commercial license or contractual agreement.
#include <StepData_FileProtocol.ixx>
#include <Interface_Protocol.hxx>
//static TCollection_AsciiString thename("");

View File

@@ -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

View File

@@ -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;

View File

@@ -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>

View File

@@ -17,6 +17,7 @@
#include <StepData_SelectReal.hxx>
#include <StepData_SelectInt.hxx>
#include <Interface_Macros.hxx>
#include <Standard_Transient.hxx>

View File

@@ -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()) { }