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:
@@ -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
|
||||
|
@@ -111,7 +111,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(DBRep_DrawableShape,Draw_Drawable3D)
|
||||
DEFINE_STANDARD_RTTIEXT(DBRep_DrawableShape,Draw_Drawable3D)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -20,6 +20,8 @@
|
||||
#include <Standard_Type.hxx>
|
||||
#include <TopoDS_Edge.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(DBRep_Edge,MMgt_TShared)
|
||||
|
||||
//=======================================================================
|
||||
//function : DBRep_Edge
|
||||
//purpose :
|
||||
|
@@ -50,7 +50,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(DBRep_Edge,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(DBRep_Edge,MMgt_TShared)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -20,6 +20,8 @@
|
||||
#include <Standard_Type.hxx>
|
||||
#include <TopoDS_Face.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(DBRep_Face,MMgt_TShared)
|
||||
|
||||
//=======================================================================
|
||||
//function : DBRep_Face
|
||||
//purpose :
|
||||
|
@@ -62,7 +62,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(DBRep_Face,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(DBRep_Face,MMgt_TShared)
|
||||
|
||||
protected:
|
||||
|
||||
|
Reference in New Issue
Block a user