1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00

0026936: Drawbacks of inlining in new type system in OCCT 7.0 -- automatic

Automatic restore of IMPLEMENT_STANDARD_RTTIEXT macro (upgrade -rtti)
This commit is contained in:
abv
2015-12-04 14:15:06 +03:00
parent f5f4ebd07b
commit 92efcf78a6
4556 changed files with 7149 additions and 2882 deletions

View File

@@ -18,6 +18,8 @@
#include <Standard_Type.hxx>
#include <StepDimTol_AngularityTolerance.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_AngularityTolerance,StepDimTol_GeometricToleranceWithDatumReference)
//=======================================================================
//function : StepDimTol_AngularityTolerance
//purpose :

View File

@@ -38,7 +38,7 @@ public:
DEFINE_STANDARD_RTTI(StepDimTol_AngularityTolerance,StepDimTol_GeometricToleranceWithDatumReference)
DEFINE_STANDARD_RTTIEXT(StepDimTol_AngularityTolerance,StepDimTol_GeometricToleranceWithDatumReference)
protected:

View File

@@ -18,6 +18,8 @@
#include <Standard_Type.hxx>
#include <StepDimTol_CircularRunoutTolerance.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_CircularRunoutTolerance,StepDimTol_GeometricToleranceWithDatumReference)
//=======================================================================
//function : StepDimTol_CircularRunoutTolerance
//purpose :

View File

@@ -38,7 +38,7 @@ public:
DEFINE_STANDARD_RTTI(StepDimTol_CircularRunoutTolerance,StepDimTol_GeometricToleranceWithDatumReference)
DEFINE_STANDARD_RTTIEXT(StepDimTol_CircularRunoutTolerance,StepDimTol_GeometricToleranceWithDatumReference)
protected:

View File

@@ -18,6 +18,8 @@
#include <Standard_Type.hxx>
#include <StepDimTol_CoaxialityTolerance.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_CoaxialityTolerance,StepDimTol_GeometricToleranceWithDatumReference)
//=======================================================================
//function : StepDimTol_CoaxialityTolerance
//purpose :

View File

@@ -38,7 +38,7 @@ public:
DEFINE_STANDARD_RTTI(StepDimTol_CoaxialityTolerance,StepDimTol_GeometricToleranceWithDatumReference)
DEFINE_STANDARD_RTTIEXT(StepDimTol_CoaxialityTolerance,StepDimTol_GeometricToleranceWithDatumReference)
protected:

View File

@@ -21,6 +21,8 @@
#include <StepRepr_ProductDefinitionShape.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_CommonDatum,StepRepr_CompositeShapeAspect)
//=======================================================================
//function : StepDimTol_CommonDatum
//purpose :

View File

@@ -59,7 +59,7 @@ public:
DEFINE_STANDARD_RTTI(StepDimTol_CommonDatum,StepRepr_CompositeShapeAspect)
DEFINE_STANDARD_RTTIEXT(StepDimTol_CommonDatum,StepRepr_CompositeShapeAspect)
protected:

View File

@@ -18,6 +18,8 @@
#include <Standard_Type.hxx>
#include <StepDimTol_ConcentricityTolerance.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_ConcentricityTolerance,StepDimTol_GeometricToleranceWithDatumReference)
//=======================================================================
//function : StepDimTol_ConcentricityTolerance
//purpose :

View File

@@ -38,7 +38,7 @@ public:
DEFINE_STANDARD_RTTI(StepDimTol_ConcentricityTolerance,StepDimTol_GeometricToleranceWithDatumReference)
DEFINE_STANDARD_RTTIEXT(StepDimTol_ConcentricityTolerance,StepDimTol_GeometricToleranceWithDatumReference)
protected:

View File

@@ -18,6 +18,8 @@
#include <Standard_Type.hxx>
#include <StepDimTol_CylindricityTolerance.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_CylindricityTolerance,StepDimTol_GeometricTolerance)
//=======================================================================
//function : StepDimTol_CylindricityTolerance
//purpose :

View File

@@ -38,7 +38,7 @@ public:
DEFINE_STANDARD_RTTI(StepDimTol_CylindricityTolerance,StepDimTol_GeometricTolerance)
DEFINE_STANDARD_RTTIEXT(StepDimTol_CylindricityTolerance,StepDimTol_GeometricTolerance)
protected:

View File

@@ -20,6 +20,8 @@
#include <StepRepr_ProductDefinitionShape.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_Datum,StepRepr_ShapeAspect)
//=======================================================================
//function : StepDimTol_Datum
//purpose :

View File

@@ -54,7 +54,7 @@ public:
DEFINE_STANDARD_RTTI(StepDimTol_Datum,StepRepr_ShapeAspect)
DEFINE_STANDARD_RTTIEXT(StepDimTol_Datum,StepRepr_ShapeAspect)
protected:

View File

@@ -18,6 +18,8 @@
#include <Standard_Type.hxx>
#include <StepDimTol_DatumFeature.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_DatumFeature,StepRepr_ShapeAspect)
//=======================================================================
//function : StepDimTol_DatumFeature
//purpose :

View File

@@ -38,7 +38,7 @@ public:
DEFINE_STANDARD_RTTI(StepDimTol_DatumFeature,StepRepr_ShapeAspect)
DEFINE_STANDARD_RTTIEXT(StepDimTol_DatumFeature,StepRepr_ShapeAspect)
protected:

View File

@@ -19,6 +19,8 @@
#include <StepDimTol_Datum.hxx>
#include <StepDimTol_DatumReference.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_DatumReference,MMgt_TShared)
//=======================================================================
//function : StepDimTol_DatumReference
//purpose :

View File

@@ -55,7 +55,7 @@ public:
DEFINE_STANDARD_RTTI(StepDimTol_DatumReference,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepDimTol_DatumReference,MMgt_TShared)
protected:

View File

@@ -15,6 +15,8 @@
#include <StepDimTol_DatumReferenceCompartment.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_DatumReferenceCompartment,StepDimTol_GeneralDatumReference)
//=======================================================================
//function : StepDimTol_DatumReferenceCompartment
//purpose :

View File

@@ -32,6 +32,6 @@ public:
//! Empty constructor
Standard_EXPORT StepDimTol_DatumReferenceCompartment();
DEFINE_STANDARD_RTTI(StepDimTol_DatumReferenceCompartment, StepDimTol_GeneralDatumReference)
DEFINE_STANDARD_RTTIEXT(StepDimTol_DatumReferenceCompartment,StepDimTol_GeneralDatumReference)
};
#endif // _StepDimTol_DatumReferenceCompartment_HeaderFile

View File

@@ -15,6 +15,8 @@
#include <StepDimTol_DatumReferenceElement.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_DatumReferenceElement,StepDimTol_GeneralDatumReference)
//=======================================================================
//function : StepDimTol_DatumReferenceElement
//purpose :

View File

@@ -33,6 +33,6 @@ public:
//! Empty constructor
Standard_EXPORT StepDimTol_DatumReferenceElement();
DEFINE_STANDARD_RTTI(StepDimTol_DatumReferenceElement, StepDimTol_GeneralDatumReference)
DEFINE_STANDARD_RTTIEXT(StepDimTol_DatumReferenceElement,StepDimTol_GeneralDatumReference)
};
#endif // _StepDimTol_DatumReferenceElement_HeaderFile

View File

@@ -15,6 +15,8 @@
#include <StepDimTol_DatumReferenceModifierWithValue.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_DatumReferenceModifierWithValue,MMgt_TShared)
//=======================================================================
//function : StepDimTol_DatumReferenceModifierWithValue
//purpose :

View File

@@ -64,7 +64,7 @@ public:
myModifierValue = theModifierValue;
}
DEFINE_STANDARD_RTTI(StepDimTol_DatumReferenceModifierWithValue, MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepDimTol_DatumReferenceModifierWithValue,MMgt_TShared)
private:
StepDimTol_DatumReferenceModifierType myModifierType;

View File

@@ -17,6 +17,8 @@
#include <StepDimTol_HArray1OfDatumReferenceCompartment.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_DatumSystem,StepRepr_ShapeAspect)
//=======================================================================
//function : StepDimTol_DatumSystem
//purpose :

View File

@@ -71,7 +71,7 @@ public:
myConstituents->SetValue (num, theItem);
}
DEFINE_STANDARD_RTTI(StepDimTol_DatumSystem, StepRepr_ShapeAspect)
DEFINE_STANDARD_RTTIEXT(StepDimTol_DatumSystem,StepRepr_ShapeAspect)
private:
Handle(StepDimTol_HArray1OfDatumReferenceCompartment) myConstituents;

