1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +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 <StepGeom_Direction.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_Axis1Placement,StepGeom_Placement)
StepGeom_Axis1Placement::StepGeom_Axis1Placement () {}
void StepGeom_Axis1Placement::Init(

View File

@@ -55,7 +55,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_Axis1Placement,StepGeom_Placement)
DEFINE_STANDARD_RTTIEXT(StepGeom_Axis1Placement,StepGeom_Placement)
protected:

View File

@@ -18,6 +18,8 @@
#include <StepGeom_Direction.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_Axis2Placement2d,StepGeom_Placement)
StepGeom_Axis2Placement2d::StepGeom_Axis2Placement2d () {}
void StepGeom_Axis2Placement2d::Init(

View File

@@ -55,7 +55,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_Axis2Placement2d,StepGeom_Placement)
DEFINE_STANDARD_RTTIEXT(StepGeom_Axis2Placement2d,StepGeom_Placement)
protected:

View File

@@ -18,6 +18,8 @@
#include <StepGeom_Direction.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_Axis2Placement3d,StepGeom_Placement)
StepGeom_Axis2Placement3d::StepGeom_Axis2Placement3d () {}
void StepGeom_Axis2Placement3d::Init(

View File

@@ -63,7 +63,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_Axis2Placement3d,StepGeom_Placement)
DEFINE_STANDARD_RTTIEXT(StepGeom_Axis2Placement3d,StepGeom_Placement)
protected:

View File

@@ -17,6 +17,8 @@
#include <StepGeom_CartesianPoint.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_BSplineCurve,StepGeom_BoundedCurve)
StepGeom_BSplineCurve::StepGeom_BSplineCurve () {}
void StepGeom_BSplineCurve::Init(

View File

@@ -73,7 +73,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_BSplineCurve,StepGeom_BoundedCurve)
DEFINE_STANDARD_RTTIEXT(StepGeom_BSplineCurve,StepGeom_BoundedCurve)
protected:

View File

@@ -16,6 +16,8 @@
#include <StepGeom_BSplineCurveWithKnots.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_BSplineCurveWithKnots,StepGeom_BSplineCurve)
StepGeom_BSplineCurveWithKnots::StepGeom_BSplineCurveWithKnots () {}
void StepGeom_BSplineCurveWithKnots::Init(

View File

@@ -72,7 +72,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_BSplineCurveWithKnots,StepGeom_BSplineCurve)
DEFINE_STANDARD_RTTIEXT(StepGeom_BSplineCurveWithKnots,StepGeom_BSplineCurve)
protected:

View File

@@ -18,6 +18,8 @@
#include <StepGeom_RationalBSplineCurve.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_BSplineCurveWithKnotsAndRationalBSplineCurve,StepGeom_BSplineCurve)
StepGeom_BSplineCurveWithKnotsAndRationalBSplineCurve::StepGeom_BSplineCurveWithKnotsAndRationalBSplineCurve () {}
void StepGeom_BSplineCurveWithKnotsAndRationalBSplineCurve::Init(

View File

@@ -92,7 +92,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_BSplineCurveWithKnotsAndRationalBSplineCurve,StepGeom_BSplineCurve)
DEFINE_STANDARD_RTTIEXT(StepGeom_BSplineCurveWithKnotsAndRationalBSplineCurve,StepGeom_BSplineCurve)
protected:

View File

@@ -17,6 +17,8 @@
#include <StepGeom_CartesianPoint.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_BSplineSurface,StepGeom_BoundedSurface)
StepGeom_BSplineSurface::StepGeom_BSplineSurface () {}
void StepGeom_BSplineSurface::Init(

View File

@@ -83,7 +83,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_BSplineSurface,StepGeom_BoundedSurface)
DEFINE_STANDARD_RTTIEXT(StepGeom_BSplineSurface,StepGeom_BoundedSurface)
protected:

View File

@@ -16,6 +16,8 @@
#include <StepGeom_BSplineSurfaceWithKnots.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_BSplineSurfaceWithKnots,StepGeom_BSplineSurface)
StepGeom_BSplineSurfaceWithKnots::StepGeom_BSplineSurfaceWithKnots () {}
void StepGeom_BSplineSurfaceWithKnots::Init(

View File

@@ -88,7 +88,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_BSplineSurfaceWithKnots,StepGeom_BSplineSurface)
DEFINE_STANDARD_RTTIEXT(StepGeom_BSplineSurfaceWithKnots,StepGeom_BSplineSurface)
protected:

View File

@@ -18,6 +18,8 @@
#include <StepGeom_RationalBSplineSurface.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_BSplineSurfaceWithKnotsAndRationalBSplineSurface,StepGeom_BSplineSurface)
StepGeom_BSplineSurfaceWithKnotsAndRationalBSplineSurface::StepGeom_BSplineSurfaceWithKnotsAndRationalBSplineSurface () {}
void StepGeom_BSplineSurfaceWithKnotsAndRationalBSplineSurface::Init(

View File

@@ -111,7 +111,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_BSplineSurfaceWithKnotsAndRationalBSplineSurface,StepGeom_BSplineSurface)
DEFINE_STANDARD_RTTIEXT(StepGeom_BSplineSurfaceWithKnotsAndRationalBSplineSurface,StepGeom_BSplineSurface)
protected:

View File

@@ -15,5 +15,7 @@
#include <Standard_Type.hxx>
#include <StepGeom_BezierCurve.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_BezierCurve,StepGeom_BSplineCurve)
StepGeom_BezierCurve::StepGeom_BezierCurve () {}

View File

@@ -39,7 +39,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_BezierCurve,StepGeom_BSplineCurve)
DEFINE_STANDARD_RTTIEXT(StepGeom_BezierCurve,StepGeom_BSplineCurve)
protected:

View File

@@ -18,6 +18,8 @@
#include <StepGeom_RationalBSplineCurve.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_BezierCurveAndRationalBSplineCurve,StepGeom_BSplineCurve)
StepGeom_BezierCurveAndRationalBSplineCurve::StepGeom_BezierCurveAndRationalBSplineCurve () {}
void StepGeom_BezierCurveAndRationalBSplineCurve::Init(

View File

@@ -70,7 +70,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_BezierCurveAndRationalBSplineCurve,StepGeom_BSplineCurve)
DEFINE_STANDARD_RTTIEXT(StepGeom_BezierCurveAndRationalBSplineCurve,StepGeom_BSplineCurve)
protected:

View File

@@ -15,5 +15,7 @@
#include <Standard_Type.hxx>
#include <StepGeom_BezierSurface.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_BezierSurface,StepGeom_BSplineSurface)
StepGeom_BezierSurface::StepGeom_BezierSurface () {}

View File

@@ -39,7 +39,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_BezierSurface,StepGeom_BSplineSurface)
DEFINE_STANDARD_RTTIEXT(StepGeom_BezierSurface,StepGeom_BSplineSurface)
protected:

View File

@@ -18,6 +18,8 @@
#include <StepGeom_RationalBSplineSurface.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_BezierSurfaceAndRationalBSplineSurface,StepGeom_BSplineSurface)
StepGeom_BezierSurfaceAndRationalBSplineSurface::StepGeom_BezierSurfaceAndRationalBSplineSurface () {}
void StepGeom_BezierSurfaceAndRationalBSplineSurface::Init(

View File

@@ -72,7 +72,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_BezierSurfaceAndRationalBSplineSurface,StepGeom_BSplineSurface)
DEFINE_STANDARD_RTTIEXT(StepGeom_BezierSurfaceAndRationalBSplineSurface,StepGeom_BSplineSurface)
protected:

View File

