mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0028832: MMgt_TShared can be replaced by Standard_Transient
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#include <StepFEA_Curve3dElementProperty.hxx>
|
||||
#include <TCollection_HAsciiString.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepFEA_Curve3dElementProperty,MMgt_TShared)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepFEA_Curve3dElementProperty,Standard_Transient)
|
||||
|
||||
//=======================================================================
|
||||
//function : StepFEA_Curve3dElementProperty
|
||||
|
@@ -22,15 +22,15 @@
|
||||
#include <StepFEA_HArray1OfCurveElementInterval.hxx>
|
||||
#include <StepFEA_HArray1OfCurveElementEndOffset.hxx>
|
||||
#include <StepFEA_HArray1OfCurveElementEndRelease.hxx>
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
class TCollection_HAsciiString;
|
||||
|
||||
|
||||
class StepFEA_Curve3dElementProperty;
|
||||
DEFINE_STANDARD_HANDLE(StepFEA_Curve3dElementProperty, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(StepFEA_Curve3dElementProperty, Standard_Transient)
|
||||
|
||||
//! Representation of STEP entity Curve3dElementProperty
|
||||
class StepFEA_Curve3dElementProperty : public MMgt_TShared
|
||||
class StepFEA_Curve3dElementProperty : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -75,7 +75,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(StepFEA_Curve3dElementProperty,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(StepFEA_Curve3dElementProperty,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
#include <StepFEA_CurveElementEndCoordinateSystem.hxx>
|
||||
#include <StepFEA_CurveElementEndOffset.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepFEA_CurveElementEndOffset,MMgt_TShared)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepFEA_CurveElementEndOffset,Standard_Transient)
|
||||
|
||||
//=======================================================================
|
||||
//function : StepFEA_CurveElementEndOffset
|
||||
|
@@ -21,15 +21,15 @@
|
||||
|
||||
#include <StepFEA_CurveElementEndCoordinateSystem.hxx>
|
||||
#include <TColStd_HArray1OfReal.hxx>
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
class StepFEA_CurveElementEndCoordinateSystem;
|
||||
|
||||
|
||||
class StepFEA_CurveElementEndOffset;
|
||||
DEFINE_STANDARD_HANDLE(StepFEA_CurveElementEndOffset, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(StepFEA_CurveElementEndOffset, Standard_Transient)
|
||||
|
||||
//! Representation of STEP entity CurveElementEndOffset
|
||||
class StepFEA_CurveElementEndOffset : public MMgt_TShared
|
||||
class StepFEA_CurveElementEndOffset : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -56,7 +56,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(StepFEA_CurveElementEndOffset,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(StepFEA_CurveElementEndOffset,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
#include <StepFEA_CurveElementEndCoordinateSystem.hxx>
|
||||
#include <StepFEA_CurveElementEndRelease.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepFEA_CurveElementEndRelease,MMgt_TShared)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepFEA_CurveElementEndRelease,Standard_Transient)
|
||||
|
||||
//=======================================================================
|
||||
//function : StepFEA_CurveElementEndRelease
|
||||
|
@@ -21,15 +21,15 @@
|
||||
|
||||
#include <StepFEA_CurveElementEndCoordinateSystem.hxx>
|
||||
#include <StepElement_HArray1OfCurveElementEndReleasePacket.hxx>
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
class StepFEA_CurveElementEndCoordinateSystem;
|
||||
|
||||
|
||||
class StepFEA_CurveElementEndRelease;
|
||||
DEFINE_STANDARD_HANDLE(StepFEA_CurveElementEndRelease, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(StepFEA_CurveElementEndRelease, Standard_Transient)
|
||||
|
||||
//! Representation of STEP entity CurveElementEndRelease
|
||||
class StepFEA_CurveElementEndRelease : public MMgt_TShared
|
||||
class StepFEA_CurveElementEndRelease : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -56,7 +56,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(StepFEA_CurveElementEndRelease,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(StepFEA_CurveElementEndRelease,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include <StepFEA_CurveElementInterval.hxx>
|
||||
#include <StepFEA_CurveElementLocation.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepFEA_CurveElementInterval,MMgt_TShared)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepFEA_CurveElementInterval,Standard_Transient)
|
||||
|
||||
//=======================================================================
|
||||
//function : StepFEA_CurveElementInterval
|
||||
|
@@ -19,16 +19,16 @@
|
||||
#include <Standard.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
class StepFEA_CurveElementLocation;
|
||||
class StepBasic_EulerAngles;
|
||||
|
||||
|
||||
class StepFEA_CurveElementInterval;
|
||||
DEFINE_STANDARD_HANDLE(StepFEA_CurveElementInterval, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(StepFEA_CurveElementInterval, Standard_Transient)
|
||||
|
||||
//! Representation of STEP entity CurveElementInterval
|
||||
class StepFEA_CurveElementInterval : public MMgt_TShared
|
||||
class StepFEA_CurveElementInterval : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -55,7 +55,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(StepFEA_CurveElementInterval,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(StepFEA_CurveElementInterval,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
#include <StepFEA_CurveElementLocation.hxx>
|
||||
#include <StepFEA_FeaParametricPoint.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepFEA_CurveElementLocation,MMgt_TShared)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepFEA_CurveElementLocation,Standard_Transient)
|
||||
|
||||
//=======================================================================
|
||||
//function : StepFEA_CurveElementLocation
|
||||
|
@@ -19,15 +19,15 @@
|
||||
#include <Standard.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
class StepFEA_FeaParametricPoint;
|
||||
|
||||
|
||||
class StepFEA_CurveElementLocation;
|
||||
DEFINE_STANDARD_HANDLE(StepFEA_CurveElementLocation, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(StepFEA_CurveElementLocation, Standard_Transient)
|
||||
|
||||
//! Representation of STEP entity CurveElementLocation
|
||||
class StepFEA_CurveElementLocation : public MMgt_TShared
|
||||
class StepFEA_CurveElementLocation : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -48,7 +48,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(StepFEA_CurveElementLocation,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(StepFEA_CurveElementLocation,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#include <StepFEA_ElementGeometricRelationship.hxx>
|
||||
#include <StepFEA_ElementOrElementGroup.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepFEA_ElementGeometricRelationship,MMgt_TShared)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepFEA_ElementGeometricRelationship,Standard_Transient)
|
||||
|
||||
//=======================================================================
|
||||
//function : StepFEA_ElementGeometricRelationship
|
||||
|
@@ -21,17 +21,17 @@
|
||||
|
||||
#include <StepFEA_ElementOrElementGroup.hxx>
|
||||
#include <StepElement_ElementAspect.hxx>
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
class StepElement_AnalysisItemWithinRepresentation;
|
||||
class StepFEA_ElementOrElementGroup;
|
||||
class StepElement_ElementAspect;
|
||||
|
||||
|
||||
class StepFEA_ElementGeometricRelationship;
|
||||
DEFINE_STANDARD_HANDLE(StepFEA_ElementGeometricRelationship, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(StepFEA_ElementGeometricRelationship, Standard_Transient)
|
||||
|
||||
//! Representation of STEP entity ElementGeometricRelationship
|
||||
class StepFEA_ElementGeometricRelationship : public MMgt_TShared
|
||||
class StepFEA_ElementGeometricRelationship : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -64,7 +64,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(StepFEA_ElementGeometricRelationship,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(StepFEA_ElementGeometricRelationship,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include <StepElement_CurveElementSectionDefinition.hxx>
|
||||
#include <StepFEA_FeaCurveSectionGeometricRelationship.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepFEA_FeaCurveSectionGeometricRelationship,MMgt_TShared)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepFEA_FeaCurveSectionGeometricRelationship,Standard_Transient)
|
||||
|
||||
//=======================================================================
|
||||
//function : StepFEA_FeaCurveSectionGeometricRelationship
|
||||
|
@@ -19,16 +19,16 @@
|
||||
#include <Standard.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
class StepElement_CurveElementSectionDefinition;
|
||||
class StepElement_AnalysisItemWithinRepresentation;
|
||||
|
||||
|
||||
class StepFEA_FeaCurveSectionGeometricRelationship;
|
||||
DEFINE_STANDARD_HANDLE(StepFEA_FeaCurveSectionGeometricRelationship, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(StepFEA_FeaCurveSectionGeometricRelationship, Standard_Transient)
|
||||
|
||||
//! Representation of STEP entity FeaCurveSectionGeometricRelationship
|
||||
class StepFEA_FeaCurveSectionGeometricRelationship : public MMgt_TShared
|
||||
class StepFEA_FeaCurveSectionGeometricRelationship : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -55,7 +55,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(StepFEA_FeaCurveSectionGeometricRelationship,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(StepFEA_FeaCurveSectionGeometricRelationship,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include <StepElement_SurfaceSection.hxx>
|
||||
#include <StepFEA_FeaSurfaceSectionGeometricRelationship.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepFEA_FeaSurfaceSectionGeometricRelationship,MMgt_TShared)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepFEA_FeaSurfaceSectionGeometricRelationship,Standard_Transient)
|
||||
|
||||
//=======================================================================
|
||||
//function : StepFEA_FeaSurfaceSectionGeometricRelationship
|
||||
|
@@ -19,16 +19,16 @@
|
||||
#include <Standard.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
class StepElement_SurfaceSection;
|
||||
class StepElement_AnalysisItemWithinRepresentation;
|
||||
|
||||
|
||||
class StepFEA_FeaSurfaceSectionGeometricRelationship;
|
||||
DEFINE_STANDARD_HANDLE(StepFEA_FeaSurfaceSectionGeometricRelationship, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(StepFEA_FeaSurfaceSectionGeometricRelationship, Standard_Transient)
|
||||
|
||||
//! Representation of STEP entity FeaSurfaceSectionGeometricRelationship
|
||||
class StepFEA_FeaSurfaceSectionGeometricRelationship : public MMgt_TShared
|
||||
class StepFEA_FeaSurfaceSectionGeometricRelationship : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -55,7 +55,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(StepFEA_FeaSurfaceSectionGeometricRelationship,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(StepFEA_FeaSurfaceSectionGeometricRelationship,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include <StepFEA_DegreeOfFreedom.hxx>
|
||||
#include <StepFEA_FreedomAndCoefficient.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepFEA_FreedomAndCoefficient,MMgt_TShared)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepFEA_FreedomAndCoefficient,Standard_Transient)
|
||||
|
||||
//=======================================================================
|
||||
//function : StepFEA_FreedomAndCoefficient
|
||||
|
@@ -21,16 +21,16 @@
|
||||
|
||||
#include <StepFEA_DegreeOfFreedom.hxx>
|
||||
#include <StepElement_MeasureOrUnspecifiedValue.hxx>
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
class StepFEA_DegreeOfFreedom;
|
||||
class StepElement_MeasureOrUnspecifiedValue;
|
||||
|
||||
|
||||
class StepFEA_FreedomAndCoefficient;
|
||||
DEFINE_STANDARD_HANDLE(StepFEA_FreedomAndCoefficient, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(StepFEA_FreedomAndCoefficient, Standard_Transient)
|
||||
|
||||
//! Representation of STEP entity FreedomAndCoefficient
|
||||
class StepFEA_FreedomAndCoefficient : public MMgt_TShared
|
||||
class StepFEA_FreedomAndCoefficient : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -57,7 +57,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(StepFEA_FreedomAndCoefficient,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(StepFEA_FreedomAndCoefficient,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
#include <Standard_Type.hxx>
|
||||
#include <StepFEA_FreedomsList.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepFEA_FreedomsList,MMgt_TShared)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepFEA_FreedomsList,Standard_Transient)
|
||||
|
||||
//=======================================================================
|
||||
//function : StepFEA_FreedomsList
|
||||
|
@@ -20,14 +20,14 @@
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <StepFEA_HArray1OfDegreeOfFreedom.hxx>
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
|
||||
|
||||
class StepFEA_FreedomsList;
|
||||
DEFINE_STANDARD_HANDLE(StepFEA_FreedomsList, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(StepFEA_FreedomsList, Standard_Transient)
|
||||
|
||||
//! Representation of STEP entity FreedomsList
|
||||
class StepFEA_FreedomsList : public MMgt_TShared
|
||||
class StepFEA_FreedomsList : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -48,7 +48,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(StepFEA_FreedomsList,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(StepFEA_FreedomsList,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
Reference in New Issue
Block a user