mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0024947: Redesign OCCT legacy type system -- automatic
Automatic upgrade with command "occt_upgdare . -rtti"
This commit is contained in:
@@ -24,8 +24,6 @@
|
||||
#include <TShort_Array1OfShortReal.hxx>
|
||||
#include <TShort_HArray1OfShortReal.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_HANDLE (Poly_CoherentTriangulation, Standard_Transient)
|
||||
IMPLEMENT_STANDARD_RTTIEXT (Poly_CoherentTriangulation, Standard_Transient)
|
||||
|
||||
//=======================================================================
|
||||
//function : Poly_CoherentTriangulation
|
||||
|
@@ -34,7 +34,7 @@ typedef NCollection_Vector<Poly_CoherentLink>::Iterator
|
||||
Poly_BaseIteratorOfCoherentLink;
|
||||
|
||||
//! Definition of HANDLE object using Standard_DefineHandle.hxx
|
||||
#include <Standard_DefineHandle.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
class Poly_CoherentTriangulation;
|
||||
DEFINE_STANDARD_HANDLE (Poly_CoherentTriangulation, Standard_Transient)
|
||||
|
||||
@@ -381,7 +381,7 @@ class Poly_CoherentTriangulation : public Standard_Transient
|
||||
|
||||
public:
|
||||
// Declaration of CASCADE RTTI
|
||||
DEFINE_STANDARD_RTTI (Poly_CoherentTriangulation)
|
||||
DEFINE_STANDARD_RTTI (Poly_CoherentTriangulation, Standard_Transient)
|
||||
|
||||
friend class IteratorOfTriangle;
|
||||
friend class IteratorOfNode;
|
||||
|
Reference in New Issue
Block a user