@@ -15,5 +15,7 @@
#include <Standard_Type.hxx>
#include <StepGeom_BoundaryCurve.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_BoundaryCurve,StepGeom_CompositeCurveOnSurface)
StepGeom_BoundaryCurve::StepGeom_BoundaryCurve () {}

View File

@@ -39,7 +39,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_BoundaryCurve,StepGeom_CompositeCurveOnSurface)
DEFINE_STANDARD_RTTIEXT(StepGeom_BoundaryCurve,StepGeom_CompositeCurveOnSurface)
protected:

View File

@@ -15,5 +15,7 @@
#include <Standard_Type.hxx>
#include <StepGeom_BoundedCurve.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_BoundedCurve,StepGeom_Curve)
StepGeom_BoundedCurve::StepGeom_BoundedCurve () {}

View File

@@ -39,7 +39,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_BoundedCurve,StepGeom_Curve)
DEFINE_STANDARD_RTTIEXT(StepGeom_BoundedCurve,StepGeom_Curve)
protected:

View File

@@ -15,5 +15,7 @@
#include <Standard_Type.hxx>
#include <StepGeom_BoundedSurface.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_BoundedSurface,StepGeom_Surface)
StepGeom_BoundedSurface::StepGeom_BoundedSurface () {}

View File

@@ -39,7 +39,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_BoundedSurface,StepGeom_Surface)
DEFINE_STANDARD_RTTIEXT(StepGeom_BoundedSurface,StepGeom_Surface)
protected:

View File

@@ -16,6 +16,8 @@
#include <StepGeom_CartesianPoint.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_CartesianPoint,StepGeom_Point)
StepGeom_CartesianPoint::StepGeom_CartesianPoint () {}
void StepGeom_CartesianPoint::Init(

View File

@@ -59,7 +59,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_CartesianPoint,StepGeom_Point)
DEFINE_STANDARD_RTTIEXT(StepGeom_CartesianPoint,StepGeom_Point)
protected:

View File

@@ -18,6 +18,8 @@
#include <StepGeom_Direction.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_CartesianTransformationOperator,StepGeom_GeometricRepresentationItem)
StepGeom_CartesianTransformationOperator::StepGeom_CartesianTransformationOperator () {}
void StepGeom_CartesianTransformationOperator::Init(

View File

@@ -76,7 +76,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_CartesianTransformationOperator,StepGeom_GeometricRepresentationItem)
DEFINE_STANDARD_RTTIEXT(StepGeom_CartesianTransformationOperator,StepGeom_GeometricRepresentationItem)
protected:

View File

@@ -15,4 +15,6 @@
#include <Standard_Type.hxx>
#include <StepGeom_CartesianTransformationOperator2d.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_CartesianTransformationOperator2d,StepGeom_CartesianTransformationOperator)
StepGeom_CartesianTransformationOperator2d::StepGeom_CartesianTransformationOperator2d () { }

View File

@@ -38,7 +38,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_CartesianTransformationOperator2d,StepGeom_CartesianTransformationOperator)
DEFINE_STANDARD_RTTIEXT(StepGeom_CartesianTransformationOperator2d,StepGeom_CartesianTransformationOperator)
protected:

View File

@@ -18,6 +18,8 @@
#include <StepGeom_Direction.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_CartesianTransformationOperator3d,StepGeom_CartesianTransformationOperator)
StepGeom_CartesianTransformationOperator3d::StepGeom_CartesianTransformationOperator3d () {}
void StepGeom_CartesianTransformationOperator3d::Init(

View File

@@ -56,7 +56,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_CartesianTransformationOperator3d,StepGeom_CartesianTransformationOperator)
DEFINE_STANDARD_RTTIEXT(StepGeom_CartesianTransformationOperator3d,StepGeom_CartesianTransformationOperator)
protected:

View File

@@ -17,6 +17,8 @@
#include <StepGeom_Circle.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_Circle,StepGeom_Conic)
StepGeom_Circle::StepGeom_Circle () {}
void StepGeom_Circle::Init(

View File

@@ -50,7 +50,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_Circle,StepGeom_Conic)
DEFINE_STANDARD_RTTIEXT(StepGeom_Circle,StepGeom_Conic)
protected:

