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

@@ -36,6 +36,7 @@
#include <GeomFill_PolynomialConvertor.hxx>
#include <GeomFill_QuasiAngularConvertor.hxx>
#include <Precision.hxx>
#include <Geom_Curve.hxx>
//=======================================================================

View File

@@ -30,6 +30,7 @@
#include <Standard_NotImplemented.hxx>
#include <BSplCLib.hxx>
#include <Precision.hxx>
#include <Geom_BSplineCurve.hxx>
//=======================================================================

View File

@@ -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

View File

@@ -37,6 +37,7 @@
#include <TColStd_HArray1OfInteger.hxx>
#include <TColStd_HArray1OfReal.hxx>
#include <TColgp_HArray1OfPnt.hxx>
#include <Geom_Curve.hxx>
//#include <Standard_NotImplemented.hxx>

View File

@@ -62,6 +62,7 @@
static Standard_Integer Affich = 0;
#include <Approx_Curve3d.hxx>
#include <DrawTrSurf.hxx>
#include <GeomFill_TrihedronWithGuide.hxx>
#endif
//=======================================================================

View File

@@ -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;

View File

@@ -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,

View File

@@ -21,6 +21,7 @@
#include <Geom_TrimmedCurve.hxx>
#include <Geom_Conic.hxx>
#include <GeomConvert_ApproxCurve.hxx>
#include <Geom_Curve.hxx>
//=======================================================================
//function : UnifyByInsertingAllKnots

View File

@@ -45,6 +45,7 @@
#include <Geom_BezierCurve.hxx>
#include <Geom_CartesianPoint.hxx>
#include <Geom_Curve.hxx>
//===============================================================

View File

@@ -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

View File

@@ -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