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

@@ -13,6 +13,8 @@
#include <StepGeom_Axis2Placement.ixx>
#include <Interface_Macros.hxx>
#include <StepGeom_Axis2Placement2d.hxx>
#include <StepGeom_Axis2Placement3d.hxx>
StepGeom_Axis2Placement::StepGeom_Axis2Placement () { }

View File

@@ -13,6 +13,9 @@
#include <StepGeom_CurveOnSurface.ixx>
#include <Interface_Macros.hxx>
#include <StepGeom_Pcurve.hxx>
#include <StepGeom_SurfaceCurve.hxx>
#include <StepGeom_CompositeCurveOnSurface.hxx>
StepGeom_CurveOnSurface::StepGeom_CurveOnSurface () { }

View File

@@ -13,6 +13,8 @@
#include <StepGeom_PcurveOrSurface.ixx>
#include <Interface_Macros.hxx>
#include <StepGeom_Pcurve.hxx>
#include <StepGeom_Surface.hxx>
StepGeom_PcurveOrSurface::StepGeom_PcurveOrSurface () { }

View File

@@ -17,6 +17,8 @@
// Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.0
#include <StepGeom_SurfaceBoundary.ixx>
#include <StepGeom_BoundaryCurve.hxx>
#include <StepGeom_DegeneratePcurve.hxx>
//=======================================================================
//function : StepGeom_SurfaceBoundary

View File

@@ -14,6 +14,7 @@
#include <StepGeom_TrimmingSelect.ixx>
#include <StepGeom_TrimmingMember.hxx>
#include <Interface_Macros.hxx>
#include <StepGeom_CartesianPoint.hxx>
StepGeom_TrimmingSelect::StepGeom_TrimmingSelect () { }

View File

@@ -13,6 +13,8 @@
#include <StepGeom_VectorOrDirection.ixx>
#include <Interface_Macros.hxx>
#include <StepGeom_Vector.hxx>
#include <StepGeom_Direction.hxx>
StepGeom_VectorOrDirection::StepGeom_VectorOrDirection () { }