View File

@@ -17,6 +17,8 @@
#include <StepGeom_CompositeCurveSegment.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_CompositeCurve,StepGeom_BoundedCurve)
StepGeom_CompositeCurve::StepGeom_CompositeCurve () {}
void StepGeom_CompositeCurve::Init(

View File

@@ -60,7 +60,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_CompositeCurve,StepGeom_BoundedCurve)
DEFINE_STANDARD_RTTIEXT(StepGeom_CompositeCurve,StepGeom_BoundedCurve)
protected:

View File

@@ -15,5 +15,7 @@
#include <Standard_Type.hxx>
#include <StepGeom_CompositeCurveOnSurface.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_CompositeCurveOnSurface,StepGeom_CompositeCurve)
StepGeom_CompositeCurveOnSurface::StepGeom_CompositeCurveOnSurface () {}

View File

@@ -39,7 +39,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_CompositeCurveOnSurface,StepGeom_CompositeCurve)
DEFINE_STANDARD_RTTIEXT(StepGeom_CompositeCurveOnSurface,StepGeom_CompositeCurve)
protected:

View File

@@ -16,6 +16,8 @@
#include <StepGeom_CompositeCurveSegment.hxx>
#include <StepGeom_Curve.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_CompositeCurveSegment,MMgt_TShared)
StepGeom_CompositeCurveSegment::StepGeom_CompositeCurveSegment () {}
void StepGeom_CompositeCurveSegment::Init(

View File

@@ -56,7 +56,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_CompositeCurveSegment,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepGeom_CompositeCurveSegment,MMgt_TShared)
protected:

View File

@@ -17,6 +17,8 @@
#include <StepGeom_Conic.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_Conic,StepGeom_Curve)
StepGeom_Conic::StepGeom_Conic () {}
void StepGeom_Conic::Init(

View File

@@ -50,7 +50,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_Conic,StepGeom_Curve)
DEFINE_STANDARD_RTTIEXT(StepGeom_Conic,StepGeom_Curve)
protected:

View File

@@ -17,6 +17,8 @@
#include <StepGeom_ConicalSurface.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_ConicalSurface,StepGeom_ElementarySurface)
StepGeom_ConicalSurface::StepGeom_ConicalSurface () {}
void StepGeom_ConicalSurface::Init(

View File

@@ -54,7 +54,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_ConicalSurface,StepGeom_ElementarySurface)
DEFINE_STANDARD_RTTIEXT(StepGeom_ConicalSurface,StepGeom_ElementarySurface)
protected:

View File

@@ -15,5 +15,7 @@
#include <Standard_Type.hxx>
#include <StepGeom_Curve.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_Curve,StepGeom_GeometricRepresentationItem)
StepGeom_Curve::StepGeom_Curve () {}

View File

@@ -39,7 +39,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_Curve,StepGeom_GeometricRepresentationItem)
DEFINE_STANDARD_RTTIEXT(StepGeom_Curve,StepGeom_GeometricRepresentationItem)
protected:

View File

@@ -21,6 +21,8 @@
#include <StepGeom_Surface.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_CurveBoundedSurface,StepGeom_BoundedSurface)
//=======================================================================
//function : StepGeom_CurveBoundedSurface
//purpose :

View File

@@ -64,7 +64,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_CurveBoundedSurface,StepGeom_BoundedSurface)
DEFINE_STANDARD_RTTIEXT(StepGeom_CurveBoundedSurface,StepGeom_BoundedSurface)
protected:

View File

@@ -18,6 +18,8 @@
#include <StepGeom_CurveReplica.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_CurveReplica,StepGeom_Curve)
StepGeom_CurveReplica::StepGeom_CurveReplica () {}
void StepGeom_CurveReplica::Init(

View File

@@ -54,7 +54,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_CurveReplica,StepGeom_Curve)
DEFINE_STANDARD_RTTIEXT(StepGeom_CurveReplica,StepGeom_Curve)
protected:

View File

@@ -17,6 +17,8 @@
#include <StepGeom_CylindricalSurface.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_CylindricalSurface,StepGeom_ElementarySurface)
StepGeom_CylindricalSurface::StepGeom_CylindricalSurface () {}
void StepGeom_CylindricalSurface::Init(

View File

@@ -50,7 +50,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_CylindricalSurface,StepGeom_ElementarySurface)
DEFINE_STANDARD_RTTIEXT(StepGeom_CylindricalSurface,StepGeom_ElementarySurface)
protected:

View File

@@ -18,6 +18,8 @@
#include <StepRepr_DefinitionalRepresentation.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_DegeneratePcurve,StepGeom_Point)
StepGeom_DegeneratePcurve::StepGeom_DegeneratePcurve () {}
void StepGeom_DegeneratePcurve::Init(

View File

@@ -54,7 +54,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_DegeneratePcurve,StepGeom_Point)
DEFINE_STANDARD_RTTIEXT(StepGeom_DegeneratePcurve,StepGeom_Point)
protected:

View File

@@ -17,6 +17,8 @@
#include <StepGeom_DegenerateToroidalSurface.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_DegenerateToroidalSurface,StepGeom_ToroidalSurface)
StepGeom_DegenerateToroidalSurface::StepGeom_DegenerateToroidalSurface () {}
void StepGeom_DegenerateToroidalSurface::Init(

View File

@@ -51,7 +51,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_DegenerateToroidalSurface,StepGeom_ToroidalSurface)
DEFINE_STANDARD_RTTIEXT(StepGeom_DegenerateToroidalSurface,StepGeom_ToroidalSurface)
protected:

View File

@@ -16,6 +16,8 @@
#include <StepGeom_Direction.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_Direction,StepGeom_GeometricRepresentationItem)
StepGeom_Direction::StepGeom_Direction () {}
void StepGeom_Direction::Init(

View File

@@ -55,7 +55,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_Direction,StepGeom_GeometricRepresentationItem)
DEFINE_STANDARD_RTTIEXT(StepGeom_Direction,StepGeom_GeometricRepresentationItem)
protected:

View File

@@ -17,6 +17,8 @@
#include <StepGeom_ElementarySurface.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_ElementarySurface,StepGeom_Surface)
StepGeom_ElementarySurface::StepGeom_ElementarySurface () {}
void StepGeom_ElementarySurface::Init(

View File

@@ -49,7 +49,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_ElementarySurface,StepGeom_Surface)
DEFINE_STANDARD_RTTIEXT(StepGeom_ElementarySurface,StepGeom_Surface)
protected:

View File

@@ -17,6 +17,8 @@
#include <StepGeom_Ellipse.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_Ellipse,StepGeom_Conic)
StepGeom_Ellipse::StepGeom_Ellipse () {}
void StepGeom_Ellipse::Init(

View File

@@ -54,7 +54,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_Ellipse,StepGeom_Conic)
DEFINE_STANDARD_RTTIEXT(StepGeom_Ellipse,StepGeom_Conic)
protected:

View File

@@ -19,6 +19,8 @@
#include <StepRepr_DefinitionalRepresentation.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_EvaluatedDegeneratePcurve,StepGeom_DegeneratePcurve)
StepGeom_EvaluatedDegeneratePcurve::StepGeom_EvaluatedDegeneratePcurve () {}
void StepGeom_EvaluatedDegeneratePcurve::Init(

View File

@@ -51,7 +51,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_EvaluatedDegeneratePcurve,StepGeom_DegeneratePcurve)
DEFINE_STANDARD_RTTIEXT(StepGeom_EvaluatedDegeneratePcurve,StepGeom_DegeneratePcurve)
protected:

View File

@@ -24,6 +24,8 @@
#include <StepRepr_GlobalUnitAssignedContext.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_GeomRepContextAndGlobUnitAssCtxAndGlobUncertaintyAssCtx,StepRepr_RepresentationContext)
// --------------------------------------------------------------------------------------------------
// Method :
// Purpose :

View File

@@ -85,7 +85,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_GeomRepContextAndGlobUnitAssCtxAndGlobUncertaintyAssCtx,StepRepr_RepresentationContext)
DEFINE_STANDARD_RTTIEXT(StepGeom_GeomRepContextAndGlobUnitAssCtxAndGlobUncertaintyAssCtx,StepRepr_RepresentationContext)
protected:

View File

@@ -16,6 +16,8 @@
#include <StepGeom_GeometricRepresentationContext.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_GeometricRepresentationContext,StepRepr_RepresentationContext)
StepGeom_GeometricRepresentationContext::StepGeom_GeometricRepresentationContext () {}
void StepGeom_GeometricRepresentationContext::Init(

View File

@@ -49,7 +49,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_GeometricRepresentationContext,StepRepr_RepresentationContext)
DEFINE_STANDARD_RTTIEXT(StepGeom_GeometricRepresentationContext,StepRepr_RepresentationContext)
protected:

View File

@@ -19,6 +19,8 @@
#include <StepRepr_GlobalUnitAssignedContext.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_GeometricRepresentationContextAndGlobalUnitAssignedContext,StepRepr_RepresentationContext)
StepGeom_GeometricRepresentationContextAndGlobalUnitAssignedContext::StepGeom_GeometricRepresentationContextAndGlobalUnitAssignedContext () {}
void StepGeom_GeometricRepresentationContextAndGlobalUnitAssignedContext::Init(

View File

@@ -71,7 +71,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_GeometricRepresentationContextAndGlobalUnitAssignedContext,StepRepr_RepresentationContext)
DEFINE_STANDARD_RTTIEXT(StepGeom_GeometricRepresentationContextAndGlobalUnitAssignedContext,StepRepr_RepresentationContext)
protected:

View File

@@ -19,6 +19,8 @@
#include <StepRepr_ParametricRepresentationContext.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_GeometricRepresentationContextAndParametricRepresentationContext,StepRepr_RepresentationContext)
StepGeom_GeometricRepresentationContextAndParametricRepresentationContext::StepGeom_GeometricRepresentationContextAndParametricRepresentationContext () {}
void StepGeom_GeometricRepresentationContextAndParametricRepresentationContext::Init(

View File

@@ -61,7 +61,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_GeometricRepresentationContextAndParametricRepresentationContext,StepRepr_RepresentationContext)
DEFINE_STANDARD_RTTIEXT(StepGeom_GeometricRepresentationContextAndParametricRepresentationContext,StepRepr_RepresentationContext)
protected:

View File

@@ -15,5 +15,7 @@
#include <Standard_Type.hxx>
#include <StepGeom_GeometricRepresentationItem.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_GeometricRepresentationItem,StepRepr_RepresentationItem)
StepGeom_GeometricRepresentationItem::StepGeom_GeometricRepresentationItem () {}

View File

@@ -39,7 +39,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_GeometricRepresentationItem,StepRepr_RepresentationItem)
DEFINE_STANDARD_RTTIEXT(StepGeom_GeometricRepresentationItem,StepRepr_RepresentationItem)
protected:

View File

@@ -17,6 +17,8 @@
#include <StepGeom_Hyperbola.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_Hyperbola,StepGeom_Conic)
StepGeom_Hyperbola::StepGeom_Hyperbola () {}
void StepGeom_Hyperbola::Init(

View File

@@ -54,7 +54,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_Hyperbola,StepGeom_Conic)
DEFINE_STANDARD_RTTIEXT(StepGeom_Hyperbola,StepGeom_Conic)
protected:

View File

@@ -15,5 +15,7 @@
#include <Standard_Type.hxx>
#include <StepGeom_IntersectionCurve.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_IntersectionCurve,StepGeom_SurfaceCurve)
StepGeom_IntersectionCurve::StepGeom_IntersectionCurve () {}

View File

@@ -39,7 +39,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_IntersectionCurve,StepGeom_SurfaceCurve)
DEFINE_STANDARD_RTTIEXT(StepGeom_IntersectionCurve,StepGeom_SurfaceCurve)
protected:

View File

@@ -18,6 +18,8 @@
#include <StepGeom_Vector.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_Line,StepGeom_Curve)
StepGeom_Line::StepGeom_Line () {}
void StepGeom_Line::Init(

View File

@@ -54,7 +54,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_Line,StepGeom_Curve)
DEFINE_STANDARD_RTTIEXT(StepGeom_Line,StepGeom_Curve)
protected:

View File

@@ -18,6 +18,8 @@
#include <StepGeom_OffsetCurve3d.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_OffsetCurve3d,StepGeom_Curve)
StepGeom_OffsetCurve3d::StepGeom_OffsetCurve3d () {}
void StepGeom_OffsetCurve3d::Init(

View File

@@ -64,7 +64,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_OffsetCurve3d,StepGeom_Curve)
DEFINE_STANDARD_RTTIEXT(StepGeom_OffsetCurve3d,StepGeom_Curve)
protected:

View File

@@ -17,6 +17,8 @@
#include <StepGeom_Surface.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_OffsetSurface,StepGeom_Surface)
StepGeom_OffsetSurface::StepGeom_OffsetSurface () {}
void StepGeom_OffsetSurface::Init(

View File

@@ -59,7 +59,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_OffsetSurface,StepGeom_Surface)
DEFINE_STANDARD_RTTIEXT(StepGeom_OffsetSurface,StepGeom_Surface)
protected:

View File

@@ -19,6 +19,8 @@
#include <StepGeom_OrientedSurface.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_OrientedSurface,StepGeom_Surface)
//=======================================================================
//function : StepGeom_OrientedSurface
//purpose :

View File

@@ -49,7 +49,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_OrientedSurface,StepGeom_Surface)
DEFINE_STANDARD_RTTIEXT(StepGeom_OrientedSurface,StepGeom_Surface)
protected:

View File

@@ -15,5 +15,7 @@
#include <Standard_Type.hxx>
#include <StepGeom_OuterBoundaryCurve.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_OuterBoundaryCurve,StepGeom_BoundaryCurve)
StepGeom_OuterBoundaryCurve::StepGeom_OuterBoundaryCurve () {}

View File

@@ -39,7 +39,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_OuterBoundaryCurve,StepGeom_BoundaryCurve)
DEFINE_STANDARD_RTTIEXT(StepGeom_OuterBoundaryCurve,StepGeom_BoundaryCurve)
protected:

View File

@@ -17,6 +17,8 @@
#include <StepGeom_Parabola.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_Parabola,StepGeom_Conic)
StepGeom_Parabola::StepGeom_Parabola () {}
void StepGeom_Parabola::Init(

View File

@@ -50,7 +50,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_Parabola,StepGeom_Conic)
DEFINE_STANDARD_RTTIEXT(StepGeom_Parabola,StepGeom_Conic)
protected:

View File

@@ -18,6 +18,8 @@
#include <StepRepr_DefinitionalRepresentation.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_Pcurve,StepGeom_Curve)
StepGeom_Pcurve::StepGeom_Pcurve () {}
void StepGeom_Pcurve::Init(

View File

@@ -54,7 +54,7 @@ public:
DEFINE_STANDARD_RTTI(StepGeom_Pcurve,StepGeom_Curve)
DEFINE_STANDARD_RTTIEXT(StepGeom_Pcurve,StepGeom_Curve)
protected:

Some files were not shown because too many files have changed in this diff Show More