mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0032951: Coding - get rid of unused headers [GeomConvert to IGESBasic]
This commit is contained in:
@@ -16,8 +16,6 @@
|
||||
|
||||
#include <Geom_BSplineCurve.hxx>
|
||||
#include <Geom_BSplineSurface.hxx>
|
||||
#include <Draw.hxx>
|
||||
#include <Draw_Interpretor.hxx>
|
||||
#include <DrawTrSurf.hxx>
|
||||
#include <Draw_Appli.hxx>
|
||||
#include <GeometryTest.hxx>
|
||||
@@ -31,7 +29,6 @@
|
||||
#include <GeomAPI_PointsToBSplineSurface.hxx>
|
||||
#include <Geom_Line.hxx>
|
||||
#include <Geom_TrimmedCurve.hxx>
|
||||
#include <Draw_Segment3D.hxx>
|
||||
#include <Draw_Marker3D.hxx>
|
||||
#include <Draw_Color.hxx>
|
||||
#include <Draw_MarkerShape.hxx>
|
||||
|
@@ -27,8 +27,6 @@
|
||||
#include <Draw_Interpretor.hxx>
|
||||
#include <Geom2dGcc_Circ2d2TanRad.hxx>
|
||||
#include <Geom2dGcc_Circ2d3Tan.hxx>
|
||||
#include <Geom2dGcc_Circ2d2TanOn.hxx>
|
||||
#include <Geom2dGcc_Circ2dTanOnRad.hxx>
|
||||
#include <Geom2dGcc_Circ2dTanCen.hxx>
|
||||
#include <Geom2dGcc_Lin2d2Tan.hxx>
|
||||
#include <Geom2dGcc_Lin2dTanObl.hxx>
|
||||
@@ -37,7 +35,6 @@
|
||||
#include <Geom2d_CartesianPoint.hxx>
|
||||
#include <Geom2d_Circle.hxx>
|
||||
#include <Geom2d_Line.hxx>
|
||||
#include <Precision.hxx>
|
||||
#include <GeomAPI_Interpolate.hxx>
|
||||
#include <Draw_Marker3D.hxx>
|
||||
#include <Geom2dAPI_Interpolate.hxx>
|
||||
@@ -46,25 +43,15 @@
|
||||
#include <Geom_BSplineCurve.hxx>
|
||||
#include <TColgp_HArray1OfPnt2d.hxx>
|
||||
#include <Geom2d_BSplineCurve.hxx>
|
||||
#include <Geom_TrimmedCurve.hxx>
|
||||
#include <DrawTrSurf_BSplineCurve.hxx>
|
||||
#include <DrawTrSurf_BSplineCurve2d.hxx>
|
||||
#include <TColgp_HArray1OfPnt.hxx>
|
||||
#include <TColgp_Array1OfPnt.hxx>
|
||||
#include <TColgp_Array1OfPnt2d.hxx>
|
||||
#include <TColgp_HArray1OfVec.hxx>
|
||||
#include <TColgp_Array1OfVec.hxx>
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
#include <TColStd_HArray1OfReal.hxx>
|
||||
#include <TColStd_HArray1OfBoolean.hxx>
|
||||
#include <AppParCurves_MultiBSpCurve.hxx>
|
||||
#include <AppDef_MultiLine.hxx>
|
||||
#include <AppParCurves_HArray1OfConstraintCouple.hxx>
|
||||
#include <AppParCurves_ConstraintCouple.hxx>
|
||||
#include <GC_MakeSegment.hxx>
|
||||
#include <GC_MakeArcOfCircle.hxx>
|
||||
|
||||
#include <stdio.h>
|
||||
#ifdef _WIN32
|
||||
Standard_IMPORT Draw_Viewer dout;
|
||||
#endif
|
||||
|
@@ -17,10 +17,7 @@
|
||||
#include <LocalAnalysis.hxx>
|
||||
#include <LocalAnalysis_SurfaceContinuity.hxx>
|
||||
#include <LocalAnalysis_CurveContinuity.hxx>
|
||||
#include <Geom_Surface.hxx>
|
||||
#include <Geom_Curve.hxx>
|
||||
#include <Geom2d_TrimmedCurve.hxx>
|
||||
#include <Geom2d_Curve.hxx>
|
||||
#include <DrawTrSurf.hxx>
|
||||
#include <GeometryTest.hxx>
|
||||
#include <GeomAbs_Shape.hxx>
|
||||
|
@@ -19,18 +19,13 @@
|
||||
#include <GeometryTest.hxx>
|
||||
#include <Draw_Appli.hxx>
|
||||
#include <DrawTrSurf.hxx>
|
||||
#include <DrawTrSurf_Curve.hxx>
|
||||
#include <DrawTrSurf_Curve2d.hxx>
|
||||
#include <DrawTrSurf_BezierCurve.hxx>
|
||||
#include <DrawTrSurf_BSplineCurve.hxx>
|
||||
#include <DrawTrSurf_BezierCurve2d.hxx>
|
||||
#include <DrawTrSurf_BSplineCurve2d.hxx>
|
||||
#include <Draw_Marker3D.hxx>
|
||||
#include <Draw_Marker2D.hxx>
|
||||
#include <Draw.hxx>
|
||||
#include <Draw_Interpretor.hxx>
|
||||
#include <Draw_Color.hxx>
|
||||
#include <Draw_Display.hxx>
|
||||
|
||||
#include <GeomAPI.hxx>
|
||||
#include <GeomAPI_IntCS.hxx>
|
||||
@@ -42,15 +37,9 @@
|
||||
|
||||
#include <gp.hxx>
|
||||
#include <gp_Pln.hxx>
|
||||
#include <gp_Parab2d.hxx>
|
||||
#include <gp_Elips2d.hxx>
|
||||
#include <gp_Hypr2d.hxx>
|
||||
|
||||
#include <Geom_Line.hxx>
|
||||
#include <Geom_Circle.hxx>
|
||||
#include <Geom_Ellipse.hxx>
|
||||
#include <Geom_Parabola.hxx>
|
||||
#include <Geom_Hyperbola.hxx>
|
||||
#include <Geom2d_Line.hxx>
|
||||
#include <Geom2d_Circle.hxx>
|
||||
#include <Geom2d_Ellipse.hxx>
|
||||
@@ -70,9 +59,6 @@
|
||||
|
||||
#include <Geom_Plane.hxx>
|
||||
#include <Geom_Curve.hxx>
|
||||
#include <Geom2d_Curve.hxx>
|
||||
#include <Geom2d_TrimmedCurve.hxx>
|
||||
#include <Geom_TrimmedCurve.hxx>
|
||||
|
||||
#include <Law_BSpline.hxx>
|
||||
|
||||
@@ -82,52 +68,30 @@
|
||||
#include <TColStd_Array1OfInteger.hxx>
|
||||
|
||||
#include <Adaptor3d_Curve.hxx>
|
||||
#include <Adaptor3d_Surface.hxx>
|
||||
#include <Adaptor3d_CurveOnSurface.hxx>
|
||||
|
||||
#include <GeomAdaptor_Curve.hxx>
|
||||
#include <GeomAdaptor_Surface.hxx>
|
||||
#include <GeomAdaptor.hxx>
|
||||
#include <Geom2dAdaptor_Curve.hxx>
|
||||
|
||||
#include <GeomAbs_SurfaceType.hxx>
|
||||
#include <GeomAbs_CurveType.hxx>
|
||||
|
||||
#include <ProjLib_CompProjectedCurve.hxx>
|
||||
#include <ProjLib_HCompProjectedCurve.hxx>
|
||||
#include <Approx_CurveOnSurface.hxx>
|
||||
#include <Precision.hxx>
|
||||
#include <Geom2dAdaptor.hxx>
|
||||
#include <Message.hxx>
|
||||
|
||||
#include <Precision.hxx>
|
||||
|
||||
#include <Geom_Surface.hxx>
|
||||
#include <Adaptor2d_Curve2d.hxx>
|
||||
#include <stdio.h>
|
||||
#include <BSplCLib.hxx>
|
||||
#include <Geom_BSplineSurface.hxx>
|
||||
#include <Geom_BSplineCurve.hxx>
|
||||
#include <GCPnts_QuasiUniformDeflection.hxx>
|
||||
#include <GCPnts_UniformDeflection.hxx>
|
||||
#include <GCPnts_TangentialDeflection.hxx>
|
||||
#include <GCPnts_DistFunction.hxx>
|
||||
#include <GeomAPI_ExtremaCurveCurve.hxx>
|
||||
#include <gce_MakeLin.hxx>
|
||||
#include <TColStd_Array1OfBoolean.hxx>
|
||||
#include <GeomAdaptor_Surface.hxx>
|
||||
#include <Adaptor3d_TopolTool.hxx>
|
||||
#include <TColgp_Array2OfPnt.hxx>
|
||||
#include <Geom_BSplineSurface.hxx>
|
||||
#include <DrawTrSurf_BSplineSurface.hxx>
|
||||
#include <TColStd_HArray1OfReal.hxx>
|
||||
|
||||
//epa test
|
||||
#include <BRepBuilderAPI_MakeEdge.hxx>
|
||||
#include <AIS_Shape.hxx>
|
||||
#include <TopoDS.hxx>
|
||||
#include <TopoDS_Edge.hxx>
|
||||
#include <TopoDS_Wire.hxx>
|
||||
#include <BRepAdaptor_CompCurve.hxx>
|
||||
#include <GeomLProp_CLProps.hxx>
|
||||
#include <GCPnts_AbscissaPoint.hxx>
|
||||
|
@@ -16,17 +16,13 @@
|
||||
|
||||
|
||||
#include <Draw.hxx>
|
||||
#include <DrawFairCurve_Batten.hxx>
|
||||
#include <DrawFairCurve_MinimalVariation.hxx>
|
||||
#include <DrawTrSurf.hxx>
|
||||
#include <DrawTrSurf_Point.hxx>
|
||||
#include <FairCurve_AnalysisCode.hxx>
|
||||
#include <FairCurve_Batten.hxx>
|
||||
#include <FairCurve_MinimalVariation.hxx>
|
||||
#include <GeometryTest.hxx>
|
||||
#include <gp_Pnt2d.hxx>
|
||||
|
||||
#include <string.h>
|
||||
//=======================================================================
|
||||
Standard_Boolean IsGoodNumber(Standard_Integer argc, Standard_Integer waiting, Draw_Interpretor& di)
|
||||
//=======================================================================
|
||||
|
@@ -17,8 +17,6 @@
|
||||
|
||||
#include <Draw_Appli.hxx>
|
||||
#include <DrawTrSurf.hxx>
|
||||
#include <DrawTrSurf_Polygon2D.hxx>
|
||||
#include <DrawTrSurf_Polygon3D.hxx>
|
||||
#include <DrawTrSurf_Triangulation.hxx>
|
||||
#include <GeometryTest.hxx>
|
||||
#include <Poly.hxx>
|
||||
|
@@ -26,12 +26,9 @@
|
||||
#include <Draw_Appli.hxx>
|
||||
#include <Draw_Display.hxx>
|
||||
|
||||
#include <GeomAbs_SurfaceType.hxx>
|
||||
#include <GeomAbs_IsoType.hxx>
|
||||
#include <GeomAbs_Shape.hxx>
|
||||
|
||||
#include <Geom_BSplineSurface.hxx>
|
||||
#include <Geom_BSplineCurve.hxx>
|
||||
#include <GeomConvert.hxx>
|
||||
|
||||
|
||||
@@ -39,15 +36,6 @@
|
||||
#include <GeomAdaptor_Curve.hxx>
|
||||
#include <Geom2dAdaptor_Curve.hxx>
|
||||
|
||||
#include <TColgp_Array1OfPnt.hxx>
|
||||
#include <TColgp_Array2OfPnt.hxx>
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
#include <TColStd_Array2OfReal.hxx>
|
||||
#include <TColStd_Array1OfInteger.hxx>
|
||||
#include <TColStd_HArray1OfReal.hxx>
|
||||
#include <TColStd_HArray2OfReal.hxx>
|
||||
#include <TColGeom_SequenceOfCurve.hxx>
|
||||
|
||||
#include <Precision.hxx>
|
||||
|
||||
#include <GeomFill.hxx>
|
||||
@@ -58,9 +46,6 @@
|
||||
#include <GeomFill_AppSurf.hxx>
|
||||
|
||||
|
||||
#include <DrawTrSurf_BezierSurface.hxx>
|
||||
#include <DrawTrSurf_BSplineSurface.hxx>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <stdio.h>
|
||||
//#define strcasecmp strcmp Already defined
|
||||
|
@@ -14,12 +14,8 @@
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <GeometryTest.hxx>
|
||||
#include <Geom_Curve.hxx>
|
||||
#include <Geom2d_Curve.hxx>
|
||||
#include <Geom_Surface.hxx>
|
||||
#include <GeomAPI_ProjectPointOnSurf.hxx>
|
||||
|
||||
#include <DBRep.hxx>
|
||||
#include <DBRep_DrawableShape.hxx>
|
||||
#include <Draw_Interpretor.hxx>
|
||||
#include <Draw_Appli.hxx>
|
||||
|
Reference in New Issue
Block a user