1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +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 <TShort_HArray1OfShortReal.hxx>
IMPLEMENT_STANDARD_RTTIEXT(Poly_CoherentTriangulation,Standard_Transient)
//=======================================================================
//function : Poly_CoherentTriangulation
//purpose : Empty constructor

View File

@@ -380,7 +380,7 @@ class Poly_CoherentTriangulation : public Standard_Transient
public:
// Declaration of CASCADE RTTI
DEFINE_STANDARD_RTTI (Poly_CoherentTriangulation, Standard_Transient)
DEFINE_STANDARD_RTTIEXT(Poly_CoherentTriangulation,Standard_Transient)
friend class IteratorOfTriangle;
friend class IteratorOfNode;

View File

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

View File

@@ -81,7 +81,7 @@ public:
DEFINE_STANDARD_RTTI(Poly_Polygon2D,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(Poly_Polygon2D,MMgt_TShared)
protected:

View File

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

View File

@@ -94,7 +94,7 @@ public:
DEFINE_STANDARD_RTTI(Poly_Polygon3D,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(Poly_Polygon3D,MMgt_TShared)
protected:

View File

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

View File

@@ -104,7 +104,7 @@ public:
DEFINE_STANDARD_RTTI(Poly_PolygonOnTriangulation,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(Poly_PolygonOnTriangulation,MMgt_TShared)
protected:

View File

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

View File

@@ -163,7 +163,7 @@ public:
DEFINE_STANDARD_RTTI(Poly_Triangulation,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(Poly_Triangulation,MMgt_TShared)
protected: