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:
@@ -21,6 +21,7 @@
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
#include <BSplCLib.hxx>
|
||||
#include <TColStd_Array1OfInteger.hxx>
|
||||
#include <Geom_BSplineCurve.hxx>
|
||||
|
||||
/*
|
||||
// Debug state= True / False.
|
||||
|
@@ -29,6 +29,7 @@
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
#include <TColGeom_HArray1OfCurve.hxx>
|
||||
#include <Geom_Circle.hxx>
|
||||
#include <Geom_Curve.hxx>
|
||||
|
||||
ShapeUpgrade_ConvertCurve3dToBezier::ShapeUpgrade_ConvertCurve3dToBezier()
|
||||
{
|
||||
|
@@ -28,6 +28,7 @@
|
||||
#include <Precision.hxx>
|
||||
#include <Geom2d_BezierCurve.hxx>
|
||||
#include <ShapeAnalysis_Curve.hxx>
|
||||
#include <Geom2d_Curve.hxx>
|
||||
|
||||
//=======================================================================
|
||||
//function : ShapeUpgrade_SplitCurve2d
|
||||
|
@@ -29,6 +29,7 @@
|
||||
#include <Precision.hxx>
|
||||
#include <Geom_BezierCurve.hxx>
|
||||
#include <ShapeAnalysis_Curve.hxx>
|
||||
#include <Geom_Curve.hxx>
|
||||
|
||||
//=======================================================================
|
||||
//function : ShapeUpgrade_SplitCurve3d
|
||||
|
@@ -35,6 +35,7 @@
|
||||
#include <ShapeExtend.hxx>
|
||||
#include <Geom_BezierSurface.hxx>
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
#include <Geom_Surface.hxx>
|
||||
|
||||
//=======================================================================
|
||||
//function : ShapeUpgrade_SplitSurface
|
||||
|
@@ -78,6 +78,10 @@
|
||||
#include <ShapeFix_Shell.hxx>
|
||||
#include <ShapeUpgrade_RemoveLocations.hxx>
|
||||
#include <TopTools_MapOfShape.hxx>
|
||||
#include <Geom_ElementarySurface.hxx>
|
||||
#include <Geom_SweptSurface.hxx>
|
||||
#include <Geom_BSplineCurve.hxx>
|
||||
#include <Geom_OffsetSurface.hxx>
|
||||
|
||||
|
||||
//=======================================================================
|
||||
|
@@ -51,6 +51,8 @@
|
||||
#include <Geom2dAdaptor_HCurve.hxx>
|
||||
#include <ShapeAnalysis_Curve.hxx>
|
||||
#include <Adaptor3d_CurveOnSurface.hxx>
|
||||
#include <Geom_BoundedCurve.hxx>
|
||||
#include <Geom2d_BoundedCurve.hxx>
|
||||
|
||||
//=======================================================================
|
||||
//function : ShapeUpgrade_WireDivide
|
||||
|
Reference in New Issue
Block a user