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:
@@ -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(
|
||||
|
@@ -55,7 +55,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_Axis1Placement,StepGeom_Placement)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_Axis1Placement,StepGeom_Placement)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -55,7 +55,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_Axis2Placement2d,StepGeom_Placement)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_Axis2Placement2d,StepGeom_Placement)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -63,7 +63,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_Axis2Placement3d,StepGeom_Placement)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_Axis2Placement3d,StepGeom_Placement)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -73,7 +73,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_BSplineCurve,StepGeom_BoundedCurve)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_BSplineCurve,StepGeom_BoundedCurve)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -72,7 +72,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_BSplineCurveWithKnots,StepGeom_BSplineCurve)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_BSplineCurveWithKnots,StepGeom_BSplineCurve)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -92,7 +92,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_BSplineCurveWithKnotsAndRationalBSplineCurve,StepGeom_BSplineCurve)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_BSplineCurveWithKnotsAndRationalBSplineCurve,StepGeom_BSplineCurve)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -83,7 +83,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_BSplineSurface,StepGeom_BoundedSurface)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_BSplineSurface,StepGeom_BoundedSurface)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -88,7 +88,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_BSplineSurfaceWithKnots,StepGeom_BSplineSurface)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_BSplineSurfaceWithKnots,StepGeom_BSplineSurface)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -111,7 +111,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_BSplineSurfaceWithKnotsAndRationalBSplineSurface,StepGeom_BSplineSurface)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_BSplineSurfaceWithKnotsAndRationalBSplineSurface,StepGeom_BSplineSurface)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -15,5 +15,7 @@
|
||||
#include <Standard_Type.hxx>
|
||||
#include <StepGeom_BezierCurve.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_BezierCurve,StepGeom_BSplineCurve)
|
||||
|
||||
StepGeom_BezierCurve::StepGeom_BezierCurve () {}
|
||||
|
||||
|
@@ -39,7 +39,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_BezierCurve,StepGeom_BSplineCurve)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_BezierCurve,StepGeom_BSplineCurve)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -70,7 +70,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_BezierCurveAndRationalBSplineCurve,StepGeom_BSplineCurve)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_BezierCurveAndRationalBSplineCurve,StepGeom_BSplineCurve)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -15,5 +15,7 @@
|
||||
#include <Standard_Type.hxx>
|
||||
#include <StepGeom_BezierSurface.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_BezierSurface,StepGeom_BSplineSurface)
|
||||
|
||||
StepGeom_BezierSurface::StepGeom_BezierSurface () {}
|
||||
|
||||
|
@@ -39,7 +39,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_BezierSurface,StepGeom_BSplineSurface)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_BezierSurface,StepGeom_BSplineSurface)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -72,7 +72,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_BezierSurfaceAndRationalBSplineSurface,StepGeom_BSplineSurface)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_BezierSurfaceAndRationalBSplineSurface,StepGeom_BSplineSurface)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -15,5 +15,7 @@
|
||||
#include <Standard_Type.hxx>
|
||||
#include <StepGeom_BoundaryCurve.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_BoundaryCurve,StepGeom_CompositeCurveOnSurface)
|
||||
|
||||
StepGeom_BoundaryCurve::StepGeom_BoundaryCurve () {}
|
||||
|
||||
|
@@ -39,7 +39,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_BoundaryCurve,StepGeom_CompositeCurveOnSurface)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_BoundaryCurve,StepGeom_CompositeCurveOnSurface)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -15,5 +15,7 @@
|
||||
#include <Standard_Type.hxx>
|
||||
#include <StepGeom_BoundedCurve.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_BoundedCurve,StepGeom_Curve)
|
||||
|
||||
StepGeom_BoundedCurve::StepGeom_BoundedCurve () {}
|
||||
|
||||
|
@@ -39,7 +39,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_BoundedCurve,StepGeom_Curve)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_BoundedCurve,StepGeom_Curve)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -15,5 +15,7 @@
|
||||
#include <Standard_Type.hxx>
|
||||
#include <StepGeom_BoundedSurface.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_BoundedSurface,StepGeom_Surface)
|
||||
|
||||
StepGeom_BoundedSurface::StepGeom_BoundedSurface () {}
|
||||
|
||||
|
@@ -39,7 +39,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_BoundedSurface,StepGeom_Surface)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_BoundedSurface,StepGeom_Surface)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -59,7 +59,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_CartesianPoint,StepGeom_Point)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_CartesianPoint,StepGeom_Point)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -76,7 +76,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_CartesianTransformationOperator,StepGeom_GeometricRepresentationItem)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_CartesianTransformationOperator,StepGeom_GeometricRepresentationItem)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -15,4 +15,6 @@
|
||||
#include <Standard_Type.hxx>
|
||||
#include <StepGeom_CartesianTransformationOperator2d.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_CartesianTransformationOperator2d,StepGeom_CartesianTransformationOperator)
|
||||
|
||||
StepGeom_CartesianTransformationOperator2d::StepGeom_CartesianTransformationOperator2d () { }
|
||||
|
@@ -38,7 +38,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_CartesianTransformationOperator2d,StepGeom_CartesianTransformationOperator)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_CartesianTransformationOperator2d,StepGeom_CartesianTransformationOperator)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -56,7 +56,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_CartesianTransformationOperator3d,StepGeom_CartesianTransformationOperator)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_CartesianTransformationOperator3d,StepGeom_CartesianTransformationOperator)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -50,7 +50,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_Circle,StepGeom_Conic)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_Circle,StepGeom_Conic)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -60,7 +60,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_CompositeCurve,StepGeom_BoundedCurve)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_CompositeCurve,StepGeom_BoundedCurve)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -15,5 +15,7 @@
|
||||
#include <Standard_Type.hxx>
|
||||
#include <StepGeom_CompositeCurveOnSurface.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_CompositeCurveOnSurface,StepGeom_CompositeCurve)
|
||||
|
||||
StepGeom_CompositeCurveOnSurface::StepGeom_CompositeCurveOnSurface () {}
|
||||
|
||||
|
@@ -39,7 +39,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_CompositeCurveOnSurface,StepGeom_CompositeCurve)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_CompositeCurveOnSurface,StepGeom_CompositeCurve)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -56,7 +56,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_CompositeCurveSegment,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_CompositeCurveSegment,MMgt_TShared)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -50,7 +50,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_Conic,StepGeom_Curve)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_Conic,StepGeom_Curve)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -54,7 +54,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_ConicalSurface,StepGeom_ElementarySurface)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_ConicalSurface,StepGeom_ElementarySurface)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -15,5 +15,7 @@
|
||||
#include <Standard_Type.hxx>
|
||||
#include <StepGeom_Curve.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_Curve,StepGeom_GeometricRepresentationItem)
|
||||
|
||||
StepGeom_Curve::StepGeom_Curve () {}
|
||||
|
||||
|
@@ -39,7 +39,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_Curve,StepGeom_GeometricRepresentationItem)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_Curve,StepGeom_GeometricRepresentationItem)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -21,6 +21,8 @@
|
||||
#include <StepGeom_Surface.hxx>
|
||||
#include <TCollection_HAsciiString.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_CurveBoundedSurface,StepGeom_BoundedSurface)
|
||||
|
||||
//=======================================================================
|
||||
//function : StepGeom_CurveBoundedSurface
|
||||
//purpose :
|
||||
|
@@ -64,7 +64,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_CurveBoundedSurface,StepGeom_BoundedSurface)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_CurveBoundedSurface,StepGeom_BoundedSurface)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -54,7 +54,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_CurveReplica,StepGeom_Curve)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_CurveReplica,StepGeom_Curve)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -50,7 +50,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_CylindricalSurface,StepGeom_ElementarySurface)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_CylindricalSurface,StepGeom_ElementarySurface)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -54,7 +54,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_DegeneratePcurve,StepGeom_Point)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_DegeneratePcurve,StepGeom_Point)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -51,7 +51,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_DegenerateToroidalSurface,StepGeom_ToroidalSurface)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_DegenerateToroidalSurface,StepGeom_ToroidalSurface)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -55,7 +55,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_Direction,StepGeom_GeometricRepresentationItem)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_Direction,StepGeom_GeometricRepresentationItem)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -49,7 +49,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_ElementarySurface,StepGeom_Surface)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_ElementarySurface,StepGeom_Surface)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -54,7 +54,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_Ellipse,StepGeom_Conic)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_Ellipse,StepGeom_Conic)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -51,7 +51,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_EvaluatedDegeneratePcurve,StepGeom_DegeneratePcurve)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_EvaluatedDegeneratePcurve,StepGeom_DegeneratePcurve)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -24,6 +24,8 @@
|
||||
#include <StepRepr_GlobalUnitAssignedContext.hxx>
|
||||
#include <TCollection_HAsciiString.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_GeomRepContextAndGlobUnitAssCtxAndGlobUncertaintyAssCtx,StepRepr_RepresentationContext)
|
||||
|
||||
// --------------------------------------------------------------------------------------------------
|
||||
// Method :
|
||||
// Purpose :
|
||||
|
@@ -85,7 +85,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_GeomRepContextAndGlobUnitAssCtxAndGlobUncertaintyAssCtx,StepRepr_RepresentationContext)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_GeomRepContextAndGlobUnitAssCtxAndGlobUncertaintyAssCtx,StepRepr_RepresentationContext)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -49,7 +49,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_GeometricRepresentationContext,StepRepr_RepresentationContext)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_GeometricRepresentationContext,StepRepr_RepresentationContext)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -71,7 +71,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_GeometricRepresentationContextAndGlobalUnitAssignedContext,StepRepr_RepresentationContext)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_GeometricRepresentationContextAndGlobalUnitAssignedContext,StepRepr_RepresentationContext)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -61,7 +61,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_GeometricRepresentationContextAndParametricRepresentationContext,StepRepr_RepresentationContext)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_GeometricRepresentationContextAndParametricRepresentationContext,StepRepr_RepresentationContext)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -15,5 +15,7 @@
|
||||
#include <Standard_Type.hxx>
|
||||
#include <StepGeom_GeometricRepresentationItem.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_GeometricRepresentationItem,StepRepr_RepresentationItem)
|
||||
|
||||
StepGeom_GeometricRepresentationItem::StepGeom_GeometricRepresentationItem () {}
|
||||
|
||||
|
@@ -39,7 +39,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_GeometricRepresentationItem,StepRepr_RepresentationItem)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_GeometricRepresentationItem,StepRepr_RepresentationItem)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -54,7 +54,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_Hyperbola,StepGeom_Conic)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_Hyperbola,StepGeom_Conic)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -15,5 +15,7 @@
|
||||
#include <Standard_Type.hxx>
|
||||
#include <StepGeom_IntersectionCurve.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_IntersectionCurve,StepGeom_SurfaceCurve)
|
||||
|
||||
StepGeom_IntersectionCurve::StepGeom_IntersectionCurve () {}
|
||||
|
||||
|
@@ -39,7 +39,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_IntersectionCurve,StepGeom_SurfaceCurve)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_IntersectionCurve,StepGeom_SurfaceCurve)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -54,7 +54,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_Line,StepGeom_Curve)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_Line,StepGeom_Curve)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -64,7 +64,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_OffsetCurve3d,StepGeom_Curve)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_OffsetCurve3d,StepGeom_Curve)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -59,7 +59,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_OffsetSurface,StepGeom_Surface)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_OffsetSurface,StepGeom_Surface)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -19,6 +19,8 @@
|
||||
#include <StepGeom_OrientedSurface.hxx>
|
||||
#include <TCollection_HAsciiString.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_OrientedSurface,StepGeom_Surface)
|
||||
|
||||
//=======================================================================
|
||||
//function : StepGeom_OrientedSurface
|
||||
//purpose :
|
||||
|
@@ -49,7 +49,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_OrientedSurface,StepGeom_Surface)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_OrientedSurface,StepGeom_Surface)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -15,5 +15,7 @@
|
||||
#include <Standard_Type.hxx>
|
||||
#include <StepGeom_OuterBoundaryCurve.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepGeom_OuterBoundaryCurve,StepGeom_BoundaryCurve)
|
||||
|
||||
StepGeom_OuterBoundaryCurve::StepGeom_OuterBoundaryCurve () {}
|
||||
|
||||
|
@@ -39,7 +39,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_OuterBoundaryCurve,StepGeom_BoundaryCurve)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_OuterBoundaryCurve,StepGeom_BoundaryCurve)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -50,7 +50,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepGeom_Parabola,StepGeom_Conic)
|
||||
DEFINE_STANDARD_RTTIEXT(StepGeom_Parabola,StepGeom_Conic)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -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(
|
||||
|
@@ -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
Reference in New Issue
Block a user