mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0024947: Redesign OCCT legacy type system -- automatic
Automatic upgrade with command "occt_upgdare . -rtti"
This commit is contained in:
@@ -30,8 +30,6 @@
|
||||
#include <BRepMesh_DataStructureOfDelaun.hxx>
|
||||
#include <TopExp_Explorer.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_HANDLE (MeshTest_DrawableMesh, Draw_Drawable3D)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(MeshTest_DrawableMesh, Draw_Drawable3D)
|
||||
|
||||
typedef NCollection_Map<BRepMesh_Edge> BRepMesh_MapOfLinks;
|
||||
|
||||
|
@@ -15,7 +15,7 @@
|
||||
#define _MeshTest_DrawableMesh_HeaderFile
|
||||
|
||||
#include <Standard.hxx>
|
||||
#include <Standard_DefineHandle.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
#include <BRepMesh_IncrementalMesh.hxx>
|
||||
#include <TColStd_SequenceOfInteger.hxx>
|
||||
#include <Draw_Drawable3D.hxx>
|
||||
@@ -60,7 +60,7 @@ public:
|
||||
|
||||
Standard_EXPORT const Handle(BRepMesh_IncrementalMesh)& Mesher() const;
|
||||
|
||||
DEFINE_STANDARD_RTTI(MeshTest_DrawableMesh)
|
||||
DEFINE_STANDARD_RTTI(MeshTest_DrawableMesh, Draw_Drawable3D)
|
||||
|
||||
private:
|
||||
|
||||
|
Reference in New Issue
Block a user