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:
@@ -36,6 +36,7 @@
|
||||
#include <GeomFill_PolynomialConvertor.hxx>
|
||||
#include <GeomFill_QuasiAngularConvertor.hxx>
|
||||
#include <Precision.hxx>
|
||||
#include <Geom_Curve.hxx>
|
||||
|
||||
|
||||
//=======================================================================
|
||||
|
@@ -30,6 +30,7 @@
|
||||
#include <Standard_NotImplemented.hxx>
|
||||
#include <BSplCLib.hxx>
|
||||
#include <Precision.hxx>
|
||||
#include <Geom_BSplineCurve.hxx>
|
||||
|
||||
|
||||
//=======================================================================
|
||||
|
@@ -35,6 +35,8 @@
|
||||
|
||||
#ifdef DRAW
|
||||
#include <DrawTrSurf.hxx>
|
||||
#include <Geom_Curve.hxx>
|
||||
#include <Geom_BSplineCurve.hxx>
|
||||
static Standard_Integer NumSec = 0;
|
||||
static Standard_Boolean Affich = 0;
|
||||
#endif
|
||||
|
@@ -37,6 +37,7 @@
|
||||
#include <TColStd_HArray1OfInteger.hxx>
|
||||
#include <TColStd_HArray1OfReal.hxx>
|
||||
#include <TColgp_HArray1OfPnt.hxx>
|
||||
#include <Geom_Curve.hxx>
|
||||
|
||||
|
||||
//#include <Standard_NotImplemented.hxx>
|
||||
|
@@ -62,6 +62,7 @@
|
||||
static Standard_Integer Affich = 0;
|
||||
#include <Approx_Curve3d.hxx>
|
||||
#include <DrawTrSurf.hxx>
|
||||
#include <GeomFill_TrihedronWithGuide.hxx>
|
||||
#endif
|
||||
|
||||
//=======================================================================
|
||||
|
@@ -53,6 +53,7 @@
|
||||
#ifdef OCCT_DEBUG
|
||||
# ifdef DRAW
|
||||
# include <DrawTrSurf.hxx>
|
||||
#include <Geom_Curve.hxx>
|
||||
# endif
|
||||
static Standard_Boolean Affich = 0;
|
||||
static Standard_Integer NbSurf = 0;
|
||||
|
@@ -91,6 +91,7 @@ static Standard_Integer NbSections = 0;
|
||||
|
||||
#ifdef DRAW
|
||||
#include <DrawTrSurf.hxx>
|
||||
#include <Geom_Curve.hxx>
|
||||
#endif
|
||||
|
||||
static Standard_Boolean CheckSense(const TColGeom_SequenceOfCurve& Seq1,
|
||||
|
@@ -21,6 +21,7 @@
|
||||
#include <Geom_TrimmedCurve.hxx>
|
||||
#include <Geom_Conic.hxx>
|
||||
#include <GeomConvert_ApproxCurve.hxx>
|
||||
#include <Geom_Curve.hxx>
|
||||
|
||||
//=======================================================================
|
||||
//function : UnifyByInsertingAllKnots
|
||||
|
@@ -45,6 +45,7 @@
|
||||
#include <Geom_BezierCurve.hxx>
|
||||
|
||||
#include <Geom_CartesianPoint.hxx>
|
||||
#include <Geom_Curve.hxx>
|
||||
|
||||
|
||||
//===============================================================
|
||||
|
@@ -38,6 +38,7 @@
|
||||
|
||||
#ifdef DRAW
|
||||
#include <DrawTrSurf.hxx>
|
||||
#include <Geom_BSplineCurve.hxx>
|
||||
static Standard_Boolean Affich = Standard_False;
|
||||
static Standard_Integer NbSECTIONS = 0;
|
||||
#endif
|
||||
|
@@ -34,6 +34,8 @@
|
||||
|
||||
#ifdef DRAW
|
||||
#include <DrawTrSurf.hxx>
|
||||
#include <Geom_Curve.hxx>
|
||||
#include <Geom_BSplineCurve.hxx>
|
||||
static Standard_Integer NumSec = 0;
|
||||
static Standard_Boolean Affich = 0;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user