mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0028832: MMgt_TShared can be replaced by Standard_Transient
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#include <IGESToBRep_ToolContainer.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(IGESToBRep_AlgoContainer,MMgt_TShared)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(IGESToBRep_AlgoContainer,Standard_Transient)
|
||||
|
||||
//=======================================================================
|
||||
//function : IGESToBRep_AlgoContainer
|
||||
|
@@ -19,15 +19,15 @@
|
||||
#include <Standard.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
class IGESToBRep_ToolContainer;
|
||||
|
||||
|
||||
class IGESToBRep_AlgoContainer;
|
||||
DEFINE_STANDARD_HANDLE(IGESToBRep_AlgoContainer, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(IGESToBRep_AlgoContainer, Standard_Transient)
|
||||
|
||||
|
||||
class IGESToBRep_AlgoContainer : public MMgt_TShared
|
||||
class IGESToBRep_AlgoContainer : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -45,7 +45,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(IGESToBRep_AlgoContainer,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(IGESToBRep_AlgoContainer,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -37,7 +37,7 @@
|
||||
#include <TopoDS_Face.hxx>
|
||||
#include <TopoDS_Wire.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(IGESToBRep_IGESBoundary,MMgt_TShared)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(IGESToBRep_IGESBoundary,Standard_Transient)
|
||||
|
||||
//=======================================================================
|
||||
//function : IGESToBRep_IGESBoundary
|
||||
|
@@ -25,7 +25,7 @@
|
||||
#include <gp_Trsf2d.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <IGESData_HArray1OfIGESEntity.hxx>
|
||||
class IGESData_IGESEntity;
|
||||
@@ -36,14 +36,14 @@ class gp_Trsf2d;
|
||||
|
||||
|
||||
class IGESToBRep_IGESBoundary;
|
||||
DEFINE_STANDARD_HANDLE(IGESToBRep_IGESBoundary, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(IGESToBRep_IGESBoundary, Standard_Transient)
|
||||
|
||||
//! This class is intended to translate IGES boundary entity
|
||||
//! (142-CurveOnSurface, 141-Boundary or 508-Loop) into the wire.
|
||||
//! Methods Transfer are virtual and are redefined in Advanced
|
||||
//! Data Exchange to optimize the translation and take into
|
||||
//! account advanced parameters.
|
||||
class IGESToBRep_IGESBoundary : public MMgt_TShared
|
||||
class IGESToBRep_IGESBoundary : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -120,7 +120,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(IGESToBRep_IGESBoundary,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(IGESToBRep_IGESBoundary,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
#include <IGESToBRep_ToolContainer.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(IGESToBRep_ToolContainer,MMgt_TShared)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(IGESToBRep_ToolContainer,Standard_Transient)
|
||||
|
||||
//=======================================================================
|
||||
//function : IGESToBRep_ToolContainer
|
||||
|
@@ -19,15 +19,15 @@
|
||||
#include <Standard.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
class IGESToBRep_IGESBoundary;
|
||||
|
||||
|
||||
class IGESToBRep_ToolContainer;
|
||||
DEFINE_STANDARD_HANDLE(IGESToBRep_ToolContainer, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(IGESToBRep_ToolContainer, Standard_Transient)
|
||||
|
||||
|
||||
class IGESToBRep_ToolContainer : public MMgt_TShared
|
||||
class IGESToBRep_ToolContainer : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -42,7 +42,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(IGESToBRep_ToolContainer,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(IGESToBRep_ToolContainer,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
Reference in New Issue
Block a user