1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-03 14:10:33 +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

@@ -20,3 +20,5 @@
#include <TopoDS_Edge.hxx>
#include <TopoDS_Face.hxx>
#include <TopoDS_Vertex.hxx>
IMPLEMENT_STANDARD_RTTIEXT(LocOpe_GeneratedShape,MMgt_TShared)

View File

@@ -54,7 +54,7 @@ public:
DEFINE_STANDARD_RTTI(LocOpe_GeneratedShape,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(LocOpe_GeneratedShape,MMgt_TShared)
protected:

View File

@@ -30,6 +30,8 @@
#include <TopTools_MapIteratorOfMapOfShape.hxx>
#include <TopTools_MapOfShape.hxx>
IMPLEMENT_STANDARD_RTTIEXT(LocOpe_GluedShape,LocOpe_GeneratedShape)
//=======================================================================
//function : LocOpe_GluedShape
//purpose :

View File

@@ -66,7 +66,7 @@ public:
DEFINE_STANDARD_RTTI(LocOpe_GluedShape,LocOpe_GeneratedShape)
DEFINE_STANDARD_RTTIEXT(LocOpe_GluedShape,LocOpe_GeneratedShape)
protected:

View File

@@ -18,3 +18,5 @@
#include <LocOpe_HBuilder.hxx>
#include <Standard_Type.hxx>
#include <TopOpeBRepDS_BuildTool.hxx>
IMPLEMENT_STANDARD_RTTIEXT(LocOpe_HBuilder,TopOpeBRepBuild_HBuilder)

View File

@@ -44,7 +44,7 @@ public:
DEFINE_STANDARD_RTTI(LocOpe_HBuilder,TopOpeBRepBuild_HBuilder)
DEFINE_STANDARD_RTTIEXT(LocOpe_HBuilder,TopOpeBRepBuild_HBuilder)
protected:

View File

@@ -57,6 +57,8 @@
#include <TopTools_ListOfShape.hxx>
#include <TopTools_MapOfShape.hxx>
IMPLEMENT_STANDARD_RTTIEXT(LocOpe_WiresOnShape,MMgt_TShared)
static Standard_Boolean Project(const TopoDS_Vertex&,
const gp_Pnt2d&,
const TopoDS_Face&,

View File

@@ -105,7 +105,7 @@ public:
DEFINE_STANDARD_RTTI(LocOpe_WiresOnShape,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(LocOpe_WiresOnShape,MMgt_TShared)
protected: