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:
@@ -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,
|
||||
|
@@ -80,7 +80,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(Extrema_ExtPExtS,Standard_Transient)
|
||||
DEFINE_STANDARD_RTTIEXT(Extrema_ExtPExtS,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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();
|
||||
|
@@ -75,7 +75,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(Extrema_ExtPRevS,Standard_Transient)
|
||||
DEFINE_STANDARD_RTTIEXT(Extrema_ExtPRevS,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
Reference in New Issue
Block a user