1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +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

@@ -34,6 +34,8 @@
#include <gp.hxx>
#include <GeomLib.hxx>
#include <TopAbs.hxx>
#include <Geom_Surface.hxx>
#include <Geom_Curve.hxx>
//=======================================================================
//function : BRepTools_GTrsfModification

View File

@@ -61,6 +61,9 @@
#include <BRep_TEdge.hxx>
#include <BRep_GCurve.hxx>
#include <BRep_ListIteratorOfListOfCurveRepresentation.hxx>
#include <Geom2d_BezierCurve.hxx>
#include <Geom_Curve.hxx>
#include <Geom2d_Curve.hxx>
static void GeomLib_ChangeUBounds(Handle(Geom_BSplineSurface)& aSurface,
const Standard_Real newU1,

View File

@@ -55,6 +55,7 @@
#include <Message_ProgressIndicator.hxx>
#include <Message_ProgressSentry.hxx>
#include <BRep_GCurve.hxx>
#ifdef MacOS
#define strcasecmp(p,q) strcmp(p,q)

View File

@@ -31,6 +31,8 @@
#include <TopoDS.hxx>
#include <Precision.hxx>
#include <GeomAdaptor_Surface.hxx>
#include <Geom_Surface.hxx>
#include <Geom_Curve.hxx>
//=======================================================================
//function : BRepTools_TrsfModification