View File

@@ -20,6 +20,8 @@
#include <StepRepr_ProductDefinitionShape.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_DatumTarget,StepRepr_ShapeAspect)
//=======================================================================
//function : StepDimTol_DatumTarget
//purpose :

View File

@@ -54,7 +54,7 @@ public:
DEFINE_STANDARD_RTTI(StepDimTol_DatumTarget,StepRepr_ShapeAspect)
DEFINE_STANDARD_RTTIEXT(StepDimTol_DatumTarget,StepRepr_ShapeAspect)
protected:

View File

@@ -18,6 +18,8 @@
#include <Standard_Type.hxx>
#include <StepDimTol_FlatnessTolerance.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_FlatnessTolerance,StepDimTol_GeometricTolerance)
//=======================================================================
//function : StepDimTol_FlatnessTolerance
//purpose :

View File

@@ -38,7 +38,7 @@ public:
DEFINE_STANDARD_RTTI(StepDimTol_FlatnessTolerance,StepDimTol_GeometricTolerance)
DEFINE_STANDARD_RTTIEXT(StepDimTol_FlatnessTolerance,StepDimTol_GeometricTolerance)
protected:

View File

@@ -17,6 +17,8 @@
#include <StepDimTol_HArray1OfDatumReferenceModifier.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_GeneralDatumReference,StepRepr_ShapeAspect)
//=======================================================================
//function : StepDimTol_GeneralDatumReference
//purpose :

View File

@@ -92,7 +92,7 @@ public:
myModifiers->SetValue (theNum, theItem);
}
DEFINE_STANDARD_RTTI(StepDimTol_GeneralDatumReference, StepRepr_ShapeAspect)
DEFINE_STANDARD_RTTIEXT(StepDimTol_GeneralDatumReference,StepRepr_ShapeAspect)
private:
StepDimTol_DatumOrCommonDatum myBase;

View File

@@ -22,6 +22,8 @@
#include <StepRepr_ShapeAspect.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_GeoTolAndGeoTolWthDatRef,StepDimTol_GeometricTolerance)
//=======================================================================
//function : StepDimTol_GeoTolAndGeoTolWthDatRef
//purpose :

View File

@@ -69,7 +69,7 @@ public:
return myToleranceType;
}
DEFINE_STANDARD_RTTI(StepDimTol_GeoTolAndGeoTolWthDatRef,StepDimTol_GeometricTolerance)
DEFINE_STANDARD_RTTIEXT(StepDimTol_GeoTolAndGeoTolWthDatRef,StepDimTol_GeometricTolerance)
private:

View File

@@ -24,6 +24,8 @@
#include <StepRepr_ShapeAspect.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_GeoTolAndGeoTolWthDatRefAndGeoTolWthMaxTol,StepDimTol_GeoTolAndGeoTolWthDatRefAndGeoTolWthMod)
//=======================================================================
//function : StepDimTol_GeoTolAndGeoTolWthDatRefAndGeoTolWthMaxTol
//purpose :

View File

@@ -67,7 +67,7 @@ public:
return myMaxTol;
}
DEFINE_STANDARD_RTTI(StepDimTol_GeoTolAndGeoTolWthDatRefAndGeoTolWthMod,StepDimTol_GeoTolAndGeoTolWthDatRefAndGeoTolWthMod)
DEFINE_STANDARD_RTTIEXT(StepDimTol_GeoTolAndGeoTolWthDatRefAndGeoTolWthMaxTol,StepDimTol_GeoTolAndGeoTolWthDatRefAndGeoTolWthMod)
private:

View File

@@ -23,6 +23,8 @@
#include <StepRepr_ShapeAspect.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_GeoTolAndGeoTolWthDatRefAndGeoTolWthMod,StepDimTol_GeometricTolerance)
//=======================================================================
//function : StepDimTol_GeoTolAndGeoTolWthDatRefAndGeoTolWthMod
//purpose :

View File

@@ -80,7 +80,7 @@ public:
return myToleranceType;
}
DEFINE_STANDARD_RTTI(StepDimTol_GeoTolAndGeoTolWthDatRefAndGeoTolWthMod,StepDimTol_GeometricTolerance)
DEFINE_STANDARD_RTTIEXT(StepDimTol_GeoTolAndGeoTolWthDatRefAndGeoTolWthMod,StepDimTol_GeometricTolerance)
private:

View File

@@ -22,6 +22,8 @@
#include <StepRepr_ShapeAspect.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_GeoTolAndGeoTolWthDatRefAndModGeoTolAndPosTol,StepDimTol_GeometricTolerance)
//=======================================================================
//function : StepDimTol_GeoTolAndGeoTolWthDatRefAndModGeoTolAndPosTol
//purpose :

View File

@@ -60,7 +60,7 @@ public:
DEFINE_STANDARD_RTTI(StepDimTol_GeoTolAndGeoTolWthDatRefAndModGeoTolAndPosTol,StepDimTol_GeometricTolerance)
DEFINE_STANDARD_RTTIEXT(StepDimTol_GeoTolAndGeoTolWthDatRefAndModGeoTolAndPosTol,StepDimTol_GeometricTolerance)
protected:

View File

@@ -23,6 +23,8 @@
#include <StepRepr_ShapeAspect.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_GeoTolAndGeoTolWthDatRefAndUneqDisGeoTol,StepDimTol_GeoTolAndGeoTolWthDatRef)
//=======================================================================
//function : StepDimTol_GeoTolAndGeoTolWthDatRefAndUneqDisGeoTol
//purpose :

View File

@@ -63,7 +63,7 @@ public:
return myUnequallyDisposedGeometricTolerance;
}
DEFINE_STANDARD_RTTI(StepDimTol_GeoTolAndGeoTolWthDatRefAndUneqDisGeoTol,StepDimTol_GeoTolAndGeoTolWthDatRef)
DEFINE_STANDARD_RTTIEXT(StepDimTol_GeoTolAndGeoTolWthDatRefAndUneqDisGeoTol,StepDimTol_GeoTolAndGeoTolWthDatRef)
private:

View File

@@ -23,6 +23,8 @@
#include <StepRepr_ShapeAspect.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_GeoTolAndGeoTolWthMaxTol,StepDimTol_GeoTolAndGeoTolWthMod)
//=======================================================================
//function : StepDimTol_GeoTolAndGeoTolWthMaxTol
//purpose :

View File

@@ -64,7 +64,7 @@ public:
return myMaxTol;
}
DEFINE_STANDARD_RTTI(StepDimTol_GeoTolAndGeoTolWthMod,StepDimTol_GeoTolAndGeoTolWthMod)
DEFINE_STANDARD_RTTIEXT(StepDimTol_GeoTolAndGeoTolWthMaxTol,StepDimTol_GeoTolAndGeoTolWthMod)
private:

View File

@@ -22,6 +22,8 @@
#include <StepRepr_ShapeAspect.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_GeoTolAndGeoTolWthMod,StepDimTol_GeometricTolerance)
//=======================================================================
//function : StepDimTol_GeoTolAndGeoTolWthMod
//purpose :

View File

@@ -69,7 +69,7 @@ public:
return myToleranceType;
}
DEFINE_STANDARD_RTTI(StepDimTol_GeoTolAndGeoTolWthMod,StepDimTol_GeometricTolerance)
DEFINE_STANDARD_RTTIEXT(StepDimTol_GeoTolAndGeoTolWthMod,StepDimTol_GeometricTolerance)
private:

View File

@@ -22,6 +22,8 @@
#include <StepRepr_ShapeAspect.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_GeometricTolerance,MMgt_TShared)
//=======================================================================
//function : StepDimTol_GeometricTolerance
//purpose :

View File

@@ -83,7 +83,7 @@ public:
DEFINE_STANDARD_RTTI(StepDimTol_GeometricTolerance,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepDimTol_GeometricTolerance,MMgt_TShared)
protected:

View File

@@ -20,6 +20,8 @@
#include <StepDimTol_GeometricToleranceRelationship.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_GeometricToleranceRelationship,MMgt_TShared)
//=======================================================================
//function : StepDimTol_GeometricToleranceRelationship
//purpose :

View File

@@ -70,7 +70,7 @@ public:
DEFINE_STANDARD_RTTI(StepDimTol_GeometricToleranceRelationship,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepDimTol_GeometricToleranceRelationship,MMgt_TShared)
protected:

View File

@@ -22,6 +22,8 @@
#include <StepRepr_ShapeAspect.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_GeometricToleranceWithDatumReference,StepDimTol_GeometricTolerance)
//=======================================================================
//function : StepDimTol_GeometricToleranceWithDatumReference
//purpose :

View File

@@ -70,7 +70,7 @@ public:
DEFINE_STANDARD_RTTI(StepDimTol_GeometricToleranceWithDatumReference,StepDimTol_GeometricTolerance)
DEFINE_STANDARD_RTTIEXT(StepDimTol_GeometricToleranceWithDatumReference,StepDimTol_GeometricTolerance)
protected:

View File

@@ -15,6 +15,8 @@
#include <StepDimTol_GeometricToleranceWithDefinedAreaUnit.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_GeometricToleranceWithDefinedAreaUnit,StepDimTol_GeometricToleranceWithDefinedUnit)
//=======================================================================
//function : StepDimTol_GeometricToleranceWithDefinedAreaUnit
//purpose :

View File

@@ -79,7 +79,7 @@ public:
return mySecondUnitSize.IsNull();
}
DEFINE_STANDARD_RTTI(StepDimTol_GeometricToleranceWithDefinedAreaUnit, StepDimTol_GeometricToleranceWithDefinedUnit)
DEFINE_STANDARD_RTTIEXT(StepDimTol_GeometricToleranceWithDefinedAreaUnit,StepDimTol_GeometricToleranceWithDefinedUnit)
private:
StepDimTol_AreaUnitType myAreaType;

View File

@@ -18,6 +18,8 @@
#include <StepDimTol_GeometricToleranceTarget.hxx>
#include <StepRepr_ShapeAspect.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_GeometricToleranceWithDefinedUnit,StepDimTol_GeometricTolerance)
//=======================================================================
//function : StepDimTol_GeometricToleranceWithDefinedUnit
//purpose :

View File

@@ -56,7 +56,7 @@ public:
myUnitSize = theUnitSize;
}
DEFINE_STANDARD_RTTI(StepDimTol_GeometricToleranceWithDefinedUnit, StepDimTol_GeometricTolerance)
DEFINE_STANDARD_RTTIEXT(StepDimTol_GeometricToleranceWithDefinedUnit,StepDimTol_GeometricTolerance)
private:
Handle(StepBasic_LengthMeasureWithUnit) myUnitSize;

View File

@@ -18,6 +18,8 @@
#include <StepBasic_LengthMeasureWithUnit.hxx>
#include <StepDimTol_GeometricToleranceTarget.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_GeometricToleranceWithMaximumTolerance,StepDimTol_GeometricToleranceWithModifiers)
//=======================================================================
//function : StepDimTol_GeometricToleranceWithModifiers
//purpose :

View File

@@ -53,7 +53,7 @@ public:
myMaximumUpperTolerance = theMaximumUpperTolerance;
}
DEFINE_STANDARD_RTTI(StepDimTol_GeometricToleranceWithMaximumTolerance, StepDimTol_GeometricToleranceWithModifiers)
DEFINE_STANDARD_RTTIEXT(StepDimTol_GeometricToleranceWithMaximumTolerance,StepDimTol_GeometricToleranceWithModifiers)
private:
Handle(StepBasic_LengthMeasureWithUnit) myMaximumUpperTolerance;

View File

@@ -18,6 +18,8 @@
#include <StepDimTol_GeometricToleranceTarget.hxx>
#include <StepDimTol_HArray1OfGeometricToleranceModifier.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_GeometricToleranceWithModifiers,StepDimTol_GeometricTolerance)
//=======================================================================
//function : StepDimTol_GeometricToleranceWithModifiers
//purpose :

View File

@@ -76,7 +76,7 @@ public:
{
myModifiers->SetValue (theNum, theItem);
}
DEFINE_STANDARD_RTTI(StepDimTol_GeometricToleranceWithModifiers, StepDimTol_GeometricTolerance)
DEFINE_STANDARD_RTTIEXT(StepDimTol_GeometricToleranceWithModifiers,StepDimTol_GeometricTolerance)
private:
Handle(StepDimTol_HArray1OfGeometricToleranceModifier) myModifiers;

View File

@@ -18,6 +18,8 @@
#include <Standard_Type.hxx>
#include <StepDimTol_LineProfileTolerance.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_LineProfileTolerance,StepDimTol_GeometricTolerance)
//=======================================================================
//function : StepDimTol_LineProfileTolerance
//purpose :

View File

@@ -38,7 +38,7 @@ public:
DEFINE_STANDARD_RTTI(StepDimTol_LineProfileTolerance,StepDimTol_GeometricTolerance)
DEFINE_STANDARD_RTTIEXT(StepDimTol_LineProfileTolerance,StepDimTol_GeometricTolerance)
protected:

View File

@@ -22,6 +22,8 @@
#include <StepRepr_ShapeAspect.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_ModifiedGeometricTolerance,StepDimTol_GeometricTolerance)
//=======================================================================
//function : StepDimTol_ModifiedGeometricTolerance
//purpose :

View File

@@ -63,7 +63,7 @@ public:
DEFINE_STANDARD_RTTI(StepDimTol_ModifiedGeometricTolerance,StepDimTol_GeometricTolerance)
DEFINE_STANDARD_RTTIEXT(StepDimTol_ModifiedGeometricTolerance,StepDimTol_GeometricTolerance)
protected:

View File

@@ -15,6 +15,8 @@
#include <StepDimTol_NonUniformZoneDefinition.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_NonUniformZoneDefinition,StepDimTol_ToleranceZoneDefinition)
//=======================================================================
//function : StepDimTol_NonUniformZoneDefinition
//purpose :

View File

@@ -32,6 +32,6 @@ public:
//! Empty constructor
Standard_EXPORT StepDimTol_NonUniformZoneDefinition();
DEFINE_STANDARD_RTTI(StepDimTol_NonUniformZoneDefinition, StepDimTol_ToleranceZoneDefinition)
DEFINE_STANDARD_RTTIEXT(StepDimTol_NonUniformZoneDefinition,StepDimTol_ToleranceZoneDefinition)
};
#endif // _StepDimTol_NonUniformZoneDefinition_HeaderFile

View File

@@ -18,6 +18,8 @@
#include <Standard_Type.hxx>
#include <StepDimTol_ParallelismTolerance.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_ParallelismTolerance,StepDimTol_GeometricToleranceWithDatumReference)
//=======================================================================
//function : StepDimTol_ParallelismTolerance
//purpose :

View File

@@ -38,7 +38,7 @@ public:
DEFINE_STANDARD_RTTI(StepDimTol_ParallelismTolerance,StepDimTol_GeometricToleranceWithDatumReference)
DEFINE_STANDARD_RTTIEXT(StepDimTol_ParallelismTolerance,StepDimTol_GeometricToleranceWithDatumReference)
protected:

View File

@@ -18,6 +18,8 @@
#include <Standard_Type.hxx>
#include <StepDimTol_PerpendicularityTolerance.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_PerpendicularityTolerance,StepDimTol_GeometricToleranceWithDatumReference)
//=======================================================================
//function : StepDimTol_PerpendicularityTolerance
//purpose :

View File

@@ -38,7 +38,7 @@ public:
DEFINE_STANDARD_RTTI(StepDimTol_PerpendicularityTolerance,StepDimTol_GeometricToleranceWithDatumReference)
DEFINE_STANDARD_RTTIEXT(StepDimTol_PerpendicularityTolerance,StepDimTol_GeometricToleranceWithDatumReference)
protected:

View File

@@ -18,6 +18,8 @@
#include <Standard_Type.hxx>
#include <StepDimTol_PlacedDatumTargetFeature.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_PlacedDatumTargetFeature,StepDimTol_DatumTarget)
//=======================================================================
//function : StepDimTol_PlacedDatumTargetFeature
//purpose :

View File

@@ -38,7 +38,7 @@ public:
DEFINE_STANDARD_RTTI(StepDimTol_PlacedDatumTargetFeature,StepDimTol_DatumTarget)
DEFINE_STANDARD_RTTIEXT(StepDimTol_PlacedDatumTargetFeature,StepDimTol_DatumTarget)
protected:

View File

@@ -18,6 +18,8 @@
#include <Standard_Type.hxx>
#include <StepDimTol_PositionTolerance.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_PositionTolerance,StepDimTol_GeometricTolerance)
//=======================================================================
//function : StepDimTol_PositionTolerance
//purpose :

View File

@@ -38,7 +38,7 @@ public:
DEFINE_STANDARD_RTTI(StepDimTol_PositionTolerance,StepDimTol_GeometricTolerance)
DEFINE_STANDARD_RTTIEXT(StepDimTol_PositionTolerance,StepDimTol_GeometricTolerance)
protected:

View File

@@ -15,6 +15,8 @@
#include <StepDimTol_ProjectedZoneDefinition.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_ProjectedZoneDefinition,StepDimTol_ToleranceZoneDefinition)
//=======================================================================
//function : StepDimTol_ProjectedZoneDefinition
//purpose :

View File

@@ -65,7 +65,7 @@ public:
myProjectionLength = theProjectionLength;
}
DEFINE_STANDARD_RTTI(StepDimTol_ProjectedZoneDefinition, StepDimTol_ToleranceZoneDefinition)
DEFINE_STANDARD_RTTIEXT(StepDimTol_ProjectedZoneDefinition,StepDimTol_ToleranceZoneDefinition)
private:
Handle(StepRepr_ShapeAspect) myProjectionEnd;

View File

@@ -18,6 +18,8 @@
#include <Standard_Type.hxx>
#include <StepDimTol_RoundnessTolerance.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_RoundnessTolerance,StepDimTol_GeometricTolerance)
//=======================================================================
//function : StepDimTol_RoundnessTolerance
//purpose :

View File

@@ -38,7 +38,7 @@ public:
DEFINE_STANDARD_RTTI(StepDimTol_RoundnessTolerance,StepDimTol_GeometricTolerance)
DEFINE_STANDARD_RTTIEXT(StepDimTol_RoundnessTolerance,StepDimTol_GeometricTolerance)
protected:

View File

@@ -15,6 +15,8 @@
#include <StepDimTol_RunoutZoneOrientation.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_RunoutZoneOrientation,MMgt_TShared)
//=======================================================================
//function : StepDimTol_RunoutZoneOrientation
//purpose :

View File

@@ -48,7 +48,7 @@ public:
myAngle = theAngle;
}
DEFINE_STANDARD_RTTI(StepDimTol_RunoutZoneOrientation, MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepDimTol_RunoutZoneOrientation,MMgt_TShared)
private:
Handle(StepBasic_PlaneAngleMeasureWithUnit) myAngle;

View File

@@ -17,6 +17,8 @@
#include <StepData_EnumTool.hxx>
#include <TCollection_AsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_SimpleDatumReferenceModifierMember,StepData_SelectInt)
static StepData_EnumTool tool
(".ANY_CROSS_SECTION.",
".ANY_LONGITUDINAL_SECTION.",

View File

@@ -56,6 +56,6 @@ public:
Standard_EXPORT StepDimTol_SimpleDatumReferenceModifier Value() const;
DEFINE_STANDARD_RTTI(StepDimTol_SimpleDatumReferenceModifierMember, StepData_SelectInt)
DEFINE_STANDARD_RTTIEXT(StepDimTol_SimpleDatumReferenceModifierMember,StepData_SelectInt)
};
#endif // _StepDimTol_SimpleDatumReferenceModifierMember_HeaderFile

View File

@@ -18,6 +18,8 @@
#include <Standard_Type.hxx>
#include <StepDimTol_StraightnessTolerance.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_StraightnessTolerance,StepDimTol_GeometricTolerance)
//=======================================================================
//function : StepDimTol_StraightnessTolerance
//purpose :

View File

@@ -38,7 +38,7 @@ public:
DEFINE_STANDARD_RTTI(StepDimTol_StraightnessTolerance,StepDimTol_GeometricTolerance)
DEFINE_STANDARD_RTTIEXT(StepDimTol_StraightnessTolerance,StepDimTol_GeometricTolerance)
protected:

View File

@@ -18,6 +18,8 @@
#include <Standard_Type.hxx>
#include <StepDimTol_SurfaceProfileTolerance.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_SurfaceProfileTolerance,StepDimTol_GeometricTolerance)
//=======================================================================
//function : StepDimTol_SurfaceProfileTolerance
//purpose :

View File

@@ -38,7 +38,7 @@ public:
DEFINE_STANDARD_RTTI(StepDimTol_SurfaceProfileTolerance,StepDimTol_GeometricTolerance)
DEFINE_STANDARD_RTTIEXT(StepDimTol_SurfaceProfileTolerance,StepDimTol_GeometricTolerance)
protected:

View File

@@ -18,6 +18,8 @@
#include <Standard_Type.hxx>
#include <StepDimTol_SymmetryTolerance.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_SymmetryTolerance,StepDimTol_GeometricToleranceWithDatumReference)
//=======================================================================
//function : StepDimTol_SymmetryTolerance
//purpose :

View File

@@ -38,7 +38,7 @@ public:
DEFINE_STANDARD_RTTI(StepDimTol_SymmetryTolerance,StepDimTol_GeometricToleranceWithDatumReference)
DEFINE_STANDARD_RTTIEXT(StepDimTol_SymmetryTolerance,StepDimTol_GeometricToleranceWithDatumReference)
protected:

View File

@@ -17,6 +17,8 @@
#include <StepDimTol_HArray1OfToleranceZoneTarget.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_ToleranceZone,StepRepr_ShapeAspect)
//=======================================================================
//function : StepDimTol_ToleranceZone
//purpose :

View File

@@ -90,7 +90,7 @@ public:
myForm = theForm;
}
DEFINE_STANDARD_RTTI(StepDimTol_ToleranceZone, StepRepr_ShapeAspect)
DEFINE_STANDARD_RTTIEXT(StepDimTol_ToleranceZone,StepRepr_ShapeAspect)
private:
Handle(StepDimTol_HArray1OfToleranceZoneTarget) myDefiningTolerance;

View File

@@ -17,6 +17,8 @@
#include <StepRepr_HArray1OfShapeAspect.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_ToleranceZoneDefinition,MMgt_TShared)
//=======================================================================
//function : StepDimTol_ToleranceZoneDefinition
//purpose :

View File

@@ -84,7 +84,7 @@ public:
myZone = theZone;
}
DEFINE_STANDARD_RTTI(StepDimTol_ToleranceZoneDefinition, MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepDimTol_ToleranceZoneDefinition,MMgt_TShared)
private:
Handle(StepRepr_HArray1OfShapeAspect) myBoundaries;

View File

@@ -15,6 +15,8 @@
#include <StepDimTol_ToleranceZoneForm.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_ToleranceZoneForm,MMgt_TShared)
//=======================================================================
//function : StepDimTol_ToleranceZoneForm
//purpose :

View File

@@ -50,7 +50,7 @@ public:
myName = theName;
}
DEFINE_STANDARD_RTTI(StepDimTol_ToleranceZoneForm, MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepDimTol_ToleranceZoneForm,MMgt_TShared)
private:
Handle(TCollection_HAsciiString) myName;

View File

@@ -18,6 +18,8 @@
#include <Standard_Type.hxx>
#include <StepDimTol_TotalRunoutTolerance.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_TotalRunoutTolerance,StepDimTol_GeometricToleranceWithDatumReference)
//=======================================================================
//function : StepDimTol_TotalRunoutTolerance
//purpose :

View File

@@ -38,7 +38,7 @@ public:
DEFINE_STANDARD_RTTI(StepDimTol_TotalRunoutTolerance,StepDimTol_GeometricToleranceWithDatumReference)
DEFINE_STANDARD_RTTIEXT(StepDimTol_TotalRunoutTolerance,StepDimTol_GeometricToleranceWithDatumReference)
protected:

View File

@@ -18,6 +18,8 @@
#include <StepDimTol_GeometricToleranceTarget.hxx>
#include <StepBasic_LengthMeasureWithUnit.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_UnequallyDisposedGeometricTolerance,StepDimTol_GeometricTolerance)
//=======================================================================
//function : StepDimTol_UnequallyDisposedGeometricTolerance
//purpose :

View File

@@ -52,7 +52,7 @@ public:
myDisplacement = theDisplacement;
}
DEFINE_STANDARD_RTTI(StepDimTol_UnequallyDisposedGeometricTolerance, StepDimTol_GeometricTolerance)
DEFINE_STANDARD_RTTIEXT(StepDimTol_UnequallyDisposedGeometricTolerance,StepDimTol_GeometricTolerance)
private:
Handle(StepBasic_LengthMeasureWithUnit) myDisplacement;