1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-24 13:50:49 +03:00

0026936: Drawbacks of inlining in new type system in OCCT 7.0 -- automatic

Automatic restore of IMPLEMENT_STANDARD_RTTIEXT macro (upgrade -rtti)
This commit is contained in:
abv
2015-12-04 14:15:06 +03:00
parent f5f4ebd07b
commit 92efcf78a6
4556 changed files with 7149 additions and 2882 deletions

View File

@@ -60,6 +60,8 @@
#include <TopTools_IndexedDataMapOfShapeListOfShape.hxx>
#include <TopTools_ListOfShape.hxx>
IMPLEMENT_STANDARD_RTTIEXT(DBRep_DrawableShape,Draw_Drawable3D)
static Standard_Real IsoRatio = 1.001;
static Standard_Integer MaxPlotCount = 5; // To avoid huge recursive calls in

View File

@@ -111,7 +111,7 @@ public:
DEFINE_STANDARD_RTTI(DBRep_DrawableShape,Draw_Drawable3D)
DEFINE_STANDARD_RTTIEXT(DBRep_DrawableShape,Draw_Drawable3D)
protected:

View File

@@ -20,6 +20,8 @@
#include <Standard_Type.hxx>
#include <TopoDS_Edge.hxx>
IMPLEMENT_STANDARD_RTTIEXT(DBRep_Edge,MMgt_TShared)
//=======================================================================
//function : DBRep_Edge
//purpose :

View File

@@ -50,7 +50,7 @@ public:
DEFINE_STANDARD_RTTI(DBRep_Edge,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(DBRep_Edge,MMgt_TShared)
protected:

View File

@@ -20,6 +20,8 @@
#include <Standard_Type.hxx>
#include <TopoDS_Face.hxx>
IMPLEMENT_STANDARD_RTTIEXT(DBRep_Face,MMgt_TShared)
//=======================================================================
//function : DBRep_Face
//purpose :

View File

@@ -62,7 +62,7 @@ public:
DEFINE_STANDARD_RTTI(DBRep_Face,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(DBRep_Face,MMgt_TShared)
protected: