1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0024947: Redesign OCCT legacy type system -- automatic

Automatic upgrade with command "occt_upgdare . -rtti"
This commit is contained in:
abv
2015-07-11 11:06:11 +03:00
parent 69ff08ff28
commit ec357c5cbb
816 changed files with 1280 additions and 690 deletions

View File

@@ -65,6 +65,7 @@
#include <Poly_PolygonOnTriangulation.hxx>
#include <Poly_Triangulation.hxx>
#include <Geom_Curve.hxx>
//modified by NIZNHY-PKV Thu May 05 09:01:57 2011f
static

View File

@@ -14,7 +14,7 @@
#include <BRepCheck_Solid.ixx>
//
#include <Standard_DefineHandle.hxx>
#include <Standard_Type.hxx>
#include <MMgt_TShared.hxx>
//
#include <NCollection_Vector.hxx>
@@ -63,13 +63,14 @@ class BRepCheck_HSC : public MMgt_TShared {
return mySC;
};
//
DEFINE_STANDARD_RTTI(BRepCheck_HSC);
DEFINE_STANDARD_RTTI(BRepCheck_HSC, MMgt_TShared);
protected:
BRepClass3d_SolidClassifier mySC;
};
IMPLEMENT_STANDARD_HANDLE(BRepCheck_HSC, MMgt_TShared);
IMPLEMENT_STANDARD_RTTIEXT(BRepCheck_HSC, MMgt_TShared);
//
//=======================================================================
//class : BRepCheck_ToolSolid