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

@@ -13,6 +13,12 @@
#include <StepShape_CsgPrimitive.ixx>
#include <Interface_Macros.hxx>
#include <StepShape_Sphere.hxx>
#include <StepShape_Block.hxx>
#include <StepShape_RightAngularWedge.hxx>
#include <StepShape_Torus.hxx>
#include <StepShape_RightCircularCone.hxx>
#include <StepShape_RightCircularCylinder.hxx>
StepShape_CsgPrimitive::StepShape_CsgPrimitive () { }

View File

@@ -16,6 +16,8 @@
// Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.0
#include <StepShape_DimensionalCharacteristic.ixx>
#include <StepShape_DimensionalLocation.hxx>
#include <StepShape_DimensionalSize.hxx>
//=======================================================================
//function : StepShape_DimensionalCharacteristic

View File

@@ -13,6 +13,10 @@
#include <StepShape_GeometricSetSelect.ixx>
#include <Interface_Macros.hxx>
#include <StepGeom_Point.hxx>
#include <StepGeom_Curve.hxx>
#include <StepGeom_Surface.hxx>
#include <StepGeom_GeometricRepresentationItem.hxx>
StepShape_GeometricSetSelect::StepShape_GeometricSetSelect () { }

View File

@@ -13,6 +13,12 @@
#include <StepShape_ReversibleTopologyItem.ixx>
#include <Interface_Macros.hxx>
#include <StepShape_Edge.hxx>
#include <StepShape_Path.hxx>
#include <StepShape_Face.hxx>
#include <StepShape_FaceBound.hxx>
#include <StepShape_ClosedShell.hxx>
#include <StepShape_OpenShell.hxx>
StepShape_ReversibleTopologyItem::StepShape_ReversibleTopologyItem () { }

View File

@@ -13,6 +13,8 @@
#include <StepShape_Shell.ixx>
#include <Interface_Macros.hxx>
#include <StepShape_OpenShell.hxx>
#include <StepShape_ClosedShell.hxx>
StepShape_Shell::StepShape_Shell () { }

View File

@@ -13,6 +13,8 @@
#include <StepShape_SurfaceModel.ixx>
#include <Interface_Macros.hxx>
#include <StepShape_ShellBasedSurfaceModel.hxx>
#include <StepShape_FaceBasedSurfaceModel.hxx>
StepShape_SurfaceModel::StepShape_SurfaceModel () { }

View File

@@ -12,6 +12,8 @@
// commercial license or contractual agreement.
#include <StepShape_ToleranceMethodDefinition.ixx>
#include <StepShape_ToleranceValue.hxx>
#include <StepShape_LimitsAndFits.hxx>
StepShape_ToleranceMethodDefinition::StepShape_ToleranceMethodDefinition () { }

View File

@@ -12,6 +12,8 @@
// commercial license or contractual agreement.
#include <StepShape_ValueQualifier.ixx>
#include <StepShape_PrecisionQualifier.hxx>
#include <StepShape_TypeQualifier.hxx>
StepShape_ValueQualifier::StepShape_ValueQualifier () { }