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

@@ -76,6 +76,7 @@
#include <gp_Pnt.hxx>
#include <Extrema_ExtPC2d.hxx>
#include <ShapeAnalysis.hxx>
#include <Geom2d_Curve.hxx>
//=======================================================================
//function : ShapeFix_ComposeShell

View File

@@ -54,6 +54,9 @@
#include <ShapeFix_ShapeTolerance.hxx>
#include <Geom2d_OffsetCurve.hxx>
#include <ShapeAnalysis_Curve.hxx>
#include <Geom_Plane.hxx>
#include <Geom_SphericalSurface.hxx>
#include <Geom2d_BoundedCurve.hxx>
//=======================================================================

View File

@@ -45,6 +45,7 @@
#include <Extrema_ExtPC.hxx>
#include <gp_Pnt.hxx>
#include <Geom2d_BoundedCurve.hxx>
//=======================================================================
//function : ShapeFix_EdgeProjAux

View File

@@ -106,6 +106,7 @@
#include <TColStd_MapOfInteger.hxx>
#include <TopTools_DataMapOfShapeShape.hxx>
#include <NCollection_Array1.hxx>
#include <Geom2d_BSplineCurve.hxx>
#ifdef OCCT_DEBUG
#define DEBUG

View File

@@ -118,6 +118,8 @@
#include <ShapeFix.hxx>
#include <ShapeFix_IntersectionTool.hxx>
#include <ShapeFix_SplitTool.hxx>
#include <ShapeFix_Edge.hxx>
#include <ShapeAnalysis_Wire.hxx>
//#######################################################################

View File

@@ -93,6 +93,10 @@
#include <TopoDS_Iterator.hxx>
#include <ShapeFix_ShapeTolerance.hxx>
#include <ShapeAnalysis_TransferParametersProj.hxx>
#include <Geom_Conic.hxx>
#include <Geom_BezierCurve.hxx>
#include <Geom2d_Conic.hxx>
#include <Geom2d_BezierCurve.hxx>
//=======================================================================
//function : FixGaps3d
//purpose :