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

@@ -25,6 +25,8 @@
#include <HLRTest_ShapeData.hxx>
#include <Standard_Type.hxx>
IMPLEMENT_STANDARD_RTTIEXT(HLRTest_DrawableEdgeTool,Draw_Drawable3D)
//=======================================================================
//function : HLRTest_DrawableEdgeTool
//purpose :

View File

@@ -46,7 +46,7 @@ public:
DEFINE_STANDARD_RTTI(HLRTest_DrawableEdgeTool,Draw_Drawable3D)
DEFINE_STANDARD_RTTIEXT(HLRTest_DrawableEdgeTool,Draw_Drawable3D)
protected:

View File

@@ -27,6 +27,8 @@
#include <OSD_Chronometer.hxx>
#include <Standard_Type.hxx>
IMPLEMENT_STANDARD_RTTIEXT(HLRTest_DrawablePolyEdgeTool,Draw_Drawable3D)
#define PntX1 ((Standard_Real*)Coordinates)[0]
#define PntY1 ((Standard_Real*)Coordinates)[1]
#define PntZ1 ((Standard_Real*)Coordinates)[2]

View File

@@ -65,7 +65,7 @@ public:
DEFINE_STANDARD_RTTI(HLRTest_DrawablePolyEdgeTool,Draw_Drawable3D)
DEFINE_STANDARD_RTTIEXT(HLRTest_DrawablePolyEdgeTool,Draw_Drawable3D)
protected:

View File

@@ -22,6 +22,8 @@
#include <Standard_Type.hxx>
#include <TopoDS_Shape.hxx>
IMPLEMENT_STANDARD_RTTIEXT(HLRTest_OutLiner,Draw_Drawable3D)
//=======================================================================
//function : HLRTest_OutLiner
//purpose :

View File

@@ -59,7 +59,7 @@ public:
DEFINE_STANDARD_RTTI(HLRTest_OutLiner,Draw_Drawable3D)
DEFINE_STANDARD_RTTIEXT(HLRTest_OutLiner,Draw_Drawable3D)
protected:

View File

@@ -22,6 +22,8 @@
#include <Standard_Stream.hxx>
#include <Standard_Type.hxx>
IMPLEMENT_STANDARD_RTTIEXT(HLRTest_Projector,Draw_Drawable3D)
//=======================================================================
//function : HLRTest_Projector
//purpose :

View File

@@ -59,7 +59,7 @@ public:
DEFINE_STANDARD_RTTI(HLRTest_Projector,Draw_Drawable3D)
DEFINE_STANDARD_RTTIEXT(HLRTest_Projector,Draw_Drawable3D)
protected:

View File

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

View File

@@ -64,7 +64,7 @@ public:
DEFINE_STANDARD_RTTI(HLRTest_ShapeData,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(HLRTest_ShapeData,MMgt_TShared)
protected: