mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024023: Revamp the OCCT Handle -- general
Missing headers added; includes of headers "Handle_...hxx" removed. Misuses of macro Handle() and its use in typedefs corrected. Alias classes Profile and Option are removed from IFSelect; ones defined in MoniTool are used directly. Removed header files defining only Handle classes (except Image_PixMap_Handle.hxx) Classes SelectMgr_BaseFrustum and now inherit Standard_Transient and can be manipulated by Handle (not NCollection_Handle) Fixed reference-type local variable pointing to temporary object Use of handle in conditional expressions and comparisons to NULL are replaced by call to method IsNull()
This commit is contained in:
@@ -26,7 +26,8 @@
|
||||
#include <Geom2dConvert.hxx>
|
||||
#include <GeomToStep_MakeBSplineCurveWithKnots.hxx>
|
||||
#include <GeomToStep_MakeBSplineCurveWithKnotsAndRationalBSplineCurve.hxx>
|
||||
|
||||
#include <StepGeom_BSplineCurveWithKnotsAndRationalBSplineCurve.hxx>
|
||||
#include <StepGeom_BSplineCurveWithKnots.hxx>
|
||||
|
||||
//=============================================================================
|
||||
// Creation d' une BoundedCurve de prostep a partir d' une BoundedCurve de Geom
|
||||
|
@@ -17,6 +17,9 @@
|
||||
#include <GeomToStep_MakeBoundedSurface.ixx>
|
||||
#include <StdFail_NotDone.hxx>
|
||||
#include <StepGeom_BoundedSurface.hxx>
|
||||
#include <StepGeom_BSplineSurfaceWithKnots.hxx>
|
||||
#include <StepGeom_RectangularTrimmedSurface.hxx>
|
||||
#include <StepGeom_BSplineSurfaceWithKnotsAndRationalBSplineSurface.hxx>
|
||||
#include <GeomToStep_MakeBoundedSurface.hxx>
|
||||
#include <Geom_BSplineSurface.hxx>
|
||||
#include <Geom_RectangularTrimmedSurface.hxx>
|
||||
|
@@ -22,6 +22,8 @@
|
||||
#include <gp_Circ2d.hxx>
|
||||
#include <Geom_Circle.hxx>
|
||||
#include <StepGeom_Circle.hxx>
|
||||
#include <StepGeom_Axis2Placement2d.hxx>
|
||||
#include <StepGeom_Axis2Placement3d.hxx>
|
||||
#include <TCollection_HAsciiString.hxx>
|
||||
#include <UnitsMethods.hxx>
|
||||
|
||||
|
@@ -16,7 +16,10 @@
|
||||
|
||||
#include <GeomToStep_MakeConic.ixx>
|
||||
#include <StdFail_NotDone.hxx>
|
||||
#include <StepGeom_Conic.hxx>
|
||||
#include <StepGeom_Circle.hxx>
|
||||
#include <StepGeom_Ellipse.hxx>
|
||||
#include <StepGeom_Hyperbola.hxx>
|
||||
#include <StepGeom_Parabola.hxx>
|
||||
#include <GeomToStep_MakeConic.hxx>
|
||||
#include <Geom_Circle.hxx>
|
||||
#include <Geom_Ellipse.hxx>
|
||||
|
@@ -16,7 +16,10 @@
|
||||
|
||||
#include <GeomToStep_MakeCurve.ixx>
|
||||
#include <StdFail_NotDone.hxx>
|
||||
#include <StepGeom_Curve.hxx>
|
||||
#include <StepGeom_Conic.hxx>
|
||||
#include <StepGeom_Line.hxx>
|
||||
#include <StepGeom_BoundedCurve.hxx>
|
||||
#include <StepGeom_Axis2Placement3d.hxx>
|
||||
#include <GeomToStep_MakeCurve.hxx>
|
||||
#include <Geom_Line.hxx>
|
||||
#include <Geom2d_Line.hxx>
|
||||
|
@@ -17,6 +17,11 @@
|
||||
#include <GeomToStep_MakeElementarySurface.ixx>
|
||||
#include <StdFail_NotDone.hxx>
|
||||
#include <StepGeom_ElementarySurface.hxx>
|
||||
#include <StepGeom_CylindricalSurface.hxx>
|
||||
#include <StepGeom_ConicalSurface.hxx>
|
||||
#include <StepGeom_SphericalSurface.hxx>
|
||||
#include <StepGeom_ToroidalSurface.hxx>
|
||||
#include <StepGeom_Plane.hxx>
|
||||
#include <GeomToStep_MakeElementarySurface.hxx>
|
||||
#include <Geom_CylindricalSurface.hxx>
|
||||
#include <Geom_ConicalSurface.hxx>
|
||||
|
@@ -21,6 +21,8 @@
|
||||
#include <Geom_Ellipse.hxx>
|
||||
#include <gp_Elips2d.hxx>
|
||||
#include <StepGeom_Ellipse.hxx>
|
||||
#include <StepGeom_Axis2Placement2d.hxx>
|
||||
#include <StepGeom_Axis2Placement3d.hxx>
|
||||
#include <TCollection_HAsciiString.hxx>
|
||||
#include <UnitsMethods.hxx>
|
||||
|
||||
|
@@ -14,6 +14,8 @@
|
||||
#include <GeomToStep_MakeHyperbola.ixx>
|
||||
|
||||
#include <StepGeom_Hyperbola.hxx>
|
||||
#include <StepGeom_Axis2Placement2d.hxx>
|
||||
#include <StepGeom_Axis2Placement3d.hxx>
|
||||
#include <gp_Hypr.hxx>
|
||||
#include <gp_Hypr2d.hxx>
|
||||
#include <Geom_Hyperbola.hxx>
|
||||
|
@@ -14,6 +14,8 @@
|
||||
#include <GeomToStep_MakeParabola.ixx>
|
||||
|
||||
#include <StepGeom_Parabola.hxx>
|
||||
#include <StepGeom_Axis2Placement2d.hxx>
|
||||
#include <StepGeom_Axis2Placement3d.hxx>
|
||||
#include <gp_Parab.hxx>
|
||||
#include <gp_Parab2d.hxx>
|
||||
#include <Geom_Parabola.hxx>
|
||||
|
@@ -16,7 +16,9 @@
|
||||
|
||||
#include <GeomToStep_MakeSurface.ixx>
|
||||
#include <StdFail_NotDone.hxx>
|
||||
#include <StepGeom_Surface.hxx>
|
||||
#include <StepGeom_BoundedSurface.hxx>
|
||||
#include <StepGeom_ElementarySurface.hxx>
|
||||
#include <StepGeom_SweptSurface.hxx>
|
||||
#include <GeomToStep_MakeSurface.hxx>
|
||||
#include <Geom_BoundedSurface.hxx>
|
||||
#include <GeomToStep_MakeBoundedSurface.hxx>
|
||||
|
@@ -17,6 +17,8 @@
|
||||
#include <GeomToStep_MakeSweptSurface.ixx>
|
||||
#include <StdFail_NotDone.hxx>
|
||||
#include <StepGeom_SweptSurface.hxx>
|
||||
#include <StepGeom_SurfaceOfLinearExtrusion.hxx>
|
||||
#include <StepGeom_SurfaceOfRevolution.hxx>
|
||||
#include <GeomToStep_MakeSweptSurface.hxx>
|
||||
#include <Geom_SurfaceOfLinearExtrusion.hxx>
|
||||
#include <Geom_SurfaceOfRevolution.hxx>
|
||||
|
Reference in New Issue
Block a user