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

@@ -36,6 +36,8 @@
#include <GeomAdaptor_HSurfaceOfLinearExtrusion.hxx>
IMPLEMENT_STANDARD_RTTIEXT(Extrema_ExtPExtS,Standard_Transient)
static gp_Ax2 GetPosition (const Handle(Adaptor3d_HCurve)& C);
static void PerformExtPElC (Extrema_ExtPElC& E,

View File

@@ -80,7 +80,7 @@ public:
DEFINE_STANDARD_RTTI(Extrema_ExtPExtS,Standard_Transient)
DEFINE_STANDARD_RTTIEXT(Extrema_ExtPExtS,Standard_Transient)
protected:

View File

@@ -35,6 +35,8 @@
#include <Standard_Type.hxx>
#include <StdFail_NotDone.hxx>
IMPLEMENT_STANDARD_RTTIEXT(Extrema_ExtPRevS,Standard_Transient)
static gp_Ax2 GetPosition (const GeomAdaptor_SurfaceOfRevolution& S)//const Handle(Adaptor_HCurve)& C)
{
Handle(Adaptor3d_HCurve) C = S.BasisCurve();

View File

@@ -75,7 +75,7 @@ public:
DEFINE_STANDARD_RTTI(Extrema_ExtPRevS,Standard_Transient)
DEFINE_STANDARD_RTTIEXT(Extrema_ExtPRevS,Standard_Transient)
protected: