1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +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

@@ -16,6 +16,7 @@
// Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.2
#include <RWStepFEA_RWAlignedCurve3dElementCoordinateSystem.ixx>
#include <StepFEA_FeaAxis2Placement3d.hxx>
//=======================================================================
//function : RWStepFEA_RWAlignedCurve3dElementCoordinateSystem

View File

@@ -16,6 +16,7 @@
// Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.2
#include <RWStepFEA_RWAlignedSurface3dElementCoordinateSystem.ixx>
#include <StepFEA_FeaAxis2Placement3d.hxx>
//=======================================================================
//function : RWStepFEA_RWAlignedSurface3dElementCoordinateSystem

View File

@@ -16,6 +16,7 @@
// Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.2
#include <RWStepFEA_RWArbitraryVolume3dElementCoordinateSystem.ixx>
#include <StepFEA_FeaAxis2Placement3d.hxx>
//=======================================================================
//function : RWStepFEA_RWArbitraryVolume3dElementCoordinateSystem

View File

@@ -20,6 +20,11 @@
#include <StepRepr_RepresentationItem.hxx>
#include <StepFEA_HArray1OfNodeRepresentation.hxx>
#include <StepFEA_NodeRepresentation.hxx>
#include <StepRepr_RepresentationContext.hxx>
#include <StepFEA_FeaModel3d.hxx>
#include <StepElement_Curve3dElementDescriptor.hxx>
#include <StepFEA_Curve3dElementProperty.hxx>
#include <StepElement_ElementMaterial.hxx>
//=======================================================================
//function : RWStepFEA_RWCurve3dElementRepresentation

View File

@@ -16,6 +16,8 @@
// Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.2
#include <RWStepFEA_RWCurveElementInterval.ixx>
#include <StepFEA_CurveElementLocation.hxx>
#include <StepBasic_EulerAngles.hxx>
//=======================================================================
//function : RWStepFEA_RWCurveElementInterval

View File

@@ -16,6 +16,9 @@
// Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.2
#include <RWStepFEA_RWCurveElementIntervalConstant.ixx>
#include <StepFEA_CurveElementLocation.hxx>
#include <StepBasic_EulerAngles.hxx>
#include <StepElement_CurveElementSectionDefinition.hxx>
//=======================================================================
//function : RWStepFEA_RWCurveElementIntervalConstant

View File

@@ -18,6 +18,8 @@
#include <RWStepFEA_RWCurveElementIntervalLinearlyVarying.ixx>
#include <StepElement_HArray1OfCurveElementSectionDefinition.hxx>
#include <StepElement_CurveElementSectionDefinition.hxx>
#include <StepFEA_CurveElementLocation.hxx>
#include <StepBasic_EulerAngles.hxx>
//=======================================================================
//function : RWStepFEA_RWCurveElementIntervalLinearlyVarying

View File

@@ -16,6 +16,7 @@
// Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.2
#include <RWStepFEA_RWCurveElementLocation.ixx>
#include <StepFEA_FeaParametricPoint.hxx>
//=======================================================================
//function : RWStepFEA_RWCurveElementLocation

View File

@@ -18,6 +18,8 @@
#include <RWStepFEA_RWDummyNode.ixx>
#include <StepRepr_HArray1OfRepresentationItem.hxx>
#include <StepRepr_RepresentationItem.hxx>
#include <StepRepr_RepresentationContext.hxx>
#include <StepFEA_FeaModel.hxx>
//=======================================================================
//function : RWStepFEA_RWDummyNode

View File

@@ -16,6 +16,7 @@
// Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.2
#include <RWStepFEA_RWElementGeometricRelationship.ixx>
#include <StepElement_AnalysisItemWithinRepresentation.hxx>
//=======================================================================
//function : RWStepFEA_RWElementGeometricRelationship

View File

@@ -18,6 +18,7 @@
#include <RWStepFEA_RWElementGroup.ixx>
#include <StepFEA_HArray1OfElementRepresentation.hxx>
#include <StepFEA_ElementRepresentation.hxx>
#include <StepFEA_FeaModel.hxx>
//=======================================================================
//function : RWStepFEA_RWElementGroup

View File

@@ -20,6 +20,7 @@
#include <StepRepr_RepresentationItem.hxx>
#include <StepFEA_HArray1OfNodeRepresentation.hxx>
#include <StepFEA_NodeRepresentation.hxx>
#include <StepRepr_RepresentationContext.hxx>
//=======================================================================
//function : RWStepFEA_RWElementRepresentation

View File

@@ -16,6 +16,8 @@
// Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.2
#include <RWStepFEA_RWFeaAxis2Placement3d.ixx>
#include <StepGeom_CartesianPoint.hxx>
#include <StepGeom_Direction.hxx>
//=======================================================================
//function : RWStepFEA_RWFeaAxis2Placement3d

View File

@@ -16,6 +16,8 @@
// Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.2
#include <RWStepFEA_RWFeaCurveSectionGeometricRelationship.ixx>
#include <StepElement_CurveElementSectionDefinition.hxx>
#include <StepElement_AnalysisItemWithinRepresentation.hxx>
//=======================================================================
//function : RWStepFEA_RWFeaCurveSectionGeometricRelationship

View File

@@ -16,6 +16,7 @@
// Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.2
#include <RWStepFEA_RWFeaGroup.ixx>
#include <StepFEA_FeaModel.hxx>
//=======================================================================
//function : RWStepFEA_RWFeaGroup

View File

@@ -16,6 +16,9 @@
// Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.2
#include <RWStepFEA_RWFeaMaterialPropertyRepresentation.ixx>
#include <StepRepr_PropertyDefinition.hxx>
#include <StepRepr_Representation.hxx>
#include <StepRepr_DataEnvironment.hxx>
//=======================================================================
//function : RWStepFEA_RWFeaMaterialPropertyRepresentation

View File

@@ -20,6 +20,7 @@
#include <StepRepr_RepresentationItem.hxx>
#include <TColStd_HArray1OfAsciiString.hxx>
#include <TCollection_HAsciiString.hxx>
#include <StepRepr_RepresentationContext.hxx>
//=======================================================================
//function : RWStepFEA_RWFeaModel

View File

@@ -20,6 +20,7 @@
#include <StepRepr_RepresentationItem.hxx>
#include <TColStd_HArray1OfAsciiString.hxx>
#include <TCollection_HAsciiString.hxx>
#include <StepRepr_RepresentationContext.hxx>
//=======================================================================
//function : RWStepFEA_RWFeaModel3d

View File

@@ -16,6 +16,7 @@
// Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.2
#include <RWStepFEA_RWFeaModelDefinition.ixx>
#include <StepRepr_ProductDefinitionShape.hxx>
//=======================================================================
//function : RWStepFEA_RWFeaModelDefinition

View File

@@ -16,6 +16,8 @@
// Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.2
#include <RWStepFEA_RWFeaSurfaceSectionGeometricRelationship.ixx>
#include <StepElement_SurfaceSection.hxx>
#include <StepElement_AnalysisItemWithinRepresentation.hxx>
//=======================================================================
//function : RWStepFEA_RWFeaSurfaceSectionGeometricRelationship

View File

@@ -18,6 +18,8 @@
#include <RWStepFEA_RWGeometricNode.ixx>
#include <StepRepr_HArray1OfRepresentationItem.hxx>
#include <StepRepr_RepresentationItem.hxx>
#include <StepRepr_RepresentationContext.hxx>
#include <StepFEA_FeaModel.hxx>
//=======================================================================
//function : RWStepFEA_RWGeometricNode

View File

@@ -18,6 +18,8 @@
#include <RWStepFEA_RWNode.ixx>
#include <StepRepr_HArray1OfRepresentationItem.hxx>
#include <StepRepr_RepresentationItem.hxx>
#include <StepRepr_RepresentationContext.hxx>
#include <StepFEA_FeaModel.hxx>
//=======================================================================
//function : RWStepFEA_RWNode

View File

@@ -16,6 +16,7 @@
// Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.2
#include <RWStepFEA_RWNodeDefinition.ixx>
#include <StepRepr_ProductDefinitionShape.hxx>
//=======================================================================
//function : RWStepFEA_RWNodeDefinition

View File

@@ -18,6 +18,7 @@
#include <RWStepFEA_RWNodeGroup.ixx>
#include <StepFEA_HArray1OfNodeRepresentation.hxx>
#include <StepFEA_NodeRepresentation.hxx>
#include <StepFEA_FeaModel.hxx>
//=======================================================================
//function : RWStepFEA_RWNodeGroup

View File

@@ -18,6 +18,8 @@
#include <RWStepFEA_RWNodeRepresentation.ixx>
#include <StepRepr_HArray1OfRepresentationItem.hxx>
#include <StepRepr_RepresentationItem.hxx>
#include <StepRepr_RepresentationContext.hxx>
#include <StepFEA_FeaModel.hxx>
//=======================================================================
//function : RWStepFEA_RWNodeRepresentation

View File

@@ -18,6 +18,8 @@
#include <RWStepFEA_RWNodeWithSolutionCoordinateSystem.ixx>
#include <StepRepr_HArray1OfRepresentationItem.hxx>
#include <StepRepr_RepresentationItem.hxx>
#include <StepRepr_RepresentationContext.hxx>
#include <StepFEA_FeaModel.hxx>
//=======================================================================
//function : RWStepFEA_RWNodeWithSolutionCoordinateSystem

View File

@@ -18,6 +18,8 @@
#include <RWStepFEA_RWNodeWithVector.ixx>
#include <StepRepr_HArray1OfRepresentationItem.hxx>
#include <StepRepr_RepresentationItem.hxx>
#include <StepRepr_RepresentationContext.hxx>
#include <StepFEA_FeaModel.hxx>
//=======================================================================
//function : RWStepFEA_RWNodeWithVector

View File

@@ -16,6 +16,7 @@
// Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.2
#include <RWStepFEA_RWParametricCurve3dElementCoordinateDirection.ixx>
#include <StepGeom_Direction.hxx>
//=======================================================================
//function : RWStepFEA_RWParametricCurve3dElementCoordinateDirection

View File

@@ -16,6 +16,7 @@
// Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.2
#include <RWStepFEA_RWParametricCurve3dElementCoordinateSystem.ixx>
#include <StepFEA_ParametricCurve3dElementCoordinateDirection.hxx>
//=======================================================================
//function : RWStepFEA_RWParametricCurve3dElementCoordinateSystem

View File

@@ -20,6 +20,11 @@
#include <StepRepr_RepresentationItem.hxx>
#include <StepFEA_HArray1OfNodeRepresentation.hxx>
#include <StepFEA_NodeRepresentation.hxx>
#include <StepRepr_RepresentationContext.hxx>
#include <StepFEA_FeaModel3d.hxx>
#include <StepElement_Surface3dElementDescriptor.hxx>
#include <StepElement_SurfaceElementProperty.hxx>
#include <StepElement_ElementMaterial.hxx>
//=======================================================================
//function : RWStepFEA_RWSurface3dElementRepresentation

View File

@@ -20,6 +20,10 @@
#include <StepRepr_RepresentationItem.hxx>
#include <StepFEA_HArray1OfNodeRepresentation.hxx>
#include <StepFEA_NodeRepresentation.hxx>
#include <StepRepr_RepresentationContext.hxx>
#include <StepFEA_FeaModel3d.hxx>
#include <StepElement_Volume3dElementDescriptor.hxx>
#include <StepElement_ElementMaterial.hxx>
//=======================================================================
//function : RWStepFEA_RWVolume3dElementRepresentation