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:
@@ -16,7 +16,7 @@
|
||||
#include <StepGeom_CartesianPoint.hxx>
|
||||
#include <StepShape_BoxDomain.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepShape_BoxDomain,MMgt_TShared)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepShape_BoxDomain,Standard_Transient)
|
||||
|
||||
StepShape_BoxDomain::StepShape_BoxDomain () {}
|
||||
|
||||
|
@@ -21,15 +21,15 @@
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <Standard_Real.hxx>
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
class StepGeom_CartesianPoint;
|
||||
|
||||
|
||||
class StepShape_BoxDomain;
|
||||
DEFINE_STANDARD_HANDLE(StepShape_BoxDomain, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(StepShape_BoxDomain, Standard_Transient)
|
||||
|
||||
|
||||
class StepShape_BoxDomain : public MMgt_TShared
|
||||
class StepShape_BoxDomain : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -59,7 +59,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(StepShape_BoxDomain,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(StepShape_BoxDomain,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
#include <StepRepr_ShapeRepresentationRelationship.hxx>
|
||||
#include <StepShape_ContextDependentShapeRepresentation.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepShape_ContextDependentShapeRepresentation,MMgt_TShared)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepShape_ContextDependentShapeRepresentation,Standard_Transient)
|
||||
|
||||
StepShape_ContextDependentShapeRepresentation::StepShape_ContextDependentShapeRepresentation () { }
|
||||
|
||||
|
@@ -20,16 +20,16 @@
|
||||
#include <Standard.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
class StepRepr_ShapeRepresentationRelationship;
|
||||
class StepRepr_ProductDefinitionShape;
|
||||
|
||||
|
||||
class StepShape_ContextDependentShapeRepresentation;
|
||||
DEFINE_STANDARD_HANDLE(StepShape_ContextDependentShapeRepresentation, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(StepShape_ContextDependentShapeRepresentation, Standard_Transient)
|
||||
|
||||
|
||||
class StepShape_ContextDependentShapeRepresentation : public MMgt_TShared
|
||||
class StepShape_ContextDependentShapeRepresentation : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -50,7 +50,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(StepShape_ContextDependentShapeRepresentation,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(StepShape_ContextDependentShapeRepresentation,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include <StepShape_DimensionalCharacteristicRepresentation.hxx>
|
||||
#include <StepShape_ShapeDimensionRepresentation.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepShape_DimensionalCharacteristicRepresentation,MMgt_TShared)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepShape_DimensionalCharacteristicRepresentation,Standard_Transient)
|
||||
|
||||
//=======================================================================
|
||||
//function : StepShape_DimensionalCharacteristicRepresentation
|
||||
|
@@ -20,16 +20,16 @@
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <StepShape_DimensionalCharacteristic.hxx>
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
class StepShape_ShapeDimensionRepresentation;
|
||||
class StepShape_DimensionalCharacteristic;
|
||||
|
||||
|
||||
class StepShape_DimensionalCharacteristicRepresentation;
|
||||
DEFINE_STANDARD_HANDLE(StepShape_DimensionalCharacteristicRepresentation, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(StepShape_DimensionalCharacteristicRepresentation, Standard_Transient)
|
||||
|
||||
//! Representation of STEP entity DimensionalCharacteristicRepresentation
|
||||
class StepShape_DimensionalCharacteristicRepresentation : public MMgt_TShared
|
||||
class StepShape_DimensionalCharacteristicRepresentation : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -56,7 +56,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(StepShape_DimensionalCharacteristicRepresentation,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(StepShape_DimensionalCharacteristicRepresentation,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include <StepShape_DimensionalSize.hxx>
|
||||
#include <TCollection_HAsciiString.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepShape_DimensionalSize,MMgt_TShared)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepShape_DimensionalSize,Standard_Transient)
|
||||
|
||||
//=======================================================================
|
||||
//function : StepShape_DimensionalSize
|
||||
|
@@ -19,16 +19,16 @@
|
||||
#include <Standard.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
class StepRepr_ShapeAspect;
|
||||
class TCollection_HAsciiString;
|
||||
|
||||
|
||||
class StepShape_DimensionalSize;
|
||||
DEFINE_STANDARD_HANDLE(StepShape_DimensionalSize, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(StepShape_DimensionalSize, Standard_Transient)
|
||||
|
||||
//! Representation of STEP entity DimensionalSize
|
||||
class StepShape_DimensionalSize : public MMgt_TShared
|
||||
class StepShape_DimensionalSize : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -55,7 +55,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(StepShape_DimensionalSize,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(StepShape_DimensionalSize,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -16,7 +16,7 @@
|
||||
#include <StepShape_LimitsAndFits.hxx>
|
||||
#include <TCollection_HAsciiString.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepShape_LimitsAndFits,MMgt_TShared)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepShape_LimitsAndFits,Standard_Transient)
|
||||
|
||||
StepShape_LimitsAndFits::StepShape_LimitsAndFits () { }
|
||||
|
||||
|
@@ -19,15 +19,15 @@
|
||||
#include <Standard.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
class TCollection_HAsciiString;
|
||||
|
||||
|
||||
class StepShape_LimitsAndFits;
|
||||
DEFINE_STANDARD_HANDLE(StepShape_LimitsAndFits, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(StepShape_LimitsAndFits, Standard_Transient)
|
||||
|
||||
//! Added for Dimensional Tolerances
|
||||
class StepShape_LimitsAndFits : public MMgt_TShared
|
||||
class StepShape_LimitsAndFits : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -56,7 +56,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(StepShape_LimitsAndFits,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(StepShape_LimitsAndFits,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
#include <StepShape_ValueQualifier.hxx>
|
||||
#include <TCollection_HAsciiString.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepShape_MeasureQualification,MMgt_TShared)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepShape_MeasureQualification,Standard_Transient)
|
||||
|
||||
StepShape_MeasureQualification::StepShape_MeasureQualification () { }
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <StepShape_HArray1OfValueQualifier.hxx>
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
class TCollection_HAsciiString;
|
||||
class StepBasic_MeasureWithUnit;
|
||||
@@ -28,10 +28,10 @@ class StepShape_ValueQualifier;
|
||||
|
||||
|
||||
class StepShape_MeasureQualification;
|
||||
DEFINE_STANDARD_HANDLE(StepShape_MeasureQualification, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(StepShape_MeasureQualification, Standard_Transient)
|
||||
|
||||
//! Added for Dimensional Tolerances
|
||||
class StepShape_MeasureQualification : public MMgt_TShared
|
||||
class StepShape_MeasureQualification : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -66,7 +66,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(StepShape_MeasureQualification,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(StepShape_MeasureQualification,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
#include <StepShape_PlusMinusTolerance.hxx>
|
||||
#include <StepShape_ToleranceMethodDefinition.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepShape_PlusMinusTolerance,MMgt_TShared)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepShape_PlusMinusTolerance,Standard_Transient)
|
||||
|
||||
StepShape_PlusMinusTolerance::StepShape_PlusMinusTolerance () { }
|
||||
|
||||
|
@@ -21,16 +21,16 @@
|
||||
|
||||
#include <StepShape_ToleranceMethodDefinition.hxx>
|
||||
#include <StepShape_DimensionalCharacteristic.hxx>
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
class StepShape_ToleranceMethodDefinition;
|
||||
class StepShape_DimensionalCharacteristic;
|
||||
|
||||
|
||||
class StepShape_PlusMinusTolerance;
|
||||
DEFINE_STANDARD_HANDLE(StepShape_PlusMinusTolerance, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(StepShape_PlusMinusTolerance, Standard_Transient)
|
||||
|
||||
//! Added for Dimensional Tolerances
|
||||
class StepShape_PlusMinusTolerance : public MMgt_TShared
|
||||
class StepShape_PlusMinusTolerance : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -51,7 +51,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(StepShape_PlusMinusTolerance,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(StepShape_PlusMinusTolerance,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -15,7 +15,7 @@
|
||||
#include <Standard_Type.hxx>
|
||||
#include <StepShape_PrecisionQualifier.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepShape_PrecisionQualifier,MMgt_TShared)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepShape_PrecisionQualifier,Standard_Transient)
|
||||
|
||||
StepShape_PrecisionQualifier::StepShape_PrecisionQualifier () { }
|
||||
|
||||
|
@@ -20,14 +20,14 @@
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
|
||||
|
||||
class StepShape_PrecisionQualifier;
|
||||
DEFINE_STANDARD_HANDLE(StepShape_PrecisionQualifier, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(StepShape_PrecisionQualifier, Standard_Transient)
|
||||
|
||||
//! Added for Dimensional Tolerances
|
||||
class StepShape_PrecisionQualifier : public MMgt_TShared
|
||||
class StepShape_PrecisionQualifier : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -44,7 +44,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(StepShape_PrecisionQualifier,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(StepShape_PrecisionQualifier,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -16,7 +16,7 @@
|
||||
#include <StepBasic_MeasureWithUnit.hxx>
|
||||
#include <StepShape_ToleranceValue.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepShape_ToleranceValue,MMgt_TShared)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepShape_ToleranceValue,Standard_Transient)
|
||||
|
||||
StepShape_ToleranceValue::StepShape_ToleranceValue () { }
|
||||
|
||||
|
@@ -19,15 +19,15 @@
|
||||
#include <Standard.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
class StepBasic_MeasureWithUnit;
|
||||
|
||||
|
||||
class StepShape_ToleranceValue;
|
||||
DEFINE_STANDARD_HANDLE(StepShape_ToleranceValue, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(StepShape_ToleranceValue, Standard_Transient)
|
||||
|
||||
//! Added for Dimensional Tolerances
|
||||
class StepShape_ToleranceValue : public MMgt_TShared
|
||||
class StepShape_ToleranceValue : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -48,7 +48,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(StepShape_ToleranceValue,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(StepShape_ToleranceValue,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -16,7 +16,7 @@
|
||||
#include <StepShape_TypeQualifier.hxx>
|
||||
#include <TCollection_HAsciiString.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepShape_TypeQualifier,MMgt_TShared)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepShape_TypeQualifier,Standard_Transient)
|
||||
|
||||
StepShape_TypeQualifier::StepShape_TypeQualifier () { }
|
||||
|
||||
|
@@ -19,15 +19,15 @@
|
||||
#include <Standard.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
class TCollection_HAsciiString;
|
||||
|
||||
|
||||
class StepShape_TypeQualifier;
|
||||
DEFINE_STANDARD_HANDLE(StepShape_TypeQualifier, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(StepShape_TypeQualifier, Standard_Transient)
|
||||
|
||||
//! Added for Dimensional Tolerances
|
||||
class StepShape_TypeQualifier : public MMgt_TShared
|
||||
class StepShape_TypeQualifier : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -44,7 +44,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(StepShape_TypeQualifier,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(StepShape_TypeQualifier,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -15,7 +15,7 @@
|
||||
|
||||
#include <StepShape_ValueFormatTypeQualifier.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepShape_ValueFormatTypeQualifier,MMgt_TShared)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepShape_ValueFormatTypeQualifier,Standard_Transient)
|
||||
|
||||
//=======================================================================
|
||||
//function : StepShape_ValueFormatTypeQualifier
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <StepShape_ValueFormatTypeQualifier.hxx>
|
||||
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
#include <Standard.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
#include <TCollection_HAsciiString.hxx>
|
||||
@@ -26,9 +26,9 @@
|
||||
class TCollection_HAsciiString;
|
||||
|
||||
class StepShape_ValueFormatTypeQualifier;
|
||||
DEFINE_STANDARD_HANDLE(StepShape_ValueFormatTypeQualifier, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(StepShape_ValueFormatTypeQualifier, Standard_Transient)
|
||||
//! Added for Dimensional Tolerances
|
||||
class StepShape_ValueFormatTypeQualifier : public MMgt_TShared
|
||||
class StepShape_ValueFormatTypeQualifier : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -50,7 +50,7 @@ public:
|
||||
formatType = theFormatType;
|
||||
}
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(StepShape_ValueFormatTypeQualifier,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(StepShape_ValueFormatTypeQualifier,Standard_Transient)
|
||||
|
||||
private:
|
||||
Handle(TCollection_HAsciiString) formatType;
|
||||
|
Reference in New Issue
Block a user