mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +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:
@@ -46,6 +46,8 @@
|
||||
#include <TopoDS_Solid.hxx>
|
||||
#include <TopoDS_Vertex.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(IntTools_Context,MMgt_TShared)
|
||||
|
||||
//
|
||||
//=======================================================================
|
||||
//function :
|
||||
|
@@ -217,7 +217,7 @@ Standard_EXPORT virtual ~IntTools_Context();
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(IntTools_Context,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(IntTools_Context,MMgt_TShared)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -28,6 +28,8 @@
|
||||
#include <TColgp_Array2OfPnt.hxx>
|
||||
#include <TColStd_HArray1OfReal.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(IntTools_TopolTool,Adaptor3d_TopolTool)
|
||||
|
||||
static void Analyse(const TColgp_Array2OfPnt& array2,
|
||||
Standard_Integer& theNbSamplesU,
|
||||
Standard_Integer& theNbSamplesV);
|
||||
|
@@ -90,7 +90,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(IntTools_TopolTool,Adaptor3d_TopolTool)
|
||||
DEFINE_STANDARD_RTTIEXT(IntTools_TopolTool,Adaptor3d_TopolTool)
|
||||
|
||||
protected:
|
||||
|
||||
|
Reference in New Issue
Block a user