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

0024947: Redesign OCCT legacy type system -- automatic

Automatic upgrade with command "occt_upgdare . -rtti"
This commit is contained in:
abv
2015-07-11 11:06:11 +03:00
parent 69ff08ff28
commit ec357c5cbb
816 changed files with 1280 additions and 690 deletions

View File

@@ -85,6 +85,10 @@
#include <Message_Messenger.hxx>
#include <Transfer_ActorOfTransientProcess.hxx>
#include <STEPControl_ActorRead.hxx>
#include <StepGeom_CurveBoundedSurface.hxx>
#include <StepGeom_GeometricRepresentationItem.hxx>
#include <StepShape_ClosedShell.hxx>
#include <StepShape_FaceSurface.hxx>
static void ResetPreci (const TopoDS_Shape& S, Standard_Real maxtol)
{

View File

@@ -35,6 +35,9 @@
#include <StepToGeom_MakeCartesianPoint.hxx>
#include <StepToGeom_MakeDirection.hxx>
#include <StepToGeom_MakeTransformation3d.hxx>
#include <StepGeom_Axis2Placement3d.hxx>
#include <StepGeom_CartesianTransformationOperator3d.hxx>
#include <StepRepr_ItemDefinedTransformation.hxx>
StepToTopoDS_MakeTransformed::StepToTopoDS_MakeTransformed ()

View File

@@ -41,6 +41,7 @@
#include <ShapeExtend_WireData.hxx>
#include <ShapeFix_Wire.hxx>
#include <StepGeom_CompositeCurve.hxx>
//=======================================================================
//function : Create

View File

@@ -66,6 +66,7 @@
// Used in I-DEAS-like STP processing (ssv; 15.11.2010)
#include <TCollection_HAsciiString.hxx>
#include <StepGeom_Polyline.hxx>
//#define DEBUG

View File

@@ -90,6 +90,7 @@
#include <XSAlgo_AlgoContainer.hxx>
#include <ElCLib.hxx>
#include <Standard_ErrorHandler.hxx>
#include <StepGeom_Polyline.hxx>
// ============================================================================
// Method : RemoveSinglePCurve

View File

@@ -87,6 +87,7 @@
// To proceed with I-DEAS-like STP (ssv; 15.11.2010)
#include <TCollection_HAsciiString.hxx>
#include <Geom_BSplineSurface.hxx>
//#define DEBUG