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

@@ -38,6 +38,7 @@
#include <Standard_ErrorHandler.hxx>
#include <BinTools.hxx>
#include <Geom2d_Curve.hxx>
#define LINE 1
#define CIRCLE 2

View File

@@ -36,6 +36,7 @@
#include <TColgp_Array1OfPnt.hxx>
#include <Standard_Failure.hxx>
#include <Standard_ErrorHandler.hxx>
#include <Geom_Curve.hxx>
#define LINE 1
#define CIRCLE 2

View File

@@ -46,6 +46,7 @@
#include <BinTools_Curve2dSet.hxx>
#include <BinTools_CurveSet.hxx>
#include <BinTools_SurfaceSet.hxx>
#include <BRep_CurveOnSurface.hxx>
#include <string.h>
//#define MDTV_DEB 1
const char* Version_1 = "Open CASCADE Topology V1 (c)";

View File

@@ -42,6 +42,7 @@
#include <TColgp_Array2OfPnt.hxx>
#include <Standard_Failure.hxx>
#include <Standard_ErrorHandler.hxx>
#include <Geom_Surface.hxx>
#define PLANE 1
#define CYLINDER 2