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:
@@ -76,6 +76,7 @@
|
||||
#include <gp_Pnt.hxx>
|
||||
#include <Extrema_ExtPC2d.hxx>
|
||||
#include <ShapeAnalysis.hxx>
|
||||
#include <Geom2d_Curve.hxx>
|
||||
|
||||
//=======================================================================
|
||||
//function : ShapeFix_ComposeShell
|
||||
|
@@ -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>
|
||||
|
||||
|
||||
//=======================================================================
|
||||
|
@@ -45,6 +45,7 @@
|
||||
|
||||
#include <Extrema_ExtPC.hxx>
|
||||
#include <gp_Pnt.hxx>
|
||||
#include <Geom2d_BoundedCurve.hxx>
|
||||
|
||||
//=======================================================================
|
||||
//function : ShapeFix_EdgeProjAux
|
||||
|
@@ -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
|
||||
|
@@ -118,6 +118,8 @@
|
||||
#include <ShapeFix.hxx>
|
||||
#include <ShapeFix_IntersectionTool.hxx>
|
||||
#include <ShapeFix_SplitTool.hxx>
|
||||
#include <ShapeFix_Edge.hxx>
|
||||
#include <ShapeAnalysis_Wire.hxx>
|
||||
|
||||
|
||||
//#######################################################################
|
||||
|
@@ -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 :
|
||||
|
Reference in New Issue
Block a user