From 0423218095f84571495b58313dcf042dc6001812 Mon Sep 17 00:00:00 2001 From: tiv Date: Fri, 2 Aug 2019 10:32:16 +0300 Subject: [PATCH] 0030895: Coding Rules - specify std namespace explicitly for std::cout and streams "endl" manipulator for Message_Messenger is renamed to "Message_EndLine". The following entities from std namespace are now used with std:: explicitly specified (from Standard_Stream.hxx): std::istream,std::ostream,std::ofstream,std::ifstream,std::fstream, std::filebuf,std::streambuf,std::streampos,std::ios,std::cout,std::cerr, std::cin,std::endl,std::ends,std::flush,std::setw,std::setprecision, std::hex,std::dec. --- .../GeomConstraints_Presentation.cpp | 4 +- .../standard/01_Geometry/src/GeoAlgo_Sol.cxx | 12 +- .../standard/01_Geometry/src/GeomSources.cpp | 2 +- .../standard/01_Geometry/src/GeometryDoc.cpp | 8 +- .../standard/02_Modeling/src/ModelingDoc.cpp | 6 +- .../standard/03_Viewer2d/src/Viewer2dDoc.cpp | 2 +- .../src/TexturesExt_Presentation.cpp | 2 +- .../standard/04_Viewer3d/src/Viewer3dDoc.cpp | 2 +- samples/mfc/standard/06_Ocaf/src/OcafDoc.cpp | 2 +- .../06_Ocaf/src/TOcafFunction_CutDriver.cxx | 2 +- .../src/Tesselate_Presentation.cpp | 2 +- .../07_Triangulation/src/TriangulationDoc.cpp | 2 +- .../09_Animation/src/AnimationDoc.cpp | 10 +- .../mfc/standard/09_Animation/src/Fonc.cxx | 8 +- .../10_Convert/src/WNT/OCCDemoDoc.cpp | 2 +- .../Common/ImportExport/ImportExport.cpp | 6 +- samples/mfc/standard/Common/User_Cylinder.cxx | 12 +- samples/mfc/standard/Common/Winmain.cpp | 2 +- samples/ocafsamples/TDataStd_Sample.cxx | 2 +- samples/ocafsamples/TNaming_Sample.cxx | 4 +- samples/ocafsamples/TPrsStd_Sample.cxx | 4 +- samples/qt/FuncDemo/src/mainwindow.cpp | 2 +- samples/qt/Interface/src/Translate.cxx | 2 +- samples/xaml/MainPage.xaml.cpp | 6 +- src/AIS/AIS_OffsetDimension.cxx | 10 +- src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.cxx | 42 +- src/AdvApp2Var/AdvApp2Var_Context.cxx | 2 +- src/AdvApprox/AdvApprox_ApproxAFunction.cxx | 30 +- src/AdvApprox/AdvApprox_SimpleApprox.cxx | 6 +- src/AppBlend/AppBlend_AppSurf.gxx | 20 +- src/AppDef/AppDef_MultiLine.cxx | 6 +- src/AppDef/AppDef_MultiPointConstraint.cxx | 2 +- src/AppDef/AppDef_Variational.cxx | 50 +- .../AppParCurves_MultiBSpCurve.cxx | 22 +- src/AppParCurves/AppParCurves_MultiCurve.cxx | 22 +- src/AppParCurves/AppParCurves_MultiPoint.cxx | 18 +- src/Approx/Approx_ComputeLine.gxx | 14 +- src/Approx/Approx_Curve3d.cxx | 8 +- src/Approx/Approx_CurvilinearParameter.cxx | 42 +- src/Approx/Approx_MCurvesToBSpCurve.cxx | 6 +- src/Approx/Approx_SameParameter.cxx | 10 +- src/Approx/Approx_SweepApproximation.cxx | 12 +- src/ApproxInt/ApproxInt_KnotTools.cxx | 16 +- src/ApproxInt/ApproxInt_PrmPrmSvSurfaces.gxx | 2 +- src/BOPTest/BOPTest_CheckCommands.cxx | 7 +- src/BOPTools/BOPTools_AlgoTools.cxx | 4 +- src/BRepAlgo/BRepAlgo_BooleanOperation.cxx | 12 +- src/BRepAlgo/BRepAlgo_Loop.cxx | 12 +- src/BRepAlgo/BRepAlgo_NormalProjection.cxx | 54 +- src/BRepAlgo/BRepAlgo_Tool.cxx | 2 +- src/BRepBlend/BRepBlend_AppFuncRoot.cxx | 6 +- src/BRepBlend/BRepBlend_RstRstLineBuilder.cxx | 50 +- src/BRepBlend/BRepBlend_SurfRstConstRad.cxx | 2 +- src/BRepBlend/BRepBlend_SurfRstEvolRad.cxx | 2 +- .../BRepBlend_SurfRstLineBuilder.cxx | 50 +- .../BRepBuilderAPI_FastSewing.cxx | 2 +- src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx | 104 +-- src/BRepCheck/BRepCheck_Analyzer.cxx | 42 +- src/BRepCheck/BRepCheck_Edge.cxx | 8 +- src/BRepCheck/BRepCheck_Shell.cxx | 14 +- src/BRepCheck/BRepCheck_Wire.cxx | 84 +-- src/BRepClass3d/BRepClass3d_SClassifier.cxx | 2 +- src/BRepClass3d/BRepClass3d_SolidExplorer.cxx | 4 +- .../BRepExtrema_DistShapeShape.cxx | 30 +- src/BRepFeat/BRepFeat_Form.cxx | 30 +- src/BRepFeat/BRepFeat_MakeCylindricalHole.cxx | 4 +- src/BRepFeat/BRepFeat_MakeDPrism.cxx | 32 +- src/BRepFeat/BRepFeat_MakeLinearForm.cxx | 48 +- src/BRepFeat/BRepFeat_MakePipe.cxx | 18 +- src/BRepFeat/BRepFeat_MakePrism.cxx | 26 +- src/BRepFeat/BRepFeat_MakeRevol.cxx | 26 +- src/BRepFeat/BRepFeat_MakeRevolutionForm.cxx | 54 +- src/BRepFeat/BRepFeat_RibSlot.cxx | 58 +- src/BRepFeat/BRepFeat_trace.cxx | 2 +- src/BRepFill/BRepFill.cxx | 2 +- src/BRepFill/BRepFill_ApproxSeewing.cxx | 20 +- src/BRepFill/BRepFill_Draft.cxx | 6 +- src/BRepFill/BRepFill_Evolved.cxx | 12 +- src/BRepFill/BRepFill_Filling.cxx | 2 +- src/BRepFill/BRepFill_LocationLaw.cxx | 12 +- src/BRepFill/BRepFill_MultiLine.cxx | 12 +- src/BRepFill/BRepFill_OffsetWire.cxx | 20 +- src/BRepFill/BRepFill_SectionPlacement.cxx | 4 +- src/BRepFill/BRepFill_ShapeLaw.cxx | 6 +- src/BRepFill/BRepFill_Sweep.cxx | 26 +- src/BRepFill/BRepFill_TrimEdgeTool.cxx | 26 +- src/BRepFill/BRepFill_TrimSurfaceTool.cxx | 16 +- src/BRepGProp/BRepGProp.cxx | 10 +- src/BRepGProp/BRepGProp_TFunction.cxx | 2 +- src/BRepGProp/BRepGProp_VinertGK.cxx | 6 +- src/BRepLib/BRepLib.cxx | 10 +- src/BRepLib/BRepLib_MakeWire.cxx | 6 +- .../BRepMesh_DataStructureOfDelaun.cxx | 6 +- src/BRepOffset/BRepOffset_Analyse.cxx | 4 +- src/BRepOffset/BRepOffset_Inter2d.cxx | 54 +- src/BRepOffset/BRepOffset_MakeOffset.cxx | 30 +- src/BRepOffset/BRepOffset_MakeOffset_1.cxx | 2 +- src/BRepOffset/BRepOffset_Offset.cxx | 6 +- src/BRepOffset/BRepOffset_Tool.cxx | 26 +- .../BRepOffsetAPI_MakeOffset.cxx | 6 +- .../BRepOffsetAPI_MiddlePath.cxx | 2 +- src/BRepSweep/BRepSweep_Translation.cxx | 2 +- src/BRepTest/BRepTest_BasicCommands.cxx | 46 +- src/BRepTest/BRepTest_ChamferCommands.cxx | 12 +- src/BRepTest/BRepTest_CheckCommands.cxx | 158 ++--- src/BRepTest/BRepTest_CurveCommands.cxx | 152 ++--- src/BRepTest/BRepTest_DraftAngleCommands.cxx | 8 +- src/BRepTest/BRepTest_ExtremaCommands.cxx | 4 +- src/BRepTest/BRepTest_FeatureCommands.cxx | 36 +- src/BRepTest/BRepTest_FilletCommands.cxx | 76 +-- src/BRepTest/BRepTest_FillingCommands.cxx | 54 +- src/BRepTest/BRepTest_GPropCommands.cxx | 78 +-- src/BRepTest/BRepTest_OtherCommands.cxx | 4 +- src/BRepTest/BRepTest_SurfaceCommands.cxx | 12 +- src/BRepTest/BRepTest_SweepCommands.cxx | 88 +-- src/BRepTest/BRepTest_TopologyCommands.cxx | 8 +- src/BRepTools/BRepTools.cxx | 12 +- src/BRepTools/BRepTools_Debug.cxx | 16 +- src/BRepTools/BRepTools_Quilt.cxx | 2 +- src/BRepTools/BRepTools_ReShape.cxx | 2 +- src/BRepTools/BRepTools_ShapeSet.cxx | 34 +- .../BRepTopAdaptor_FClass2d.cxx | 28 +- src/BRepTopAdaptor/BRepTopAdaptor_Tool.cxx | 4 +- src/BSplCLib/BSplCLib.cxx | 4 +- src/BSplSLib/BSplSLib.cxx | 2 +- src/BiTgte/BiTgte_Blend.cxx | 40 +- src/BinDrivers/BinDrivers.cxx | 4 +- src/BinLDrivers/BinLDrivers.cxx | 4 +- .../BinLDrivers_DocumentRetrievalDriver.cxx | 16 +- .../BinMDataStd_IntegerArrayDriver.cxx | 2 +- src/BinMNaming/BinMNaming_NamingDriver.cxx | 6 +- .../BinMXCAFDoc_LocationDriver.cxx | 2 +- src/BinTObjDrivers/BinTObjDrivers.cxx | 4 +- src/BinTools/BinTools.cxx | 8 +- src/BinTools/BinTools_Curve2dSet.cxx | 12 +- src/BinTools/BinTools_CurveSet.cxx | 12 +- src/BinTools/BinTools_LocationSet.cxx | 12 +- src/BinTools/BinTools_ShapeSet.cxx | 50 +- src/BinTools/BinTools_SurfaceSet.cxx | 24 +- src/BinXCAFDrivers/BinXCAFDrivers.cxx | 4 +- src/Bisector/Bisector_BisecAna.cxx | 14 +- src/Bisector/Bisector_BisecCC.cxx | 20 +- src/Bisector/Bisector_BisecPC.cxx | 20 +- src/Bisector/Bisector_PointOnBis.cxx | 8 +- src/Blend/Blend_CSWalking_3.gxx | 2 +- src/Blend/Blend_CSWalking_4.gxx | 2 +- src/Blend/Blend_Walking_3.gxx | 6 +- src/Blend/Blend_Walking_4.gxx | 4 +- src/BlendFunc/BlendFunc_ChAsymInv.cxx | 38 +- src/BlendFunc/BlendFunc_ConstRad.cxx | 54 +- src/BlendFunc/BlendFunc_ConstRadInv.cxx | 8 +- src/BlendFunc/BlendFunc_EvolRad.cxx | 58 +- src/Bnd/Bnd_BoundSortBox2d.cxx | 16 +- src/Bnd/Bnd_Box.cxx | 46 +- src/Bnd/Bnd_Box2d.cxx | 34 +- src/CDF/CDF_Application.cxx | 10 +- src/CDM/CDM_Document.cxx | 6 +- src/CDM/CDM_MetaData.cxx | 2 +- src/ChFi2d/ChFi2d_FilletAlgo.cxx | 8 +- src/ChFi3d/ChFi3d.cxx | 2 +- src/ChFi3d/ChFi3d_Builder.cxx | 104 +-- src/ChFi3d/ChFi3d_Builder_0.cxx | 2 +- src/ChFi3d/ChFi3d_Builder_1.cxx | 6 +- src/ChFi3d/ChFi3d_Builder_2.cxx | 22 +- src/ChFi3d/ChFi3d_Builder_6.cxx | 118 ++-- src/ChFi3d/ChFi3d_Builder_C1.cxx | 8 +- src/ChFi3d/ChFi3d_Builder_C2.cxx | 24 +- src/ChFi3d/ChFi3d_Builder_CnCrn.cxx | 8 +- src/ChFi3d/ChFi3d_Builder_SpKP.cxx | 26 +- src/ChFi3d/ChFi3d_ChBuilder.cxx | 12 +- src/ChFi3d/ChFi3d_ChBuilder_C3.cxx | 2 +- src/ChFi3d/ChFi3d_FilBuilder.cxx | 8 +- src/ChFi3d/ChFi3d_FilBuilder_C3.cxx | 6 +- src/ChFiDS/ChFiDS_Spine.cxx | 14 +- .../ChFiKPart_ComputeData_ChAsymPlnCon.cxx | 8 +- .../ChFiKPart_ComputeData_ChAsymPlnCyl.cxx | 4 +- .../ChFiKPart_ComputeData_ChPlnCon.cxx | 2 +- .../ChFiKPart_ComputeData_ChPlnCyl.cxx | 2 +- .../ChFiKPart_ComputeData_FilPlnCon.cxx | 2 +- .../ChFiKPart_ComputeData_FilPlnCyl.cxx | 4 +- .../ChFiKPart_ComputeData_Sphere.cxx | 2 +- src/Contap/Contap_Contour.cxx | 40 +- src/Contap/Contap_HContTool.cxx | 6 +- ...Convert_CompBezierCurvesToBSplineCurve.cxx | 4 +- src/DBRep/DBRep.cxx | 22 +- src/DBRep/DBRep_Debug.cxx | 2 +- src/DBRep/DBRep_DrawableShape.cxx | 6 +- src/DBRep/DBRep_IsoBuilder.cxx | 48 +- src/DDF/DDF.cxx | 6 +- src/DDF/DDF_BasicCommands.cxx | 30 +- src/DDF/DDF_Browser.cxx | 4 +- src/DDF/DDF_BrowserCommands.cxx | 10 +- src/DDF/DDF_Data.cxx | 2 +- src/DDF/DDF_DataCommands.cxx | 22 +- src/DDF/DDF_IOStream.cxx | 22 +- src/DDF/DDF_IOStream.hxx | 10 +- src/DDataStd/DDataStd_BasicCommands.cxx | 198 +++--- src/DDataStd/DDataStd_ConstraintCommands.cxx | 2 +- src/DDataStd/DDataStd_DrawDisplayCommands.cxx | 2 +- src/DDataStd/DDataStd_DrawPresentation.cxx | 50 +- src/DDataStd/DDataStd_NameCommands.cxx | 4 +- src/DDataStd/DDataStd_TreeBrowser.cxx | 4 +- src/DDataStd/DDataStd_TreeCommands.cxx | 6 +- src/DDocStd/DDocStd.cxx | 8 +- src/DDocStd/DDocStd_ApplicationCommands.cxx | 14 +- src/DDocStd/DDocStd_DocumentCommands.cxx | 14 +- src/DDocStd/DDocStd_DrawDocument.cxx | 2 +- src/DDocStd/DDocStd_MTMCommands.cxx | 2 +- src/DNaming/DNaming.cxx | 6 +- src/DNaming/DNaming_BasicCommands.cxx | 4 +- .../DNaming_BooleanOperationDriver.cxx | 10 +- src/DNaming/DNaming_CylinderDriver.cxx | 8 +- src/DNaming/DNaming_FilletDriver.cxx | 8 +- src/DNaming/DNaming_Line3DDriver.cxx | 12 +- src/DNaming/DNaming_ModelingCommands.cxx | 152 ++--- src/DNaming/DNaming_PointDriver.cxx | 2 +- src/DNaming/DNaming_PrismDriver.cxx | 4 +- src/DNaming/DNaming_RevolutionDriver.cxx | 18 +- src/DNaming/DNaming_SelectionCommands.cxx | 16 +- src/DNaming/DNaming_SelectionDriver.cxx | 22 +- src/DNaming/DNaming_SphereDriver.cxx | 4 +- src/DNaming/DNaming_TransformationDriver.cxx | 8 +- src/DPrsStd/DPrsStd.cxx | 2 +- .../DPrsStd_AISPresentationCommands.cxx | 10 +- src/Draft/Draft_Modification_1.cxx | 24 +- src/Draw/Draw.cxx | 24 +- src/Draw/Draw_Appli.hxx | 12 +- src/Draw/Draw_BasicCommands.cxx | 28 +- src/Draw/Draw_Debug.cxx | 2 +- src/Draw/Draw_GraphicCommands.cxx | 10 +- src/Draw/Draw_Interpretor.cxx | 16 +- src/Draw/Draw_PloadCommands.cxx | 26 +- src/Draw/Draw_ProgressIndicator.cxx | 2 +- src/Draw/Draw_Segment2D.cxx | 4 +- src/Draw/Draw_VariableCommands.cxx | 44 +- src/Draw/Draw_Viewer.cxx | 4 +- src/Draw/Draw_Viewer.hxx | 2 +- src/Draw/Draw_Window.cxx | 16 +- src/DrawDim/DrawDim_PlanarDiameter.cxx | 2 +- src/DrawDim/DrawDim_PlanarDistance.cxx | 2 +- src/DrawDim/DrawDim_PlanarRadius.cxx | 2 +- src/DrawDim/DrawDim_Radius.cxx | 2 +- src/DrawTrSurf/DrawTrSurf.cxx | 76 +-- src/DrawTrSurf/DrawTrSurf_Debug.cxx | 4 +- src/DrawTrSurf/DrawTrSurf_Point.cxx | 10 +- src/DsgPrs/DsgPrs_OffsetPresentation.cxx | 2 +- src/Extrema/Extrema_FuncExtCS.cxx | 2 +- src/Extrema/Extrema_FuncExtSS.cxx | 2 +- src/FEmTool/FEmTool_Assembly.cxx | 4 +- src/FEmTool/FEmTool_ProfileMatrix.cxx | 22 +- src/FSD/FSD_CmpFile.cxx | 24 +- src/FSD/FSD_FStream.hxx | 2 +- src/FSD/FSD_File.cxx | 22 +- src/FairCurve/FairCurve_Batten.cxx | 36 +- src/FairCurve/FairCurve_Energy.cxx | 4 +- src/FairCurve/FairCurve_MinimalVariation.cxx | 42 +- src/Geom/Geom_OsculatingSurface.cxx | 34 +- .../Geom2dConvert_ApproxCurve.cxx | 4 +- src/Geom2dGcc/Geom2dGcc_FunctionTanCuPnt.cxx | 2 +- src/Geom2dHatch/Geom2dHatch_Elements.cxx | 2 +- src/Geom2dHatch/Geom2dHatch_Hatcher.cxx | 192 +++--- src/GeomConvert/GeomConvert_ApproxCurve.cxx | 4 +- src/GeomConvert/GeomConvert_ApproxSurface.cxx | 8 +- src/GeomFill/GeomFill_CircularBlendFunc.cxx | 20 +- src/GeomFill/GeomFill_ConstantBiNormal.cxx | 26 +- src/GeomFill/GeomFill_ConstrainedFilling.cxx | 34 +- src/GeomFill/GeomFill_CorrectedFrenet.cxx | 34 +- src/GeomFill/GeomFill_Darboux.cxx | 6 +- src/GeomFill/GeomFill_Frenet.cxx | 8 +- src/GeomFill/GeomFill_FunctionGuide.cxx | 2 +- src/GeomFill/GeomFill_GuideTrihedronAC.cxx | 2 +- src/GeomFill/GeomFill_GuideTrihedronPlan.cxx | 16 +- src/GeomFill/GeomFill_LocationGuide.cxx | 32 +- src/GeomFill/GeomFill_NSections.cxx | 42 +- src/GeomFill/GeomFill_Pipe.cxx | 8 +- src/GeomFill/GeomFill_Sweep.cxx | 12 +- .../GeomFill_SweepSectionGenerator.cxx | 6 +- src/GeomLib/GeomLib.cxx | 6 +- src/GeomLib/GeomLib_CheckCurveOnSurface.cxx | 8 +- src/GeomPlate/GeomPlate_BuildPlateSurface.cxx | 80 +-- src/GeomPlate/GeomPlate_CurveConstraint.cxx | 4 +- src/GeomPlate/GeomPlate_MakeApprox.cxx | 26 +- src/GeomToIGES/GeomToIGES_GeomCurve.cxx | 12 +- .../GeomToStep_MakeBoundedCurve.cxx | 2 +- src/GeomToStep/GeomToStep_MakeConic.cxx | 4 +- src/GeomToStep/GeomToStep_MakeCurve.cxx | 8 +- src/GeomToStep/GeomToStep_MakeSurface.cxx | 2 +- src/GeomTools/GeomTools_Curve2dSet.cxx | 16 +- src/GeomTools/GeomTools_CurveSet.cxx | 16 +- src/GeomTools/GeomTools_Debug.cxx | 24 +- src/GeomTools/GeomTools_SurfaceSet.cxx | 18 +- .../GeomTools_UndefinedTypeHandler.cxx | 6 +- src/GeometryTest/GeometryTest_APICommands.cxx | 4 +- .../GeometryTest_ConstraintCommands.cxx | 2 +- .../GeometryTest_ContinuityCommands.cxx | 8 +- .../GeometryTest_CurveCommands.cxx | 14 +- .../GeometryTest_CurveTanCommands.cxx | 22 +- .../GeometryTest_TestProjCommands.cxx | 44 +- .../GeomliteTest_API2dCommands.cxx | 12 +- .../GeomliteTest_ApproxCommands.cxx | 10 +- .../GeomliteTest_CurveCommands.cxx | 10 +- .../GeomliteTest_SurfaceCommands.cxx | 6 +- src/HLRAlgo/HLRAlgo_PolyData.cxx | 12 +- src/HLRAlgo/HLRAlgo_PolyInternalData.cxx | 54 +- src/HLRBRep/HLRBRep_CurveTool.lxx | 4 +- src/HLRBRep/HLRBRep_Data.cxx | 72 +- src/HLRBRep/HLRBRep_Hider.cxx | 22 +- src/HLRBRep/HLRBRep_InternalAlgo.cxx | 74 +- src/HLRBRep/HLRBRep_PolyAlgo.cxx | 196 +++--- src/HLRTest/HLRTest.cxx | 4 +- src/HLRTest/HLRTest_DrawablePolyEdgeTool.cxx | 2 +- src/HLRTest/HLRTest_OutLiner.cxx | 2 +- src/HLRTest/HLRTest_Projector.cxx | 4 +- src/HLRTopoBRep/HLRTopoBRep_DSFiller.cxx | 4 +- src/HLRTopoBRep/HLRTopoBRep_FaceIsoLiner.cxx | 28 +- src/HatchGen/HatchGen_Domain.cxx | 14 +- src/HatchGen/HatchGen_PointOnElement.cxx | 66 +- src/HatchGen/HatchGen_PointOnHatching.cxx | 58 +- src/IFGraph/IFGraph_SCRoots.cxx | 4 +- src/IFSelect/IFSelect_Activator.cxx | 2 +- src/IFSelect/IFSelect_ContextModif.cxx | 12 +- src/IFSelect/IFSelect_EditForm.cxx | 38 +- src/IFSelect/IFSelect_Editor.cxx | 16 +- src/IFSelect/IFSelect_Functions.cxx | 636 +++++++++--------- src/IFSelect/IFSelect_ModelCopier.cxx | 34 +- src/IFSelect/IFSelect_SessionFile.cxx | 66 +- src/IFSelect/IFSelect_SessionPilot.cxx | 110 +-- src/IFSelect/IFSelect_ShareOutResult.cxx | 2 +- src/IFSelect/IFSelect_SignatureList.cxx | 38 +- src/IFSelect/IFSelect_TransformStandard.cxx | 4 +- src/IFSelect/IFSelect_WorkSession.cxx | 264 ++++---- src/IGESAppli/IGESAppli_ToolDrilledHole.cxx | 8 +- .../IGESAppli_ToolElementResults.cxx | 30 +- src/IGESAppli/IGESAppli_ToolFiniteElement.cxx | 8 +- src/IGESAppli/IGESAppli_ToolFlow.cxx | 28 +- src/IGESAppli/IGESAppli_ToolFlowLineSpec.cxx | 4 +- src/IGESAppli/IGESAppli_ToolLevelFunction.cxx | 8 +- .../IGESAppli_ToolLevelToPWBLayerMap.cxx | 22 +- src/IGESAppli/IGESAppli_ToolLineWidening.cxx | 32 +- .../IGESAppli_ToolNodalConstraint.cxx | 8 +- .../IGESAppli_ToolNodalDisplAndRot.cxx | 30 +- src/IGESAppli/IGESAppli_ToolNodalResults.cxx | 18 +- src/IGESAppli/IGESAppli_ToolNode.cxx | 6 +- .../IGESAppli_ToolPWBArtworkStackup.cxx | 8 +- .../IGESAppli_ToolPWBDrilledHole.cxx | 10 +- src/IGESAppli/IGESAppli_ToolPartNumber.cxx | 12 +- src/IGESAppli/IGESAppli_ToolPinNumber.cxx | 6 +- src/IGESAppli/IGESAppli_ToolPipingFlow.cxx | 8 +- .../IGESAppli_ToolReferenceDesignator.cxx | 6 +- .../IGESAppli_ToolRegionRestriction.cxx | 10 +- .../IGESBasic_ToolAssocGroupType.cxx | 8 +- .../IGESBasic_ToolExternalRefFile.cxx | 4 +- .../IGESBasic_ToolExternalRefFileIndex.cxx | 10 +- .../IGESBasic_ToolExternalRefFileName.cxx | 6 +- .../IGESBasic_ToolExternalRefLibName.cxx | 6 +- .../IGESBasic_ToolExternalRefName.cxx | 4 +- .../IGESBasic_ToolExternalReferenceFile.cxx | 4 +- src/IGESBasic/IGESBasic_ToolGroup.cxx | 4 +- .../IGESBasic_ToolGroupWithoutBackP.cxx | 4 +- src/IGESBasic/IGESBasic_ToolHierarchy.cxx | 16 +- src/IGESBasic/IGESBasic_ToolName.cxx | 6 +- src/IGESBasic/IGESBasic_ToolOrderedGroup.cxx | 4 +- ...IGESBasic_ToolOrderedGroupWithoutBackP.cxx | 4 +- src/IGESBasic/IGESBasic_ToolSingleParent.cxx | 8 +- .../IGESBasic_ToolSingularSubfigure.cxx | 8 +- src/IGESBasic/IGESBasic_ToolSubfigureDef.cxx | 8 +- src/IGESCAFControl/IGESCAFControl_Reader.cxx | 2 +- src/IGESCAFControl/IGESCAFControl_Writer.cxx | 2 +- src/IGESControl/IGESControl_IGESBoundary.cxx | 10 +- src/IGESControl/IGESControl_Reader.cxx | 14 +- src/IGESControl/IGESControl_Writer.cxx | 12 +- src/IGESData/IGESData.cxx | 2 +- src/IGESData/IGESData_BasicEditor.cxx | 4 +- src/IGESData/IGESData_DefaultSpecific.cxx | 6 +- src/IGESData/IGESData_IGESDumper.cxx | 16 +- src/IGESData/IGESData_IGESModel.cxx | 26 +- src/IGESData/IGESData_IGESWriter.cxx | 42 +- src/IGESData/IGESData_ReadWriteModule.cxx | 2 +- .../IGESDefs_ToolAssociativityDef.cxx | 28 +- src/IGESDefs/IGESDefs_ToolAttributeDef.cxx | 28 +- src/IGESDefs/IGESDefs_ToolAttributeTable.cxx | 14 +- src/IGESDefs/IGESDefs_ToolGenericData.cxx | 18 +- src/IGESDefs/IGESDefs_ToolMacroDef.cxx | 8 +- src/IGESDefs/IGESDefs_ToolTabularData.cxx | 20 +- src/IGESDefs/IGESDefs_ToolUnitsData.cxx | 22 +- .../IGESDimen_ToolAngularDimension.cxx | 16 +- .../IGESDimen_ToolBasicDimension.cxx | 14 +- src/IGESDimen/IGESDimen_ToolCenterLine.cxx | 10 +- .../IGESDimen_ToolCurveDimension.cxx | 16 +- .../IGESDimen_ToolDiameterDimension.cxx | 10 +- .../IGESDimen_ToolDimensionDisplayData.cxx | 84 +-- .../IGESDimen_ToolDimensionTolerance.cxx | 20 +- .../IGESDimen_ToolDimensionUnits.cxx | 14 +- .../IGESDimen_ToolDimensionedGeometry.cxx | 8 +- src/IGESDimen/IGESDimen_ToolFlagNote.cxx | 8 +- src/IGESDimen/IGESDimen_ToolGeneralLabel.cxx | 8 +- src/IGESDimen/IGESDimen_ToolGeneralNote.cxx | 42 +- src/IGESDimen/IGESDimen_ToolGeneralSymbol.cxx | 8 +- src/IGESDimen/IGESDimen_ToolLeaderArrow.cxx | 14 +- .../IGESDimen_ToolLinearDimension.cxx | 18 +- .../IGESDimen_ToolNewDimensionedGeometry.cxx | 24 +- .../IGESDimen_ToolNewGeneralNote.cxx | 74 +- .../IGESDimen_ToolOrdinateDimension.cxx | 8 +- .../IGESDimen_ToolPointDimension.cxx | 8 +- .../IGESDimen_ToolRadiusDimension.cxx | 12 +- src/IGESDimen/IGESDimen_ToolSection.cxx | 6 +- src/IGESDimen/IGESDimen_ToolSectionedArea.cxx | 14 +- src/IGESDimen/IGESDimen_ToolWitnessLine.cxx | 6 +- .../IGESDraw_ToolCircArraySubfigure.cxx | 16 +- src/IGESDraw/IGESDraw_ToolConnectPoint.cxx | 20 +- src/IGESDraw/IGESDraw_ToolDrawing.cxx | 16 +- .../IGESDraw_ToolDrawingWithRotation.cxx | 16 +- src/IGESDraw/IGESDraw_ToolLabelDisplay.cxx | 22 +- .../IGESDraw_ToolNetworkSubfigure.cxx | 14 +- .../IGESDraw_ToolNetworkSubfigureDef.cxx | 14 +- src/IGESDraw/IGESDraw_ToolPerspectiveView.cxx | 34 +- src/IGESDraw/IGESDraw_ToolPlanar.cxx | 6 +- .../IGESDraw_ToolRectArraySubfigure.cxx | 14 +- .../IGESDraw_ToolSegmentedViewsVisible.cxx | 38 +- src/IGESDraw/IGESDraw_ToolView.cxx | 18 +- src/IGESDraw/IGESDraw_ToolViewsVisible.cxx | 6 +- .../IGESDraw_ToolViewsVisibleWithAttr.cxx | 30 +- src/IGESGeom/IGESGeom_ToolBSplineCurve.cxx | 16 +- src/IGESGeom/IGESGeom_ToolBSplineSurface.cxx | 26 +- src/IGESGeom/IGESGeom_ToolBoundary.cxx | 20 +- src/IGESGeom/IGESGeom_ToolBoundedSurface.cxx | 8 +- src/IGESGeom/IGESGeom_ToolCircularArc.cxx | 12 +- src/IGESGeom/IGESGeom_ToolCompositeCurve.cxx | 6 +- src/IGESGeom/IGESGeom_ToolConicArc.cxx | 44 +- src/IGESGeom/IGESGeom_ToolCopiousData.cxx | 12 +- src/IGESGeom/IGESGeom_ToolCurveOnSurface.cxx | 28 +- src/IGESGeom/IGESGeom_ToolDirection.cxx | 4 +- src/IGESGeom/IGESGeom_ToolFlash.cxx | 10 +- src/IGESGeom/IGESGeom_ToolLine.cxx | 12 +- src/IGESGeom/IGESGeom_ToolOffsetCurve.cxx | 20 +- src/IGESGeom/IGESGeom_ToolOffsetSurface.cxx | 6 +- src/IGESGeom/IGESGeom_ToolPlane.cxx | 14 +- src/IGESGeom/IGESGeom_ToolPoint.cxx | 6 +- src/IGESGeom/IGESGeom_ToolRuledSurface.cxx | 14 +- src/IGESGeom/IGESGeom_ToolSplineCurve.cxx | 34 +- src/IGESGeom/IGESGeom_ToolSplineSurface.cxx | 24 +- .../IGESGeom_ToolSurfaceOfRevolution.cxx | 8 +- .../IGESGeom_ToolTabulatedCylinder.cxx | 6 +- .../IGESGeom_ToolTransformationMatrix.cxx | 20 +- src/IGESGeom/IGESGeom_ToolTrimmedSurface.cxx | 10 +- .../IGESGeom_TransformationMatrix.cxx | 2 +- src/IGESGraph/IGESGraph_ToolColor.cxx | 10 +- .../IGESGraph_ToolDefinitionLevel.cxx | 4 +- src/IGESGraph/IGESGraph_ToolDrawingSize.cxx | 10 +- src/IGESGraph/IGESGraph_ToolDrawingUnits.cxx | 6 +- src/IGESGraph/IGESGraph_ToolHighLight.cxx | 8 +- .../IGESGraph_ToolIntercharacterSpacing.cxx | 8 +- .../IGESGraph_ToolLineFontDefPattern.cxx | 10 +- .../IGESGraph_ToolLineFontDefTemplate.cxx | 12 +- .../IGESGraph_ToolLineFontPredefined.cxx | 8 +- src/IGESGraph/IGESGraph_ToolNominalSize.cxx | 10 +- src/IGESGraph/IGESGraph_ToolPick.cxx | 6 +- .../IGESGraph_ToolTextDisplayTemplate.cxx | 12 +- src/IGESGraph/IGESGraph_ToolTextFontDef.cxx | 32 +- .../IGESGraph_ToolUniformRectGrid.cxx | 10 +- src/IGESSelect/IGESSelect_Activator.cxx | 62 +- .../IGESSelect_CounterOfLevelNumber.cxx | 4 +- src/IGESSelect/IGESSelect_SelectName.cxx | 2 +- src/IGESSelect/IGESSelect_SplineToBSpline.cxx | 4 +- src/IGESSelect/IGESSelect_WorkLibrary.cxx | 22 +- src/IGESSolid/IGESSolid_ToolBlock.cxx | 10 +- src/IGESSolid/IGESSolid_ToolBooleanTree.cxx | 16 +- src/IGESSolid/IGESSolid_ToolConeFrustum.cxx | 8 +- .../IGESSolid_ToolConicalSurface.cxx | 14 +- src/IGESSolid/IGESSolid_ToolCylinder.cxx | 8 +- .../IGESSolid_ToolCylindricalSurface.cxx | 12 +- src/IGESSolid/IGESSolid_ToolEdgeList.cxx | 14 +- src/IGESSolid/IGESSolid_ToolEllipsoid.cxx | 10 +- src/IGESSolid/IGESSolid_ToolFace.cxx | 10 +- src/IGESSolid/IGESSolid_ToolLoop.cxx | 18 +- src/IGESSolid/IGESSolid_ToolManifoldSolid.cxx | 22 +- src/IGESSolid/IGESSolid_ToolPlaneSurface.cxx | 10 +- .../IGESSolid_ToolRightAngularWedge.cxx | 10 +- .../IGESSolid_ToolSelectedComponent.cxx | 6 +- src/IGESSolid/IGESSolid_ToolShell.cxx | 14 +- src/IGESSolid/IGESSolid_ToolSolidAssembly.cxx | 6 +- src/IGESSolid/IGESSolid_ToolSolidInstance.cxx | 4 +- .../IGESSolid_ToolSolidOfLinearExtrusion.cxx | 8 +- .../IGESSolid_ToolSolidOfRevolution.cxx | 10 +- src/IGESSolid/IGESSolid_ToolSphere.cxx | 6 +- .../IGESSolid_ToolSphericalSurface.cxx | 14 +- .../IGESSolid_ToolToroidalSurface.cxx | 12 +- src/IGESSolid/IGESSolid_ToolTorus.cxx | 8 +- src/IGESSolid/IGESSolid_ToolVertexList.cxx | 4 +- src/IGESToBRep/IGESToBRep.cxx | 6 +- src/IGESToBRep/IGESToBRep_BasicCurve.cxx | 12 +- src/IGESToBRep/IGESToBRep_BasicSurface.cxx | 4 +- src/IGESToBRep/IGESToBRep_CurveAndSurface.cxx | 2 +- src/IGESToBRep/IGESToBRep_TopoSurface.cxx | 10 +- src/IVtkDraw/IVtkDraw_Interactor.cxx | 4 +- src/IntAna/IntAna_Curve.cxx | 2 +- src/IntAna/IntAna_IntLinTorus.cxx | 24 +- src/IntAna/IntAna_IntQuadQuad.cxx | 8 +- src/IntAna2d/IntAna2d_AnaIntersection_5.cxx | 2 +- src/IntAna2d/IntAna2d_AnaIntersection_8.cxx | 2 +- src/IntAna2d/IntAna2d_Outils.cxx | 12 +- src/IntCurve/IntCurve_IConicTool.cxx | 10 +- src/IntCurve/IntCurve_IntConicConic.cxx | 8 +- src/IntCurve/IntCurve_IntConicConic_1.cxx | 12 +- src/IntCurve/IntCurve_Polygon2dGen.gxx | 16 +- src/IntCurve/IntCurve_ProjectOnPConicTool.cxx | 2 +- src/IntCurveSurface/IntCurveSurface_Inter.gxx | 20 +- .../IntCurveSurface_Intersection.cxx | 2 +- .../IntCurveSurface_IntersectionPoint.cxx | 16 +- .../IntCurveSurface_IntersectionSegment.cxx | 4 +- .../IntCurveSurface_Polygon.gxx | 10 +- .../IntCurveSurface_PolygonTool.gxx | 8 +- src/IntPatch/IntPatch_ALine.cxx | 20 +- src/IntPatch/IntPatch_ImpPrmIntersection.cxx | 2 +- .../IntPatch_InterferencePolyhedron.cxx | 6 +- src/IntPatch/IntPatch_Intersection.cxx | 8 +- src/IntPatch/IntPatch_LineConstructor.cxx | 20 +- src/IntPatch/IntPatch_Point.cxx | 40 +- src/IntPatch/IntPatch_PolyArc.cxx | 4 +- src/IntPatch/IntPatch_Polygo.cxx | 12 +- src/IntPatch/IntPatch_Polyhedron.cxx | 4 +- src/IntPatch/IntPatch_PrmPrmIntersection.cxx | 12 +- src/IntPatch/IntPatch_RLine.cxx | 8 +- src/IntPatch/IntPatch_RstInt.cxx | 16 +- src/IntPatch/IntPatch_SpecialPoints.cxx | 8 +- src/IntPatch/IntPatch_WLine.cxx | 24 +- src/IntPolyh/IntPolyh_SectionLine.cxx | 2 +- src/IntRes2d/IntRes2d_Intersection.cxx | 10 +- src/IntRes2d/IntRes2d_Transition.cxx | 2 +- src/IntRes2d/IntRes2d_Transition.lxx | 2 +- src/IntStart/IntStart_SearchOnBoundaries.gxx | 4 +- src/IntTools/IntTools_FaceFace.cxx | 2 +- src/IntWalk/IntWalk_IWLine.lxx | 6 +- src/IntWalk/IntWalk_IWalking_2.gxx | 2 +- src/IntWalk/IntWalk_PWalking.cxx | 4 +- src/Interface/Interface_Check.cxx | 6 +- src/Interface/Interface_CheckIterator.cxx | 12 +- src/Interface/Interface_FileReaderData.cxx | 10 +- src/Interface/Interface_FloatWriter.hxx | 2 +- src/Interface/Interface_MSG.cxx | 14 +- src/Interface/Interface_ShareTool.cxx | 2 +- src/Interface/Interface_Static.cxx | 10 +- src/Intf/Intf_Interference.cxx | 6 +- src/Intf/Intf_SectionLine.cxx | 8 +- src/Intf/Intf_SectionPoint.cxx | 16 +- src/Intf/Intf_TangentZone.cxx | 10 +- src/LDOM/LDOMBasicString.cxx | 2 +- src/LDOM/LDOMParser.cxx | 6 +- src/LDOM/LDOMParser.hxx | 6 +- src/LDOM/LDOM_BasicNode.cxx | 16 +- src/LDOM/LDOM_MemManager.cxx | 4 +- src/LDOM/LDOM_OSStream.hxx | 8 +- src/LDOM/LDOM_XmlReader.cxx | 2 +- src/LDOM/LDOM_XmlReader.hxx | 4 +- src/LDOM/LDOM_XmlWriter.cxx | 4 +- src/LocOpe/LocOpe_BuildShape.cxx | 2 +- src/LocOpe/LocOpe_DPrism.cxx | 4 +- src/LocOpe/LocOpe_FindEdges.cxx | 8 +- src/LocOpe/LocOpe_Generator.cxx | 4 +- src/LocOpe/LocOpe_SplitDrafts.cxx | 18 +- src/LocOpe/LocOpe_SplitShape.cxx | 10 +- src/LocOpe/LocOpe_Spliter.cxx | 2 +- src/LocOpe/LocOpe_WiresOnShape.cxx | 4 +- src/LocalAnalysis/LocalAnalysis.cxx | 154 ++--- src/MAT/MAT_Bisector.cxx | 18 +- src/MAT/MAT_Graph.cxx | 10 +- src/MAT2d/MAT2d_Circuit.cxx | 2 +- src/MAT2d/MAT2d_Connexion.cxx | 30 +- src/MAT2d/MAT2d_Mat2d.cxx | 28 +- src/MAT2d/MAT2d_Tool2d.cxx | 52 +- src/MeshTest/MeshTest_CheckTopology.cxx | 4 +- src/MeshTest/MeshTest_Debug.cxx | 4 +- src/MeshTest/MeshTest_PluginCommands.cxx | 2 +- src/MeshVS/MeshVS_Mesh.cxx | 10 +- src/Message/Message.hxx | 2 +- src/Message/Message_Messenger.hxx | 9 +- src/Message/Message_PrinterOStream.cxx | 4 +- src/Message/Message_PrinterOStream.hxx | 4 +- src/MoniTool/MoniTool_Timer.cxx | 18 +- src/MoniTool/MoniTool_TypedValue.cxx | 6 +- src/NCollection/NCollection_BaseMap.cxx | 2 +- src/NCollection/NCollection_UBTreeFiller.hxx | 8 +- src/OSD/OSD_Path.cxx | 12 +- src/OSD/OSD_Timer.cxx | 2 +- src/OSD/OSD_signal.cxx | 106 +-- src/OpenGl/OpenGl_View_Raytrace.cxx | 2 - src/PCDM/PCDM_ReadWriter_1.cxx | 6 +- src/PLib/PLib.cxx | 8 +- src/Plugin/Plugin.cxx | 6 +- src/Poly/Poly.cxx | 50 +- src/Poly/Poly_CoherentNode.cxx | 4 +- src/Poly/Poly_MakeLoops.cxx | 16 +- src/ProjLib/ProjLib_CompProjectedCurve.cxx | 8 +- src/ProjLib/ProjLib_ComputeApprox.cxx | 4 +- .../ProjLib_ComputeApproxOnPolarSurface.cxx | 2 +- src/ProjLib/ProjLib_PrjFunc.cxx | 10 +- src/ProjLib/ProjLib_ProjectOnSurface.cxx | 2 +- src/QABugs/QABugs_1.cxx | 12 +- src/QABugs/QABugs_10.cxx | 10 +- src/QABugs/QABugs_11.cxx | 136 ++-- src/QABugs/QABugs_13.cxx | 2 +- src/QABugs/QABugs_14.cxx | 36 +- src/QABugs/QABugs_17.cxx | 2 +- src/QABugs/QABugs_19.cxx | 32 +- src/QABugs/QABugs_20.cxx | 16 +- src/QABugs/QABugs_3.cxx | 8 +- src/QABugs/QABugs_6.cxx | 2 +- src/QADNaming/QADNaming.cxx | 8 +- src/QADNaming/QADNaming_BasicCommands.cxx | 2 +- src/QADNaming/QADNaming_SelectionCommands.cxx | 4 +- src/QADNaming/QADNaming_ToolsCommands.cxx | 2 +- src/QANCollection/QANCollection_Perf.cxx | 4 +- src/QANCollection/QANCollection_Test.cxx | 40 +- src/Quantity/Quantity_Color.cxx | 70 +- .../RWHeaderSection_ReadWriteModule.cxx | 2 +- .../RWStepAP214_ReadWriteModule.cxx | 4 +- .../RWStepGeom_RWBSplineCurveWithKnots.cxx | 8 +- .../RWStepGeom_RWBSplineSurfaceWithKnots.cxx | 16 +- .../RWStepGeom_RWRationalBSplineCurve.cxx | 4 +- .../RWStepGeom_RWRationalBSplineSurface.cxx | 8 +- .../RWStepGeom_RWToroidalSurface.cxx | 2 +- src/RWStepShape/RWStepShape_RWEdgeCurve.cxx | 18 +- src/RWStepShape/RWStepShape_RWEdgeLoop.cxx | 2 +- src/RWStepShape/RWStepShape_RWFaceBound.cxx | 8 +- src/RWStl/RWStl_Reader.cxx | 4 +- src/Resource/Resource_Manager.cxx | 40 +- src/STEPCAFControl/STEPCAFControl_Reader.cxx | 38 +- src/STEPCAFControl/STEPCAFControl_Writer.cxx | 50 +- src/STEPConstruct/STEPConstruct.cxx | 10 +- src/STEPConstruct/STEPConstruct_Assembly.cxx | 20 +- src/STEPConstruct/STEPConstruct_Styles.cxx | 12 +- .../STEPConstruct_UnitContext.cxx | 24 +- .../STEPConstruct_ValidationProps.cxx | 30 +- src/STEPControl/STEPControl_ActorRead.cxx | 48 +- src/STEPControl/STEPControl_ActorWrite.cxx | 30 +- src/STEPControl/STEPControl_Reader.cxx | 2 +- .../STEPSelections_AssemblyExplorer.cxx | 4 +- src/SWDRAW/SWDRAW_ShapeAnalysis.cxx | 2 +- src/SWDRAW/SWDRAW_ShapeExtend.cxx | 2 +- src/SWDRAW/SWDRAW_ShapeFix.cxx | 8 +- src/SWDRAW/SWDRAW_ShapeUpgrade.cxx | 22 +- .../ShapeAnalysis_CheckSmallFace.cxx | 14 +- src/ShapeAnalysis/ShapeAnalysis_Curve.cxx | 32 +- src/ShapeAnalysis/ShapeAnalysis_Surface.cxx | 24 +- src/ShapeAnalysis/ShapeAnalysis_WireOrder.cxx | 2 +- src/ShapeBuild/ShapeBuild_Edge.cxx | 8 +- src/ShapeBuild/ShapeBuild_ReShape.cxx | 2 +- src/ShapeConstruct/ShapeConstruct.cxx | 20 +- src/ShapeConstruct/ShapeConstruct_Curve.cxx | 24 +- .../ShapeConstruct_ProjectCurveOnSurface.cxx | 46 +- .../ShapeCustom_BSplineRestriction.cxx | 32 +- src/ShapeCustom/ShapeCustom_Curve.cxx | 2 +- src/ShapeCustom/ShapeCustom_Surface.cxx | 8 +- src/ShapeExtend/ShapeExtend_ComplexCurve.cxx | 2 +- .../ShapeExtend_CompositeSurface.cxx | 4 +- .../ShapeExtend_MsgRegistrator.cxx | 4 +- src/ShapeFix/ShapeFix.cxx | 6 +- src/ShapeFix/ShapeFix_ComposeShell.cxx | 30 +- src/ShapeFix/ShapeFix_Edge.cxx | 12 +- src/ShapeFix/ShapeFix_EdgeProjAux.cxx | 28 +- src/ShapeFix/ShapeFix_Face.cxx | 24 +- src/ShapeFix/ShapeFix_FaceConnect.cxx | 30 +- src/ShapeFix/ShapeFix_FixSmallFace.cxx | 4 +- src/ShapeFix/ShapeFix_IntersectionTool.cxx | 8 +- src/ShapeFix/ShapeFix_Solid.cxx | 12 +- src/ShapeFix/ShapeFix_Wire.cxx | 34 +- src/ShapeFix/ShapeFix_WireSegment.cxx | 10 +- src/ShapeFix/ShapeFix_Wire_1.cxx | 16 +- src/ShapeFix/ShapeFix_Wireframe.cxx | 4 +- src/ShapeProcess/ShapeProcess.cxx | 6 +- src/ShapeProcess/ShapeProcess_Context.cxx | 22 +- src/ShapeProcess/ShapeProcess_OperLibrary.cxx | 10 +- .../ShapeProcess_ShapeContext.cxx | 14 +- .../ShapeUpgrade_ClosedFaceDivide.cxx | 4 +- .../ShapeUpgrade_ConvertCurve2dToBezier.cxx | 4 +- .../ShapeUpgrade_ConvertCurve3dToBezier.cxx | 4 +- ...apeUpgrade_ConvertSurfaceToBezierBasis.cxx | 4 +- .../ShapeUpgrade_FixSmallBezierCurves.cxx | 12 +- src/ShapeUpgrade/ShapeUpgrade_SplitCurve.cxx | 2 +- .../ShapeUpgrade_SplitCurve2d.cxx | 18 +- .../ShapeUpgrade_SplitCurve2dContinuity.cxx | 12 +- .../ShapeUpgrade_SplitCurve3d.cxx | 22 +- .../ShapeUpgrade_SplitCurve3dContinuity.cxx | 14 +- .../ShapeUpgrade_SplitSurface.cxx | 10 +- .../ShapeUpgrade_SplitSurfaceContinuity.cxx | 20 +- .../ShapeUpgrade_UnifySameDomain.cxx | 4 +- src/ShapeUpgrade/ShapeUpgrade_WireDivide.cxx | 22 +- src/Standard/Standard_ErrorHandler.cxx | 4 +- src/Standard/Standard_GUID.cxx | 4 +- src/Standard/Standard_Real.cxx | 12 +- src/Standard/Standard_Type.cxx | 6 +- src/StdDrivers/StdDrivers.cxx | 2 +- src/StdLDrivers/StdLDrivers.cxx | 2 +- .../StdLDrivers_DocumentRetrievalDriver.cxx | 20 +- .../StdPrs_WFDeflectionRestrictedFace.cxx | 4 +- src/StdSelect/StdSelect_BRepSelectionTool.cxx | 2 +- src/StepAP209/StepAP209_Construct.cxx | 4 +- src/StepBasic/StepBasic_SiUnit.cxx | 2 +- src/StepData/StepData_HeaderTool.cxx | 16 +- src/StepData/StepData_StepDumper.cxx | 32 +- src/StepData/StepData_StepModel.cxx | 4 +- src/StepData/StepData_StepReaderData.cxx | 10 +- src/StepData/StepData_StepReaderTool.cxx | 4 +- src/StepData/StepData_StepWriter.cxx | 6 +- src/StepFile/StepFile_Read.cxx | 18 +- src/StepSelect/StepSelect_Activator.cxx | 26 +- src/StepSelect/StepSelect_WorkLibrary.cxx | 20 +- .../StepShape_OrientedClosedShell.cxx | 2 +- src/StepShape/StepShape_OrientedEdge.cxx | 4 +- src/StepShape/StepShape_OrientedFace.cxx | 2 +- src/StepShape/StepShape_OrientedOpenShell.cxx | 2 +- src/StepShape/StepShape_OrientedPath.cxx | 2 +- src/StepToGeom/StepToGeom.cxx | 4 +- .../StepToGeom_MakeBSplineCurve.pxx | 4 +- src/StepToTopoDS/StepToTopoDS_Builder.cxx | 62 +- .../StepToTopoDS_GeometricTool.cxx | 24 +- .../StepToTopoDS_TranslateCompositeCurve.cxx | 8 +- .../StepToTopoDS_TranslateEdge.cxx | 28 +- .../StepToTopoDS_TranslateEdgeLoop.cxx | 10 +- .../StepToTopoDS_TranslateFace.cxx | 4 +- .../StepToTopoDS_TranslateShell.cxx | 2 +- src/Storage/Storage_Schema.cxx | 10 +- src/TCollection/TCollection_AsciiString.cxx | 14 +- src/TCollection/TCollection_BasicMap.cxx | 2 +- .../TCollection_HExtendedString.cxx | 2 +- src/TDF/TDF_Attribute.cxx | 2 +- src/TDF/TDF_ChildIterator.hxx | 2 +- src/TDF/TDF_CopyLabel.cxx | 12 +- src/TDF/TDF_Data.cxx | 32 +- src/TDF/TDF_DataSet.cxx | 12 +- src/TDF/TDF_Delta.cxx | 30 +- src/TDF/TDF_DeltaOnForget.cxx | 2 +- src/TDF/TDF_DeltaOnResume.cxx | 2 +- src/TDF/TDF_IDFilter.cxx | 4 +- src/TDF/TDF_Label.cxx | 4 +- src/TDF/TDF_RelocationTable.cxx | 14 +- src/TDF/TDF_Tool.cxx | 14 +- src/TDF/TDF_Transaction.cxx | 26 +- src/TDataStd/TDataStd_AsciiString.cxx | 2 +- src/TDataStd/TDataStd_BooleanArray.cxx | 2 +- src/TDataStd/TDataStd_BooleanList.cxx | 2 +- src/TDataStd/TDataStd_ByteArray.cxx | 2 +- ...DataStd_DeltaOnModificationOfByteArray.cxx | 22 +- ...td_DeltaOnModificationOfExtStringArray.cxx | 22 +- ...TDataStd_DeltaOnModificationOfIntArray.cxx | 22 +- ...aStd_DeltaOnModificationOfIntPackedMap.cxx | 14 +- ...DataStd_DeltaOnModificationOfRealArray.cxx | 22 +- src/TDataStd/TDataStd_ExtStringArray.cxx | 4 +- src/TDataStd/TDataStd_ExtStringList.cxx | 2 +- src/TDataStd/TDataStd_IntPackedMap.cxx | 2 +- src/TDataStd/TDataStd_IntegerArray.cxx | 2 +- src/TDataStd/TDataStd_IntegerList.cxx | 2 +- src/TDataStd/TDataStd_Name.cxx | 2 +- src/TDataStd/TDataStd_RealArray.cxx | 2 +- src/TDataStd/TDataStd_RealList.cxx | 2 +- src/TDataStd/TDataStd_ReferenceArray.cxx | 2 +- src/TDataStd/TDataStd_ReferenceList.cxx | 2 +- src/TDataStd/TDataStd_TreeNode.cxx | 2 +- src/TDocStd/TDocStd_Application.cxx | 10 +- src/TDocStd/TDocStd_Application.hxx | 4 +- src/TDocStd/TDocStd_Document.cxx | 10 +- .../TDocStd_MultiTransactionManager.cxx | 20 +- src/TFunction/TFunction_Iterator.cxx | 4 +- src/TFunction/TFunction_Logbook.cxx | 14 +- src/TNaming/TNaming.cxx | 20 +- src/TNaming/TNaming_CopyShape.cxx | 10 +- src/TNaming/TNaming_Identifier.cxx | 12 +- src/TNaming/TNaming_Localizer.cxx | 30 +- src/TNaming/TNaming_Name.cxx | 120 ++-- src/TNaming/TNaming_NamedShape.cxx | 14 +- src/TNaming/TNaming_Naming.cxx | 126 ++-- src/TNaming/TNaming_NamingTool.cxx | 26 +- src/TNaming/TNaming_Selector.cxx | 30 +- src/TNaming/TNaming_ShapesSet.cxx | 4 +- src/TNaming/TNaming_Tool.cxx | 28 +- src/TNaming/TNaming_TranslateTool.cxx | 2 +- src/TNaming/TNaming_Translator.cxx | 14 +- src/TNaming/TNaming_UsedShapes.cxx | 6 +- src/TObj/TObj_Persistence.cxx | 2 +- src/TPrsStd/TPrsStd_ConstraintTools.cxx | 166 ++--- src/TPrsStd/TPrsStd_DriverTable.cxx | 2 +- src/TopClass/TopClass_Classifier3d.gxx | 6 +- src/TopClass/TopClass_SolidClassifier.gxx | 8 +- src/TopCnx/TopCnx_EdgeFaceTransition.cxx | 6 +- src/TopLoc/TopLoc_Datum3D.cxx | 12 +- src/TopLoc/TopLoc_Location.cxx | 4 +- src/TopOpeBRep/TopOpeBRep_DSFiller.cxx | 36 +- src/TopOpeBRep/TopOpeBRep_EdgesFiller.cxx | 26 +- .../TopOpeBRep_EdgesIntersector.cxx | 72 +- src/TopOpeBRep/TopOpeBRep_FFDumper.cxx | 94 +-- .../TopOpeBRep_FaceEdgeFiller_DEB.cxx | 30 +- .../TopOpeBRep_FaceEdgeIntersector.cxx | 12 +- src/TopOpeBRep/TopOpeBRep_FacesFiller.cxx | 4 +- src/TopOpeBRep/TopOpeBRep_FacesFiller_1.cxx | 12 +- .../TopOpeBRep_FacesIntersector.cxx | 24 +- src/TopOpeBRep/TopOpeBRep_Hctxee2d.cxx | 18 +- src/TopOpeBRep/TopOpeBRep_Hctxff2d.cxx | 16 +- src/TopOpeBRep/TopOpeBRep_LineInter.cxx | 24 +- src/TopOpeBRep/TopOpeBRep_Point2d.cxx | 48 +- src/TopOpeBRep/TopOpeBRep_ProcessGR.cxx | 6 +- .../TopOpeBRep_ProcessSectionEdges.cxx | 10 +- .../TopOpeBRep_ShapeIntersector.cxx | 58 +- .../TopOpeBRep_ShapeIntersector2d.cxx | 34 +- src/TopOpeBRep/TopOpeBRep_ShapeScanner.cxx | 4 +- src/TopOpeBRep/TopOpeBRep_VPointInter.cxx | 20 +- src/TopOpeBRep/TopOpeBRep_mergePDS.cxx | 16 +- src/TopOpeBRep/TopOpeBRep_trace.cxx | 22 +- src/TopOpeBRep/TopOpeBRep_traceALWL.cxx | 12 +- src/TopOpeBRep/TopOpeBRep_traceSIFF.cxx | 10 +- src/TopOpeBRep/TopOpeBRep_traceSIFF.hxx | 2 +- src/TopOpeBRep/TopOpeBRep_vpr.cxx | 12 +- .../TopOpeBRepBuild_Area1dBuilder.cxx | 42 +- .../TopOpeBRepBuild_Area2dBuilder.cxx | 2 +- .../TopOpeBRepBuild_BuildEdges.cxx | 2 +- .../TopOpeBRepBuild_BuildFaces.cxx | 2 +- .../TopOpeBRepBuild_Builder.cxx | 56 +- .../TopOpeBRepBuild_BuilderON.cxx | 92 +-- .../TopOpeBRepBuild_BuilderON2d.cxx | 10 +- .../TopOpeBRepBuild_CompositeClassifier.cxx | 2 +- src/TopOpeBRepBuild/TopOpeBRepBuild_End.cxx | 4 +- src/TopOpeBRepBuild/TopOpeBRepBuild_FREGU.cxx | 4 +- .../TopOpeBRepBuild_FaceBuilder.cxx | 26 +- .../TopOpeBRepBuild_FuseFace.cxx | 60 +- src/TopOpeBRepBuild/TopOpeBRepBuild_GIter.cxx | 2 +- src/TopOpeBRepBuild/TopOpeBRepBuild_GTool.cxx | 10 +- src/TopOpeBRepBuild/TopOpeBRepBuild_GTopo.cxx | 12 +- src/TopOpeBRepBuild/TopOpeBRepBuild_Grid.cxx | 22 +- .../TopOpeBRepBuild_GridEE.cxx | 64 +- .../TopOpeBRepBuild_GridFF.cxx | 56 +- .../TopOpeBRepBuild_GridSS.cxx | 88 +-- .../TopOpeBRepBuild_Griddump.cxx | 152 ++--- src/TopOpeBRepBuild/TopOpeBRepBuild_KPart.cxx | 66 +- src/TopOpeBRepBuild/TopOpeBRepBuild_Merge.cxx | 14 +- src/TopOpeBRepBuild/TopOpeBRepBuild_Pave.cxx | 2 +- .../TopOpeBRepBuild_PaveClassifier.cxx | 48 +- .../TopOpeBRepBuild_PaveSet.cxx | 18 +- src/TopOpeBRepBuild/TopOpeBRepBuild_SREGU.cxx | 6 +- .../TopOpeBRepBuild_Section.cxx | 40 +- .../TopOpeBRepBuild_ShapeSet.cxx | 46 +- .../TopOpeBRepBuild_ShellFaceClassifier.cxx | 4 +- .../TopOpeBRepBuild_ShellFaceSet.cxx | 6 +- src/TopOpeBRepBuild/TopOpeBRepBuild_Tools.cxx | 4 +- .../TopOpeBRepBuild_WireEdgeSet.cxx | 54 +- .../TopOpeBRepBuild_fctwes.cxx | 12 +- src/TopOpeBRepBuild/TopOpeBRepBuild_ffsfs.cxx | 38 +- .../TopOpeBRepBuild_ffwesk.cxx | 20 +- src/TopOpeBRepBuild/TopOpeBRepBuild_keep.cxx | 24 +- .../TopOpeBRepBuild_kpkole.cxx | 36 +- .../TopOpeBRepBuild_makeedges.cxx | 6 +- .../TopOpeBRepBuild_makefaces.cxx | 22 +- .../TopOpeBRepBuild_makesolids.cxx | 4 +- src/TopOpeBRepBuild/TopOpeBRepBuild_trace.cxx | 16 +- src/TopOpeBRepDS/TopOpeBRepDS_Check.cxx | 12 +- src/TopOpeBRepDS/TopOpeBRepDS_DRAW.cxx | 2 +- .../TopOpeBRepDS_HDataStructure.cxx | 2 +- src/TopOpeBRepDS/TopOpeBRepDS_TKI.cxx | 6 +- src/TopOpeBRepDS/TopOpeBRepDS_connex.cxx | 16 +- src/TopOpeBRepTool/TopOpeBRepTool_2d.cxx | 12 +- src/TopOpeBRepTool/TopOpeBRepTool_BoxSort.cxx | 16 +- src/TopOpeBRepTool/TopOpeBRepTool_CLASSI.cxx | 2 +- src/TopOpeBRepTool/TopOpeBRepTool_CORRISO.cxx | 46 +- .../TopOpeBRepTool_CurveTool.cxx | 32 +- src/TopOpeBRepTool/TopOpeBRepTool_DRAW.cxx | 18 +- .../TopOpeBRepTool_FuseEdges.cxx | 18 +- .../TopOpeBRepTool_GEOMETRY.cxx | 2 +- .../TopOpeBRepTool_HBoxTool.cxx | 10 +- src/TopOpeBRepTool/TopOpeBRepTool_PURGE.cxx | 16 +- src/TopOpeBRepTool/TopOpeBRepTool_REGUS.cxx | 52 +- src/TopOpeBRepTool/TopOpeBRepTool_REGUW.cxx | 92 +-- .../TopOpeBRepTool_RegularizeW.cxx | 38 +- src/TopOpeBRepTool/TopOpeBRepTool_STATE.cxx | 8 +- .../TopOpeBRepTool_ShapeClassifier.cxx | 10 +- .../TopOpeBRepTool_ShapeTool.cxx | 18 +- src/TopOpeBRepTool/TopOpeBRepTool_TOOL.cxx | 4 +- src/TopOpeBRepTool/TopOpeBRepTool_box.cxx | 4 +- src/TopOpeBRepTool/TopOpeBRepTool_faulty.cxx | 14 +- src/TopTools/TopTools_LocationSet.cxx | 28 +- src/TopTools/TopTools_ShapeSet.cxx | 8 +- src/TopoDSToStep/TopoDSToStep_Builder.cxx | 2 +- .../TopoDSToStep_MakeBrepWithVoids.cxx | 8 +- .../TopoDSToStep_MakeStepEdge.cxx | 2 +- .../TopoDSToStep_MakeStepFace.cxx | 4 +- .../TopoDSToStep_MakeStepWire.cxx | 2 +- src/TopoDSToStep/TopoDSToStep_Tool.cxx | 32 +- .../TopoDSToStep_WireframeBuilder.cxx | 8 +- src/Transfer/Transfer_FinderProcess.cxx | 6 +- src/Transfer/Transfer_TransferProcess.gxx | 30 +- src/Transfer/Transfer_TransientProcess.cxx | 10 +- src/TransferBRep/TransferBRep_Reader.cxx | 6 +- src/Units/Units.cxx | 22 +- src/Units/Units_Dimensions.cxx | 40 +- src/Units/Units_Explorer.cxx | 4 +- src/Units/Units_Lexicon.lxx | 2 +- src/Units/Units_Measurement.cxx | 8 +- src/Units/Units_Quantity.cxx | 6 +- src/Units/Units_Sentence.cxx | 24 +- src/Units/Units_Sentence.lxx | 2 +- src/Units/Units_ShiftedToken.cxx | 4 +- src/Units/Units_ShiftedUnit.cxx | 8 +- src/Units/Units_Token.cxx | 20 +- src/Units/Units_Unit.cxx | 8 +- src/Units/Units_UnitSentence.cxx | 10 +- src/Units/Units_UnitsDictionary.cxx | 4 +- src/Units/Units_UnitsDictionary.lxx | 6 +- src/Units/Units_UnitsLexicon.lxx | 2 +- src/Units/Units_UnitsSystem.cxx | 14 +- src/UnitsAPI/UnitsAPI.cxx | 22 +- src/UnitsMethods/UnitsMethods.cxx | 28 +- src/ViewerTest/ViewerTest.cxx | 6 +- src/ViewerTest/ViewerTest_ObjectCommands.cxx | 6 +- src/ViewerTest/ViewerTest_ViewerCommands.cxx | 4 +- src/VrmlAPI/VrmlAPI_Writer.cxx | 4 +- src/VrmlConverter/VrmlConverter_Curve.cxx | 32 +- .../VrmlConverter_DeflectionCurve.cxx | 8 +- src/VrmlConverter/VrmlConverter_Projector.cxx | 44 +- .../VrmlConverter_ShadedShape.cxx | 30 +- ...mlConverter_WFDeflectionRestrictedFace.cxx | 6 +- .../VrmlConverter_WFDeflectionShape.cxx | 4 +- .../VrmlConverter_WFRestrictedFace.cxx | 36 +- src/VrmlConverter/VrmlConverter_WFShape.cxx | 4 +- src/VrmlData/VrmlData_Group.cxx | 8 +- src/VrmlData/VrmlData_Scene.cxx | 12 +- src/VrmlData/VrmlData_Scene.hxx | 2 +- src/XCAFDoc/XCAFDoc_GraphNode.cxx | 6 +- src/XCAFDoc/XCAFDoc_ShapeTool.cxx | 14 +- src/XCAFDoc/XCAFDoc_ShapeTool.hxx | 2 +- src/XCAFPrs/XCAFPrs.cxx | 2 +- src/XCAFPrs/XCAFPrs_Driver.cxx | 2 +- src/XDEDRAW/XDEDRAW.cxx | 2 +- src/XDEDRAW/XDEDRAW_Props.cxx | 4 +- src/XDEDRAW/XDEDRAW_Views.cxx | 2 +- src/XSAlgo/XSAlgo_AlgoContainer.cxx | 22 +- src/XSControl/XSControl_FuncShape.cxx | 144 ++-- src/XSControl/XSControl_Functions.cxx | 100 +-- src/XSControl/XSControl_Reader.hxx | 2 +- src/XSControl/XSControl_TransferReader.cxx | 54 +- src/XSControl/XSControl_TransferWriter.cxx | 12 +- src/XSControl/XSControl_Utils.cxx | 10 +- src/XSControl/XSControl_WorkSession.cxx | 18 +- src/XSDRAW/XSDRAW.cxx | 18 +- src/XSDRAWIGES/XSDRAWIGES.cxx | 28 +- src/XSDRAWSTEP/XSDRAWSTEP.cxx | 18 +- src/XSDRAWSTLVRML/XSDRAWSTLVRML.cxx | 6 +- .../XSDRAWSTLVRML_DataSource.cxx | 6 +- src/XmlDrivers/XmlDrivers.cxx | 4 +- src/XmlLDrivers/XmlLDrivers.cxx | 8 +- .../XmlLDrivers_DocumentRetrievalDriver.cxx | 6 +- .../XmlLDrivers_DocumentStorageDriver.cxx | 2 +- src/XmlMDF/XmlMDF.cxx | 10 +- .../XmlMDataStd_ByteArrayDriver.cxx | 2 +- .../XmlMDataXtd_TriangulationDriver.cxx | 2 +- .../XmlMNaming_NamedShapeDriver.cxx | 2 +- src/XmlMNaming/XmlMNaming_NamingDriver.cxx | 12 +- .../XmlMXCAFDoc_LocationDriver.cxx | 2 +- src/XmlTObjDrivers/XmlTObjDrivers.cxx | 4 +- src/XmlXCAFDrivers/XmlXCAFDrivers.cxx | 4 +- src/math/math_BissecNewton.cxx | 4 +- src/math/math_BracketMinimum.cxx | 8 +- src/math/math_BracketedRoot.cxx | 6 +- src/math/math_DirectPolynomialRoots.cxx | 4 +- src/math/math_FunctionAllRoots.cxx | 4 +- src/math/math_FunctionRoot.cxx | 6 +- src/math/math_FunctionRoots.cxx | 20 +- src/math/math_FunctionSetRoot.cxx | 4 +- src/math/math_Gauss.cxx | 2 +- src/math/math_GlobOptMin.cxx | 2 +- src/math/math_Jacobi.cxx | 2 +- src/math/math_NewtonMinimum.cxx | 16 +- src/math/math_TrigonometricFunctionRoots.cxx | 8 +- src/math/math_Uzawa.cxx | 8 +- tools/DFBrowser/DFBrowser_DumpView.cxx | 2 +- tools/ToolsDraw/ToolsDraw.cxx | 16 +- 972 files changed, 8554 insertions(+), 8550 deletions(-) diff --git a/samples/mfc/occtdemo/GeomConstraints/GeomConstraints_Presentation.cpp b/samples/mfc/occtdemo/GeomConstraints/GeomConstraints_Presentation.cpp index b3dc89401e..00f2224f75 100755 --- a/samples/mfc/occtdemo/GeomConstraints/GeomConstraints_Presentation.cpp +++ b/samples/mfc/occtdemo/GeomConstraints/GeomConstraints_Presentation.cpp @@ -596,8 +596,8 @@ void GeomConstraints_Presentation::sample3() aFileName += "\\points.dat"; // open file - ifstream aFile; - aFile.open(aFileName.ToCString(), ios::failbit); + std::ifstream aFile; + aFile.open(aFileName.ToCString(), std::ios::failbit); if(!aFile) { aFileName += " was not found. The sample can not be shown."; diff --git a/samples/mfc/standard/01_Geometry/src/GeoAlgo_Sol.cxx b/samples/mfc/standard/01_Geometry/src/GeoAlgo_Sol.cxx index a7e3552638..e29b870124 100755 --- a/samples/mfc/standard/01_Geometry/src/GeoAlgo_Sol.cxx +++ b/samples/mfc/standard/01_Geometry/src/GeoAlgo_Sol.cxx @@ -80,7 +80,7 @@ void GeoAlgo_Sol::Build(const TColgp_SequenceOfXYZ& seqOfXYZ) //Filling plate Plate_Plate myPlate; - cout<<" * Nunber of points = "<< nbPnt << endl; + std::cout<<" * Nunber of points = "<< nbPnt << std::endl; for (i=1; i<= nbPnt; i++) { gp_Pnt ptProj(seqOfXYZ.Value(i).X(), seqOfXYZ.Value(i).Y(), 0. ); gp_Vec aVec( ptProj, seqOfXYZ.Value(i)); @@ -90,7 +90,7 @@ void GeoAlgo_Sol::Build(const TColgp_SequenceOfXYZ& seqOfXYZ) } myPlate.SolveTI(2, 1.);// resolution if (!myPlate.IsDone()) { - cout<<" plate computation has failed"<< endl; + std::cout<<" plate computation has failed"<< std::endl; myIsDone=Standard_False; } @@ -144,11 +144,11 @@ Handle(Geom_BSplineSurface) GeoAlgo_Sol::Read(const Standard_CString aGroundName Standard_Integer nbPnt=0; // Read points from the file - filebuf fic; - istream in(&fic); + std::filebuf fic; + std::istream in(&fic); - if (!fic.open(aGroundName,ios::in)){ - cout << " impossible to open a file : "<GetAISContext()->Display(aDirection2, Standard_False); - cout<<" D1.Angle(D2) : "<LoadStandardCursor(IDC_WAIT)); CString filename = dlg.GetPathName(); - filebuf fic; - istream in(&fic); - if (!fic.open (filename, ios::in)) + std::filebuf fic; + std::istream in(&fic); + if (!fic.open (filename, std::ios::in)) MessageBoxW (AfxGetApp()->m_pMainWnd->m_hWnd, L"Error : Unable to open file", L"CasCade Error", MB_ICONERROR); TColgp_SequenceOfXYZ seqOfXYZ; @@ -1162,7 +1162,7 @@ void CGeometryDoc::OnSimplify() std::filebuf aFileBuf; std::istream aStream (&aFileBuf); - if (!aFileBuf.open (initfile, ios::in)) + if (!aFileBuf.open (initfile, std::ios::in)) { initfile += L" was not found. The sample can not be shown."; myCResultDialog.SetText (initfile); diff --git a/samples/mfc/standard/02_Modeling/src/ModelingDoc.cpp b/samples/mfc/standard/02_Modeling/src/ModelingDoc.cpp index a5f195ac6e..4481c82a7b 100755 --- a/samples/mfc/standard/02_Modeling/src/ModelingDoc.cpp +++ b/samples/mfc/standard/02_Modeling/src/ModelingDoc.cpp @@ -4949,9 +4949,9 @@ void CModelingDoc::InputEvent(const Standard_Integer /*x*/, ((OCC_MainFrame*)AfxGetMainWnd())->SetStatusMessage("Building the tangent surface..."); SetCursor(AfxGetApp()->LoadStandardCursor(IDC_WAIT)); CString filename = dlg.GetPathName(); - filebuf fic; - istream in(&fic); - if (!fic.open(filename, ios::in)) + std::filebuf fic; + std::istream in(&fic); + if (!fic.open(filename, std::ios::in)) MessageBoxW (AfxGetApp()->m_pMainWnd->m_hWnd, L"Error : Unable to open file", L"CasCade Error", MB_ICONERROR); Standard_Real x,y,z; BRep_Builder B; diff --git a/samples/mfc/standard/03_Viewer2d/src/Viewer2dDoc.cpp b/samples/mfc/standard/03_Viewer2d/src/Viewer2dDoc.cpp index 9524025952..fd99f3d03d 100755 --- a/samples/mfc/standard/03_Viewer2d/src/Viewer2dDoc.cpp +++ b/samples/mfc/standard/03_Viewer2d/src/Viewer2dDoc.cpp @@ -233,7 +233,7 @@ void CViewer2dDoc::OnBUTTONTestFace() std::filebuf aFileBuf; std::istream aStream (&aFileBuf); - if (!aFileBuf.open (dlg.GetPathName(), ios::in)) + if (!aFileBuf.open (dlg.GetPathName(), std::ios::in)) { AfxMessageBox (L"The shape must be not a null Face"); return; diff --git a/samples/mfc/standard/04_Viewer3d/src/TexturesExt_Presentation.cpp b/samples/mfc/standard/04_Viewer3d/src/TexturesExt_Presentation.cpp index b542673eec..c0badccdd9 100755 --- a/samples/mfc/standard/04_Viewer3d/src/TexturesExt_Presentation.cpp +++ b/samples/mfc/standard/04_Viewer3d/src/TexturesExt_Presentation.cpp @@ -164,7 +164,7 @@ Standard_Boolean TexturesExt_Presentation::loadShape(TopoDS_Shape& aShape, std::filebuf aFileBuf; std::istream aStream (&aFileBuf); - if (!aFileBuf.open (initfile, ios::in)) + if (!aFileBuf.open (initfile, std::ios::in)) { initfile += L" was not found. The sample can not be shown."; getDocument()->UpdateResultMessageDlg ("Textured Shape", initfile); diff --git a/samples/mfc/standard/04_Viewer3d/src/Viewer3dDoc.cpp b/samples/mfc/standard/04_Viewer3d/src/Viewer3dDoc.cpp index aebda0df74..03b667f934 100755 --- a/samples/mfc/standard/04_Viewer3d/src/Viewer3dDoc.cpp +++ b/samples/mfc/standard/04_Viewer3d/src/Viewer3dDoc.cpp @@ -936,7 +936,7 @@ void CViewer3dDoc::DoSample() catch (Standard_Failure const& anException) { Standard_SStream aSStream; - aSStream << "An exception was caught: " << anException << ends; + aSStream << "An exception was caught: " << anException << std::ends; CString aMsg = aSStream.str().c_str(); AfxMessageBox (aMsg); } diff --git a/samples/mfc/standard/06_Ocaf/src/OcafDoc.cpp b/samples/mfc/standard/06_Ocaf/src/OcafDoc.cpp index ee5cd6a45b..4b84cba2d0 100755 --- a/samples/mfc/standard/06_Ocaf/src/OcafDoc.cpp +++ b/samples/mfc/standard/06_Ocaf/src/OcafDoc.cpp @@ -925,7 +925,7 @@ void COcafDoc::OnFileSaveAs() CWaitCursor aWaitCursor; CString CSPath = dlg.GetPathName(); - cout << "Save As " << CSPath << endl; + std::cout << "Save As " << CSPath << std::endl; PathName=CSPath; const wchar_t* SPath = CSPath; TCollection_ExtendedString TPath (SPath); diff --git a/samples/mfc/standard/06_Ocaf/src/TOcafFunction_CutDriver.cxx b/samples/mfc/standard/06_Ocaf/src/TOcafFunction_CutDriver.cxx index caff0608cd..d7220add62 100755 --- a/samples/mfc/standard/06_Ocaf/src/TOcafFunction_CutDriver.cxx +++ b/samples/mfc/standard/06_Ocaf/src/TOcafFunction_CutDriver.cxx @@ -76,7 +76,7 @@ Standard_Boolean TOcafFunction_CutDriver::MustExecute(const Handle(TFunction_Log */ TCollection_AsciiString aEntry; TDF_Tool::Entry(Label(), aEntry); - cout << "Entry: "<IsModified(OriginalRef->Get())) return Standard_True; // Original shape. diff --git a/samples/mfc/standard/07_Triangulation/src/Tesselate_Presentation.cpp b/samples/mfc/standard/07_Triangulation/src/Tesselate_Presentation.cpp index f89579364e..77eeb4c530 100755 --- a/samples/mfc/standard/07_Triangulation/src/Tesselate_Presentation.cpp +++ b/samples/mfc/standard/07_Triangulation/src/Tesselate_Presentation.cpp @@ -425,7 +425,7 @@ void Tesselate_Presentation::sample(const Standard_CString aFileName) std::filebuf aFileBuf; std::istream aStream (&aFileBuf); - if (!aFileBuf.open (initfile, ios::in)) + if (!aFileBuf.open (initfile, std::ios::in)) { initfile += L" was not found. The sample can not be shown."; GetDocument()->PocessTextInDialog ("Compute the triangulation on a shape", initfile); diff --git a/samples/mfc/standard/07_Triangulation/src/TriangulationDoc.cpp b/samples/mfc/standard/07_Triangulation/src/TriangulationDoc.cpp index 609a8aaadb..4b7f5342b0 100755 --- a/samples/mfc/standard/07_Triangulation/src/TriangulationDoc.cpp +++ b/samples/mfc/standard/07_Triangulation/src/TriangulationDoc.cpp @@ -349,7 +349,7 @@ void CTriangulationDoc::DoSample() catch (Standard_Failure const& anException) { Standard_SStream aSStream; - aSStream << "An exception was caught: " << anException << ends; + aSStream << "An exception was caught: " << anException << std::ends; CString aMsg = aSStream.str().c_str(); // aSStream.rdbuf()->freeze(0); // allow deletion of dynamic array AfxMessageBox (aMsg); diff --git a/samples/mfc/standard/09_Animation/src/AnimationDoc.cpp b/samples/mfc/standard/09_Animation/src/AnimationDoc.cpp index 8aba336401..2d35a3109f 100755 --- a/samples/mfc/standard/09_Animation/src/AnimationDoc.cpp +++ b/samples/mfc/standard/09_Animation/src/AnimationDoc.cpp @@ -83,35 +83,35 @@ CAnimationDoc::CAnimationDoc() std::filebuf aFileBuf; std::istream aStream (&aFileBuf); CString aPathCrankArm = aDataDirPath + "\\CrankArm.rle"; - if (aFileBuf.open (aPathCrankArm, ios::in)) + if (aFileBuf.open (aPathCrankArm, std::ios::in)) { BRepTools::Read (CrankArm, aStream, B); aFileBuf.close(); } CString aPathCylinderHead = aDataDirPath + "\\CylinderHead.rle"; - if (aFileBuf.open (aPathCylinderHead, ios::in)) + if (aFileBuf.open (aPathCylinderHead, std::ios::in)) { BRepTools::Read (CylinderHead, aStream, B); aFileBuf.close(); } CString aPathPropeller = aDataDirPath + "\\Propeller.rle"; - if (aFileBuf.open (aPathPropeller, ios::in)) + if (aFileBuf.open (aPathPropeller, std::ios::in)) { BRepTools::Read (Propeller, aStream, B); aFileBuf.close(); } CString aPathPiston = aDataDirPath + "\\Piston.rle"; - if (aFileBuf.open (aPathPiston, ios::in)) + if (aFileBuf.open (aPathPiston, std::ios::in)) { BRepTools::Read (Piston, aStream, B); aFileBuf.close(); } CString aPathEngineBlock = aDataDirPath + "\\EngineBlock.rle"; - if (aFileBuf.open (aPathEngineBlock, ios::in)) + if (aFileBuf.open (aPathEngineBlock, std::ios::in)) { BRepTools::Read (EngineBlock, aStream, B); aFileBuf.close(); diff --git a/samples/mfc/standard/09_Animation/src/Fonc.cxx b/samples/mfc/standard/09_Animation/src/Fonc.cxx index 5199c86b93..e003e51a2d 100755 --- a/samples/mfc/standard/09_Animation/src/Fonc.cxx +++ b/samples/mfc/standard/09_Animation/src/Fonc.cxx @@ -49,7 +49,7 @@ Handle(TColStd_HArray2OfReal) ReadRegularGrid(CString FileName, if (fp) { fscanf_s(fp, "%d %d", &R2, &C2); - cout << "Reading Grid : ( " << R2 << " , " << C2 << " )." << endl; + std::cout << "Reading Grid : ( " << R2 << " , " << C2 << " )." << std::endl; H = new TColStd_HArray2OfReal(C1, C2, R1, R2); @@ -83,14 +83,14 @@ Handle(TColStd_HArray2OfReal) ReadRegularGrid(CString FileName, } } - cout << "Deltax = " << Deltax << endl; - cout << "Deltay = " << Deltay << endl; + std::cout << "Deltax = " << Deltax << std::endl; + std::cout << "Deltay = " << Deltay << std::endl; fclose(fp); } else { - cout << "cannot open file : " << FileName << endl; + std::cout << "cannot open file : " << FileName << std::endl; } return H; } diff --git a/samples/mfc/standard/10_Convert/src/WNT/OCCDemoDoc.cpp b/samples/mfc/standard/10_Convert/src/WNT/OCCDemoDoc.cpp index 4565605950..6aa31decc9 100755 --- a/samples/mfc/standard/10_Convert/src/WNT/OCCDemoDoc.cpp +++ b/samples/mfc/standard/10_Convert/src/WNT/OCCDemoDoc.cpp @@ -153,7 +153,7 @@ void COCCDemoDoc::DoSample() catch (Standard_Failure const& anException) { Standard_SStream aSStream; - aSStream << "An exception was caught: " << anException << ends; + aSStream << "An exception was caught: " << anException << std::ends; CString aMsg = aSStream.str().c_str(); AfxMessageBox (aMsg); } diff --git a/samples/mfc/standard/Common/ImportExport/ImportExport.cpp b/samples/mfc/standard/Common/ImportExport/ImportExport.cpp index c55dd5b076..cd260c910c 100755 --- a/samples/mfc/standard/Common/ImportExport/ImportExport.cpp +++ b/samples/mfc/standard/Common/ImportExport/ImportExport.cpp @@ -156,7 +156,7 @@ Standard_Boolean CImportExport::ReadBREP(CString aFileName, std::filebuf aFileBuf; std::istream aStream (&aFileBuf); - if (!aFileBuf.open (aFileName, ios::in)) + if (!aFileBuf.open (aFileName, std::ios::in)) { return Standard_False; } @@ -230,7 +230,7 @@ Standard_Boolean CImportExport::SaveBREP (CString aFileName, { std::filebuf aFileBuf; std::ostream aStream (&aFileBuf); - if (!aFileBuf.open (aFileName, ios::out)) + if (!aFileBuf.open (aFileName, std::ios::out)) { return Standard_False; } @@ -811,7 +811,7 @@ Standard_Boolean CImportExport::SaveVRML(const Standard_CString& } // iterator of shapes // Call VRML writer - ofstream writer(aFileName); + std::ofstream writer(aFileName); writer<Verified(); if( !isverified ) { - cout << "Constraint is not valid" << endl; + std::cout << "Constraint is not valid" << std::endl; } diff --git a/samples/ocafsamples/TNaming_Sample.cxx b/samples/ocafsamples/TNaming_Sample.cxx index 0a0c077b5b..fbfcfbde09 100644 --- a/samples/ocafsamples/TNaming_Sample.cxx +++ b/samples/ocafsamples/TNaming_Sample.cxx @@ -308,7 +308,7 @@ void Sample() BRepAlgo_Cut mkCUT (OBJECT, TOOL); if (!mkCUT.IsDone()) { - cout << "CUT: Algorithm failed" << endl; + std::cout << "CUT: Algorithm failed" << std::endl; return; } else { @@ -318,7 +318,7 @@ void Sample() if (!BRepAlgo::IsValid(Larg, mkCUT.Shape(), Standard_True, Standard_False)) { - cout << "CUT: Result is not valid" << endl; + std::cout << "CUT: Result is not valid" << std::endl; return; } else { diff --git a/samples/ocafsamples/TPrsStd_Sample.cxx b/samples/ocafsamples/TPrsStd_Sample.cxx index 2f6d320e30..a94a4abe22 100644 --- a/samples/ocafsamples/TPrsStd_Sample.cxx +++ b/samples/ocafsamples/TPrsStd_Sample.cxx @@ -101,9 +101,9 @@ static void Sample() Handle(TPrsStd_NamedShapeDriver) driver; if( table->FindDriver(driverguid, driver) ) - cout << "Driver was found " << endl; + std::cout << "Driver was found " << std::endl; else - cout << "Driver wasn't found" << endl; + std::cout << "Driver wasn't found" << std::endl; // Driver can be used to build AIS_InteractiveObject for presenting the given label diff --git a/samples/qt/FuncDemo/src/mainwindow.cpp b/samples/qt/FuncDemo/src/mainwindow.cpp index 3f8e1d661d..f7f5694cec 100644 --- a/samples/qt/FuncDemo/src/mainwindow.cpp +++ b/samples/qt/FuncDemo/src/mainwindow.cpp @@ -214,7 +214,7 @@ void MainWindow::compute() } aTimer.Show(seconds, minutes, hours, CPUTime); - cout << "Execution of "<getNbThreads()<< " threads took " << hours << " hours, " << minutes << " minutes, " << seconds << " seconds" << endl; + std::cout << "Execution of "<getNbThreads()<< " threads took " << hours << " hours, " << minutes << " minutes, " << seconds << " seconds" << std::endl; // Redraw the nodes (change their colour). redrawGraph(); diff --git a/samples/qt/Interface/src/Translate.cxx b/samples/qt/Interface/src/Translate.cxx index 13eec9b815..54f6b16d98 100755 --- a/samples/qt/Interface/src/Translate.cxx +++ b/samples/qt/Interface/src/Translate.cxx @@ -340,7 +340,7 @@ TranslateDlg* Translate::getDialog( const int format, const bool import ) filter.append( "\t" ); } - cout << filter.toLatin1().constData() << endl; + std::cout << filter.toLatin1().constData() << std::endl; QStringList filters = filter.split( "\t" ); myDlg->setNameFilters ( filters ); diff --git a/samples/xaml/MainPage.xaml.cpp b/samples/xaml/MainPage.xaml.cpp index 9915da53d7..c27ed6dc65 100644 --- a/samples/xaml/MainPage.xaml.cpp +++ b/samples/xaml/MainPage.xaml.cpp @@ -273,7 +273,7 @@ Standard_Boolean MainPage::SaveBREP(const wchar_t* theFilePath, const TopoDS_Sha std::filebuf aFileBuf; std::ostream aStream(&aFileBuf); - if (!aFileBuf.open(theFilePath, ios::out)) { + if (!aFileBuf.open(theFilePath, std::ios::out)) { Output_TextBlock->Text += L"Error: cannot open file for export (brep)\n"; return Standard_False; } @@ -291,7 +291,7 @@ Standard_Boolean MainPage::SaveIGES(const wchar_t* theFilePath, const TopoDS_Sha std::filebuf aFileBuf; std::ostream aStream(&aFileBuf); - if (!aFileBuf.open(theFilePath, ios::out)) { + if (!aFileBuf.open(theFilePath, std::ios::out)) { Output_TextBlock->Text += L"Error: cannot open file for export (iges)\n"; return Standard_False; } @@ -319,7 +319,7 @@ Standard_Boolean MainPage::SaveSTEP(const wchar_t* theFilePath, const TopoDS_Sha std::filebuf aFileBuf; std::ostream aStream(&aFileBuf); - if (!aFileBuf.open(theFilePath, ios::out)) { + if (!aFileBuf.open(theFilePath, std::ios::out)) { Output_TextBlock->Text += L"Error: cannot open file for export (step)\n"; return Standard_False; } diff --git a/src/AIS/AIS_OffsetDimension.cxx b/src/AIS/AIS_OffsetDimension.cxx index dd9f864282..de74f89345 100644 --- a/src/AIS/AIS_OffsetDimension.cxx +++ b/src/AIS/AIS_OffsetDimension.cxx @@ -79,7 +79,7 @@ mySAttach(0.,0.,0.) myArrowSize = fabs (myVal/10.0); if (myArrowSize > 30.) myArrowSize = 30.; if (myArrowSize < 15.) myArrowSize = 15.; - //cout<<"AIS_OffsetDimension::AIS_OffsetDimension " << myArrowSize << " myArrowSize"< 30.) myArrowSize = 30.; if (myArrowSize < 15.) myArrowSize = 15.; - //cout<<"AIS_OffsetDimension::AIS_OffsetDimension " << myArrowSize << " myArrowSize"< 30.) myArrowSize = 30.; if (myArrowSize < 15.) myArrowSize = 15.; - //cout<<"AIS_OffsetDimension::AIS_OffsetDimension " << myArrowSize << " myArrowSize"<DimensionAspect(); Handle(Prs3d_ArrowAspect) arr = la->ArrowAspect(); - //cout<<"AIS_OffsetDimension::AIS_OffsetDimension " << myArrowSize << " myArrowSize"<SetLength(myArrowSize); arr = la->ArrowAspect(); arr->SetLength(myArrowSize); @@ -431,7 +431,7 @@ void AIS_OffsetDimension::ComputeTwoFacesOffset(const Handle(Prs3d_Presentation) Handle(Prs3d_DimensionAspect) la = myDrawer->DimensionAspect(); Handle(Prs3d_ArrowAspect) arr = la->ArrowAspect(); - //cout<<"AIS_OffsetDimension::AIS_OffsetDimension " << myArrowSize << " myArrowSize"<SetLength(myArrowSize); arr = la->ArrowAspect(); arr->SetLength(myArrowSize); diff --git a/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.cxx b/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.cxx index 109b9d4537..6cdb96d303 100644 --- a/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.cxx +++ b/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.cxx @@ -1054,44 +1054,44 @@ Standard_Real void AdvApp2Var_ApproxAFunc2Var::Dump(Standard_OStream& o) const { Standard_Integer iesp=1,NbKU,NbKV,ik; - o<Value(iesp)<Value(iesp)<Value(iesp)>my3DTolerances->Value(iesp)) { - o<<" WITHOUT the requested tolerance "<Value(iesp)<Value(iesp)<Value(iesp)<Value(iesp)<Value(iesp)<Value(iesp)<Value(iesp)<Value(iesp)<Value(iesp)<Value(iesp)<Value(iesp)); o<<"Number of poles in U : "<NbUPoles() - <<" in V : "<NbVPoles()<NbVPoles()<NbUKnots(); NbKV = S->NbVKnots(); - o<<"Number of knots in U : "<UKnot(ik)<<" mult : "<UMultiplicity(ik)<UKnot(ik)<<" mult : "<UMultiplicity(ik)<VKnot(ik)<<" mult : "<VMultiplicity(ik)<VKnot(ik)<<" mult : "<VMultiplicity(ik)< eps * (Der.Norm()+1) ) { - cout << " Debug Ft au parametre t+ = " << t << endl; - cout << " Positionement sur la derive "<< OrdreDer - << " : " << Der << endl; - cout << " Erreur estime : " << (Der-Diff) << endl; + std::cout << " Debug Ft au parametre t+ = " << t << std::endl; + std::cout << " Positionement sur la derive "<< OrdreDer + << " : " << Der << std::endl; + std::cout << " Erreur estime : " << (Der-Diff) << std::endl; } // Verif a la fin @@ -112,10 +112,10 @@ static void MAPDBN(const Standard_Integer dimension, if ( (Diff-Der).Norm() > eps * (Der.Norm()+1) ) { - cout << " Debug Ft au parametre t- = " << t << endl; - cout << " Positionement sur la derive "<< OrdreDer - << " : " << Der << endl; - cout << " Erreur estime : " << (Der-Diff) << endl; + std::cout << " Debug Ft au parametre t- = " << t << std::endl; + std::cout << " Positionement sur la derive "<< OrdreDer + << " : " << Der << std::endl; + std::cout << " Erreur estime : " << (Der-Diff) << std::endl; } } } @@ -1092,25 +1092,25 @@ Standard_Real AdvApprox_ApproxAFunction::AverageError( void AdvApprox_ApproxAFunction::Dump(Standard_OStream& o) const { Standard_Integer ii; - o << "Dump of ApproxAFunction" << endl; + o << "Dump of ApproxAFunction" << std::endl; if (myNumSubSpaces[0] > 0) { - o << "Error(s) 1d = " << endl; + o << "Error(s) 1d = " << std::endl; for (ii=1; ii <= myNumSubSpaces[0]; ii++) { - o << " " << MaxError(1, ii) << endl; + o << " " << MaxError(1, ii) << std::endl; } } if (myNumSubSpaces[1] > 0) { - o << "Error(s) 2d = " << endl; + o << "Error(s) 2d = " << std::endl; for (ii=1; ii <= myNumSubSpaces[1]; ii++) { - o << " " << MaxError(2, ii) << endl; + o << " " << MaxError(2, ii) << std::endl; } } if (myNumSubSpaces[2] > 0) { - o << "Error(s) 3d = " << endl; + o << "Error(s) 3d = " << std::endl; for (ii=1; ii <= myNumSubSpaces[2]; ii++) { - o << " " << MaxError(3, ii) << endl; + o << " " << MaxError(3, ii) << std::endl; } } } diff --git a/src/AdvApprox/AdvApprox_SimpleApprox.cxx b/src/AdvApprox/AdvApprox_SimpleApprox.cxx index 2ca97c3a5a..7bf1be3835 100644 --- a/src/AdvApprox/AdvApprox_SimpleApprox.cxx +++ b/src/AdvApprox/AdvApprox_SimpleApprox.cxx @@ -232,7 +232,7 @@ void AdvApprox_SimpleApprox::Perform(const TColStd_Array1OfInteger& LocalDimensi } } // for (i=0; i<(WorkDegree+1)*TotalDimension; i++) -// cout << " Coeff(" << i << ") = " << Coeff(i) << endl; +// std::cout << " Coeff(" << i << ") = " << Coeff(i) << std::endl; // the computing of NewDegree TColStd_Array1OfReal JacCoeff(0, myTotalDimension*(myWorkDegree+1)-1); @@ -380,9 +380,9 @@ Standard_Real AdvApprox_SimpleApprox::AverageError(const Standard_Integer Index) void AdvApprox_SimpleApprox::Dump(Standard_OStream& o) const { Standard_Integer ii; - o << "Dump of SimpleApprox " << endl; + o << "Dump of SimpleApprox " << std::endl; for (ii=1; ii <= myTotalNumSS; ii++) { - o << "Error " << MaxError(ii) << endl; + o << "Error " << MaxError(ii) << std::endl; } } diff --git a/src/AppBlend/AppBlend_AppSurf.gxx b/src/AppBlend/AppBlend_AppSurf.gxx index 174a4e611c..591a063487 100644 --- a/src/AppBlend/AppBlend_AppSurf.gxx +++ b/src/AppBlend/AppBlend_AppSurf.gxx @@ -391,8 +391,8 @@ void AppBlend_AppSurf::InternalPerform(const Handle(TheLine)& Lin, mytol2d = Max(TheTol2d, mytol2d); } #ifdef OCCT_DEBUG - cout << " Tolerances obtenues --> 3d : "<< mytol3d << endl; - cout << " --> 2d : "<< mytol2d << endl; + std::cout << " Tolerances obtenues --> 3d : "<< mytol3d << std::endl; + std::cout << " --> 2d : "<< mytol2d << std::endl; #endif multC = theapprox.SplineValue(); } @@ -436,8 +436,8 @@ void AppBlend_AppSurf::InternalPerform(const Handle(TheLine)& Lin, theapprox.Perform(multL); theapprox.Error(mytol3d,mytol2d); #ifdef OCCT_DEBUG - cout << " Tolerances obtenues --> 3d : "<< mytol3d << endl; - cout << " --> 2d : "<< mytol2d << endl; + std::cout << " Tolerances obtenues --> 3d : "<< mytol3d << std::endl; + std::cout << " --> 2d : "<< mytol2d << std::endl; #endif tol3dreached = mytol3d; tol2dreached = mytol2d; @@ -498,8 +498,8 @@ void AppBlend_AppSurf::InternalPerform(const Handle(TheLine)& Lin, mytol3d = Variation.MaxError(); mytol2d = 0.; #ifdef OCCT_DEBUG - cout << " Tolerances obtenues --> 3d : "<< mytol3d << endl; - cout << " --> 2d : "<< mytol2d << endl; + std::cout << " Tolerances obtenues --> 3d : "<< mytol3d << std::endl; + std::cout << " --> 2d : "<< mytol2d << std::endl; #endif tol3dreached = mytol3d; tol2dreached = mytol2d; @@ -827,8 +827,8 @@ void AppBlend_AppSurf::Perform(const Handle(TheLine)& Lin, // modified by EAP Thu Jan 3 15:45:27 2002 ___END___ } #ifdef OCCT_DEBUG - cout << " Tolerances obtenues --> 3d : "<< mytol3d << endl; - cout << " --> 2d : "<< mytol2d << endl; + std::cout << " Tolerances obtenues --> 3d : "<< mytol3d << std::endl; + std::cout << " --> 2d : "<< mytol2d << std::endl; #endif tol3dreached = mytol3d; tol2dreached = mytol2d; @@ -852,8 +852,8 @@ void AppBlend_AppSurf::Perform(const Handle(TheLine)& Lin, tabVKnots->ChangeArray1() ); #ifdef OCCT_DEBUG - cout << "Warning: AppBlend_AppSurf::Perform(), bad length of aParamSeq: " << - aParamSeq.Length() << " instead of " << tabVKnots->Length() << endl; + std::cout << "Warning: AppBlend_AppSurf::Perform(), bad length of aParamSeq: " << + aParamSeq.Length() << " instead of " << tabVKnots->Length() << std::endl; #endif } else diff --git a/src/AppDef/AppDef_MultiLine.cxx b/src/AppDef/AppDef_MultiLine.cxx index cd8e32831b..f8715cd172 100644 --- a/src/AppDef/AppDef_MultiLine.cxx +++ b/src/AppDef/AppDef_MultiLine.cxx @@ -97,8 +97,8 @@ AppDef_MultiPointConstraint AppDef_MultiLine::Value (const Standard_Integer Inde void AppDef_MultiLine::Dump(Standard_OStream& o) const { - o << "AppDef_MultiLine dump:" << endl; + o << "AppDef_MultiLine dump:" << std::endl; // AppDef_MultiPointConstraint MP = tabMult->Value(1); - o << "It contains " << tabMult->Length() << " MultiPointConstraint"<< endl; -// o << MP->NbPoints() << " 3d and " << MP->NbPoints2d() << endl; + o << "It contains " << tabMult->Length() << " MultiPointConstraint"<< std::endl; +// o << MP->NbPoints() << " 3d and " << MP->NbPoints2d() << std::endl; } diff --git a/src/AppDef/AppDef_MultiPointConstraint.cxx b/src/AppDef/AppDef_MultiPointConstraint.cxx index c37953196e..a5f8530059 100644 --- a/src/AppDef/AppDef_MultiPointConstraint.cxx +++ b/src/AppDef/AppDef_MultiPointConstraint.cxx @@ -319,5 +319,5 @@ Standard_Boolean AppDef_MultiPointConstraint::IsCurvaturePoint() const void AppDef_MultiPointConstraint::Dump(Standard_OStream& o) const { - o << "AppDef_MultiPointConstraint dump:" << endl; + o << "AppDef_MultiPointConstraint dump:" << std::endl; } diff --git a/src/AppDef/AppDef_Variational.cxx b/src/AppDef/AppDef_Variational.cxx index 842f587f4e..25b86f3d75 100644 --- a/src/AppDef/AppDef_Variational.cxx +++ b/src/AppDef/AppDef_Variational.cxx @@ -582,11 +582,11 @@ void AppDef_Variational::Approximate() { for (jp3d=1;jp3d<=myNbP3d;jp3d++) { - // cout << "\n Poles(ipole,1)" << PolesPtr->Value(ipole,index); + // std::cout << "\n Poles(ipole,1)" << PolesPtr->Value(ipole,index); P3d.SetX(PolesPtr->Value(ipole,index++)); - // cout << "\n Poles(ipole,1)" << PolesPtr->Value(ipole,index); + // std::cout << "\n Poles(ipole,1)" << PolesPtr->Value(ipole,index); P3d.SetY(PolesPtr->Value(ipole,index++)); - // cout << "\n Poles(ipole,1)" << PolesPtr->Value(ipole,index); + // std::cout << "\n Poles(ipole,1)" << PolesPtr->Value(ipole,index); P3d.SetZ(PolesPtr->Value(ipole,index++)); TabP3d.SetValue(jp3d,P3d); } @@ -897,32 +897,32 @@ Standard_Integer AppDef_Variational::NbIterations() const // void AppDef_Variational::Dump(Standard_OStream& o) const { - o << " \nVariational Smoothing " << endl; - o << " Number of multipoints " << myNbPoints << endl; - o << " Number of 2d par multipoint " << myNbP2d << endl; - o << " Nombre of 3d par multipoint " << myNbP3d << endl; - o << " Number of PassagePoint " << myNbPassPoints << endl; - o << " Number of TangencyPoints " << myNbTangPoints << endl; - o << " Number of CurvaturePoints " << myNbCurvPoints << endl; - o << " \nTolerance " << o.setf(ios::scientific) << setprecision(3) << setw(9) << myTolerance; - if ( WithMinMax()) { o << " as Max Error." << endl;} - else { o << " as size Error." << endl;} + o << " \nVariational Smoothing " << std::endl; + o << " Number of multipoints " << myNbPoints << std::endl; + o << " Number of 2d par multipoint " << myNbP2d << std::endl; + o << " Nombre of 3d par multipoint " << myNbP3d << std::endl; + o << " Number of PassagePoint " << myNbPassPoints << std::endl; + o << " Number of TangencyPoints " << myNbTangPoints << std::endl; + o << " Number of CurvaturePoints " << myNbCurvPoints << std::endl; + o << " \nTolerance " << o.setf(std::ios::scientific) << std::setprecision(3) << std::setw(9) << myTolerance; + if ( WithMinMax()) { o << " as Max Error." << std::endl;} + else { o << " as size Error." << std::endl;} o << "CriteriumWeights : " << myPercent[0] << " , " - << myPercent[1] << " , " << myPercent[2] << endl; + << myPercent[1] << " , " << myPercent[2] << std::endl; if (myIsDone ) { - o << " MaxError " << setprecision(3) << setw(9) << myMaxError << endl; - o << " Index of MaxError " << myMaxErrorIndex << endl; - o << " Average Error " << setprecision(3) << setw(9) << myAverageError << endl; - o << " Quadratic Error " << setprecision(3) << setw(9) << myCriterium[0] << endl; - o << " Tension Criterium " << setprecision(3) << setw(9) << myCriterium[1] << endl; - o << " Flexion Criterium " << setprecision(3) << setw(9) << myCriterium[2] << endl; - o << " Jerk Criterium " << setprecision(3) << setw(9) << myCriterium[3] << endl; - o << " NbSegments " << myKnots->Length()-1 << endl; + o << " MaxError " << std::setprecision(3) << std::setw(9) << myMaxError << std::endl; + o << " Index of MaxError " << myMaxErrorIndex << std::endl; + o << " Average Error " << std::setprecision(3) << std::setw(9) << myAverageError << std::endl; + o << " Quadratic Error " << std::setprecision(3) << std::setw(9) << myCriterium[0] << std::endl; + o << " Tension Criterium " << std::setprecision(3) << std::setw(9) << myCriterium[1] << std::endl; + o << " Flexion Criterium " << std::setprecision(3) << std::setw(9) << myCriterium[2] << std::endl; + o << " Jerk Criterium " << std::setprecision(3) << std::setw(9) << myCriterium[3] << std::endl; + o << " NbSegments " << myKnots->Length()-1 << std::endl; } else - { if (myIsOverConstr) o << "The probleme is overconstraint " << endl; - else o << " Erreur dans l''approximation" << endl; + { if (myIsOverConstr) o << "The probleme is overconstraint " << std::endl; + else o << " Erreur dans l''approximation" << std::endl; } } // @@ -2539,7 +2539,7 @@ void AppDef_Variational::Adjusting( TColStd_Array1OfReal& Ecarts) { - // cout << "=========== Adjusting =============" << endl; + // std::cout << "=========== Adjusting =============" << std::endl; /* Initialized data */ diff --git a/src/AppParCurves/AppParCurves_MultiBSpCurve.cxx b/src/AppParCurves/AppParCurves_MultiBSpCurve.cxx index e626a61b07..52e06ceef4 100644 --- a/src/AppParCurves/AppParCurves_MultiBSpCurve.cxx +++ b/src/AppParCurves/AppParCurves_MultiBSpCurve.cxx @@ -286,24 +286,24 @@ void AppParCurves_MultiBSpCurve::D2 (const Standard_Integer CuIndex, void AppParCurves_MultiBSpCurve::Dump(Standard_OStream& o) const { - o << "AppParCurves_MultiBSpCurve dump:" << endl; - o << " It contains " << NbCurves() << " BSpline curves "<< endl; - o << " The poles are: " << endl; + o << "AppParCurves_MultiBSpCurve dump:" << std::endl; + o << " It contains " << NbCurves() << " BSpline curves "<< std::endl; + o << " The poles are: " << std::endl; /* for (Standard_Integer i = 1; i <= NbCurves(); i++) { - o << " Curve No. " << i << endl; + o << " Curve No. " << i << std::endl; if (Dimension(i) == 3) { for (Standard_Integer j = 1; j <= tabPoint->Length(); j++) { - o << " Pole No. " << j << ": " << endl; - o << " Pole x = " << (tabPoint->Value(j)->Point(i)).X() << endl; - o << " Pole y = " << (tabPoint->Value(j)->Point(i)).Y() << endl; - o << " Pole z = " << (tabPoint->Value(j)->Point(i)).Z() << endl; + o << " Pole No. " << j << ": " << std::endl; + o << " Pole x = " << (tabPoint->Value(j)->Point(i)).X() << std::endl; + o << " Pole y = " << (tabPoint->Value(j)->Point(i)).Y() << std::endl; + o << " Pole z = " << (tabPoint->Value(j)->Point(i)).Z() << std::endl; } } else { for (Standard_Integer j = 1; j <= tabPoint->Length(); j++) { - o << " Pole No. " << j << ": " << endl; - o << " Pole x = " << (tabPoint->Value(j)->Point2d(i)).X() << endl; - o << " Pole y = " << (tabPoint->Value(j)->Point2d(i)).Y() << endl; + o << " Pole No. " << j << ": " << std::endl; + o << " Pole x = " << (tabPoint->Value(j)->Point2d(i)).X() << std::endl; + o << " Pole y = " << (tabPoint->Value(j)->Point2d(i)).Y() << std::endl; } } } diff --git a/src/AppParCurves/AppParCurves_MultiCurve.cxx b/src/AppParCurves/AppParCurves_MultiCurve.cxx index 7eaac94e94..8228a96b05 100644 --- a/src/AppParCurves/AppParCurves_MultiCurve.cxx +++ b/src/AppParCurves/AppParCurves_MultiCurve.cxx @@ -286,24 +286,24 @@ void AppParCurves_MultiCurve::D2 (const Standard_Integer CuIndex, void AppParCurves_MultiCurve::Dump(Standard_OStream& o) const { - o << "AppParCurves_MultiCurve dump:" << endl; - o << " It contains " << NbCurves() << " Bezier curves of degree " << tabPoint->Length()-1 << endl; - o << " The poles are: " << endl; + o << "AppParCurves_MultiCurve dump:" << std::endl; + o << " It contains " << NbCurves() << " Bezier curves of degree " << tabPoint->Length()-1 << std::endl; + o << " The poles are: " << std::endl; /* for (Standard_Integer i = 1; i <= NbCurves(); i++) { - o << " Curve No. " << i << endl; + o << " Curve No. " << i << std::endl; if (Dimension(i) == 3) { for (Standard_Integer j = 1; j <= tabPoint->Length(); j++) { - o << " Pole No. " << j << ": " << endl; - o << " Pole x = " << (tabPoint->Value(j)->Point(i)).X() << endl; - o << " Pole y = " << (tabPoint->Value(j)->Point(i)).Y() << endl; - o << " Pole z = " << (tabPoint->Value(j)->Point(i)).Z() << endl; + o << " Pole No. " << j << ": " << std::endl; + o << " Pole x = " << (tabPoint->Value(j)->Point(i)).X() << std::endl; + o << " Pole y = " << (tabPoint->Value(j)->Point(i)).Y() << std::endl; + o << " Pole z = " << (tabPoint->Value(j)->Point(i)).Z() << std::endl; } } else { for (Standard_Integer j = 1; j <= tabPoint->Length(); j++) { - o << " Pole No. " << j << ": " << endl; - o << " Pole x = " << (tabPoint->Value(j)->Point2d(i)).X() << endl; - o << " Pole y = " << (tabPoint->Value(j)->Point2d(i)).Y() << endl; + o << " Pole No. " << j << ": " << std::endl; + o << " Pole x = " << (tabPoint->Value(j)->Point2d(i)).X() << std::endl; + o << " Pole y = " << (tabPoint->Value(j)->Point2d(i)).Y() << std::endl; } } } diff --git a/src/AppParCurves/AppParCurves_MultiPoint.cxx b/src/AppParCurves/AppParCurves_MultiPoint.cxx index 44c48ba68c..3779d75239 100644 --- a/src/AppParCurves/AppParCurves_MultiPoint.cxx +++ b/src/AppParCurves/AppParCurves_MultiPoint.cxx @@ -169,20 +169,20 @@ const gp_Pnt2d& AppParCurves_MultiPoint::Point2d (const Standard_Integer Index) void AppParCurves_MultiPoint::Dump(Standard_OStream& o) const { - o << "AppParCurves_MultiPoint dump:" << endl; + o << "AppParCurves_MultiPoint dump:" << std::endl; const Standard_Integer aNbPnts3D = NbPoints(), aNbPnts2D = NbPoints2d(); - o << "It contains " << aNbPnts3D << " 3d points and " << aNbPnts2D <<" 2d points." << endl; + o << "It contains " << aNbPnts3D << " 3d points and " << aNbPnts2D <<" 2d points." << std::endl; if(aNbPnts3D > 0) { for(Standard_Integer i = tabPoint->Lower(); i <= tabPoint->Upper(); i++) { - o << "3D-Point #" << i << endl; + o << "3D-Point #" << i << std::endl; - o << " Pole x = " << (tabPoint->Value(i)/*->Point(j)*/).X() << endl; - o << " Pole y = " << (tabPoint->Value(i)/*->Point(j)*/).Y() << endl; - o << " Pole z = " << (tabPoint->Value(i)/*->Point(j)*/).Z() << endl; + o << " Pole x = " << (tabPoint->Value(i)/*->Point(j)*/).X() << std::endl; + o << " Pole y = " << (tabPoint->Value(i)/*->Point(j)*/).Y() << std::endl; + o << " Pole z = " << (tabPoint->Value(i)/*->Point(j)*/).Z() << std::endl; } } @@ -190,10 +190,10 @@ void AppParCurves_MultiPoint::Dump(Standard_OStream& o) const { for(Standard_Integer i = tabPoint2d->Lower(); i <= tabPoint2d->Upper(); i++) { - o << "2D-Point #" << i << endl; + o << "2D-Point #" << i << std::endl; - o << " Pole x = " << (tabPoint2d->Value(i)/*->Point2d(j)*/).X() << endl; - o << " Pole y = " << (tabPoint2d->Value(i)/*->Point2d(j)*/).Y() << endl; + o << " Pole x = " << (tabPoint2d->Value(i)/*->Point2d(j)*/).X() << std::endl; + o << " Pole y = " << (tabPoint2d->Value(i)/*->Point2d(j)*/).Y() << std::endl; } } } diff --git a/src/Approx/Approx_ComputeLine.gxx b/src/Approx/Approx_ComputeLine.gxx index bd4f80a0d8..6a6175823c 100644 --- a/src/Approx/Approx_ComputeLine.gxx +++ b/src/Approx/Approx_ComputeLine.gxx @@ -64,20 +64,20 @@ static void DUMP(const MultiLine& Line) TColgp_Array1OfPnt tabP(1, mynbP3d); TColgp_Array1OfPnt2d tabP2d(1, mynbP2d); - cout <<"DUMP de la MultiLine entre "<Degree() << endl; - o << "*******NbSegments " << Curve()->NbKnots() - 1 << endl; - o << "*******Error " << MaxError() << endl; + o << "******* Dump of ApproxCurve *******" << std::endl; + o << "*******Degree " << Curve()->Degree() << std::endl; + o << "*******NbSegments " << Curve()->NbKnots() - 1 << std::endl; + o << "*******Error " << MaxError() << std::endl; } diff --git a/src/Approx/Approx_CurvilinearParameter.cxx b/src/Approx/Approx_CurvilinearParameter.cxx index be46c182d5..7bc27870e0 100644 --- a/src/Approx/Approx_CurvilinearParameter.cxx +++ b/src/Approx/Approx_CurvilinearParameter.cxx @@ -197,11 +197,11 @@ Approx_CurvilinearParameter::Approx_CurvilinearParameter(const Handle(Adaptor3d_ #ifdef OCCT_DEBUG_CHRONO ResultChron(chr_total, t_total); - cout<<" total reparametrization time = "<Length()-1 <<" Segment(s) of degree " << vdeg << endl; + o << tabVKnots->Length()-1 <<" Segment(s) of degree " << vdeg << std::endl; } - else cout << " Not Done " << endl; + else std::cout << " Not Done " << std::endl; } diff --git a/src/ApproxInt/ApproxInt_KnotTools.cxx b/src/ApproxInt/ApproxInt_KnotTools.cxx index b8bf254ad2..a8f892cc48 100644 --- a/src/ApproxInt/ApproxInt_KnotTools.cxx +++ b/src/ApproxInt/ApproxInt_KnotTools.cxx @@ -170,10 +170,10 @@ void ApproxInt_KnotTools::ComputeKnotInds(const NCollection_LocalArray #include -#define Debug(expr) cout<<" expr :"< aVec; - vector ::iterator aIt; + std::vector aVec; + std::vector ::iterator aIt; BOPTest_Interf aBInterf; // aItMPK.Initialize(aMPK); @@ -281,7 +280,7 @@ Standard_Integer bopcheck (Draw_Interpretor& di, aVec.push_back(aBInterf); } // - sort( aVec.begin(), aVec.end(), less()); + sort( aVec.begin(), aVec.end(), std::less()); // iCnt=0; for (aIt=aVec.begin(); aIt!=aVec.end(); aIt++) { diff --git a/src/BOPTools/BOPTools_AlgoTools.cxx b/src/BOPTools/BOPTools_AlgoTools.cxx index b65d4aaf05..a2724dfca6 100644 --- a/src/BOPTools/BOPTools_AlgoTools.cxx +++ b/src/BOPTools/BOPTools_AlgoTools.cxx @@ -988,7 +988,7 @@ Standard_Boolean BOPTools_AlgoTools::GetFaceOff aDN1, aDBF, theContext, aProjPL, aDt3D); if (!bIsComputed) { #ifdef OCCT_DEBUG - cout << "BOPTools_AlgoTools::GetFaceOff(): incorrect computation of bi-normal direction." << endl; + std::cout << "BOPTools_AlgoTools::GetFaceOff(): incorrect computation of bi-normal direction." << std::endl; #endif } // @@ -1006,7 +1006,7 @@ Standard_Boolean BOPTools_AlgoTools::GetFaceOff aDBF2, theContext, aProjPL, aDt3D); if (!bIsComputed) { #ifdef OCCT_DEBUG - cout << "BOPTools_AlgoTools::GetFaceOff(): incorrect computation of bi-normal direction." << endl; + std::cout << "BOPTools_AlgoTools::GetFaceOff(): incorrect computation of bi-normal direction." << std::endl; #endif } //Angle diff --git a/src/BRepAlgo/BRepAlgo_BooleanOperation.cxx b/src/BRepAlgo/BRepAlgo_BooleanOperation.cxx index 76e308773a..f2af2dde3e 100644 --- a/src/BRepAlgo/BRepAlgo_BooleanOperation.cxx +++ b/src/BRepAlgo/BRepAlgo_BooleanOperation.cxx @@ -149,7 +149,7 @@ BRepAlgo_BooleanOperation::~BRepAlgo_BooleanOperation() } myBuilderCanWork = (esp || tede) ; #ifdef OCCT_DEBUG - if (!esp) cout<<"BRepAlgo_BooleanOperation(DEB) some edges not SameParameter"<0 && nbs2>0) && (nbe1 || nbe2 || nbf1 || nbf2 || nbv1 || nbv2)) { - //-- cout<<"***** Not Yet Implemented : Compound of solid and non Solid"< 2) { - cout <<"vertex on more than 2 edges in a face."<D0(P2d.X(), P2d.Y(), P); prj = BRepLib_MakeVertex(P).Shape(); @@ -310,8 +310,8 @@ void BRepAlgo_NormalProjection::SetDefaultParams() /**************************************************************/ if (Projector.IsUIso(k, UIso)) { #ifdef OCCT_DEBUG - cout << "Projection of edge "<Value(j)), @@ -557,13 +557,13 @@ void BRepAlgo_NormalProjection::SetDefaultParams() #ifdef OCCT_DEBUG_CHRONO ResultChron(chr_total,t_total); - cout<<"Build - Total time : "<InsertBefore(Index+1, Pnt); } diff --git a/src/BRepBlend/BRepBlend_RstRstLineBuilder.cxx b/src/BRepBlend/BRepBlend_RstRstLineBuilder.cxx index a291aa3187..db9ee1b255 100644 --- a/src/BRepBlend/BRepBlend_RstRstLineBuilder.cxx +++ b/src/BRepBlend/BRepBlend_RstRstLineBuilder.cxx @@ -101,28 +101,28 @@ static void tracederiv(Blend_RstRstFunction& Func, Standard_Real param2 = BP2.Parameter(); Standard_Real scal = 1./ (param1 - param2); - cout<NbPoints()>=2) { // Show that there is a stop during processing - cout<<"No more advancement in the processing"<NbPoints()>=2) { // Indicate that one stops during the processing #ifdef OCCT_DEBUG - cout<<"SurfRstLineBuilder : No advancement in the processing"<Print(cout); + //Standard_Failure::Caught()->Print(std::cout); #endif return; } diff --git a/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx b/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx index 24114ffddf..aa9fb08a1f 100644 --- a/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx +++ b/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx @@ -145,8 +145,8 @@ Handle(Geom2d_Curve) BRepBuilderAPI_Sewing::SameRange(const Handle(Geom2d_Curve) } catch (Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout << "Exception in BRepBuilderAPI_Sewing::SameRange: "; - anException.Print(cout); cout << endl; + std::cout << "Exception in BRepBuilderAPI_Sewing::SameRange: "; + anException.Print(std::cout); std::cout << std::endl; #endif (void)anException; } @@ -318,8 +318,8 @@ void BRepBuilderAPI_Sewing::SameParameter(const TopoDS_Edge& edge) const } catch (Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout << "Exception in BRepBuilderAPI_Sewing::SameParameter: "; - anException.Print(cout); cout << endl; + std::cout << "Exception in BRepBuilderAPI_Sewing::SameParameter: "; + anException.Print(std::cout); std::cout << std::endl; #endif (void)anException; } @@ -1827,7 +1827,7 @@ void BRepBuilderAPI_Sewing::Perform(const Handle(Message_ProgressIndicator)& the if (myAnalysis) { #ifdef OCCT_DEBUG - cout << "Begin face analysis..." << endl; + std::cout << "Begin face analysis..." << std::endl; chr_local.Reset(); chr_local.Start(); #endif @@ -1838,7 +1838,7 @@ void BRepBuilderAPI_Sewing::Perform(const Handle(Message_ProgressIndicator)& the #ifdef OCCT_DEBUG chr_local.Stop(); chr_local.Show(t_analysis); - cout << "Face analysis finished after " << t_analysis << " s" << endl; + std::cout << "Face analysis finished after " << t_analysis << " s" << std::endl; #endif } @@ -1851,7 +1851,7 @@ void BRepBuilderAPI_Sewing::Perform(const Handle(Message_ProgressIndicator)& the { #ifdef OCCT_DEBUG - cout << "Begin vertices assembling..." << endl; + std::cout << "Begin vertices assembling..." << std::endl; chr_local.Reset(); chr_local.Start(); #endif @@ -1862,12 +1862,12 @@ void BRepBuilderAPI_Sewing::Perform(const Handle(Message_ProgressIndicator)& the #ifdef OCCT_DEBUG chr_local.Stop(); chr_local.Show(t_assembling); - cout << "Vertices assembling finished after " << t_assembling << " s" << endl; + std::cout << "Vertices assembling finished after " << t_assembling << " s" << std::endl; #endif if (myCutting) { #ifdef OCCT_DEBUG - cout << "Begin cutting..." << endl; + std::cout << "Begin cutting..." << std::endl; chr_local.Reset(); chr_local.Start(); #endif @@ -1878,11 +1878,11 @@ void BRepBuilderAPI_Sewing::Perform(const Handle(Message_ProgressIndicator)& the #ifdef OCCT_DEBUG chr_local.Stop(); chr_local.Show(t_cutting); - cout << "Cutting finished after " << t_cutting << " s" << endl; + std::cout << "Cutting finished after " << t_cutting << " s" << std::endl; #endif } #ifdef OCCT_DEBUG - cout << "Begin merging..." << endl; + std::cout << "Begin merging..." << std::endl; chr_local.Reset(); chr_local.Start(); #endif @@ -1893,7 +1893,7 @@ void BRepBuilderAPI_Sewing::Perform(const Handle(Message_ProgressIndicator)& the #ifdef OCCT_DEBUG chr_local.Stop(); chr_local.Show(t_merging); - cout << "Merging finished after " << t_merging << " s" << endl; + std::cout << "Merging finished after " << t_merging << " s" << std::endl; #endif } else @@ -1910,7 +1910,7 @@ void BRepBuilderAPI_Sewing::Perform(const Handle(Message_ProgressIndicator)& the { #ifdef OCCT_DEBUG - cout << "Creating sewed shape..." << endl; + std::cout << "Creating sewed shape..." << std::endl; #endif // examine the multiple edges if any and process sameparameter for edges if necessary EdgeProcessing (thePI); @@ -1933,7 +1933,7 @@ void BRepBuilderAPI_Sewing::Perform(const Handle(Message_ProgressIndicator)& the return; } #ifdef OCCT_DEBUG - cout << "Sewed shape created" << endl; + std::cout << "Sewed shape created" << std::endl; #endif } @@ -1948,12 +1948,12 @@ void BRepBuilderAPI_Sewing::Perform(const Handle(Message_ProgressIndicator)& the #ifdef OCCT_DEBUG chr_total.Stop(); chr_total.Show(t_total); - cout << "Sewing finished!" << endl; - cout << " analysis time : " << t_analysis << " s" << endl; - cout << " assembling time : " << t_assembling << " s" << endl; - cout << " cutting time : " << t_cutting << " s" << endl; - cout << " merging time : " << t_merging << " s" << endl; - cout << "Total time : " << t_total << " s" << endl; + std::cout << "Sewing finished!" << std::endl; + std::cout << " analysis time : " << t_analysis << " s" << std::endl; + std::cout << " assembling time : " << t_assembling << " s" << std::endl; + std::cout << " cutting time : " << t_cutting << " s" << std::endl; + std::cout << " merging time : " << t_merging << " s" << std::endl; + std::cout << "Total time : " << t_total << " s" << std::endl; #endif } @@ -2205,23 +2205,23 @@ void BRepBuilderAPI_Sewing::Dump() const mapVertices.Add(V2); } } - cout << " " << endl; - cout << " Informations " << endl; - cout << " ===========================================================" << endl; - cout << " " << endl; - cout << " Number of input shapes : " << myOldShapes.Extent() << endl; - cout << " Number of actual shapes : " << myNbShapes << endl; - cout << " Number of Bounds : " << NbBounds << endl; - cout << " Number of Sections : " << NbSections << endl; - cout << " Number of Edges : " << mapEdges.Extent() << endl; - cout << " Number of Vertices : " << myNbVertices << endl; - cout << " Number of Nodes : " << mapVertices.Extent() << endl; - cout << " Number of Free Edges : " << myFreeEdges.Extent() << endl; - cout << " Number of Contigous Edges : " << myContigousEdges.Extent() << endl; - cout << " Number of Multiple Edges : " << myMultipleEdges.Extent() << endl; - cout << " Number of Degenerated Edges : " << myDegenerated.Extent() << endl; - cout << " ===========================================================" << endl; - cout << " " << endl; + std::cout << " " << std::endl; + std::cout << " Informations " << std::endl; + std::cout << " ===========================================================" << std::endl; + std::cout << " " << std::endl; + std::cout << " Number of input shapes : " << myOldShapes.Extent() << std::endl; + std::cout << " Number of actual shapes : " << myNbShapes << std::endl; + std::cout << " Number of Bounds : " << NbBounds << std::endl; + std::cout << " Number of Sections : " << NbSections << std::endl; + std::cout << " Number of Edges : " << mapEdges.Extent() << std::endl; + std::cout << " Number of Vertices : " << myNbVertices << std::endl; + std::cout << " Number of Nodes : " << mapVertices.Extent() << std::endl; + std::cout << " Number of Free Edges : " << myFreeEdges.Extent() << std::endl; + std::cout << " Number of Contigous Edges : " << myContigousEdges.Extent() << std::endl; + std::cout << " Number of Multiple Edges : " << myMultipleEdges.Extent() << std::endl; + std::cout << " Number of Degenerated Edges : " << myDegenerated.Extent() << std::endl; + std::cout << " ===========================================================" << std::endl; + std::cout << " " << std::endl; } //======================================================================= @@ -2297,7 +2297,7 @@ void BRepBuilderAPI_Sewing::FaceAnalysis(const Handle(Message_ProgressIndicator) Handle(Geom_Curve) c3d = BRep_Tool::Curve(edge,first,last); if (c3d.IsNull()) { #ifdef OCCT_DEBUG - cout << "Warning: Possibly small edge can be sewed: No 3D curve" << endl; + std::cout << "Warning: Possibly small edge can be sewed: No 3D curve" << std::endl; #endif } else { @@ -2318,8 +2318,8 @@ void BRepBuilderAPI_Sewing::FaceAnalysis(const Handle(Message_ProgressIndicator) } catch (Standard_Failure) { #ifdef OCCT_DEBUG - cout << "Warning: Possibly small edge can be sewed: "; - Standard_Failure::Caught()->Print(cout); cout << endl; + std::cout << "Warning: Possibly small edge can be sewed: "; + Standard_Failure::Caught()->Print(std::cout); std::cout << std::endl; #endif }*/ } @@ -2377,7 +2377,7 @@ void BRepBuilderAPI_Sewing::FaceAnalysis(const Handle(Message_ProgressIndicator) // Replace small edge if (isSmall) { #ifdef OCCT_DEBUG - cout << "Warning: Small edge made degenerated by FaceAnalysis" << endl; + std::cout << "Warning: Small edge made degenerated by FaceAnalysis" << std::endl; #endif nbSmall++; // Create new degenerated edge @@ -2414,7 +2414,7 @@ void BRepBuilderAPI_Sewing::FaceAnalysis(const Handle(Message_ProgressIndicator) // Remove small face if (nbSmall == nbEdges) { #ifdef OCCT_DEBUG - cout << "Warning: Small face removed by FaceAnalysis" << endl; + std::cout << "Warning: Small face removed by FaceAnalysis" << std::endl; #endif myLittleFace.Add(face); myReShape->Remove(face); @@ -2801,7 +2801,7 @@ static Standard_Boolean GlueVertices(TopTools_IndexedDataMapOfShapeShape& aVerte } Standard_Integer nbNodes = NodeVertices.Extent(); #ifdef OCCT_DEBUG - cout << "Glueing " << nbNodes << " nodes..." << endl; + std::cout << "Glueing " << nbNodes << " nodes..." << std::endl; #endif // Merge nearest nodes TopTools_IndexedDataMapOfShapeShape NodeNearestNode; @@ -2962,7 +2962,7 @@ void BRepBuilderAPI_Sewing::VerticesAssembling(const Handle(Message_ProgressIndi // Glue vertices if (nbVert) { #ifdef OCCT_DEBUG - cout << "Assemble " << nbVert << " vertices on faces..." << endl; + std::cout << "Assemble " << nbVert << " vertices on faces..." << std::endl; #endif while (GlueVertices(myVertexNode,myNodeSections,myBoundFaces,myTolerance, thePI)); } @@ -2971,7 +2971,7 @@ void BRepBuilderAPI_Sewing::VerticesAssembling(const Handle(Message_ProgressIndi aPS.Next(); if (nbVertFree) { #ifdef OCCT_DEBUG - cout << "Assemble " << nbVertFree << " vertices on floating edges..." << endl; + std::cout << "Assemble " << nbVertFree << " vertices on floating edges..." << std::endl; #endif while (GlueVertices(myVertexNodeFree,myNodeSections,myBoundFaces,myTolerance, thePI)); } @@ -3737,8 +3737,8 @@ void BRepBuilderAPI_Sewing::Cutting(const Handle(Message_ProgressIndicator)& the } } #ifdef OCCT_DEBUG - cout << "From " << nbBounds << " bounds " << myBoundSections.Extent() - << " were cut into " << mySectionBound.Extent() << " sections" << endl; + std::cout << "From " << nbBounds << " bounds " << myBoundSections.Extent() + << " were cut into " << mySectionBound.Extent() << " sections" << std::endl; #endif } @@ -4364,8 +4364,8 @@ void BRepBuilderAPI_Sewing::ProjectPointsOnCurve(const TColgp_Array1OfPnt& arrPn } catch (Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout << "Exception in BRepBuilderAPI_Sewing::ProjectPointsOnCurve: "; - anException.Print(cout); cout << endl; + std::cout << "Exception in BRepBuilderAPI_Sewing::ProjectPointsOnCurve: "; + anException.Print(std::cout); std::cout << std::endl; #endif (void)anException; worktol = MinTolerance(); @@ -4704,8 +4704,8 @@ void BRepBuilderAPI_Sewing::CreateSections(const TopoDS_Shape& section, //} /*catch (Standard_Failure) { #ifdef OCCT_DEBUG - cout << "Exception in CreateSections: segment [" << par1 << "," << par2 << "]: "; - Standard_Failure::Caught()->Print(cout); cout << endl; + std::cout << "Exception in CreateSections: segment [" << par1 << "," << par2 << "]: "; + Standard_Failure::Caught()->Print(std::cout); std::cout << std::endl; #endif Handle(Geom2d_TrimmedCurve) c2dT = new Geom2d_TrimmedCurve(c2dNew,Max(first2d,par1),Min(par2,last2d)); c2dNew = c2dT; @@ -4746,7 +4746,7 @@ void BRepBuilderAPI_Sewing::SameParameterShape() } catch (Standard_Failure const&) { #ifdef OCCT_DEBUG - cout << "Fail: BRepBuilderAPI_Sewing::SameParameterShape exception in BRepLib::SameParameter" << endl; + std::cout << "Fail: BRepBuilderAPI_Sewing::SameParameterShape exception in BRepLib::SameParameter" << std::endl; #endif continue; } diff --git a/src/BRepCheck/BRepCheck_Analyzer.cxx b/src/BRepCheck/BRepCheck_Analyzer.cxx index a10ce072a1..a4aee46d21 100644 --- a/src/BRepCheck/BRepCheck_Analyzer.cxx +++ b/src/BRepCheck/BRepCheck_Analyzer.cxx @@ -135,9 +135,9 @@ void BRepCheck_Analyzer::Perform(const TopoDS_Shape& S) } catch(Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout<<"BRepCheck_Analyzer : "; - anException.Print(cout); - cout< 1) { TopTools_DataMapIteratorOfDataMapOfShapeInteger itt(MapOfShapeOrientation); Standard_Integer upper = MapOfShapeOrientation.NbBuckets(); - cout << "La map shape Orientation :" << endl; + std::cout << "La map shape Orientation :" << std::endl; for (; itt.More(); itt.Next()) { PrintShape(itt.Key(), upper); } - cout << endl; + std::cout << std::endl; } #endif @@ -666,7 +666,7 @@ BRepCheck_Status BRepCheck_Shell::Orientation(const Standard_Boolean Update) #ifdef OCCT_DEBUG if (BRepCheck_Trace(0) > 3) { - cout << "Fref : " ; + std::cout << "Fref : " ; PrintShape(Fref, MapOfShapeOrientation.NbBuckets()); } #endif @@ -709,7 +709,7 @@ BRepCheck_Status BRepCheck_Shell::Orientation(const Standard_Boolean Update) #ifdef OCCT_DEBUG if (BRepCheck_Trace(0) > 3) { - cout << " Fcur : " ; + std::cout << " Fcur : " ; PrintShape(Fcur, MapOfShapeOrientation.NbBuckets()); } #endif @@ -731,8 +731,8 @@ BRepCheck_Status BRepCheck_Shell::Orientation(const Standard_Boolean Update) if (BRepCheck_Trace(0) > 3) { orf = (TopAbs_Orientation)MapOfShapeOrientation.Find(Fcur); Fcur.Orientation(orf); - cout << " Error : this face has been already examined " << endl; - cout << " Imposible to return it "; + std::cout << " Error : this face has been already examined " << std::endl; + std::cout << " Imposible to return it "; PrintShape(Fcur, MapOfShapeOrientation.NbBuckets()); } #endif @@ -746,7 +746,7 @@ BRepCheck_Status BRepCheck_Shell::Orientation(const Standard_Boolean Update) if (BRepCheck_Trace(0) > 3) { orf = (TopAbs_Orientation)MapOfShapeOrientation.Find(Fcur); Fcur.Orientation(orf); - cout << " Resulting Fcur is returned : " ; + std::cout << " Resulting Fcur is returned : " ; PrintShape(Fcur, MapOfShapeOrientation.NbBuckets()); } #endif diff --git a/src/BRepCheck/BRepCheck_Wire.cxx b/src/BRepCheck/BRepCheck_Wire.cxx index 06706a749a..062a49dbe1 100644 --- a/src/BRepCheck/BRepCheck_Wire.cxx +++ b/src/BRepCheck/BRepCheck_Wire.cxx @@ -380,13 +380,13 @@ Standard_Boolean IsDistanceIn3DTolerance (const gp_Pnt& thePnt_f, return Standard_True; #ifdef OCCT_DEBUG - cout << endl; - cout << "--------Function IsDistanceIn3DTolerance(...)----------" << endl; - cout << "--- BRepCheck Wire: Closed3d -> Error" << endl; - cout << "--- Dist (" << Dist << ") > Tol3d (" << aTol3d << ")" << endl; - cout << "Pnt1(" << thePnt_f.X() << "; " << thePnt_f.Y() << "; " << thePnt_f.Z() << ")" << endl; - cout << "Pnt2(" << thePnt_l.X() << "; " << thePnt_l.Y() << "; " << thePnt_l.Z() << ")" << endl; - cout << "------------------------------------------------------" << endl; + std::cout << std::endl; + std::cout << "--------Function IsDistanceIn3DTolerance(...)----------" << std::endl; + std::cout << "--- BRepCheck Wire: Closed3d -> Error" << std::endl; + std::cout << "--- Dist (" << Dist << ") > Tol3d (" << aTol3d << ")" << std::endl; + std::cout << "Pnt1(" << thePnt_f.X() << "; " << thePnt_f.Y() << "; " << thePnt_f.Z() << ")" << std::endl; + std::cout << "Pnt2(" << thePnt_l.X() << "; " << thePnt_l.Y() << "; " << thePnt_l.Z() << ")" << std::endl; + std::cout << "------------------------------------------------------" << std::endl; #endif return Standard_False; @@ -418,19 +418,19 @@ Standard_Boolean IsDistanceIn2DTolerance (const BRepAdaptor_Surface& aFaceSurfac #ifdef OCCT_DEBUG if(PrintWarnings) { - cout << endl; - cout << "--------Function IsDistanceIn2DTolerance(...)----------" << endl; - cout << "--- BRepCheck Wire: Not closed in 2D" << endl; - cout << "*****************************************************" << endl; - cout << "*dumin = " << dumin << "; dumax = " << dumax << endl; - cout << "* dvmin = " << dvmin << "; dvmax = " << dvmax << endl; - cout << "* (dumin > dumax) or (dvmin > dvmax)." << endl; - cout << "*****************************************************" << endl; - cout << endl; - cout << "UFirst = " << aFaceSurface.FirstUParameter(); - cout << "; ULast = " << aFaceSurface.LastUParameter() << endl; - cout << "VFirst = " << aFaceSurface.FirstVParameter(); - cout << "; VLast = " << aFaceSurface.LastVParameter() << endl; + std::cout << std::endl; + std::cout << "--------Function IsDistanceIn2DTolerance(...)----------" << std::endl; + std::cout << "--- BRepCheck Wire: Not closed in 2D" << std::endl; + std::cout << "*****************************************************" << std::endl; + std::cout << "*dumin = " << dumin << "; dumax = " << dumax << std::endl; + std::cout << "* dvmin = " << dvmin << "; dvmax = " << dvmax << std::endl; + std::cout << "* (dumin > dumax) or (dvmin > dvmax)." << std::endl; + std::cout << "*****************************************************" << std::endl; + std::cout << std::endl; + std::cout << "UFirst = " << aFaceSurface.FirstUParameter(); + std::cout << "; ULast = " << aFaceSurface.LastUParameter() << std::endl; + std::cout << "VFirst = " << aFaceSurface.FirstVParameter(); + std::cout << "; VLast = " << aFaceSurface.LastVParameter() << std::endl; } #endif dumax = aFaceSurface.UResolution(aTol3d); @@ -454,9 +454,9 @@ Standard_Boolean IsDistanceIn2DTolerance (const BRepAdaptor_Surface& aFaceSurfac #ifdef OCCT_DEBUG if(PrintWarnings) { - cout << "aTol3d = " << aTol3d <<"; URes = " << dumax << "; VRes = " << dvmax << endl; - cout << "thePnt(" << thePnt.X() << "; " << thePnt.Y() << ")" << endl; - cout << "thePntRef(" << thePntRef.X() << "; " << thePntRef.Y() << ")" << endl; + std::cout << "aTol3d = " << aTol3d <<"; URes = " << dumax << "; VRes = " << dvmax << std::endl; + std::cout << "thePnt(" << thePnt.X() << "; " << thePnt.Y() << ")" << std::endl; + std::cout << "thePntRef(" << thePntRef.X() << "; " << thePntRef.Y() << ")" << std::endl; } #endif @@ -465,8 +465,8 @@ Standard_Boolean IsDistanceIn2DTolerance (const BRepAdaptor_Surface& aFaceSurfac #ifdef OCCT_DEBUG if((aTol2d <= 0.0) && (PrintWarnings)) { - cout<<"BRepCheck_Wire : UResolution and VResolution = 0.0 (Face too small ?)"< Tol2d = " << aTol2d << endl; - cout << "*****************************************************" << endl; - cout << "aTol3d = " << aTol3d <<"; URes = " << dumax << "; VRes = " << dvmax << endl; - cout << "thePnt(" << thePnt.X() << "; " << thePnt.Y() << ")" << endl; - cout << "thePntRef(" << thePntRef.X() << "; " << thePntRef.Y() << ")" << endl; + std::cout << std::endl; + std::cout << "--------Function IsDistanceIn2DTolerance(...)----------" << std::endl; + std::cout << "--- BRepCheck Wire: Not closed in 2d" << std::endl; + std::cout << "*****************************************************" << std::endl; + std::cout << "* Dist = " << Dist << " > Tol2d = " << aTol2d << std::endl; + std::cout << "*****************************************************" << std::endl; + std::cout << "aTol3d = " << aTol3d <<"; URes = " << dumax << "; VRes = " << dvmax << std::endl; + std::cout << "thePnt(" << thePnt.X() << "; " << thePnt.Y() << ")" << std::endl; + std::cout << "thePntRef(" << thePntRef.X() << "; " << thePntRef.Y() << ")" << std::endl; } #endif @@ -1071,7 +1071,7 @@ BRepCheck_Status BRepCheck_Wire::SelfIntersect(const TopoDS_Face& F, delete [] tabDom; #ifdef OCCT_DEBUG static Standard_Integer numpoint=0; - cout<<"point p"<<++numpoint<<" "< Erreur \n" < Erreur \n" < " << par << endl; + std::cout << "Height = > " << par << std::endl; #endif return par; } diff --git a/src/BRepFeat/BRepFeat_MakeLinearForm.cxx b/src/BRepFeat/BRepFeat_MakeLinearForm.cxx index 8c7468d26e..b87a8827fe 100644 --- a/src/BRepFeat/BRepFeat_MakeLinearForm.cxx +++ b/src/BRepFeat/BRepFeat_MakeLinearForm.cxx @@ -109,7 +109,7 @@ void BRepFeat_MakeLinearForm::Init(const TopoDS_Shape& Sbase, { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_MakeLinearForm::Init" << endl; + if (trc) std::cout << "BRepFeat_MakeLinearForm::Init" << std::endl; #endif Standard_Boolean RevolRib = Standard_False; Done(); @@ -146,8 +146,8 @@ void BRepFeat_MakeLinearForm::Init(const TopoDS_Shape& Sbase, myFuse = Standard_True; #ifdef OCCT_DEBUG if (trc) { - if (myFuse) cout << " Fuse" << endl; - if (!myFuse) cout << " Cut" << endl; + if (myFuse) std::cout << " Fuse" << std::endl; + if (!myFuse) std::cout << " Cut" << std::endl; } #endif @@ -177,7 +177,7 @@ void BRepFeat_MakeLinearForm::Init(const TopoDS_Shape& Sbase, Standard_Real ang = myDir1.Angle(myDir); if(ang != M_PI) { #ifdef OCCT_DEBUG - if (trc) cout << " Directions must be opposite" << endl; + if (trc) std::cout << " Directions must be opposite" << std::endl; #endif myStatusError = BRepFeat_BadDirect; NotDone(); @@ -188,7 +188,7 @@ void BRepFeat_MakeLinearForm::Init(const TopoDS_Shape& Sbase, // Rib is centre in the middle of translation #ifdef OCCT_DEBUG - if (trc) cout << " Rib is centre" << endl; + if (trc) std::cout << " Rib is centre" << std::endl; #endif const gp_Vec& DirTranslation = (Direc + Direc1) * 0.5; gp_Trsf T; @@ -251,7 +251,7 @@ void BRepFeat_MakeLinearForm::Init(const TopoDS_Shape& Sbase, if(!Data) { #ifdef OCCT_DEBUG - if (trc) cout << " No Extreme faces" << endl; + if (trc) std::cout << " No Extreme faces" << std::endl; #endif myStatusError = BRepFeat_NoExtFace; NotDone(); @@ -277,7 +277,7 @@ void BRepFeat_MakeLinearForm::Init(const TopoDS_Shape& Sbase, if(Sliding) { // sliding #ifdef OCCT_DEBUG - if (trc) cout << " Sliding" << endl; + if (trc) std::cout << " Sliding" << std::endl; #endif Sliding = Standard_False; Handle(Geom_Surface) s = BRep_Tool::Surface(FirstFace); @@ -353,7 +353,7 @@ void BRepFeat_MakeLinearForm::Init(const TopoDS_Shape& Sbase, // ---case of sliding : construction of the profile face if(Sliding) { #ifdef OCCT_DEBUG - if (trc) cout << " still Sliding" << endl; + if (trc) std::cout << " still Sliding" << std::endl; #endif TopoDS_Face Prof; Standard_Boolean ProfileOK; @@ -365,8 +365,8 @@ void BRepFeat_MakeLinearForm::Init(const TopoDS_Shape& Sbase, #ifdef OCCT_DEBUG if (trc) { - cout << "Not computable" << endl; - cout << "Face profile not computable" << endl; + std::cout << "Not computable" << std::endl; + std::cout << "Face profile not computable" << std::endl; } #endif myStatusError = BRepFeat_NoFaceProf; @@ -382,7 +382,7 @@ void BRepFeat_MakeLinearForm::Init(const TopoDS_Shape& Sbase, // Control if there is everything required to have the material at the proper side if(falseside == Standard_False) { #ifdef OCCT_DEBUG - cout << "Verify plane and wire orientation" << endl; + std::cout << "Verify plane and wire orientation" << std::endl; #endif myStatusError = BRepFeat_FalseSide; NotDone(); @@ -683,8 +683,8 @@ void BRepFeat_MakeLinearForm::Init(const TopoDS_Shape& Sbase, if(!Sliding) { #ifdef OCCT_DEBUG if (trc) { - if (Modify) cout << " Sliding failure" << endl; - cout << " no Sliding" << endl; + if (Modify) std::cout << " Sliding failure" << std::endl; + std::cout << " no Sliding" << std::endl; } #endif TopoDS_Face Prof; @@ -698,8 +698,8 @@ void BRepFeat_MakeLinearForm::Init(const TopoDS_Shape& Sbase, #ifdef OCCT_DEBUG if (trc) { - cout << "Not computable" << endl; - cout << " Face profile not computable" << endl; + std::cout << "Not computable" << std::endl; + std::cout << " Face profile not computable" << std::endl; } #endif myStatusError = BRepFeat_NoFaceProf; @@ -715,7 +715,7 @@ void BRepFeat_MakeLinearForm::Init(const TopoDS_Shape& Sbase, // Control if there is everything required to have the material at the proper side if(falseside == Standard_False) { #ifdef OCCT_DEBUG - cout << "Verify plane and wire orientation" << endl; + std::cout << "Verify plane and wire orientation" << std::endl; #endif myStatusError = BRepFeat_FalseSide; NotDone(); @@ -763,7 +763,7 @@ void BRepFeat_MakeLinearForm::Add(const TopoDS_Edge& E, { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_MakeLinearForm::Add" << endl; + if (trc) std::cout << "BRepFeat_MakeLinearForm::Add" << std::endl; #endif if(mySlface.IsEmpty()) { TopExp_Explorer exp; @@ -803,11 +803,11 @@ void BRepFeat_MakeLinearForm::Perform() { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_MakeLinearForm::Perform()" << endl; + if (trc) std::cout << "BRepFeat_MakeLinearForm::Perform()" << std::endl; #endif if(mySbase.IsNull() || mySkface.IsNull() || myPbase.IsNull()) { #ifdef OCCT_DEBUG - if (trc) cout << " Fields not initialized" << endl; + if (trc) std::cout << " Fields not initialized" << std::endl; #endif myStatusError = BRepFeat_NotInitialized; NotDone(); @@ -846,7 +846,7 @@ void BRepFeat_MakeLinearForm::Perform() const TopoDS_Edge& e = TopoDS::Edge(exx.Current()); if(!myMap.IsBound(e)) { #ifdef OCCT_DEBUG - if (trc) cout << " Sliding face not in Base shape" << endl; + if (trc) std::cout << " Sliding face not in Base shape" << std::endl; #endif myStatusError = BRepFeat_IncSlidFace; NotDone(); @@ -861,8 +861,8 @@ void BRepFeat_MakeLinearForm::Perform() #ifdef OCCT_DEBUG if (trc) { - cout << "The case is not computable" << endl; - cout << " Glued faces not empty and Until shape not null" << endl; + std::cout << "The case is not computable" << std::endl; + std::cout << " Glued faces not empty and Until shape not null" << std::endl; } #endif myStatusError = BRepFeat_InvShape; @@ -922,7 +922,7 @@ void BRepFeat_MakeLinearForm::Perform() { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEATRIB(); - if (trc) cout << "BRepFeat_MakeLinearForm::Propagate" << endl; + if (trc) std::cout << "BRepFeat_MakeLinearForm::Propagate" << std::endl; #endif gp_Pnt Firstpoint = Firstpnt; gp_Pnt Lastpoint = Lastpnt; @@ -1181,7 +1181,7 @@ static void SetGluedFaces(const TopTools_DataMapOfShapeListOfShape& theSlmap, const TopTools_ListOfShape& gfac = thePrism.Shapes(it.Value()); if (gfac.Extent() != 1) { #ifdef OCCT_DEBUG - cout << "Pb SetGluedFace" << endl; + std::cout << "Pb SetGluedFace" << std::endl; #endif } theMap.Bind(gfac.First(),fac); diff --git a/src/BRepFeat/BRepFeat_MakePipe.cxx b/src/BRepFeat/BRepFeat_MakePipe.cxx index fb64ddac94..7434e2ca24 100644 --- a/src/BRepFeat/BRepFeat_MakePipe.cxx +++ b/src/BRepFeat/BRepFeat_MakePipe.cxx @@ -68,7 +68,7 @@ void BRepFeat_MakePipe::Init(const TopoDS_Shape& Sbase, { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_MakePipe::Init" << endl; + if (trc) std::cout << "BRepFeat_MakePipe::Init" << std::endl; #endif mySbase = Sbase; BasisShapeValid(); @@ -111,10 +111,10 @@ void BRepFeat_MakePipe::Init(const TopoDS_Shape& Sbase, } #ifdef OCCT_DEBUG if (trc) { - if (myJustFeat) cout << " Just Feature" << endl; - if (myFuse) cout << " Fuse" << endl; - if (!myFuse) cout << " Cut" << endl; - if (!myModify) cout << " Modify = 0" << endl; + if (myJustFeat) std::cout << " Just Feature" << std::endl; + if (myFuse) std::cout << " Fuse" << std::endl; + if (!myFuse) std::cout << " Cut" << std::endl; + if (!myModify) std::cout << " Modify = 0" << std::endl; } #endif } @@ -130,7 +130,7 @@ void BRepFeat_MakePipe::Add(const TopoDS_Edge& E, { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_MakePipe::Add(Edge,face)" << endl; + if (trc) std::cout << "BRepFeat_MakePipe::Add(Edge,face)" << std::endl; #endif TopExp_Explorer exp; for (exp.Init(mySbase,TopAbs_FACE);exp.More();exp.Next()) { @@ -176,7 +176,7 @@ void BRepFeat_MakePipe::Perform() { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_MakePipe::Perform()" << endl; + if (trc) std::cout << "BRepFeat_MakePipe::Perform()" << std::endl; #endif mySFrom.Nullify(); ShapeFromValid(); @@ -232,7 +232,7 @@ void BRepFeat_MakePipe::Perform(const TopoDS_Shape& Until) { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_MakePipe::Perform(Until)" << endl; + if (trc) std::cout << "BRepFeat_MakePipe::Perform(Until)" << std::endl; #endif if (Until.IsNull()) { throw Standard_ConstructionError(); @@ -276,7 +276,7 @@ void BRepFeat_MakePipe::Perform(const TopoDS_Shape& From, { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_MakePipe::Perform(From,Until)" << endl; + if (trc) std::cout << "BRepFeat_MakePipe::Perform(From,Until)" << std::endl; #endif if (From.IsNull() || Until.IsNull()) { throw Standard_ConstructionError(); diff --git a/src/BRepFeat/BRepFeat_MakePrism.cxx b/src/BRepFeat/BRepFeat_MakePrism.cxx index 6594631dd8..6d50d91a80 100644 --- a/src/BRepFeat/BRepFeat_MakePrism.cxx +++ b/src/BRepFeat/BRepFeat_MakePrism.cxx @@ -98,7 +98,7 @@ void BRepFeat_MakePrism::Init(const TopoDS_Shape& Sbase, { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_MakePrism::Init" << endl; + if (trc) std::cout << "BRepFeat_MakePrism::Init" << std::endl; #endif mySkface = Skface; SketchFaceValid(); @@ -144,10 +144,10 @@ void BRepFeat_MakePrism::Init(const TopoDS_Shape& Sbase, } #ifdef OCCT_DEBUG if (trc) { - if (myJustFeat) cout << " Just Feature" << endl; - if (myFuse) cout << " Fuse" << endl; - if (!myFuse) cout << " Cut" << endl; - if (!myModify) cout << " Modify = 0" << endl; + if (myJustFeat) std::cout << " Just Feature" << std::endl; + if (myFuse) std::cout << " Fuse" << std::endl; + if (!myFuse) std::cout << " Cut" << std::endl; + if (!myModify) std::cout << " Modify = 0" << std::endl; } #endif } @@ -163,7 +163,7 @@ void BRepFeat_MakePrism::Add(const TopoDS_Edge& E, { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_MakePrism::Add(Edge,face)" << endl; + if (trc) std::cout << "BRepFeat_MakePrism::Add(Edge,face)" << std::endl; #endif TopExp_Explorer exp; for (exp.Init(mySbase,TopAbs_FACE);exp.More();exp.Next()) { @@ -210,7 +210,7 @@ void BRepFeat_MakePrism::Perform(const Standard_Real Length) { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_MakePrism::Perform(Length)" << endl; + if (trc) std::cout << "BRepFeat_MakePrism::Perform(Length)" << std::endl; #endif mySFrom.Nullify(); ShapeFromValid(); @@ -310,7 +310,7 @@ void BRepFeat_MakePrism::Perform(const TopoDS_Shape& Until) { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_MakePrism::Perform(Until)" << endl; + if (trc) std::cout << "BRepFeat_MakePrism::Perform(Until)" << std::endl; #endif if (Until.IsNull()) { throw Standard_ConstructionError(); @@ -407,7 +407,7 @@ void BRepFeat_MakePrism::Perform(const TopoDS_Shape& From, { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_MakePrism::Perform(From,Until)" << endl; + if (trc) std::cout << "BRepFeat_MakePrism::Perform(From,Until)" << std::endl; #endif if (From.IsNull() || Until.IsNull()) { throw Standard_ConstructionError(); @@ -587,7 +587,7 @@ void BRepFeat_MakePrism::PerformUntilEnd() { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_MakePrism::PerformUntilEnd()" << endl; + if (trc) std::cout << "BRepFeat_MakePrism::PerformUntilEnd()" << std::endl; #endif myPerfSelection = BRepFeat_SelectionSh; PerfSelectionValid(); @@ -632,7 +632,7 @@ void BRepFeat_MakePrism::PerformFromEnd(const TopoDS_Shape& Until) { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_MakePrism::PerformFromEnd(From,Until)" << endl; + if (trc) std::cout << "BRepFeat_MakePrism::PerformFromEnd(From,Until)" << std::endl; #endif if (Until.IsNull()) { throw Standard_ConstructionError(); @@ -764,7 +764,7 @@ void BRepFeat_MakePrism::PerformThruAll() { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_MakePrism::PerformThruAll()" << endl; + if (trc) std::cout << "BRepFeat_MakePrism::PerformThruAll()" << std::endl; #endif mySUntil.Nullify(); ShapeUntilValid(); @@ -815,7 +815,7 @@ void BRepFeat_MakePrism::PerformUntilHeight(const TopoDS_Shape& Until, { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_MakePrism::PerformUntilHeight(Until,Length)" << endl; + if (trc) std::cout << "BRepFeat_MakePrism::PerformUntilHeight(Until,Length)" << std::endl; #endif if (Until.IsNull()) { Perform(Length); diff --git a/src/BRepFeat/BRepFeat_MakeRevol.cxx b/src/BRepFeat/BRepFeat_MakeRevol.cxx index da07f85deb..1f93310c0d 100644 --- a/src/BRepFeat/BRepFeat_MakeRevol.cxx +++ b/src/BRepFeat/BRepFeat_MakeRevol.cxx @@ -104,7 +104,7 @@ void BRepFeat_MakeRevol::Init(const TopoDS_Shape& Sbase, { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_MakeRevol::Init" << endl; + if (trc) std::cout << "BRepFeat_MakeRevol::Init" << std::endl; #endif myAxis = Axis; myPbase = Pbase; @@ -148,10 +148,10 @@ void BRepFeat_MakeRevol::Init(const TopoDS_Shape& Sbase, } #ifdef OCCT_DEBUG if (trc) { - if (myJustFeat) cout << " Just Feature" << endl; - if (myFuse) cout << " Fuse" << endl; - if (!myFuse) cout << " Cut" << endl; - if (!myModify) cout << " Modify = 0" << endl; + if (myJustFeat) std::cout << " Just Feature" << std::endl; + if (myFuse) std::cout << " Fuse" << std::endl; + if (!myFuse) std::cout << " Cut" << std::endl; + if (!myModify) std::cout << " Modify = 0" << std::endl; } #endif } @@ -167,7 +167,7 @@ void BRepFeat_MakeRevol::Add(const TopoDS_Edge& E, { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_MakeRevol::Add(Edge,face)" << endl; + if (trc) std::cout << "BRepFeat_MakeRevol::Add(Edge,face)" << std::endl; #endif TopExp_Explorer exp; for (exp.Init(mySbase,TopAbs_FACE);exp.More();exp.Next()) { @@ -213,7 +213,7 @@ void BRepFeat_MakeRevol::Perform(const Standard_Real Angle) { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_MakeRevol::Perform(Angle)" << endl; + if (trc) std::cout << "BRepFeat_MakeRevol::Perform(Angle)" << std::endl; #endif mySFrom.Nullify(); ShapeFromValid(); @@ -329,7 +329,7 @@ void BRepFeat_MakeRevol::Perform(const TopoDS_Shape& Until) { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_MakeRevol::Perform(Until)" << endl; + if (trc) std::cout << "BRepFeat_MakeRevol::Perform(Until)" << std::endl; #endif Standard_Real Angle = 0.; Standard_Boolean TourComplet = Standard_False; @@ -360,7 +360,7 @@ void BRepFeat_MakeRevol::Perform(const TopoDS_Shape& Until) if(!TourComplet) { Angle = 2.*M_PI- 3*M_PI/180.; #ifdef OCCT_DEBUG - if (trc) cout << " No complete Revolution" << endl; + if (trc) std::cout << " No complete Revolution" << std::endl; #endif } theRevol.Perform(myPbase, myAxis, Angle); @@ -449,7 +449,7 @@ void BRepFeat_MakeRevol::Perform(const TopoDS_Shape& From, { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_MakeRevol::Perform(From,Until)" << endl; + if (trc) std::cout << "BRepFeat_MakeRevol::Perform(From,Until)" << std::endl; #endif if (From.IsNull() || Until.IsNull()) { throw Standard_ConstructionError(); @@ -601,7 +601,7 @@ void BRepFeat_MakeRevol::PerformThruAll() { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_MakeRevol::PerformThruAll()" << endl; + if (trc) std::cout << "BRepFeat_MakeRevol::PerformThruAll()" << std::endl; #endif Perform(2.*M_PI); } @@ -616,7 +616,7 @@ void BRepFeat_MakeRevol::PerformUntilAngle(const TopoDS_Shape& Until, { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_MakeRevol::PerformUntilAngle(Until,Angle)" << endl; + if (trc) std::cout << "BRepFeat_MakeRevol::PerformUntilAngle(Until,Angle)" << std::endl; #endif if (Until.IsNull()) { Perform(Angle); @@ -790,7 +790,7 @@ static void VerifGluedFaces(const TopoDS_Face& theSkface, if (!GluedFaces) { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << " Intersection Revol/skface : no gluing" << endl; + if (trc) std::cout << " Intersection Revol/skface : no gluing" << std::endl; #endif theMap.Clear(); } diff --git a/src/BRepFeat/BRepFeat_MakeRevolutionForm.cxx b/src/BRepFeat/BRepFeat_MakeRevolutionForm.cxx index 83bb7150b3..0d6bbb5063 100644 --- a/src/BRepFeat/BRepFeat_MakeRevolutionForm.cxx +++ b/src/BRepFeat/BRepFeat_MakeRevolutionForm.cxx @@ -125,7 +125,7 @@ void BRepFeat_MakeRevolutionForm::Init(const TopoDS_Shape& Sbase, { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_MakeRevolutionForm::Init" << endl; + if (trc) std::cout << "BRepFeat_MakeRevolutionForm::Init" << std::endl; #endif Standard_Boolean RevolRib = Standard_True; Done(); @@ -174,7 +174,7 @@ void BRepFeat_MakeRevolutionForm::Init(const TopoDS_Shape& Sbase, GeomAPI_ProjectPointOnCurve proj2(p2, Line); if(proj1.NbPoints() < 1 || proj2.NbPoints() < 1) { #ifdef OCCT_DEBUG - if (trc) cout << " No projection points" << endl; + if (trc) std::cout << " No projection points" << std::endl; #endif myStatusError = BRepFeat_NoProjPt; NotDone(); @@ -208,8 +208,8 @@ void BRepFeat_MakeRevolutionForm::Init(const TopoDS_Shape& Sbase, myFuse = Standard_True; #ifdef OCCT_DEBUG if (trc) { - if (myFuse) cout << " Fuse" << endl; - if (!myFuse) cout << " Cut" << endl; + if (myFuse) std::cout << " Fuse" << std::endl; + if (!myFuse) std::cout << " Cut" << std::endl; } #endif @@ -294,7 +294,7 @@ void BRepFeat_MakeRevolutionForm::Init(const TopoDS_Shape& Sbase, if(!Data) { #ifdef OCCT_DEBUG - if (trc) cout << " No Extreme faces" << endl; + if (trc) std::cout << " No Extreme faces" << std::endl; #endif myStatusError = BRepFeat_NoExtFace; NotDone(); @@ -320,7 +320,7 @@ void BRepFeat_MakeRevolutionForm::Init(const TopoDS_Shape& Sbase, if(Sliding) { // sliding #ifdef OCCT_DEBUG - if (trc) cout << " Sliding" << endl; + if (trc) std::cout << " Sliding" << std::endl; #endif Handle(Geom_Surface) s = BRep_Tool::Surface(FirstFace); if (s->DynamicType() == @@ -360,7 +360,7 @@ void BRepFeat_MakeRevolutionForm::Init(const TopoDS_Shape& Sbase, GeomAPI_ProjectPointOnCurve proj(myFirstPnt, Line); if(proj.NbPoints() < 1) { #ifdef OCCT_DEBUG - if (trc) cout << " No First Point projection" << endl; + if (trc) std::cout << " No First Point projection" << std::endl; #endif myStatusError = BRepFeat_NoProjPt; NotDone(); @@ -372,7 +372,7 @@ void BRepFeat_MakeRevolutionForm::Init(const TopoDS_Shape& Sbase, GeomAPI_ProjectPointOnCurve proj1(myLastPnt, Line); if(proj.NbPoints() < 1) { #ifdef OCCT_DEBUG - if (trc) cout << " No Last Point projection" << endl; + if (trc) std::cout << " No Last Point projection" << std::endl; #endif myStatusError = BRepFeat_NoProjPt; NotDone(); @@ -474,7 +474,7 @@ void BRepFeat_MakeRevolutionForm::Init(const TopoDS_Shape& Sbase, // ---case of sliding : construction of the face profile if(Sliding) { #ifdef OCCT_DEBUG - if (trc) cout << " still Sliding" << endl; + if (trc) std::cout << " still Sliding" << std::endl; #endif TopoDS_Face Prof; Standard_Boolean ProfileOK; @@ -486,8 +486,8 @@ void BRepFeat_MakeRevolutionForm::Init(const TopoDS_Shape& Sbase, #ifdef OCCT_DEBUG if (trc) { - cout << "Not computable" << endl; - cout << "Face profile not computable" << endl; + std::cout << "Not computable" << std::endl; + std::cout << "Face profile not computable" << std::endl; } #endif myStatusError = BRepFeat_NoFaceProf; @@ -503,7 +503,7 @@ void BRepFeat_MakeRevolutionForm::Init(const TopoDS_Shape& Sbase, // Control if there is everything required to have the material at the proper side if(falseside == Standard_False) { #ifdef OCCT_DEBUG - cout << " Verify plane and wire orientation" << endl; + std::cout << " Verify plane and wire orientation" << std::endl; #endif myStatusError = BRepFeat_FalseSide; NotDone(); @@ -800,8 +800,8 @@ void BRepFeat_MakeRevolutionForm::Init(const TopoDS_Shape& Sbase, if(!Sliding) { #ifdef OCCT_DEBUG if (trc) { - if (Modify) cout << " Sliding failure" << endl; - cout << " no Sliding" << endl; + if (Modify) std::cout << " Sliding failure" << std::endl; + std::cout << " no Sliding" << std::endl; } #endif TopExp_Explorer explo1(BndFace, TopAbs_WIRE); @@ -891,7 +891,7 @@ void BRepFeat_MakeRevolutionForm::Init(const TopoDS_Shape& Sbase, if(!BRepAlgo::IsValid(NewBndFace)) { #ifdef OCCT_DEBUG - cout << "Invalid new bounding face" << endl; + std::cout << "Invalid new bounding face" << std::endl; #endif myStatusError = BRepFeat_InvShape; NotDone(); @@ -912,8 +912,8 @@ void BRepFeat_MakeRevolutionForm::Init(const TopoDS_Shape& Sbase, #ifdef OCCT_DEBUG if (trc) { - cout << "Not computable" << endl; - cout << " Face profile not computable" << endl; + std::cout << "Not computable" << std::endl; + std::cout << " Face profile not computable" << std::endl; } #endif myStatusError = BRepFeat_NoFaceProf; @@ -929,7 +929,7 @@ void BRepFeat_MakeRevolutionForm::Init(const TopoDS_Shape& Sbase, // Control if there is everything required to have the material at the proper side if(falseside == Standard_False) { #ifdef OCCT_DEBUG - cout << " Verify plane and wire orientation" << endl; + std::cout << " Verify plane and wire orientation" << std::endl; #endif myStatusError = BRepFeat_FalseSide; NotDone(); @@ -978,7 +978,7 @@ void BRepFeat_MakeRevolutionForm::Add(const TopoDS_Edge& E, { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_MakeRevolutionForm::Add" << endl; + if (trc) std::cout << "BRepFeat_MakeRevolutionForm::Add" << std::endl; #endif if(mySlface.IsEmpty()) { TopExp_Explorer exp; @@ -1018,11 +1018,11 @@ void BRepFeat_MakeRevolutionForm::Perform() { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_MakeRevolutionForm::Perform()" << endl; + if (trc) std::cout << "BRepFeat_MakeRevolutionForm::Perform()" << std::endl; #endif if(mySbase.IsNull() || mySkface.IsNull() || myPbase.IsNull()) { #ifdef OCCT_DEBUG - if (trc) cout << " Fields not initialized" << endl; + if (trc) std::cout << " Fields not initialized" << std::endl; #endif myStatusError = BRepFeat_NotInitialized; NotDone(); @@ -1124,7 +1124,7 @@ void BRepFeat_MakeRevolutionForm::Perform() if(!ASI1.IsDone() || !ASI2.IsDone() || ASI1.NbPoints(1) != 1 || ASI2.NbPoints(1) != 1) { #ifdef OCCT_DEBUG - if (trc) cout << " Intersection failure" << endl; + if (trc) std::cout << " Intersection failure" << std::endl; #endif myStatusError = BRepFeat_BadIntersect; NotDone(); @@ -1217,7 +1217,7 @@ void BRepFeat_MakeRevolutionForm::Perform() const TopoDS_Edge& e = TopoDS::Edge(exx.Current()); if(!myMap.IsBound(e)) { #ifdef OCCT_DEBUG - if (trc) cout << " Sliding face not in Base shape" << endl; + if (trc) std::cout << " Sliding face not in Base shape" << std::endl; #endif myStatusError = BRepFeat_IncSlidFace; NotDone(); @@ -1231,8 +1231,8 @@ void BRepFeat_MakeRevolutionForm::Perform() #ifdef OCCT_DEBUG if (trc) { - cout << "The case is not computable" << endl; - cout << " Glued faces not empty and Until shape not null" << endl; + std::cout << "The case is not computable" << std::endl; + std::cout << " Glued faces not empty and Until shape not null" << std::endl; } #endif myStatusError = BRepFeat_InvShape; @@ -1258,7 +1258,7 @@ Standard_Boolean BRepFeat_MakeRevolutionForm::Propagate(TopTools_ListOfShape& Sl { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEATRIB(); - if (trc) cout << "BRepFeat_MakeRevolutionForm::Propagate" << endl; + if (trc) std::cout << "BRepFeat_MakeRevolutionForm::Propagate" << std::endl; #endif gp_Pnt Firstpoint = Firstpnt; gp_Pnt Lastpoint = Lastpnt; @@ -1703,7 +1703,7 @@ static void SetGluedFaces(const TopTools_DataMapOfShapeListOfShape& theSlmap, const TopTools_ListOfShape& gfac = thePrism.Shapes(it.Value()); if (gfac.Extent() != 1) { #ifdef OCCT_DEBUG - cout << "Pb SetGluedFace" << endl; + std::cout << "Pb SetGluedFace" << std::endl; #endif } TopTools_DataMapIteratorOfDataMapOfShapeListOfShape iterm(SlidingMap); diff --git a/src/BRepFeat/BRepFeat_RibSlot.cxx b/src/BRepFeat/BRepFeat_RibSlot.cxx index 0ac9d16750..6e6e735b67 100644 --- a/src/BRepFeat/BRepFeat_RibSlot.cxx +++ b/src/BRepFeat/BRepFeat_RibSlot.cxx @@ -95,13 +95,13 @@ void BRepFeat_RibSlot::LFPerform() { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_RibSlot::LFPerform()" << endl; + if (trc) std::cout << "BRepFeat_RibSlot::LFPerform()" << std::endl; #endif if (mySbase.IsNull() || myPbase.IsNull() || mySkface.IsNull() || myGShape.IsNull() || myLFMap.IsEmpty()) { #ifdef OCCT_DEBUG - cout << "Topological reconstruction is impossible" << endl; - if (trc) cout << " Fields not initialized" << endl; + std::cout << "Topological reconstruction is impossible" << std::endl; + if (trc) std::cout << " Fields not initialized" << std::endl; #endif myStatusError = BRepFeat_NotInitialized; NotDone(); @@ -175,7 +175,7 @@ void BRepFeat_RibSlot::LFPerform() (!Collage)) { theOpe = 2; #ifdef OCCT_DEBUG - cout << "Passage to topological operations" << endl; + std::cout << "Passage to topological operations" << std::endl; #endif } } @@ -196,7 +196,7 @@ void BRepFeat_RibSlot::LFPerform() else { theOpe = 2; #ifdef OCCT_DEBUG - cout << "Passage to topologic operation" << endl; + std::cout << "Passage to topologic operation" << std::endl; #endif } } @@ -264,7 +264,7 @@ const TopTools_ListOfShape& BRepFeat_RibSlot::Modified { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_RibSlot::Modified" << endl; + if (trc) std::cout << "BRepFeat_RibSlot::Modified" << std::endl; #endif if (myMap.IsBound(F)) { static TopTools_ListOfShape list; @@ -290,7 +290,7 @@ const TopTools_ListOfShape& BRepFeat_RibSlot::Generated { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_RibSlot::Generated" << endl; + if (trc) std::cout << "BRepFeat_RibSlot::Generated" << std::endl; #endif if(S.ShapeType() != TopAbs_FACE) { myGenerated.Clear(); @@ -441,7 +441,7 @@ gp_Pnt BRepFeat_RibSlot::CheckPoint(const TopoDS_Edge& e, { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEATRIB(); - if (trc) cout << "BRepFeat_RibSlot::CheckPoint" << endl; + if (trc) std::cout << "BRepFeat_RibSlot::CheckPoint" << std::endl; #endif // Vector product : normal to plane X direction Wire // -> gives the material side @@ -474,7 +474,7 @@ gp_Dir BRepFeat_RibSlot::Normal(const TopoDS_Face& F,const gp_Pnt& P) { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEATRIB(); - if (trc) cout << "BRepFeat_RibSlot::Normal" << endl; + if (trc) std::cout << "BRepFeat_RibSlot::Normal" << std::endl; #endif Standard_Real U, V; gp_Pnt pt; @@ -561,7 +561,7 @@ void BRepFeat_RibSlot::EdgeExtention(TopoDS_Edge& e, { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_RibSlot::EdgeExtention" << endl; + if (trc) std::cout << "BRepFeat_RibSlot::EdgeExtention" << std::endl; #endif Standard_Real f, l; Handle(Geom_Curve) cu = BRep_Tool::Curve(e, f, l); @@ -624,7 +624,7 @@ TopoDS_Face BRepFeat_RibSlot::ChoiceOfFaces(TopTools_ListOfShape& faces, { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEATRIB(); - if (trc) cout << "BRepFeat_RibSlot::ChoiceOfFaces" << endl; + if (trc) std::cout << "BRepFeat_RibSlot::ChoiceOfFaces" << std::endl; #endif TopoDS_Face FFF; @@ -682,7 +682,7 @@ Standard_Real BRepFeat_RibSlot::HeightMax(const TopoDS_Shape& theSbase, { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEATRIB(); - if (trc) cout << "BRepFeat_RibSlot::HeightMax" << endl; + if (trc) std::cout << "BRepFeat_RibSlot::HeightMax" << std::endl; #endif Bnd_Box Box; BRepBndLib::Add(theSbase,Box); @@ -724,7 +724,7 @@ Standard_Boolean BRepFeat_RibSlot::ExtremeFaces(const Standard_Boolean RevolRib, { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_RibSlot::ExtremeFaces" << endl; + if (trc) std::cout << "BRepFeat_RibSlot::ExtremeFaces" << std::endl; #endif Standard_Boolean Data = Standard_True; FirstFace.Nullify(); @@ -752,7 +752,7 @@ Standard_Boolean BRepFeat_RibSlot::ExtremeFaces(const Standard_Boolean RevolRib, // ---the wire includes only one edge if(NumberOfEdges == 1) { #ifdef OCCT_DEBUG - if (trc) cout << " One Edge" << endl; + if (trc) std::cout << " One Edge" << std::endl; #endif exp.ReInit(); Standard_Real f, l;//, f1, l1, temp; @@ -898,7 +898,7 @@ Standard_Boolean BRepFeat_RibSlot::ExtremeFaces(const Standard_Boolean RevolRib, //--- FirstFace or LastFace was not found #ifdef OCCT_DEBUG - if (trc) cout << " FirstFace or LastFace null" << endl; + if (trc) std::cout << " FirstFace or LastFace null" << std::endl; #endif LocOpe_CSIntersector ASI(mySbase); TColGeom_SequenceOfCurve scur; @@ -940,7 +940,7 @@ Standard_Boolean BRepFeat_RibSlot::ExtremeFaces(const Standard_Boolean RevolRib, } else { #ifdef OCCT_DEBUG - if (trc) cout << " Less than 2 intersection points" << endl; + if (trc) std::cout << " Less than 2 intersection points" << std::endl; #endif Data = Standard_False; return Data; @@ -960,13 +960,13 @@ Standard_Boolean BRepFeat_RibSlot::ExtremeFaces(const Standard_Boolean RevolRib, if(FirstFace.IsNull() || LastFace.IsNull()) { #ifdef OCCT_DEBUG - if (trc) cout << " First or Last Faces still null" << endl; + if (trc) std::cout << " First or Last Faces still null" << std::endl; #endif Data = Standard_False; } else { #ifdef OCCT_DEBUG - if (trc) cout << " FirstFace and LastFace OK" << endl; + if (trc) std::cout << " FirstFace and LastFace OK" << std::endl; #endif Data = Standard_True; } @@ -976,7 +976,7 @@ Standard_Boolean BRepFeat_RibSlot::ExtremeFaces(const Standard_Boolean RevolRib, // ---The wire consists of several edges else { #ifdef OCCT_DEBUG - if (trc) cout << " Multiple Edges" << endl; + if (trc) std::cout << " Multiple Edges" << std::endl; #endif BRepTools_WireExplorer ex(myWire); for(; ex.More(); ex.Next()) { @@ -1156,7 +1156,7 @@ Standard_Boolean BRepFeat_RibSlot::ExtremeFaces(const Standard_Boolean RevolRib, } else { #ifdef OCCT_DEBUG - if (trc) cout << " First or Last not OK" << endl; + if (trc) std::cout << " First or Last not OK" << std::endl; #endif return Standard_False; } @@ -1183,7 +1183,7 @@ void BRepFeat_RibSlot::PtOnEdgeVertex(const Standard_Boolean RevolRib, { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEATRIB(); - if (trc) cout << "BRepFeat_RibSlot::PtOnEdgeVertex" << endl; + if (trc) std::cout << "BRepFeat_RibSlot::PtOnEdgeVertex" << std::endl; #endif Standard_Boolean TestOK; // PtOnEdge = Standard_False; @@ -1258,7 +1258,7 @@ Standard_Boolean BRepFeat_RibSlot::SlidingProfile(TopoDS_Face& Prof, { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_RibSlot::SlidingProfile" << endl; + if (trc) std::cout << "BRepFeat_RibSlot::SlidingProfile" << std::endl; #endif Standard_Boolean ProfileOK = Standard_True; // --case of sliding : construction of the wire of the profile @@ -1375,7 +1375,7 @@ Standard_Boolean BRepFeat_RibSlot::SlidingProfile(TopoDS_Face& Prof, if(BndEdge1.IsNull() || BndEdge2.IsNull()) { #ifdef OCCT_DEBUG - if (trc) cout << " Null bounding edge" << endl; + if (trc) std::cout << " Null bounding edge" << std::endl; #endif ProfileOK = Standard_False; return ProfileOK; @@ -1504,7 +1504,7 @@ Standard_Boolean BRepFeat_RibSlot::SlidingProfile(TopoDS_Face& Prof, if (!BRepAlgo::IsValid(fac)) { #ifdef OCCT_DEBUG - if (trc) cout << " Invalid Face" << endl; + if (trc) std::cout << " Invalid Face" << std::endl; #endif ProfileOK = Standard_False; return ProfileOK; @@ -1538,7 +1538,7 @@ Standard_Boolean BRepFeat_RibSlot::SlidingProfile(TopoDS_Face& Prof, if (!BRepAlgo::IsValid(Prof)) { #ifdef OCCT_DEBUG - if (trc) cout << " Invalid Face Profile" << endl; + if (trc) std::cout << " Invalid Face Profile" << std::endl; #endif ProfileOK = Standard_False; return ProfileOK; @@ -1570,7 +1570,7 @@ Standard_Boolean BRepFeat_RibSlot::NoSlidingProfile(TopoDS_Face& Prof, { #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); - if (trc) cout << "BRepFeat_RibSlot::NoSlidingProfile" << endl; + if (trc) std::cout << "BRepFeat_RibSlot::NoSlidingProfile" << std::endl; #endif Standard_Boolean ProfileOK = Standard_True; @@ -1707,7 +1707,7 @@ Standard_Boolean BRepFeat_RibSlot::NoSlidingProfile(TopoDS_Face& Prof, if(BndEdge1.IsNull() || BndEdge2.IsNull()) { #ifdef OCCT_DEBUG - if (trc) cout << " Null bounding edge" << endl; + if (trc) std::cout << " Null bounding edge" << std::endl; #endif ProfileOK = Standard_False; return ProfileOK; @@ -2197,7 +2197,7 @@ Standard_Boolean BRepFeat_RibSlot::NoSlidingProfile(TopoDS_Face& Prof, if (!BRepAlgo::IsValid(fac)) { #ifdef OCCT_DEBUG - if (trc) cout << " Invalid Face" << endl; + if (trc) std::cout << " Invalid Face" << std::endl; #endif ProfileOK = Standard_False; return ProfileOK; @@ -2227,7 +2227,7 @@ Standard_Boolean BRepFeat_RibSlot::NoSlidingProfile(TopoDS_Face& Prof, if (!BRepAlgo::IsValid(Prof)) { #ifdef OCCT_DEBUG - if (trc) cout << " Invalid Face Profile" << endl; + if (trc) std::cout << " Invalid Face Profile" << std::endl; #endif ProfileOK = Standard_False; return ProfileOK; diff --git a/src/BRepFeat/BRepFeat_trace.cxx b/src/BRepFeat/BRepFeat_trace.cxx index 9d87de7258..c5c9f83c14 100644 --- a/src/BRepFeat/BRepFeat_trace.cxx +++ b/src/BRepFeat/BRepFeat_trace.cxx @@ -53,7 +53,7 @@ Standard_EXPORT void BRepFeat_SetcontextCHRONO(const Standard_Boolean b) { BRepFeat_contextCHRONO = b; } Standard_EXPORT Standard_Boolean BRepFeat_GetcontextCHRONO() { Standard_Boolean b = BRepFeat_contextCHRONO; - if (b) cout<<"context (BRepFeat) CHRONO actif"< 1.e-9) { - cout << "Inprecision in TransformInCompatibleLaw" << endl; - cout << "--- T1.R(N2) = " << N2.Dot(T1) << endl; + std::cout << "Inprecision in TransformInCompatibleLaw" << std::endl; + std::cout << "--- T1.R(N2) = " << N2.Dot(T1) << std::endl; gp_Vec tt; tt = T1; tt.Rotate(axe, alpha); - cout << "--- T1.R(T2) = " << tt.Dot(T1) << endl; - cout << "--- R(N2).R(T2) = " << N2.Dot(tt) << endl; + std::cout << "--- T1.R(T2) = " << tt.Dot(T1) << std::endl; + std::cout << "--- R(N2).R(T2) = " << N2.Dot(tt) << std::endl; } #endif Angle = N2.AngleWithRef(N1, T1); @@ -620,8 +620,8 @@ void BRepFill_LocationLaw::CurvilinearBounds(const Standard_Integer Index, else { W.Nullify(); #ifdef OCCT_DEBUG - cout << "BRepFill_LocationLaw::D0 : Attention position out of limits" - << endl; + std::cout << "BRepFill_LocationLaw::D0 : Attention position out of limits" + << std::endl; #endif } } diff --git a/src/BRepFill/BRepFill_MultiLine.cxx b/src/BRepFill/BRepFill_MultiLine.cxx index da087a47c3..1d6b1406bf 100644 --- a/src/BRepFill/BRepFill_MultiLine.cxx +++ b/src/BRepFill/BRepFill_MultiLine.cxx @@ -612,8 +612,8 @@ static gp_Pnt2d ValueOnFace(const Standard_Real U, } else { #ifdef OCCT_DEBUG - cout << "MultiLine : D1 = D2 and the Curve is not a circle" << endl; - cout << " ---> ValueOnFace failed at parameter U = " << U << endl; + std::cout << "MultiLine : D1 = D2 and the Curve is not a circle" << std::endl; + std::cout << " ---> ValueOnFace failed at parameter U = " << U << std::endl; #endif throw Standard_ConstructionError("BRepFill_MultiLine: ValueOnFace"); } @@ -665,8 +665,8 @@ static gp_Pnt2d ValueOnFace(const Standard_Real U, if ( !Intersector.IsDone()) { #ifdef OCCT_DEBUG - cout << "Intersector not done" << endl; - cout << " ---> ValueonFace failed at parameter U = " << U << endl; + std::cout << "Intersector not done" << std::endl; + std::cout << " ---> ValueonFace failed at parameter U = " << U << std::endl; #endif return gp_Pnt2d(0.,0.); } @@ -685,8 +685,8 @@ static gp_Pnt2d ValueOnFace(const Standard_Real U, } else { #ifdef OCCT_DEBUG - cout << "Intersector done, but no points found" << endl; - cout << " ---> ValueonFace failed at parameter U = " << U << endl; + std::cout << "Intersector done, but no points found" << std::endl; + std::cout << " ---> ValueonFace failed at parameter U = " << U << std::endl; #endif if (Abs(Dist - PL.Y()) < Abs(Dist - PF.Y())) VV = TheV.LastParameter(); diff --git a/src/BRepFill/BRepFill_OffsetWire.cxx b/src/BRepFill/BRepFill_OffsetWire.cxx index 279c3d3401..1e313fe95a 100644 --- a/src/BRepFill/BRepFill_OffsetWire.cxx +++ b/src/BRepFill/BRepFill_OffsetWire.cxx @@ -521,7 +521,7 @@ void BRepFill_OffsetWire::Perform (const Standard_Real Offset, if(!BadEdges.IsEmpty()) { // Modification of myWorkSpine; - //cout << "Modification of myWorkSpine : " << BadEdges.Extent() << endl; + //std::cout << "Modification of myWorkSpine : " << BadEdges.Extent() << std::endl; BRepTools_Substitution aSubst; TopTools_ListIteratorOfListOfShape it(BadEdges); TopTools_ListOfShape aL; @@ -548,7 +548,7 @@ void BRepFill_OffsetWire::Perform (const Standard_Real Offset, Standard_Integer NPnts = Points.Length(); if(NPnts > 2) { - //cout << NPnts << " points " << endl; + //std::cout << NPnts << " points " << std::endl; TopoDS_Vertex FV = Vf; TopoDS_Vertex LV; TopoDS_Edge newE; @@ -566,7 +566,7 @@ void BRepFill_OffsetWire::Perform (const Standard_Real Offset, } else { - //cout << " 2 points " << endl; + //std::cout << " 2 points " << std::endl; TopoDS_Edge newE = BRepLib_MakeEdge(Vf, Vl); aL.Append(newE); } @@ -642,9 +642,9 @@ void BRepFill_OffsetWire::Perform (const Standard_Real Offset, } catch (Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout<<"An exception was caught in BRepFill_OffsetWire::Perform : "; - anException.Print(cout); - cout< 2) { - //cout <<"vertex on more that 2 edges in a face."<Value(theParam); - cout << "Point on Path" << P_Path.X() << ", " - << P_Path.Y() << ", " << P_Path.Z() << ", " << endl; + std::cout << "Point on Path" << P_Path.X() << ", " + << P_Path.Y() << ", " << P_Path.Z() << ", " << std::endl; } #endif diff --git a/src/BRepFill/BRepFill_ShapeLaw.cxx b/src/BRepFill/BRepFill_ShapeLaw.cxx index fbe040b6d5..03aeebc1e6 100644 --- a/src/BRepFill/BRepFill_ShapeLaw.cxx +++ b/src/BRepFill/BRepFill_ShapeLaw.cxx @@ -179,7 +179,7 @@ void BRepFill_ShapeLaw::Init(const Standard_Boolean Build) } } -// cout << "new law" << endl; +// std::cout << "new law" << std::endl; // Is the law closed by U ? uclosed = W.Closed(); @@ -372,8 +372,8 @@ void BRepFill_ShapeLaw::Init(const Standard_Boolean Build) Standard_True, Standard_False, 20); #ifdef OCCT_DEBUG if (!Bof) - cout << "BRepFill_ShapeLaw::ConcatenedLaw INCOMPLET !!!" - << endl; + std::cout << "BRepFill_ShapeLaw::ConcatenedLaw INCOMPLET !!!" + << std::endl; #endif } Composite = Concat.BSplineCurve(); diff --git a/src/BRepFill/BRepFill_Sweep.cxx b/src/BRepFill/BRepFill_Sweep.cxx index 7b110d0874..1f2553be9b 100644 --- a/src/BRepFill/BRepFill_Sweep.cxx +++ b/src/BRepFill/BRepFill_Sweep.cxx @@ -347,7 +347,7 @@ static Standard_Boolean SameParameter(TopoDS_Edge& E, if(sp.IsDone() && !sp.IsSameParameter()) Pcurv = sp.Curve2d(); else if(!sp.IsDone() && !sp.IsSameParameter()){ #ifdef OCCT_DEBUG - cout<<"echec SameParameter"< tolreached ){ #ifdef OCCT_DEBUG - cout<<"SameParameter : Tolerance not reached!"< Tol ) { #ifdef OCCT_DEBUG - cout << "BRepFill_TrimEdgeTool: no same parameter on the bissectrice" << endl; + std::cout << "BRepFill_TrimEdgeTool: no same parameter on the bissectrice" << std::endl; #endif if(P1xP2x>TolInit) { #ifdef OCCT_DEBUG - cout << "BRepFill_TrimEdgeTool: Continue somehow" << endl; + std::cout << "BRepFill_TrimEdgeTool: Continue somehow" << std::endl; #endif i++; } @@ -690,7 +690,7 @@ void BRepFill_TrimEdgeTool::AddOrConfuse(const Standard_Boolean Start, if (ToProj) { #ifdef OCCT_DEBUG - cout << " project extremity bissectrice on parallel."<TrimSurfaceTool : NBCALL = " << NBCALL << endl; + std::cout << " ---------->TrimSurfaceTool : NBCALL = " << NBCALL << std::endl; #ifdef DRAW char name[256]; @@ -279,8 +279,8 @@ static void EvalParameters(const TopoDS_Edge& Edge, if (NbSegments > 0) { #ifdef OCCT_DEBUG - cout << " IntersectWith : " << NbSegments - << " Segments of intersection" << endl; + std::cout << " IntersectWith : " << NbSegments + << " Segments of intersection" << std::endl; #endif IntRes2d_IntersectionSegment Seg; for ( Standard_Integer i = 1; i <= NbSegments; i++) { @@ -305,7 +305,7 @@ static void EvalParameters(const TopoDS_Edge& Edge, P1 = Seq.Value(i); P2 = Seq.Value(i+1); if ( P2.X()-P1.X() < Tol ) { - // cout<<"REMOVE "< Precision::Confusion() ) { - cout << " *** WARNING TrimSurfaceTool: *** " << endl; - cout << " --> the point is not on the edge" < the point is not on the edge" <Value(i++); Standard_Real aT2 = aTKnots->Value(i); @@ -422,9 +422,9 @@ Standard_Real BRepGProp_VinertGK::PrivatePerform aLocalValue(k) += anIntegral.Value(); err1 = aTFunc.AbsolutError()*(aT2 - aT1); - //cout << "Errors: " << anIntegral.NbIterReached() << " " << anIntegral.AbsolutError() << " " << err1 << endl; + //std::cout << "Errors: " << anIntegral.NbIterReached() << " " << anIntegral.AbsolutError() << " " << err1 << std::endl; aLocalTolReached(k) += anIntegral.AbsolutError() + err1; - //cout << "--- Errors: " << anIntegral.NbIterReached() << " " << anIntegral.AbsolutError() << " " << err1 << endl; + //std::cout << "--- Errors: " << anIntegral.NbIterReached() << " " << anIntegral.AbsolutError() << " " << err1 << std::endl; } aValue(k) += aLocalValue(k); diff --git a/src/BRepLib/BRepLib.cxx b/src/BRepLib/BRepLib.cxx index e475daf027..b8b4ed871a 100644 --- a/src/BRepLib/BRepLib.cxx +++ b/src/BRepLib/BRepLib.cxx @@ -2233,9 +2233,9 @@ static void EncodeRegularity(const TopoDS_Shape& theShape, } catch (Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout << "Warning: Exception in BRepLib::EncodeRegularity(): "; - anException.Print(cout); - cout << endl; + std::cout << "Warning: Exception in BRepLib::EncodeRegularity(): "; + anException.Print(std::cout); + std::cout << std::endl; #endif (void)anException; } @@ -2300,7 +2300,7 @@ void BRepLib::EncodeRegularity(TopoDS_Edge& E, catch(Standard_Failure const&) { #ifdef OCCT_DEBUG - cout << "Failure: Exception in BRepLib::EncodeRegularity" << endl; + std::cout << "Failure: Exception in BRepLib::EncodeRegularity" << std::endl; #endif } } @@ -2351,7 +2351,7 @@ Standard_Boolean BRepLib:: if(!aSLP.IsNormalDefined()) { #ifdef OCCT_DEBUG - cout << "BRepLib::EnsureNormalConsistency(): Cannot find normal!" << endl; + std::cout << "BRepLib::EnsureNormalConsistency(): Cannot find normal!" << std::endl; #endif } else diff --git a/src/BRepLib/BRepLib_MakeWire.cxx b/src/BRepLib/BRepLib_MakeWire.cxx index 949e4b8757..6733de36f4 100644 --- a/src/BRepLib/BRepLib_MakeWire.cxx +++ b/src/BRepLib/BRepLib_MakeWire.cxx @@ -357,7 +357,7 @@ void BRepLib_MakeWire::Add(const TopoDS_Edge& E, Standard_Boolean IsCheckGeomet else if (V2.IsSame(myVertex)) VRef = V1; else { #ifdef OCCT_DEBUG - cout << "MakeWire : There is a PROBLEM !!" << endl; + std::cout << "MakeWire : There is a PROBLEM !!" << std::endl; #endif myError = BRepLib_NonManifoldWire; } @@ -366,7 +366,7 @@ void BRepLib_MakeWire::Add(const TopoDS_Edge& E, Standard_Boolean IsCheckGeomet // Particular case: it is required to control the orientation #ifdef OCCT_DEBUG if (!VF.IsSame(myVertex)) - cout << "MakeWire : There is a PROBLEM !!" << endl; + std::cout << "MakeWire : There is a PROBLEM !!" << std::endl; #endif } @@ -375,7 +375,7 @@ void BRepLib_MakeWire::Add(const TopoDS_Edge& E, Standard_Boolean IsCheckGeomet else if (VL.IsSame(myVertex)) VL = VRef; else { #ifdef OCCT_DEBUG - cout << "MakeWire : Y A UN PROBLEME !!" << endl; + std::cout << "MakeWire : Y A UN PROBLEME !!" << std::endl; #endif myError = BRepLib_NonManifoldWire; } diff --git a/src/BRepMesh/BRepMesh_DataStructureOfDelaun.cxx b/src/BRepMesh/BRepMesh_DataStructureOfDelaun.cxx index 4906412a44..7a49413c95 100644 --- a/src/BRepMesh/BRepMesh_DataStructureOfDelaun.cxx +++ b/src/BRepMesh/BRepMesh_DataStructureOfDelaun.cxx @@ -472,14 +472,14 @@ void BRepMesh_DataStructureOfDelaun::Statistics(Standard_OStream& theStream) con { theStream << " Map of nodes : \n"; myNodes->Statistics(theStream); - theStream << "\n Deleted nodes : " << myNodes->GetListOfDelNodes().Extent() << endl; + theStream << "\n Deleted nodes : " << myNodes->GetListOfDelNodes().Extent() << std::endl; theStream << "\n\n Map of Links : \n"; myLinks.Statistics(theStream); - theStream << "\n Deleted links : " << myDelLinks.Extent() << endl; + theStream << "\n Deleted links : " << myDelLinks.Extent() << std::endl; theStream << "\n\n Map of elements : \n"; - theStream << "\n Elements : " << myElements.Size() << endl; + theStream << "\n Elements : " << myElements.Size() << std::endl; } //======================================================================= diff --git a/src/BRepOffset/BRepOffset_Analyse.cxx b/src/BRepOffset/BRepOffset_Analyse.cxx index 070c38adca..4e99763291 100644 --- a/src/BRepOffset/BRepOffset_Analyse.cxx +++ b/src/BRepOffset/BRepOffset_Analyse.cxx @@ -190,7 +190,7 @@ void BRepOffset_Analyse::Perform (const TopoDS_Shape& S, } else { #ifdef OCCT_DEBUG - cout <<"edge shared by more than two faces"< l[1]+Tol) { - cout << "out of limit"< l[1]+Tol) { - cout << "out of limit"< 1) { - //cout << "IFV - RefEdgeInter: remove vertex" << endl; + //std::cout << "IFV - RefEdgeInter: remove vertex" << std::endl; Standard_Real dmin = RealLast(); TopoDS_Vertex Vmin; for (it1LV1.Initialize(LV1); it1LV1.More(); it1LV1.Next()) { @@ -1135,7 +1135,7 @@ void BRepOffset_Inter2d::ExtentEdge(const TopoDS_Edge& E,TopoDS_Edge& NE, const f = Projector.LowerDistanceParameter(); #ifdef OCCT_DEBUG else - cout<<"ProjectPointOnCurve not done"<Descendant(NE)); it1LE.More(); it1LE.Next()) { if (AsDes->Ascendant(it1LE.Value()).Extent() < 3) { LVP.Append(it1LE.Value()); - cout <<"Vertex on at least 3 edges."<Ascendant(it1LE.Value()).Extent() > 3) { - cout <<"Vertex on more than 3 edges."<Value(l); TheSurf->D0(P2d.X(),P2d.Y(),P2); Standard_Real Tol = BRep_Tool::Tolerance(V1); if (!P1.IsEqual(P2,Tol)) { - cout <<"BRepOffset_Offset : E degenerated -> OE not degenerated"< OE not degenerated"< l + Precision::Confusion()) { - cout << " ProjectVertexOnEdge : hors borne :"< Parametres sur Curve1 : "; - cout << U1on1 << " " << U1on2 << endl; - cout << " ===> Parametres sur Curve2 : "; - cout << U2on1 << " " << U2on2 << endl; + std::cout << " BRepOffset_Tool::Inter2d SEGMENT d intersection" << std::endl; + std::cout << " ===> Parametres sur Curve1 : "; + std::cout << U1on1 << " " << U1on2 << std::endl; + std::cout << " ===> Parametres sur Curve2 : "; + std::cout << U2on1 << " " << U2on2 << std::endl; #endif U1 = (U1on1 + U1on2)/2.; U2 = (U2on1 + U2on2)/2.; @@ -2363,7 +2363,7 @@ void BRepOffset_Tool::Inter2d (const TopoDS_Face& F, #ifdef OCCT_DEBUG if (!YaSol) { - cout <<"Inter2d : Pas de solution"<IsCurveOnSurface() && // cr->IsCurveOnClosedSurface() ) { -// cout<<"sewing edge"< "; + //std::cout<<"\n --> "; di <<"\n --> "; if(Inter.NbPnt()) { for(Standard_Integer i=1; i<=Inter.NbPnt(); i++) { @@ -974,7 +974,7 @@ static Standard_Integer reperageshape(Draw_Interpretor& di, Standard_Integer nar ExF.Next(),numface++) { TopoDS_Face Face=TopoDS::Face(ExF.Current()); if(Face.IsEqual(Inter.Face(i))) { - //cout<<" "<= 0) @@ -346,10 +346,10 @@ static Standard_Integer checksection(Draw_Interpretor& di, ipp++; Sprintf(Name,"alone_%d",ipp); DBRep::Set(Name, itvx.Key()); - //cout << Name << " " ; + //std::cout << Name << " " ; di << Name << " " ; } - //cout << endl; + //std::cout << std::endl; di << "\n"; return 0; } @@ -367,13 +367,13 @@ static Standard_Integer checkdiff(Draw_Interpretor& di, if (narg==2) { Standard_Integer bcrtrace=Draw::Atoi(a[narg-1]); bcrtrace=BRepCheck_Trace(bcrtrace); - //cout << "BRepCheck_Trace : " << bcrtrace << endl; + //std::cout << "BRepCheck_Trace : " << bcrtrace << std::endl; di << "BRepCheck_Trace : " << bcrtrace << "\n"; - //cout << syntaxe << endl; + //std::cout << syntaxe << std::endl; di << syntaxe << "\n"; return 0; } - //cout << syntaxe << endl; + //std::cout << syntaxe << std::endl; di << syntaxe << "\n"; return 1; } @@ -384,7 +384,7 @@ static Standard_Integer checkdiff(Draw_Interpretor& di, TopoDS_Shape resu = DBRep::Get(a[narg-1]); if (resu.IsNull()) { if (narg < 4) { - //cout << syntaxe << endl; + //std::cout << syntaxe << std::endl; di << syntaxe << "\n"; return 1; } @@ -393,7 +393,7 @@ static Standard_Integer checkdiff(Draw_Interpretor& di, lastArg=narg-3; if (resu.IsNull()) { if (narg < 5) { - //cout << syntaxe << endl; + //std::cout << syntaxe << std::endl; di << syntaxe << "\n"; return 1; } @@ -402,7 +402,7 @@ static Standard_Integer checkdiff(Draw_Interpretor& di, resu = DBRep::Get(a[narg-3]); lastArg=narg-4; if (resu.IsNull()) { - //cout << syntaxe << endl; + //std::cout << syntaxe << std::endl; di << syntaxe << "\n"; return 1; } @@ -415,10 +415,10 @@ static Standard_Integer checkdiff(Draw_Interpretor& di, } if (BRepAlgo::IsValid(lesArgs, resu, closedSolid, geomCtrl)) { - //cout << "Difference is Valid." << endl; + //std::cout << "Difference is Valid." << std::endl; di << "Difference is Valid.\n"; } else { - //cout << "error : Difference is Not Valid !" << endl; + //std::cout << "error : Difference is Not Valid !" << std::endl; di << "error : Difference is Not Valid !\n"; } @@ -444,7 +444,7 @@ static Standard_Integer checkdiff(Draw_Interpretor& di, // TopoDS_Shape S = DBRep::Get(a[1]); // if (S.IsNull()) { -// cout<<"not a topological shape"< 9 ? "" : " ")< compound named "< 9 ? "" : " ")< compound named "< 9) theCommands<<"VERTEX : "< compound named "< 9 ? "" : " ")< compound named "< 9 ? "" : " ")< compound named "< 9) theCommands<<"EDGE : "< compound named "< 9 ? "" : " ")< compound named "< 9 ? "" : " ")< compound named "< 9) theCommands<<"WIRE : "< compound named "< 9 ? "" : " ")< compound named "< 9 ? "" : " ")< compound named "< 9) theCommands<<"FACE : "< compound named "< 9 ? "" : " ")< compound named "< 9 ? "" : " ")< compound named "< 9) theCommands<<"SHELL : "< compound named "< 9 ? "" : " ")< compound named "< 9 ? "" : " ")< compound named "< 9) theCommands<<"SOLID : "< compound named "< 5) { - //cout << "Invalid number of args!!!" << endl; - //cout << "No args to have help." << endl; + //std::cout << "Invalid number of args!!!" << std::endl; + //std::cout << "No args to have help." << std::endl; theCommands << "Invalid number of args!!!\n"; theCommands << "No args to have help.\n"; @@ -967,8 +967,8 @@ static Standard_Integer checkshape(Draw_Interpretor& theCommands, } if (aCurInd > narg - 1) { - //cout << "Invalid number of args!!!" << endl; - //cout << "No args to have help." << endl; + //std::cout << "Invalid number of args!!!" << std::endl; + //std::cout << "No args to have help." << std::endl; theCommands << "Invalid number of args!!!\n"; theCommands << "No args to have help.\n"; @@ -979,7 +979,7 @@ static Standard_Integer checkshape(Draw_Interpretor& theCommands, TopoDS_Shape aShape = DBRep::Get(aShapeName); if (aShape.IsNull()) { - //cout << a[aCurInd] << " is not a topological shape!!!" << endl; + //std::cout << a[aCurInd] << " is not a topological shape!!!" << std::endl; theCommands << a[aCurInd] << " is not a topological shape!!!\n"; return 1; @@ -997,8 +997,8 @@ static Standard_Integer checkshape(Draw_Interpretor& theCommands, } if (aCurInd < aBackInd - 1) { - //cout << "Invalid number of args!!!" << endl; - //cout << "No args to have help." << endl; + //std::cout << "Invalid number of args!!!" << std::endl; + //std::cout << "No args to have help." << std::endl; theCommands << "Invalid number of args!!!\n"; theCommands << "No args to have help.\n"; @@ -1170,12 +1170,12 @@ static Standard_Integer shapeG1continuity (Draw_Interpretor& di, Standard_Intege } while ((nb 0) { - //cout< 0) { - //cout< ... " << endl ; - //cout << " to end profile : " << endl ; - //cout << " Build a profile in the XY plane from digitizes" << endl ; - //cout << " By default the profile is closed and a face is built\n"; - //cout << "\n"; - //cout << " W Make a closed wire\n"; - //cout << " WW Make an open wire\n"; - //cout << endl; + //std::cout << " bsplineprof name [S face] [W WW] " << std::endl; + //std::cout << " for an edge : ... " << std::endl ; + //std::cout << " to end profile : " << std::endl ; + //std::cout << " Build a profile in the XY plane from digitizes" << std::endl ; + //std::cout << " By default the profile is closed and a face is built\n"; + //std::cout << "\n"; + //std::cout << " W Make a closed wire\n"; + //std::cout << " WW Make an open wire\n"; + //std::cout << std::endl; di << " bsplineprof name [S face] [W WW] " << "\n"; di << " for an edge : ... " << "\n"; di << " to end profile : " << "\n"; @@ -1215,31 +1215,31 @@ static Standard_Integer profile2d(Draw_Interpretor& di, if (n == 1) { // print help - //cout << "profile name [code values] [code values] ...\n"; - //cout << " Build a profile in the UV plane from a moving point and direction\n"; - //cout << " The original point and direction are 0 0 and 1 0\n"; - //cout << " Codes and values describe the point or direction change\n"; - //cout << " When the point change the direction becomes the tangent\n"; - //cout << " All angles are in degree (may be negative)\n"; - //cout << " By default the profile is closed \n"; - //cout << "\n"; - //cout << " Instruction Parameters Action\n"; - //cout << " F X Y Set the first point\n"; - //cout << " X DX Translate point along X\n"; - //cout << " Y DY Translate point along Y\n"; - //cout << " L DL Translate point along direction\n"; - //cout << " XX X Set point X coordinate\n"; - //cout << " YY Y Set point Y coordinate\n"; - //cout << " T DX DY Translate point\n"; - //cout << " TT X Y Set point\n"; - //cout << " R Angle Rotate direction\n"; - //cout << " RR Angle Set direction\n"; - //cout << " D DX DY Set direction\n"; - //cout << " IX X Intersect with vertical\n"; - //cout << " IY Y Intersect with horizontal\n"; - //cout << " C Radius Angle Arc of circle tangent to direction\n"; - //cout << " W Make a closed wire\n"; - //cout << endl; + //std::cout << "profile name [code values] [code values] ...\n"; + //std::cout << " Build a profile in the UV plane from a moving point and direction\n"; + //std::cout << " The original point and direction are 0 0 and 1 0\n"; + //std::cout << " Codes and values describe the point or direction change\n"; + //std::cout << " When the point change the direction becomes the tangent\n"; + //std::cout << " All angles are in degree (may be negative)\n"; + //std::cout << " By default the profile is closed \n"; + //std::cout << "\n"; + //std::cout << " Instruction Parameters Action\n"; + //std::cout << " F X Y Set the first point\n"; + //std::cout << " X DX Translate point along X\n"; + //std::cout << " Y DY Translate point along Y\n"; + //std::cout << " L DL Translate point along direction\n"; + //std::cout << " XX X Set point X coordinate\n"; + //std::cout << " YY Y Set point Y coordinate\n"; + //std::cout << " T DX DY Translate point\n"; + //std::cout << " TT X Y Set point\n"; + //std::cout << " R Angle Rotate direction\n"; + //std::cout << " RR Angle Set direction\n"; + //std::cout << " D DX DY Set direction\n"; + //std::cout << " IX X Intersect with vertical\n"; + //std::cout << " IY Y Intersect with horizontal\n"; + //std::cout << " C Radius Angle Arc of circle tangent to direction\n"; + //std::cout << " W Make a closed wire\n"; + //std::cout << std::endl; di << "profile name [code values] [code values] ...\n"; di << " Build a profile in the UV plane from a moving point and direction\n"; di << " The original point and direction are 0 0 and 1 0\n"; @@ -1705,7 +1705,7 @@ Standard_Integer edgeintersector(Draw_Interpretor& di, EInter.Perform (E[0],E[1],reducesegments); if (EInter.IsEmpty()) { - //cout << " No intersection found" << endl; + //std::cout << " No intersection found" << std::endl; di << " No intersection found\n"; return 0; } @@ -1745,13 +1745,13 @@ Standard_Integer edgeintersector(Draw_Interpretor& di, else if (P2D.Transition(i).Before() == TopAbs_OUT) { OO = TopAbs_FORWARD; } - //cout << " Orientation of vertex " << NbV << " on " << a[i+1] << ": "; + //std::cout << " Orientation of vertex " << NbV << " on " << a[i+1] << ": "; di << " Orientation of vertex " << NbV << " on " << a[i+1] << ": "; if (OO == TopAbs_FORWARD) { - //cout << "FORWARD" << endl; + //std::cout << "FORWARD" << std::endl; di << "FORWARD\n"; } else { - //cout << "REVERSED" << endl; + //std::cout << "REVERSED" << std::endl; di << "REVERSED\n"; } } @@ -1820,7 +1820,7 @@ Standard_Integer build3d(Draw_Interpretor& di, { if ( (n <2) || (n>3) ) { - //cout << " 1 or 2 arguments expected" << endl; + //std::cout << " 1 or 2 arguments expected" << std::endl; di << " 1 or 2 arguments expected\n"; return 1; } @@ -1831,7 +1831,7 @@ Standard_Integer build3d(Draw_Interpretor& di, if (n==2) { Ok = BRepLib::BuildCurves3d(S); } else { Ok = BRepLib::BuildCurves3d(S,Draw::Atof(a[2])); } - //if (!Ok) {cout << " one of the computation failed" << endl;} + //if (!Ok) {std::cout << " one of the computation failed" << std::endl;} if (!Ok) {di << " one of the computation failed\n";} return 0; @@ -1852,7 +1852,7 @@ Standard_Integer reducepcurves(Draw_Interpretor& di, { TopoDS_Shape aShape = DBRep::Get(a[i]); if (aShape.IsNull()) - //cout << a[i] << " is not a valid shape" << endl; + //std::cout << a[i] << " is not a valid shape" << std::endl; di << a[i] << " is not a valid shape\n"; else BRepTools::RemoveUnusedPCurves(aShape); diff --git a/src/BRepTest/BRepTest_DraftAngleCommands.cxx b/src/BRepTest/BRepTest_DraftAngleCommands.cxx index bfea5f8d0e..42d300fb3e 100644 --- a/src/BRepTest/BRepTest_DraftAngleCommands.cxx +++ b/src/BRepTest/BRepTest_DraftAngleCommands.cxx @@ -102,7 +102,7 @@ static Standard_Integer NDEP(Draw_Interpretor& theCommands, if ((narg<15)||((narg)%9 != 6)) return 1; TopoDS_Shape V = DBRep::Get(a[2]); if ( V.IsNull()) { - //cout << a[2] << " is not a Shape" << endl; + //std::cout << a[2] << " is not a Shape" << std::endl; theCommands << a[2] << " is not a Shape\n"; return 1; } @@ -122,7 +122,7 @@ static Standard_Integer NDEP(Draw_Interpretor& theCommands, // F = TopoDS::Face(DBRep::Get(a[9*ii+6],TopAbs_FACE)); if ( F.IsNull()) { - //cout << a[9*ii+6] << " is not a face" << endl; + //std::cout << a[9*ii+6] << " is not a face" << std::endl; theCommands << a[9*ii+6] << " is not a face\n"; return 1; } @@ -208,11 +208,11 @@ static Standard_Integer draft (Draw_Interpretor& di, if (Internal) { MkDraft.SetDraft(Internal); di << "Internal Draft : \n"; - //cout << "Internal Draft : " << endl; + //std::cout << "Internal Draft : " << std::endl; } else di << "External Draft : \n"; - //cout << "External Draft : " << endl; + //std::cout << "External Draft : " << std::endl; TopoDS_Shape Stop = DBRep::Get(a[7]);//shape d'arret if (!Stop.IsNull()) { diff --git a/src/BRepTest/BRepTest_ExtremaCommands.cxx b/src/BRepTest/BRepTest_ExtremaCommands.cxx index 07c774014f..135356f278 100644 --- a/src/BRepTest/BRepTest_ExtremaCommands.cxx +++ b/src/BRepTest/BRepTest_ExtremaCommands.cxx @@ -58,7 +58,7 @@ static Standard_Integer distance (Draw_Interpretor& di, gp_Pnt P1,P2; Standard_Real D; if (!BRepExtrema_Poly::Distance(S1,S2,P1,P2,D)) return 1; - //cout << " distance : " << D << endl; + //std::cout << " distance : " << D << std::endl; di << " distance : " << D << "\n"; TopoDS_Edge E = BRepLib_MakeEdge(P1,P2); DBRep::Set("distance",E); @@ -82,7 +82,7 @@ static Standard_Integer distmini(Draw_Interpretor& di, Standard_Integer n, const if (dst.IsDone()) { #ifdef OCCT_DEBUG - //dst.Dump(cout); + //dst.Dump(std::cout); di << "*** Dump of \"BRepExtrema_DistShapeShape\" in DEBUG mode (begin) *****\n"; Standard_SStream aSStream; dst.Dump(aSStream); diff --git a/src/BRepTest/BRepTest_FeatureCommands.cxx b/src/BRepTest/BRepTest_FeatureCommands.cxx index bb8068eb89..a28b93bc92 100644 --- a/src/BRepTest/BRepTest_FeatureCommands.cxx +++ b/src/BRepTest/BRepTest_FeatureCommands.cxx @@ -544,7 +544,7 @@ static Standard_Integer PRW(Draw_Interpretor& theCommands, } else { // il faudrait inverser V et appeler PerfomFromEnd... - //cout << "Not Implemented" << endl; + //std::cout << "Not Implemented" << std::endl; theCommands << "Not Implemented\n"; } } @@ -709,7 +709,7 @@ static Standard_Integer PRF(Draw_Interpretor& theCommands, } else { //FUntil.IsNull() // il faudrait inverser V et appeler PerfomFromEnd... - //cout << "Not Implemented" << endl; + //std::cout << "Not Implemented" << std::endl; theCommands << "Not Implemented\n"; } } @@ -737,16 +737,16 @@ static Standard_Integer SPLS(Draw_Interpretor& , if (narg < 3) { - cout << "Invalid number of arguments. Should be : splitshape result shape [splitedges] \ + std::cout << "Invalid number of arguments. Should be : splitshape result shape [splitedges] \ [face wire/edge/compound [wire/edge/compound ...] \ [face wire/edge/compound [wire/edge/compound...] ...] \ - [@ edgeonshape edgeonwire [edgeonshape edgeonwire...]]" << endl; + [@ edgeonshape edgeonwire [edgeonshape edgeonwire...]]" << std::endl; return 1; } TopoDS_Shape S = DBRep::Get(a[2]); if (S.IsNull()) { - cout << "Invalid input shape " << a[2]<IsDone()) { - //cout<<"Active Builder Not Done"<Generated(curshape)); PrintHist(curshape,It,nbgen); } - //cout<<"foreach g [lsort [dir gen*]] { wclick; puts [dname $g]; donl $g; }"< result shape1 shape2 radius [-d]" << endl; + std::cout << "Use result shape1 shape2 radius [-d]" << std::endl; return 1; } @@ -466,16 +466,16 @@ static Standard_Integer blend1(Draw_Interpretor& di, Standard_Integer narg, cons //if (Rakk.IsDone()==FilletSurf_IsNotOk) // { FilletSurf_ErrorTypeStatus err=Rakk.StatusError(); - // if (err==FilletSurf_EmptyList) cout<< "StatusError=EmptyList"<(aStatus)) << ")\n"; - aFS.GetStatuses(&cout); + aFS.GetStatuses(&std::cout); } aFS.Perform(); @@ -515,7 +515,7 @@ Standard_Integer fastsewing (Draw_Interpretor& theDI, { theDI << "Error: There are some problems while performing (" << (static_cast(aStatus)) << ")\n"; - aFS.GetStatuses(&cout); + aFS.GetStatuses(&std::cout); } DBRep::Set(theArgVal[1], aFS.GetResult()); @@ -580,7 +580,7 @@ static Standard_Integer getedgeregul { if( argc < 3) { - cout<<"Invalid number of arguments. Should be: checkedgeregularity edge face1 [face2]"< 3 ? DBRep::Get(argv[3],TopAbs_FACE) : aFace1); if( anEdge.IsNull() || aFace1.IsNull() || aFace2.IsNull()) { - cout<<"Invalid number of arguments. Should be: getedgeregularity edge face1 [face2]"<Wires(), *Generator); } else { - cout << "Algorithm is not done" << endl; + std::cout << "Algorithm is not done" << std::endl; } return 0; @@ -546,16 +546,16 @@ static Standard_Integer setsweep(Draw_Interpretor& di, Standard_Integer n, const char** a) { if (n == 1) { - //cout << "setsweep options [arg1 [arg2 [...]]] : options are :" << endl; - //cout << " -FR : Tangent and Normal are given by Frenet trihedron" <> command !"<< endl; + //std::cout << "You have forgotten the <> command !"<< std::endl; di << "You have forgotten the <> command !\n"; return 1; } @@ -585,14 +585,14 @@ static Standard_Integer setsweep(Draw_Interpretor& di, } else if (!strcmp(a[1], "-DX")) { if (n != 3) { - //cout << "bad arguments !" << endl; + //std::cout << "bad arguments !" << std::endl; di << "bad arguments !\n"; return 1; } TopoDS_Shape Surf; Surf = DBRep::Get(a[2], TopAbs_SHAPE); if (Surf.IsNull()) { - //cout << a[2] <<"is not a shape !" << endl; + //std::cout << a[2] <<"is not a shape !" << std::endl; di << a[2] << "is not a shape !\n"; return 1; } @@ -600,7 +600,7 @@ static Standard_Integer setsweep(Draw_Interpretor& di, } else if (!strcmp(a[1], "-CN")) { if (n != 5) { - //cout << "bad arguments !" << endl; + //std::cout << "bad arguments !" << std::endl; di << "bad arguments !\n"; return 1; } @@ -609,7 +609,7 @@ static Standard_Integer setsweep(Draw_Interpretor& di, } else if (!strcmp(a[1], "-FX")) { if ((n != 5) && (n != 8)) { - //cout << "bad arguments !" << endl; + //std::cout << "bad arguments !" << std::endl; di << "bad arguments !\n"; return 1; } @@ -628,7 +628,7 @@ static Standard_Integer setsweep(Draw_Interpretor& di, { if (n != 5) { - //cout << "bad arguments !" << endl; + //std::cout << "bad arguments !" << std::endl; di << "bad arguments !\n"; return 1; } @@ -644,7 +644,7 @@ static Standard_Integer setsweep(Draw_Interpretor& di, } else { - //cout << "The option "<< a[1] << " is unknown !" << endl; + //std::cout << "The option "<< a[1] << " is unknown !" << std::endl; di << "The option " << a[1] << " is unknown !\n"; return 1; } @@ -659,11 +659,11 @@ static Standard_Integer addsweep(Draw_Interpretor& di, Standard_Integer n, const char** a) { if (n == 1) { - //cout << "addsweep wire/vertex [Vertex] [-T] [-R] [u0 v0 u1 v1 [...[uN vN]]] : options are :" << endl; - //cout << " -T : the wire/vertex have to be translated to assume contact"<< endl; - //cout << " with the spine" <> command !"<< endl; + //std::cout << "You have forgotten the <> command !"<< std::endl; di << "You have forgotten the <> command !\n"; return 1; } @@ -687,7 +687,7 @@ static Standard_Integer addsweep(Draw_Interpretor& di, (Section.ShapeType() != TopAbs_WIRE && Section.ShapeType() != TopAbs_VERTEX)) { - //cout << a[1] <<"is not a wire and is not a vertex!" << endl; + //std::cout << a[1] <<"is not a wire and is not a vertex!" << std::endl; di << a[1] << " is not a wire and is not a vertex!\n"; return 1; } @@ -723,7 +723,7 @@ static Standard_Integer addsweep(Draw_Interpretor& di, if (n > cur) { Standard_Integer nbreal = n - cur; if ((nbreal < 4) || (nbreal % 2 != 0)) { - //cout << "bad arguments ! :" <> command !"<< endl; + //std::cout << "You have forgotten the <> command !"<< std::endl; di << "You have forgotten the <> command !\n"; return 1; } if (!Sweep->IsReady()) { - //cout << "You have forgotten the <> command !"<< endl; + //std::cout << "You have forgotten the <> command !"<< std::endl; di << "You have forgotten the <> command !\n"; return 1; } @@ -837,15 +837,15 @@ static Standard_Integer buildsweep(Draw_Interpretor& di, // Calcul le resultat Sweep->Build(); if (!Sweep->IsDone()) { - //cout << "Buildsweep : Not Done" << endl; + //std::cout << "Buildsweep : Not Done" << std::endl; di << "Buildsweep : Not Done\n"; BRepBuilderAPI_PipeError Stat = Sweep->GetStatus(); if (Stat == BRepBuilderAPI_PlaneNotIntersectGuide) { - //cout << "Buildsweep : One Plane not intersect the guide" << endl; + //std::cout << "Buildsweep : One Plane not intersect the guide" << std::endl; di << "Buildsweep : One Plane not intersect the guide\n"; } if (Stat == BRepBuilderAPI_ImpossibleContact) { - //cout << "BuildSweep : One section can not be in contact with the guide" << endl; + //std::cout << "BuildSweep : One section can not be in contact with the guide" << std::endl; di << "BuildSweep : One section can not be in contact with the guide\n"; } } @@ -853,7 +853,7 @@ static Standard_Integer buildsweep(Draw_Interpretor& di, if (mksolid) { Standard_Boolean B; B = Sweep->MakeSolid(); - //if (!B) cout << " BuildSweep : It is impossible to make a solid !" << endl; + //if (!B) std::cout << " BuildSweep : It is impossible to make a solid !" << std::endl; if (!B) di << " BuildSweep : It is impossible to make a solid !\n"; } result = Sweep->Shape(); @@ -899,13 +899,13 @@ static Standard_Integer simulsweep(Draw_Interpretor& di, if ((n != 3) && (n != 4)) return 1; if (Sweep == 0) { - //cout << "You have forgotten the <> command !"<< endl; + //std::cout << "You have forgotten the <> command !"<< std::endl; di << "You have forgotten the <> command !\n"; return 1; } if (!Sweep->IsReady()) { - //cout << "You have forgotten the <> command !"<< endl; + //std::cout << "You have forgotten the <> command !"<< std::endl; di << "You have forgotten the <> command !\n"; return 1; } diff --git a/src/BRepTest/BRepTest_TopologyCommands.cxx b/src/BRepTest/BRepTest_TopologyCommands.cxx index 5134caf3f1..6465b838bb 100644 --- a/src/BRepTest/BRepTest_TopologyCommands.cxx +++ b/src/BRepTest/BRepTest_TopologyCommands.cxx @@ -118,7 +118,7 @@ static Standard_Integer section(Draw_Interpretor& , Standard_Integer n, const ch Sec.Approximation(Standard_True); else if (strcasecmp(a[i], "-p")) { - cout << "Unknown option: " << a[i] << endl; + std::cout << "Unknown option: " << a[i] << std::endl; return 1; } } @@ -170,7 +170,7 @@ static Standard_Integer halfspace(Draw_Interpretor& di, if ( Face.IsNull()) { TopoDS_Shape Shell = DBRep::Get(a[2],TopAbs_SHELL); if (Shell.IsNull()) { - //cout << a[2] << " must be a face or a shell" << endl; + //std::cout << a[2] << " must be a face or a shell" << std::endl; di << a[2] << " must be a face or a shell\n"; return 1; } @@ -180,7 +180,7 @@ static Standard_Integer halfspace(Draw_Interpretor& di, DBRep::Set(a[1],Half.Solid()); } else { - //cout << " HalfSpace NotDone" << endl; + //std::cout << " HalfSpace NotDone" << std::endl; di << " HalfSpace NotDone\n"; return 1; } @@ -192,7 +192,7 @@ static Standard_Integer halfspace(Draw_Interpretor& di, DBRep::Set(a[1],Half.Solid()); } else { - //cout << " HalfSpace NotDone" << endl; + //std::cout << " HalfSpace NotDone" << std::endl; di << " HalfSpace NotDone\n"; return 1; } diff --git a/src/BRepTools/BRepTools.cxx b/src/BRepTools/BRepTools.cxx index 0d5793ad3e..6cf6f978d3 100644 --- a/src/BRepTools/BRepTools.cxx +++ b/src/BRepTools/BRepTools.cxx @@ -684,7 +684,7 @@ void BRepTools::Write(const TopoDS_Shape& Sh, Standard_OStream& S, //======================================================================= void BRepTools::Read(TopoDS_Shape& Sh, - istream& S, + std::istream& S, const BRep_Builder& B, const Handle(Message_ProgressIndicator)& PR) { @@ -703,8 +703,8 @@ Standard_Boolean BRepTools::Write(const TopoDS_Shape& Sh, const Standard_CString File, const Handle(Message_ProgressIndicator)& PR) { - ofstream os; - OSD_OpenStream(os, File, ios::out); + std::ofstream os; + OSD_OpenStream(os, File, std::ios::out); if (!os.is_open() || !os.good()) return Standard_False; @@ -741,9 +741,9 @@ Standard_Boolean BRepTools::Read(TopoDS_Shape& Sh, const BRep_Builder& B, const Handle(Message_ProgressIndicator)& PR) { - filebuf fic; - istream in(&fic); - OSD_OpenStream (fic, File, ios::in); + std::filebuf fic; + std::istream in(&fic); + OSD_OpenStream (fic, File, std::ios::in); if(!fic.is_open()) return Standard_False; BRepTools_ShapeSet SS(B); diff --git a/src/BRepTools/BRepTools_Debug.cxx b/src/BRepTools/BRepTools_Debug.cxx index 3dda7317eb..df54e59e45 100644 --- a/src/BRepTools/BRepTools_Debug.cxx +++ b/src/BRepTools/BRepTools_Debug.cxx @@ -52,11 +52,11 @@ const char* BRepTools_Dump (void* theShapePtr) try { OCC_CATCH_SIGNALS - cout <<"\n\n"; - BRepTools::Dump (*(TopoDS_Shape*)theShapePtr, cout); - cout << endl; + std::cout <<"\n\n"; + BRepTools::Dump (*(TopoDS_Shape*)theShapePtr, std::cout); + std::cout << std::endl; - return "Shape dumped to cout"; + return "Shape dumped to std::cout"; } catch (Standard_Failure const& anException) { @@ -74,13 +74,13 @@ const char* BRepTools_DumpLoc (void* theLocationPtr) try { OCC_CATCH_SIGNALS - cout <<"\n\n"; + std::cout <<"\n\n"; TopTools_LocationSet LS; LS.Add(*(TopLoc_Location*)theLocationPtr); - LS.Dump(cout); - cout <> val; // natural restriction @@ -1390,12 +1390,12 @@ void BRepTools_ShapeSet::WritePolygon3D(Standard_OStream& OS, Standard_Integer i1, nbNodes = P->NbNodes(); const TColgp_Array1OfPnt& Nodes = P->Nodes(); for (j = 1; j <= nbNodes; j++) { - if (!Compact) OS << setw(10) << j << " : "; - if (!Compact) OS << setw(17); + if (!Compact) OS << std::setw(10) << j << " : "; + if (!Compact) OS << std::setw(17); OS << Nodes(j).X() << " "; - if (!Compact) OS << setw(17); + if (!Compact) OS << std::setw(17); OS << Nodes(j).Y() << " "; - if (!Compact) OS << setw(17); + if (!Compact) OS << std::setw(17); OS << Nodes(j).Z(); if (!Compact) OS << "\n"; else OS << " "; @@ -1518,12 +1518,12 @@ void BRepTools_ShapeSet::WriteTriangulation(Standard_OStream& OS, nbNodes = T->NbNodes(); const TColgp_Array1OfPnt& Nodes = T->Nodes(); for (j = 1; j <= nbNodes; j++) { - if (!Compact) OS << setw(10) << j << " : "; - if (!Compact) OS << setw(17); + if (!Compact) OS << std::setw(10) << j << " : "; + if (!Compact) OS << std::setw(17); OS << Nodes(j).X() << " "; - if (!Compact) OS << setw(17); + if (!Compact) OS << std::setw(17); OS << Nodes(j).Y() << " "; - if (!Compact) OS << setw(17); + if (!Compact) OS << std::setw(17); OS << Nodes(j).Z(); if (!Compact) OS << "\n"; else OS << " "; @@ -1533,10 +1533,10 @@ void BRepTools_ShapeSet::WriteTriangulation(Standard_OStream& OS, if (!Compact) OS << "\nUV Nodes :\n"; const TColgp_Array1OfPnt2d& UVNodes = T->UVNodes(); for (j = 1; j <= nbNodes; j++) { - if (!Compact) OS << setw(10) << j << " : "; - if (!Compact) OS << setw(17); + if (!Compact) OS << std::setw(10) << j << " : "; + if (!Compact) OS << std::setw(17); OS << UVNodes(j).X() << " "; - if (!Compact) OS << setw(17); + if (!Compact) OS << std::setw(17); OS << UVNodes(j).Y(); if (!Compact) OS << "\n"; else OS << " "; @@ -1547,13 +1547,13 @@ void BRepTools_ShapeSet::WriteTriangulation(Standard_OStream& OS, nbTriangles = T->NbTriangles(); const Poly_Array1OfTriangle& Triangles = T->Triangles(); for (j = 1; j <= nbTriangles; j++) { - if (!Compact) OS << setw(10) << j << " : "; + if (!Compact) OS << std::setw(10) << j << " : "; Triangles(j).Get(n1, n2, n3); - if (!Compact) OS << setw(10); + if (!Compact) OS << std::setw(10); OS << n1 << " "; - if (!Compact) OS << setw(10); + if (!Compact) OS << std::setw(10); OS << n2 << " "; - if (!Compact) OS << setw(10); + if (!Compact) OS << std::setw(10); OS << n3; if (!Compact) OS << "\n"; else OS << " "; diff --git a/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.cxx b/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.cxx index aa332b7c1c..e3190f0ce5 100644 --- a/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.cxx +++ b/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.cxx @@ -265,10 +265,10 @@ BRepTopAdaptor_FClass2d::BRepTopAdaptor_FClass2d(const TopoDS_Face& aFace,const /* #ifdef OCCT_DEBUG - cout << endl; - cout << "*** BRepTopAdaptor_Fclass2d ** Wire Probablement FAUX **" << endl; - cout << "*** WireExplorer does not find all edges " << endl; - cout << "*** Connect old classifier" << endl; + std::cout << std::endl; + std::cout << "*** BRepTopAdaptor_Fclass2d ** Wire Probablement FAUX **" << std::endl; + std::cout << "*** WireExplorer does not find all edges " << std::endl; + std::cout << "*** Connect old classifier" << std::endl; #endif */ TColgp_Array1OfPnt2d PClass(1,2); @@ -408,7 +408,7 @@ BRepTopAdaptor_FClass2d::BRepTopAdaptor_FClass2d(const TopoDS_Face& aFace,const if(FlecheU-2)||(angle>10)||(angle<-10)) @@ -416,10 +416,10 @@ BRepTopAdaptor_FClass2d::BRepTopAdaptor_FClass2d(const TopoDS_Face& aFace,const // BadWire=1; // TabOrien.Append(-1); //#ifdef OCCT_DEBUG -// cout << endl; -// cout << "*** BRepTopAdaptor_Fclass2d ** Wire Probably FALSE **" << endl; -// cout << "*** Total rotation angle of the wire : " << angle << endl; -// cout << "*** Connect the old classifier" << endl; +// std::cout << std::endl; +// std::cout << "*** BRepTopAdaptor_Fclass2d ** Wire Probably FALSE **" << std::endl; +// std::cout << "*** Total rotation angle of the wire : " << angle << std::endl; +// std::cout << "*** Connect the old classifier" << std::endl; //#endif // } // else TabOrien.Append(((angle>0.0)? 1 : 0)); @@ -427,10 +427,10 @@ BRepTopAdaptor_FClass2d::BRepTopAdaptor_FClass2d(const TopoDS_Face& aFace,const else { #ifdef OCCT_DEBUG - cout << endl; - cout << "*** BRepTopAdaptor_Fclass2d ** Wire Probably FALSE **" << endl; - cout << "*** The sample wire contains less than 3 points" << endl; - cout << "*** Connect the old classifier" << endl; + std::cout << std::endl; + std::cout << "*** BRepTopAdaptor_Fclass2d ** Wire Probably FALSE **" << std::endl; + std::cout << "*** The sample wire contains less than 3 points" << std::endl; + std::cout << "*** Connect the old classifier" << std::endl; #endif BadWire=1; TabOrien.Append(-1); @@ -772,7 +772,7 @@ void BRepTopAdaptor_FClass2d::Destroy() { //const BRepTopAdaptor_FClass2d & BRepTopAdaptor_FClass2d::Copy(const BRepTopAdaptor_FClass2d& Other) const { const BRepTopAdaptor_FClass2d & BRepTopAdaptor_FClass2d::Copy(const BRepTopAdaptor_FClass2d& ) const { #ifdef OCCT_DEBUG - cerr<<"Copy not allowed in BRepTopAdaptor_FClass2d"< MakeCurve "< MakeCurve "<> buffer; if (IS.fail() || strcmp(buffer,"Curve2ds")) { Standard_SStream aMsg; - aMsg << "BinTools_Curve2dSet::Read: Not a Curve2d table"<> buffer; if (IS.fail() || strcmp(buffer,"Curves")) { Standard_SStream aMsg; - aMsg << "BinTools_CurveSet::Read: Not a Curve table"<> buffer; if (IS.fail() || (strcmp(buffer,"Locations"))) { Standard_SStream aMsg; - aMsg << "BinTools_LocationSet::Read: Not a location table"<> buffer; if (IS.fail() || strcmp(buffer,"TShapes")) { Standard_SStream aMsg; - aMsg << "BinTools_ShapeSet::Read: Not a TShape table"<IsVRational() ? 1:0; BinTools::PutBool(OS, urational); //rational BinTools::PutBool(OS, vrational); -// cout << "Bezier Surface:"<< endl; -// cout << "\turational = "<>(Standard_IStream& IS, static Standard_IStream& operator>>(Standard_IStream& IS, Handle(Geom_BezierSurface)& S) { -// cout << "BezierSurface:" <> buffer; if (IS.fail() || strcmp(buffer,"Surfaces")) { Standard_SStream aMsg; - aMsg << "BinTools_SurfaceSet::Read: Not a surface table"<Lin2d(); } else { - cout << "Not yet implemented" << endl; + std::cout << "Not yet implemented" << std::endl; } } else if (type1 == STANDARD_TYPE(Geom2d_Line)) { @@ -312,11 +312,11 @@ void Bisector_BisecAna::Perform(const Handle(Geom2d_Curve)& afirstcurve , line2 = L2->Lin2d(); } else { - cout << "Not yet implemented" << endl; + std::cout << "Not yet implemented" << std::endl; } } else { - cout << "Not yet implemented" << endl; + std::cout << "Not yet implemented" << std::endl; } switch(cas) { @@ -852,7 +852,7 @@ void Bisector_BisecAna::Perform(const Handle(Geom2d_Curve)& afirstcurve , line = L1->Lin2d(); } else { - cout << "Not yet implemented" << endl; + std::cout << "Not yet implemented" << std::endl; } switch(cas) { @@ -1007,7 +1007,7 @@ void Bisector_BisecAna::Perform(const Handle(Geom2d_Curve)& afirstcurve , default: { - cout << "Not yet implemented" << endl; + std::cout << "Not yet implemented" << std::endl; break; } } @@ -1630,7 +1630,7 @@ Standard_Boolean Degenerate(Handle(GccInt_Bisec)& aBisector, static void Indent (const Standard_Integer Offset) { if (Offset > 0) { - for (Standard_Integer i = 0; i < Offset; i++) { cout << " "; } + for (Standard_Integer i = 0; i < Offset; i++) { std::cout << " "; } } } @@ -1643,7 +1643,7 @@ void Bisector_BisecAna::Dump(const Standard_Integer , const Standard_Integer Offset) const { Indent (Offset); - cout<<"Bisector_BisecAna"<Dump(); } diff --git a/src/Bisector/Bisector_BisecCC.cxx b/src/Bisector/Bisector_BisecCC.cxx index 3689f9e92e..f437963d58 100644 --- a/src/Bisector/Bisector_BisecCC.cxx +++ b/src/Bisector/Bisector_BisecCC.cxx @@ -1420,7 +1420,7 @@ Standard_Real Bisector_BisecCC::LinkCurveBis(const Standard_Real U) const //============================================================================= static void Indent(const Standard_Integer Offset) { if (Offset > 0) { - for (Standard_Integer i = 0; i < Offset; i++) {cout << " ";} + for (Standard_Integer i = 0; i < Offset; i++) {std::cout << " ";} } } @@ -1465,19 +1465,19 @@ void Bisector_BisecCC::Dump(const Standard_Integer , const Standard_Integer Offset) const { Indent (Offset); - cout <<"Bisector_BisecCC :"< 0) { - for (Standard_Integer i = 0; i < Offset; i++) {cout << " ";} + for (Standard_Integer i = 0; i < Offset; i++) {std::cout << " ";} } } @@ -851,18 +851,18 @@ void Bisector_BisecPC::Dump(const Standard_Integer , const Standard_Integer Offset) const { Indent (Offset); - cout <<"Bisector_BisecPC :"< approche"< approche"< Eps) invnorm2 = ((Standard_Real) 1) /invnorm2; else { invnorm2 = 1; // Unsatisfactory, but it is not necessary to crash #ifdef OCCT_DEBUG - cout << " ConstRad : Surface singuliere " << endl; + std::cout << " ConstRad : Surface singuliere " << std::endl; #endif } @@ -887,7 +887,7 @@ Standard_Boolean BlendFunc_ConstRad::IsSolution(const math_Vector& Sol, const St Abs(controle(3)) > tolerances(3) || Abs(controle(4)) > tolerances(4)){ #ifdef OCCT_DEBUG - cout<<"Cheminement : echec calcul des derivees"< M_PI)) { -// cout << "t = " << param << endl; +// std::cout << "t = " << param << std::endl; // } if (Abs(Angle)>maxang) {maxang = Abs(Angle);} @@ -1480,13 +1480,13 @@ Standard_Boolean BlendFunc_ConstRad::Section if (norm1 < Eps) { norm1 = 1; // Unsatisfactory, but it is not necessary to stop #ifdef OCCT_DEBUG - cout << " ConstRad : Surface singuliere " << endl; + std::cout << " ConstRad : Surface singuliere " << std::endl; #endif } if (norm2 < Eps) { norm2 = 1; // Unsatisfactory, but it is not necessary to stop #ifdef OCCT_DEBUG - cout << " ConstRad : Surface singuliere " << endl; + std::cout << " ConstRad : Surface singuliere " << std::endl; #endif } @@ -1629,36 +1629,36 @@ Standard_Boolean BlendFunc_ConstRad::Section pdiff = (d_plan - dnplan)*(1/deltat); if ((pdiff-d2nplan).Magnitude() > seuil*(pdiff.Magnitude()+1)) { - cout << "d2nplan = (" << d2nplan.X() << ","<< d2nplan.Y() << ","<< d2nplan.Z() << ")"< seuil*(pdiff.Magnitude()+1)) { - cout << "d2n1w = (" << d2n1w.X() << ","<< d2n1w.Y() << ","<< d2n1w.Z() << ")"< seuil*(pdiff.Magnitude()+1)) { - cout << "d2n2w = (" << d2n2w.X() << ","<< d2n2w.Y() << ","<< d2n2w.Z() << ")"< seuil*(Abs(D2EDT2(ii))+1)) { - cout << "erreur sur D2EDT2 : "<< ii << endl; - cout << D2EDT2(ii) << " D.F = " << VDiff(ii) << endl; + std::cout << "erreur sur D2EDT2 : "<< ii << std::endl; + std::cout << D2EDT2(ii) << " D.F = " << VDiff(ii) << std::endl; } for (jj=1; jj<=4; jj++) { if (Abs(MDiff(ii,jj)-D2EDXDT(ii, jj)) > 1.e-3*(Abs(D2EDXDT(ii, jj))+1.e-2)) { - cout << "erreur sur D2EDXDT : "<< ii << " , " << jj << endl; - cout << D2EDXDT(ii,jj) << " D.F = " << MDiff(ii,jj) << endl; + std::cout << "erreur sur D2EDXDT : "<< ii << " , " << jj << std::endl; + std::cout << D2EDXDT(ii,jj) << " D.F = " << MDiff(ii,jj) << std::endl; } } } @@ -1669,8 +1669,8 @@ Standard_Boolean BlendFunc_ConstRad::Section if (Abs(MDiff(ii,jj)-D2EDX2(ii, jj, 1)) > seuil*(Abs(D2EDX2(ii, jj, 1))+1)) { - cout << "erreur sur D2EDX2 : "<< ii << " , " << jj << " , " << 1 << endl; - cout << D2EDX2(ii,jj, 1) << " D.F = " << MDiff(ii,jj) << endl; + std::cout << "erreur sur D2EDX2 : "<< ii << " , " << jj << " , " << 1 << std::endl; + std::cout << D2EDX2(ii,jj, 1) << " D.F = " << MDiff(ii,jj) << std::endl; } } } @@ -1682,8 +1682,8 @@ Standard_Boolean BlendFunc_ConstRad::Section if (Abs(MDiff(ii,jj)-D2EDX2(ii, jj, 2)) > seuil*(Abs(D2EDX2(ii, jj, 2))+1)) { - cout << "erreur sur D2EDX2 : "<< ii << " , " << jj << " , " << 2 << endl; - cout << D2EDX2(ii,jj, 2) << " D.F = " << MDiff(ii,jj) << endl; + std::cout << "erreur sur D2EDX2 : "<< ii << " , " << jj << " , " << 2 << std::endl; + std::cout << D2EDX2(ii,jj, 2) << " D.F = " << MDiff(ii,jj) << std::endl; } } } @@ -1694,8 +1694,8 @@ Standard_Boolean BlendFunc_ConstRad::Section if (Abs(MDiff(ii,jj)-D2EDX2(ii, jj, 3)) > seuil*(Abs(D2EDX2(ii, jj, 3))+1)) { - cout << "erreur sur D2EDX2 : "<< ii << " , " << jj << " , " << 3 << endl; - cout << D2EDX2(ii,jj, 3) << " D.F = " << MDiff(ii,jj) << endl; + std::cout << "erreur sur D2EDX2 : "<< ii << " , " << jj << " , " << 3 << std::endl; + std::cout << D2EDX2(ii,jj, 3) << " D.F = " << MDiff(ii,jj) << std::endl; } } } @@ -1707,8 +1707,8 @@ Standard_Boolean BlendFunc_ConstRad::Section if (Abs(MDiff(ii,jj)-D2EDX2(ii, jj, 4)) > seuil*(Abs(D2EDX2(ii, jj, 4))+1)) { - cout << "erreur sur D2EDX2 : "<< ii << " , " << jj << " , " << 4 << endl; - cout << D2EDX2(ii,jj, 4) << " D.F = " << MDiff(ii,jj) << endl; + std::cout << "erreur sur D2EDX2 : "<< ii << " , " << jj << " , " << 4 << std::endl; + std::cout << D2EDX2(ii,jj, 4) << " D.F = " << MDiff(ii,jj) << std::endl; } } } @@ -1822,13 +1822,13 @@ Standard_Boolean BlendFunc_ConstRad::Section if (norm1 < Eps) { norm1 = 1; // Unsatisfactory, but it is not necessary to stop #ifdef OCCT_DEBUG - cout << " ConstRad : Surface singuliere " << endl; + std::cout << " ConstRad : Surface singuliere " << std::endl; #endif } if (norm2 < Eps) { norm2 = 1; // Unsatisfactory, but it is not necessary to stop #ifdef OCCT_DEBUG - cout << " ConstRad : Surface singuliere " << endl; + std::cout << " ConstRad : Surface singuliere " << std::endl; #endif } diff --git a/src/BlendFunc/BlendFunc_ConstRadInv.cxx b/src/BlendFunc/BlendFunc_ConstRadInv.cxx index 5351b0fb1a..24a795e2b4 100644 --- a/src/BlendFunc/BlendFunc_ConstRadInv.cxx +++ b/src/BlendFunc/BlendFunc_ConstRadInv.cxx @@ -299,13 +299,13 @@ Standard_Boolean BlendFunc_ConstRadInv::Derivatives(const math_Vector& X, if (norm1 < Eps) { norm1 = 1; // Unsatisfactory, but it is not necessary to stop #ifdef OCCT_DEBUG - cout << " ConstRadInv : Surface singuliere " << endl; + std::cout << " ConstRadInv : Surface singuliere " << std::endl; #endif } if (norm2 < Eps) { norm2 = 1; // Unsatisfactory, but it is not necessary to stop #ifdef OCCT_DEBUG - cout << " ConstRadInv : Surface singuliere " << endl; + std::cout << " ConstRadInv : Surface singuliere " << std::endl; #endif } @@ -480,13 +480,13 @@ Standard_Boolean BlendFunc_ConstRadInv::Values(const math_Vector& X, if (norm1 < Eps) { norm1 = 1; // Unsatisfactory, but it is not necessary to stop #ifdef OCCT_DEBUG - cout << " ConstRadInv : Surface singuliere " << endl; + std::cout << " ConstRadInv : Surface singuliere " << std::endl; #endif } if (norm2 < Eps) { norm2 = 1; // Unsatisfactory, but it is not necessary to stop #ifdef OCCT_DEBUG - cout << " ConstRadInv : Surface singuliere " << endl; + std::cout << " ConstRadInv : Surface singuliere " << std::endl; #endif } diff --git a/src/BlendFunc/BlendFunc_EvolRad.cxx b/src/BlendFunc/BlendFunc_EvolRad.cxx index 5de3e484e4..1cdd0fef7c 100644 --- a/src/BlendFunc/BlendFunc_EvolRad.cxx +++ b/src/BlendFunc/BlendFunc_EvolRad.cxx @@ -357,14 +357,14 @@ Standard_Boolean BlendFunc_EvolRad::ComputeValues(const math_Vector& X, else { invnorm1 = 1; // Unsatisfactory, but it is not necessary to stop #ifdef OCCT_DEBUG - cout << " EvolRad : Surface singuliere " << endl; + std::cout << " EvolRad : Surface singuliere " << std::endl; #endif } if (invnorm2 > Eps) invnorm2 = ((Standard_Real) 1) /invnorm2; else { invnorm2 = 1; // Unsatisfactory, but it is not necessary to stop #ifdef OCCT_DEBUG - cout << " EvolRad : Surface singuliere " << endl; + std::cout << " EvolRad : Surface singuliere " << std::endl; #endif } @@ -956,7 +956,7 @@ Standard_Boolean BlendFunc_EvolRad::IsSolution(const math_Vector& Sol, Abs(controle(3)) > tolerances(3) || Abs(controle(4)) > tolerances(4)){ #ifdef OCCT_DEBUG - cout<<"Cheminement : echec calcul des derivees"<D1(U1,V1,bid,d1u,d1v); NmF = ns1 = d1u.Crossed(d1v); @@ -1456,13 +1456,13 @@ void BlendFunc_EvolRad::Section(const Blend_Point& P, if (norm1 < Eps) { norm1 = 1; // Unsatisfactory, but it is not necessary to stop #ifdef OCCT_DEBUG - cout << " EvolRad : Surface singuliere " << endl; + std::cout << " EvolRad : Surface singuliere " << std::endl; #endif } if (norm2 < Eps) { norm2 = 1; // Unsatisfactory, but it is not necessary to stop #ifdef OCCT_DEBUG - cout << " EvolRad : Surface singuliere " << endl; + std::cout << " EvolRad : Surface singuliere " << std::endl; #endif } @@ -1589,13 +1589,13 @@ Standard_Boolean BlendFunc_EvolRad::Section if (norm1 < Eps) { norm1 = 1; // Unsatisfactory, but it is not necessary to stop #ifdef OCCT_DEBUG - cout << " EvolRad : Surface singuliere " << endl; + std::cout << " EvolRad : Surface singuliere " << std::endl; #endif } if (norm2 < Eps) { norm2 = 1; // Unsatisfactory, but it is not necessary to stop #ifdef OCCT_DEBUG - cout << " EvolRad : Surface singuliere " << endl; + std::cout << " EvolRad : Surface singuliere " << std::endl; #endif } @@ -1742,36 +1742,36 @@ Standard_Boolean BlendFunc_EvolRad::Section pdiff = (d_plan - dnplan)*(1/deltat); if ((pdiff-d2nplan).Magnitude() > 1.e-4*(pdiff.Magnitude()+1.e-1)) { - cout << "d2nplan = (" << d2nplan.X() << ","<< d2nplan.Y() << ","<< d2nplan.Z() << ")"< 1.e-4*(pdiff.Magnitude()+1.e-1)) { - cout << "d2n1w = (" << d2n1w.X() << ","<< d2n1w.Y() << ","<< d2n1w.Z() << ")"< 1.e-4*(pdiff.Magnitude()+1.e-1)) { - cout << "d2n2w = (" << d2n2w.X() << ","<< d2n2w.Y() << ","<< d2n2w.Z() << ")"< 1.e-4*(Abs(D2EDT2(ii))+1.e-1)) { - cout << "erreur sur D2EDT2 : "<< ii << endl; - cout << D2EDT2(ii) << " D.F = " << VDiff(ii) << endl; + std::cout << "erreur sur D2EDT2 : "<< ii << std::endl; + std::cout << D2EDT2(ii) << " D.F = " << VDiff(ii) << std::endl; } for (jj=1; jj<=4; jj++) { if (Abs(MDiff(ii,jj)-D2EDXDT(ii, jj)) > 1.e-3*(Abs(D2EDXDT(ii, jj))+1.e-2)) { - cout << "erreur sur D2EDXDT : "<< ii << " , " << jj << endl; - cout << D2EDXDT(ii,jj) << " D.F = " << MDiff(ii,jj) << endl; + std::cout << "erreur sur D2EDXDT : "<< ii << " , " << jj << std::endl; + std::cout << D2EDXDT(ii,jj) << " D.F = " << MDiff(ii,jj) << std::endl; } } } @@ -1782,8 +1782,8 @@ Standard_Boolean BlendFunc_EvolRad::Section if (Abs(MDiff(ii,jj)-D2EDX2(ii, jj, 1)) > 1.e-4*(Abs(D2EDX2(ii, jj, 1))+1.e-1)) { - cout << "erreur sur D2EDX2 : "<< ii << " , " << jj << " , " << 1 << endl; - cout << D2EDX2(ii,jj, 1) << " D.F = " << MDiff(ii,jj) << endl; + std::cout << "erreur sur D2EDX2 : "<< ii << " , " << jj << " , " << 1 << std::endl; + std::cout << D2EDX2(ii,jj, 1) << " D.F = " << MDiff(ii,jj) << std::endl; } } } @@ -1795,8 +1795,8 @@ Standard_Boolean BlendFunc_EvolRad::Section if (Abs(MDiff(ii,jj)-D2EDX2(ii, jj, 2)) > 1.e-4*(Abs(D2EDX2(ii, jj, 2))+1.e-1)) { - cout << "erreur sur D2EDX2 : "<< ii << " , " << jj << " , " << 2 << endl; - cout << D2EDX2(ii,jj, 2) << " D.F = " << MDiff(ii,jj) << endl; + std::cout << "erreur sur D2EDX2 : "<< ii << " , " << jj << " , " << 2 << std::endl; + std::cout << D2EDX2(ii,jj, 2) << " D.F = " << MDiff(ii,jj) << std::endl; } } } @@ -1807,8 +1807,8 @@ Standard_Boolean BlendFunc_EvolRad::Section if (Abs(MDiff(ii,jj)-D2EDX2(ii, jj, 3)) > 1.e-4*(Abs(D2EDX2(ii, jj, 3))+1.e-1)) { - cout << "erreur sur D2EDX2 : "<< ii << " , " << jj << " , " << 3 << endl; - cout << D2EDX2(ii,jj, 3) << " D.F = " << MDiff(ii,jj) << endl; + std::cout << "erreur sur D2EDX2 : "<< ii << " , " << jj << " , " << 3 << std::endl; + std::cout << D2EDX2(ii,jj, 3) << " D.F = " << MDiff(ii,jj) << std::endl; } } } @@ -1820,9 +1820,9 @@ Standard_Boolean BlendFunc_EvolRad::Section if (Abs(MDiff(ii,jj)-D2EDX2(ii, jj, 4)) > 1.e-4*(Abs(D2EDX2(ii, jj, 4))+1.e-1)) { - cout << "erreur sur D2EDX2 : "<< ii << " , " << jj << " , " - << 4 << endl; - cout << D2EDX2(ii,jj, 4) << " D.F = " << MDiff(ii,jj) << endl; + std::cout << "erreur sur D2EDX2 : "<< ii << " , " << jj << " , " + << 4 << std::endl; + std::cout << D2EDX2(ii,jj, 4) << " D.F = " << MDiff(ii,jj) << std::endl; } } } @@ -1935,13 +1935,13 @@ Standard_Boolean BlendFunc_EvolRad::Section if (norm1 < Eps) { norm1 = 1; // Unsatisfactory, but it is not necessary to stop #ifdef OCCT_DEBUG - cout << " EvolRad : Surface singuliere " << endl; + std::cout << " EvolRad : Surface singuliere " << std::endl; #endif } if (norm2 < Eps) { norm2 = 1; // Unsatisfactory, but it is not necessary to stop #ifdef OCCT_DEBUG - cout << " EvolRad : Surface singuliere " << endl; + std::cout << " EvolRad : Surface singuliere " << std::endl; #endif } diff --git a/src/Bnd/Bnd_BoundSortBox2d.cxx b/src/Bnd/Bnd_BoundSortBox2d.cxx index 0432ce0980..a639b3ccc8 100644 --- a/src/Bnd/Bnd_BoundSortBox2d.cxx +++ b/src/Bnd/Bnd_BoundSortBox2d.cxx @@ -376,29 +376,29 @@ void Bnd_BoundSortBox2d::Dump() const { Standard_Integer lacase; - cout << "axis X : " << discrX << " intervalles de " << deltaX << endl; + std::cout << "axis X : " << discrX << " intervalles de " << deltaX << std::endl; if (discrX>1) { const TColStd_Array1OfListOfInteger & tabList=axisX->Array1(); for (lacase=1; lacase<=discrX; lacase++) { - cout << " X " << lacase << " : " ; + std::cout << " X " << lacase << " : " ; TColStd_ListIteratorOfListOfInteger theList(tabList(lacase)); for (; theList.More(); theList.Next()) { - cout << theList.Value() << " "; + std::cout << theList.Value() << " "; } - cout << "\n"; + std::cout << "\n"; } } - cout << "axis Y : " << discrY << " intervalles de " << deltaY << endl; + std::cout << "axis Y : " << discrY << " intervalles de " << deltaY << std::endl; if (discrY>1) { const TColStd_Array1OfListOfInteger & tabList=axisY->Array1(); for (lacase=1; lacase<=discrY; lacase++) { - cout << " Y " << lacase << " : " ; + std::cout << " Y " << lacase << " : " ; TColStd_ListIteratorOfListOfInteger theList(tabList(lacase)); for (; theList.More(); theList.Next()) { - cout << theList.Value() << " "; + std::cout << theList.Value() << " "; } - cout << "\n"; + std::cout << "\n"; } } } diff --git a/src/Bnd/Bnd_Box.cxx b/src/Bnd/Bnd_Box.cxx index 3f9ea999ff..1b4ab44b53 100644 --- a/src/Bnd/Bnd_Box.cxx +++ b/src/Bnd/Bnd_Box.cxx @@ -931,29 +931,29 @@ Standard_Real Bnd_Box::Distance(const Bnd_Box& Other) const void Bnd_Box::Dump () const { - cout << "Box3D : "; - if (IsVoid()) cout << "Void"; - else if (IsWhole()) cout << "Whole"; + std::cout << "Box3D : "; + if (IsVoid()) std::cout << "Void"; + else if (IsWhole()) std::cout << "Whole"; else { - cout << "\n Xmin : "; - if (IsOpenXmin()) cout << "Infinite"; - else cout << Xmin; - cout << "\n Xmax : "; - if (IsOpenXmax()) cout << "Infinite"; - else cout << Xmax; - cout << "\n Ymin : "; - if (IsOpenYmin()) cout << "Infinite"; - else cout << Ymin; - cout << "\n Ymax : "; - if (IsOpenYmax()) cout << "Infinite"; - else cout << Ymax; - cout << "\n Zmin : "; - if (IsOpenZmin()) cout << "Infinite"; - else cout << Zmin; - cout << "\n Zmax : "; - if (IsOpenZmax()) cout << "Infinite"; - else cout << Zmax; + std::cout << "\n Xmin : "; + if (IsOpenXmin()) std::cout << "Infinite"; + else std::cout << Xmin; + std::cout << "\n Xmax : "; + if (IsOpenXmax()) std::cout << "Infinite"; + else std::cout << Xmax; + std::cout << "\n Ymin : "; + if (IsOpenYmin()) std::cout << "Infinite"; + else std::cout << Ymin; + std::cout << "\n Ymax : "; + if (IsOpenYmax()) std::cout << "Infinite"; + else std::cout << Ymax; + std::cout << "\n Zmin : "; + if (IsOpenZmin()) std::cout << "Infinite"; + else std::cout << Zmin; + std::cout << "\n Zmax : "; + if (IsOpenZmax()) std::cout << "Infinite"; + else std::cout << Zmax; } - cout << "\n Gap : " << Gap; - cout << "\n"; + std::cout << "\n Gap : " << Gap; + std::cout << "\n"; } diff --git a/src/Bnd/Bnd_Box2d.cxx b/src/Bnd/Bnd_Box2d.cxx index 02263e99ef..f082dbc494 100644 --- a/src/Bnd/Bnd_Box2d.cxx +++ b/src/Bnd/Bnd_Box2d.cxx @@ -280,23 +280,23 @@ Standard_Boolean Bnd_Box2d::IsOut (const Bnd_Box2d& Other) const void Bnd_Box2d::Dump () const { - cout << "Box2d : "; - if (IsVoid()) cout << "Void"; - else if (IsWhole()) cout << "Whole"; + std::cout << "Box2d : "; + if (IsVoid()) std::cout << "Void"; + else if (IsWhole()) std::cout << "Whole"; else { - cout << "\n Xmin : "; - if (IsOpenXmin()) cout << "Infinite"; - else cout << Xmin; - cout << "\n Xmax : "; - if (IsOpenXmax()) cout << "Infinite"; - else cout << Xmax; - cout << "\n Ymin : "; - if (IsOpenYmin()) cout << "Infinite"; - else cout << Ymin; - cout << "\n Ymax : "; - if (IsOpenYmax()) cout << "Infinite"; - else cout << Ymax; + std::cout << "\n Xmin : "; + if (IsOpenXmin()) std::cout << "Infinite"; + else std::cout << Xmin; + std::cout << "\n Xmax : "; + if (IsOpenXmax()) std::cout << "Infinite"; + else std::cout << Xmax; + std::cout << "\n Ymin : "; + if (IsOpenYmin()) std::cout << "Infinite"; + else std::cout << Ymin; + std::cout << "\n Ymax : "; + if (IsOpenYmax()) std::cout << "Infinite"; + else std::cout << Ymax; } - cout << "\n Gap : " << Gap; - cout << "\n"; + std::cout << "\n Gap : " << Gap; + std::cout << "\n"; } diff --git a/src/CDF/CDF_Application.cxx b/src/CDF/CDF_Application.cxx index 1ee19f6006..6f48e01e68 100644 --- a/src/CDF/CDF_Application.cxx +++ b/src/CDF/CDF_Application.cxx @@ -220,12 +220,12 @@ Handle(CDM_Document) CDF_Application::Retrieve(const Handle(CDM_MetaData)& aMeta Standard_SStream aMsg; switch (CanRetrieve(aMetaData)) { case PCDM_RS_UnknownDocument: - aMsg << "could not find the referenced document: " << aMetaData->Path() << "; not found." <<(char)0 << endl; + aMsg << "could not find the referenced document: " << aMetaData->Path() << "; not found." <<(char)0 << std::endl; myRetrievableStatus = PCDM_RS_UnknownDocument; throw Standard_Failure(aMsg.str().c_str()); break; case PCDM_RS_PermissionDenied: - aMsg << "Could not find the referenced document: " << aMetaData->Path() << "; permission denied. " <<(char)0 << endl; + aMsg << "Could not find the referenced document: " << aMetaData->Path() << "; permission denied. " <<(char)0 << std::endl; myRetrievableStatus = PCDM_RS_PermissionDenied; throw Standard_Failure(aMsg.str().c_str()); break; @@ -271,7 +271,7 @@ Handle(CDM_Document) CDF_Application::Retrieve(const Handle(CDM_MetaData)& aMeta myRetrievableStatus = theReader->GetStatus(); if(myRetrievableStatus > PCDM_RS_AlreadyRetrieved){ Standard_SStream aMsg; - aMsg << anException << endl; + aMsg << anException << std::endl; throw Standard_Failure(aMsg.str().c_str()); } } @@ -338,7 +338,7 @@ Handle(CDM_Document) CDF_Application::Read (Standard_IStream& theIStream) myRetrievableStatus = PCDM_RS_FormatFailure; Standard_SStream aMsg; - aMsg << anException << endl; + aMsg << anException << std::endl; throw Standard_Failure(aMsg.str().c_str()); } @@ -367,7 +367,7 @@ Handle(CDM_Document) CDF_Application::Read (Standard_IStream& theIStream) if (myRetrievableStatus > PCDM_RS_AlreadyRetrieved) { Standard_SStream aMsg; - aMsg << anException << endl; + aMsg << anException << std::endl; throw Standard_Failure(aMsg.str().c_str()); } } diff --git a/src/CDM/CDM_Document.cxx b/src/CDM/CDM_Document.cxx index e1c496710c..0b5eb1d927 100644 --- a/src/CDM/CDM_Document.cxx +++ b/src/CDM/CDM_Document.cxx @@ -599,7 +599,7 @@ Handle(CDM_Document) CDM_Document::FindFromPresentation if(!getPresentations().IsBound(x)) { Standard_SStream aMsg; aMsg <<"No document having this presentation: " << x << " does exist." - << endl << (char)0; + << std::endl << (char)0; throw Standard_NoSuchObject(aMsg.str().c_str()); } return getPresentations()(x); @@ -1125,7 +1125,7 @@ Handle(Resource_Manager) CDM_Document::StorageResource() if(myApplication.IsNull()) { Standard_SStream aMsg; aMsg << "this document of format "<< StorageFormat() - << " has not yet been opened by any application. "<< endl; + << " has not yet been opened by any application. "<< std::endl; throw Standard_Failure(aMsg.str().c_str()); } return myApplication->Resources(); @@ -1155,7 +1155,7 @@ void CDM_Document::LoadResources() myResourcesAreLoaded=Standard_True; -// cout << "resource Loaded: Format: " << theFormat << ", FileExtension:" << myFileExtension << ", Description:" << myDescription << endl; +// std::cout << "resource Loaded: Format: " << theFormat << ", FileExtension:" << myFileExtension << ", Description:" << myDescription << std::endl; } return; } diff --git a/src/CDM/CDM_MetaData.cxx b/src/CDM/CDM_MetaData.cxx index 6c74e04891..090b6d28b9 100644 --- a/src/CDM/CDM_MetaData.cxx +++ b/src/CDM/CDM_MetaData.cxx @@ -121,7 +121,7 @@ Standard_OStream& CDM_MetaData::Print(Standard_OStream& anOStream) const { if(HasVersion()) anOStream << "," << myVersion ; anOStream << "; Physical situation: "; anOStream << myFileName; - anOStream << endl; + anOStream << std::endl; return anOStream; } Standard_OStream& CDM_MetaData::operator << (Standard_OStream& anOStream) { diff --git a/src/ChFi2d/ChFi2d_FilletAlgo.cxx b/src/ChFi2d/ChFi2d_FilletAlgo.cxx index 0eff8be730..d95164f699 100644 --- a/src/ChFi2d/ChFi2d_FilletAlgo.cxx +++ b/src/ChFi2d/ChFi2d_FilletAlgo.cxx @@ -317,7 +317,7 @@ Standard_Boolean ChFi2d_FilletAlgo::Perform(const Standard_Real theRadius) default: // unknown: maximum aNBSteps = 100; } - //cout<<"aNBSteps = "< 10e-20) { Standard_Real aX0 = - aC / aB; // use extremum @@ -455,7 +455,7 @@ void ChFi2d_FilletAlgo::PerformNewton(FilletPoint* theLeft, FilletPoint* theRigh { if (Abs(aB) > Abs(aDet * 1000000.)) { // possible floating point operations accurancy errors - //cout<<"*"; + //std::cout<<"*"; ProcessPoint(theLeft, theRight, theLeft->getParam() + aDX / 2.0); // linear division otherwise } else @@ -471,7 +471,7 @@ void ChFi2d_FilletAlgo::PerformNewton(FilletPoint* theLeft, FilletPoint* theRigh } else { - //cout<<"%%%"< theLeft->getParam() && aX0 < theRight->getParam()) ProcessPoint(theLeft, theRight, aX0); diff --git a/src/ChFi3d/ChFi3d.cxx b/src/ChFi3d/ChFi3d.cxx index 0c05b9e5d7..72d172831e 100644 --- a/src/ChFi3d/ChFi3d.cxx +++ b/src/ChFi3d/ChFi3d.cxx @@ -160,7 +160,7 @@ Standard_Integer ChFi3d::ConcaveSide(const BRepAdaptor_Surface& S1, } else { #ifdef OCCT_DEBUG - cout<<"ConcaveSide : no concave face"<3) { Spine->SetFirstStatus(ChFiDS_BreakPoint); #ifdef OCCT_DEBUG - cout<<"top has : "<3) { Spine->SetLastStatus(ChFiDS_BreakPoint); #ifdef OCCT_DEBUG - cout<<"top has : "<Vertex(isfirst,opp).IsOnArc() || SD->TwistOnS1() || SD->TwistOnS2() ) { #ifdef OCCT_DEBUG - cout<<"ChFi3d_Purge : No output on extension."<ChangeSetOfSurfData()->ChangeSequence(); @@ -2421,12 +2421,12 @@ void ChFi3d_Builder::PerformSetOfKPart(Handle(ChFiDS_Stripe)& Stripe, if(!ChFiKPart_ComputeData::Compute(DStr,SD,HS1,HS2,Or1,Or2,Spine,iedge)){ #ifdef OCCT_DEBUG - cout<<"failed calculation KPart"< 0 ){ #ifdef OCCT_DEBUG - cout<< "segments of intersection on the restrictions"<Point(1).Parameter(); Standard_Real u2 = Lin->Point(Nbpnt).Parameter(); MS = (u2-u1)/(nbptmin+1.0); -// cout << " MS : " << MS << " u1 : " << u1 << " u2 : " << u2 << " nbptmin : " << nbptmin << endl; +// std::cout << " MS : " << MS << " u1 : " << u1 << " u2 : " << u2 << " nbptmin : " << nbptmin << std::endl; Target = Targetsov; } else if(Nbpnt<=nbptmin){ #ifdef OCCT_DEBUG - cout <<"Number of points is still too small, quit"<Point(1).Parameter(); Standard_Real u2 = Lin->Point(Nbpnt).Parameter(); @@ -1193,7 +1193,7 @@ Standard_Boolean ChFi3d_Builder::ComputeData } else if(Nbpnt<=nbptmin){ #ifdef OCCT_DEBUG - cout <<"Number of points is still too small, quit"<Point(1).Parameter(); Standard_Real u2 = Lin->Point(Nbpnt).Parameter(); @@ -1320,7 +1320,7 @@ Standard_Boolean ChFi3d_Builder::SimulData } else if(Nbpnt<=NbSecMin){ #ifdef OCCT_DEBUG - cout <<"Number of points is still too small, quit"<Point(1).Parameter(); Standard_Real u2 = Lin->Point(Nbpnt).Parameter(); @@ -1446,7 +1446,7 @@ Standard_Boolean ChFi3d_Builder::SimulData } else if(Nbpnt<=NbSecMin){ #ifdef OCCT_DEBUG - cout <<"Number of points is still too small, quit"<NbPoints(); if (Nbpnt == 0){ #ifdef OCCT_DEBUG - cout <<"0 point of path, quit."<=TolGuide || Abs(lpointpar-u2sov)>=TolGuide){ #ifdef OCCT_DEBUG - cout <<"Number of points is still too small, the step is reduced"<TwistOnS1(Standard_True); #ifdef OCCT_DEBUG - cout<<"Path completed, but TWIST on S1"<TwistOnS2(Standard_True); #ifdef OCCT_DEBUG - cout<<"Parh completed, but TWIST on S2"<Point(1).Parameter(); @@ -2237,7 +2237,7 @@ Standard_Boolean ChFi3d_Builder::SimulData else if (Nbpnt< NbSecMin && again == 0) { again++; #ifdef OCCT_DEBUG - cout <<"Number of points is too small, the step is reduced"<Point(1).Parameter(); Standard_Real u2 = u2sov = Lin->Point(Nbpnt).Parameter(); @@ -2250,21 +2250,21 @@ Standard_Boolean ChFi3d_Builder::SimulData if(Abs(u1-u1sov)>=TolGuide || Abs(u2-u2sov)>=TolGuide){ again++; #ifdef OCCT_DEBUG - cout <<"Number of points is still too small, the step is reduced"<Orientation()); @@ -1737,7 +1737,7 @@ void ChFi3d_Builder::PerformIntersectionAtEnd(const Standard_Integer Index) trafil1 = TopAbs::Compose(TopAbs::Reverse(Fi1.Transition()),trafil1); } #ifdef OCCT_DEBUG - else cout<<"erreur"<D0(Fi1.LastParameter(),p2d); @@ -3631,7 +3631,7 @@ Standard_Boolean ChFi3d_Builder::FindFace(const TopoDS_Vertex& V, { if (P1.IsVertex() || P2.IsVertex()) { #ifdef OCCT_DEBUG - cout<<"change of face on vertex"<Absc(Nl,ii); point = Spine->Value(Nl); #ifdef OCCT_DEBUG - if (found) cout << "found by edge " << ii << " : "; - cout< 1) { #ifdef OCCT_DEBUG - cout<<"trop d'intersection entre les surfaces"<ChangeSetOfSurfData()->Value(i[fin][pivot])->Index(3-jf[fin][pivot]); if(ifacfin != ifacdeb){ #ifdef OCCT_DEBUG - cout<<"several base faces, plate is called"<= Precision::Confusion()) - cout<<"Interior extension at the start of guideline"<Value(abscissa->Upper()); if((Par - lll) <= -Precision::Confusion()) - cout<<"Interior extension at the end of guideline"<= Precision::Confusion()) - cout<<"Interior extension at start of the guideline"<Value(abscissa->Upper()); if(L <= -Precision::Confusion()) - cout<<"Interior extension at the end of guideline"< -Precision::Confusion() ) { #ifdef OCCT_DEBUG - cout<<"wrong choice of angle for the chamfer"<ptol){ #ifdef OCCT_DEBUG - cout<<"center of the spherical corner not found"< "< "<Add(L.Point(firstp)); for (Standard_Integer j = firstp + 1; j <= lastp; j++) { @@ -334,7 +334,7 @@ static void LineConstructor(Contap_TheSequenceOfLine& slin, else if(typl==Contap_Lin) { Standard_Real u2,v2;// u1,v1; Standard_Integer nbvtx = L.NbVertex(); - //-- cout<<" Lin -> "< "< "< "< 1) { if(slin.Value(i).TypeContour() != Contap_Restriction) { LineConstructor(slin,Domain,slin.ChangeValue(i),Surf); diff --git a/src/Contap/Contap_HContTool.cxx b/src/Contap/Contap_HContTool.cxx index 9589cce59f..9ea6c4088d 100644 --- a/src/Contap/Contap_HContTool.cxx +++ b/src/Contap/Contap_HContTool.cxx @@ -187,9 +187,9 @@ void Contap_HContTool::SamplePoint (const Handle(Adaptor3d_HSurface)& S, U = uinf + ((usup-uinf)/((Standard_Real)(nbIntU+1)))*(Standard_Real)(indU+1); V = vinf + ((vsup-vinf)/((Standard_Real)(nbIntV+2)))*(Standard_Real)(indV+1); - //-- cout<<"Index :"<U:"<V:"<U:"<V:"<IsInstance(STANDARD_TYPE(DBRep_DrawableShape)); } -static void ssave(const Handle(Draw_Drawable3D)&d, ostream& OS) +static void ssave(const Handle(Draw_Drawable3D)&d, std::ostream& OS) { Handle(DBRep_DrawableShape) N = Handle(DBRep_DrawableShape)::DownCast(d); @@ -1538,7 +1538,7 @@ static void ssave(const Handle(Draw_Drawable3D)&d, ostream& OS) S.Write(N->Shape(),OS); } -static Handle(Draw_Drawable3D) srestore (istream& IS) +static Handle(Draw_Drawable3D) srestore (std::istream& IS) { BRep_Builder B; BRepTools_ShapeSet S(B); @@ -1572,7 +1572,7 @@ static Draw_SaveAndRestore ssr("DBRep_DrawableShape", void dumps (const TopoDS_Shape& S) { - BRepTools::Dump(S,cout); + BRepTools::Dump(S,std::cout); } //======================================================================= diff --git a/src/DBRep/DBRep_Debug.cxx b/src/DBRep/DBRep_Debug.cxx index ca90da9d75..1a19b88abf 100644 --- a/src/DBRep/DBRep_Debug.cxx +++ b/src/DBRep/DBRep_Debug.cxx @@ -96,6 +96,6 @@ void DBRep_Get(char* name, TopoDS_Shape& S) Standard_CString cs = (Standard_CString)n; S = DBRep::Get(cs); if (*name == '.') - cout << "Name : " << n << endl; + std::cout << "Name : " << n << std::endl; } */ diff --git a/src/DBRep/DBRep_DrawableShape.cxx b/src/DBRep/DBRep_DrawableShape.cxx index 24b28a7585..5b144cd67a 100644 --- a/src/DBRep/DBRep_DrawableShape.cxx +++ b/src/DBRep/DBRep_DrawableShape.cxx @@ -638,8 +638,8 @@ void DBRep_DrawableShape::DrawOn(Draw_Display& dis) const BRep_Tool::Range(E->Edge(), aCheckU1, aCheckU2); if (aCheckU2 < aCheckU1) { // bad orientation - cout << "DBRep_DrawableShape : Bad parameters on edge."<Edge(),cout); + std::cout << "DBRep_DrawableShape : Bad parameters on edge."<Edge(),std::cout); ite.Next(); continue; } @@ -1100,7 +1100,7 @@ void DBRep_DrawableShape::display(const Handle(Poly_Triangulation)& T, // Display the edges const TColgp_Array1OfPnt& Nodes = T->Nodes(); -// cout<<"nb nodes = "<BasisCurve()->LastParameter() > Precision::PConfusion()) { #ifdef OCCT_DEBUG - cout << "DBRep_IsoBuilder TrimPCurve : parameters out of range\n"; - cout << " U1(" << U1 << "), Umin(" << PCurve->FirstParameter() + std::cout << "DBRep_IsoBuilder TrimPCurve : parameters out of range\n"; + std::cout << " U1(" << U1 << "), Umin(" << PCurve->FirstParameter() << "), U2(" << U2 << "), Umax(" << PCurve->LastParameter() << ")\n"; #endif return; @@ -161,32 +161,32 @@ Geom2dHatch_Hatcher (Geom2dHatch_Intersector (IntersectorConfusion, if (PCurve->FirstParameter() - U1 > Precision::PConfusion()) { #ifdef OCCT_DEBUG - cout << "DBRep_IsoBuilder PCurve : parameters out of range\n"; - cout << " U1(" << U1 << "), Umin(" << PCurve->FirstParameter() << ")\n"; + std::cout << "DBRep_IsoBuilder PCurve : parameters out of range\n"; + std::cout << " U1(" << U1 << "), Umin(" << PCurve->FirstParameter() << ")\n"; #endif U1 = PCurve->FirstParameter(); } if (PCurve->FirstParameter() - U2 > Precision::PConfusion()) { #ifdef OCCT_DEBUG - cout << "DBRep_IsoBuilder PCurve : parameters out of range\n"; - cout << " U2(" << U2 << "), Umin(" << PCurve->FirstParameter() << ")\n"; + std::cout << "DBRep_IsoBuilder PCurve : parameters out of range\n"; + std::cout << " U2(" << U2 << "), Umin(" << PCurve->FirstParameter() << ")\n"; #endif U2 = PCurve->FirstParameter(); } if (U1 - PCurve->LastParameter() > Precision::PConfusion()) { #ifdef OCCT_DEBUG - cout << "DBRep_IsoBuilder PCurve : parameters out of range\n"; - cout << " U1(" << U1 << "), Umax(" << PCurve->LastParameter() << ")\n"; + std::cout << "DBRep_IsoBuilder PCurve : parameters out of range\n"; + std::cout << " U1(" << U1 << "), Umax(" << PCurve->LastParameter() << ")\n"; #endif U1 = PCurve->LastParameter(); } if (U2 - PCurve->LastParameter() > Precision::PConfusion()) { #ifdef OCCT_DEBUG - cout << "DBRep_IsoBuilder PCurve : parameters out of range\n"; - cout << " U2(" << U2 << "), Umax(" << PCurve->LastParameter() << ")\n"; + std::cout << "DBRep_IsoBuilder PCurve : parameters out of range\n"; + std::cout << " U2(" << U2 << "), Umax(" << PCurve->LastParameter() << ")\n"; #endif U2 = PCurve->LastParameter(); } @@ -296,13 +296,13 @@ void DBRep_IsoBuilder::LoadIsos (const Handle(DBRep_Face)& Face) const if (UInd != 0) { Standard_Real UPrm = myUPrm.Value (UIso) ; if (!IsDone (UInd)) { - cout << "DBRep_IsoBuilder:: U iso of parameter: " << UPrm ; + std::cout << "DBRep_IsoBuilder:: U iso of parameter: " << UPrm ; switch (Status (UInd)) { - case HatchGen_NoProblem : cout << " No Problem" << endl ; break ; - case HatchGen_TrimFailure : cout << " Trim Failure" << endl ; break ; - case HatchGen_TransitionFailure : cout << " Transition Failure" << endl ; break ; - case HatchGen_IncoherentParity : cout << " Incoherent Parity" << endl ; break ; - case HatchGen_IncompatibleStates : cout << " Incompatible States" << endl ; break ; + case HatchGen_NoProblem : std::cout << " No Problem" << std::endl ; break ; + case HatchGen_TrimFailure : std::cout << " Trim Failure" << std::endl ; break ; + case HatchGen_TransitionFailure : std::cout << " Transition Failure" << std::endl ; break ; + case HatchGen_IncoherentParity : std::cout << " Incoherent Parity" << std::endl ; break ; + case HatchGen_IncompatibleStates : std::cout << " Incompatible States" << std::endl ; break ; } } else { Standard_Integer NbDom = Geom2dHatch_Hatcher::NbDomains (UInd) ; @@ -322,13 +322,13 @@ void DBRep_IsoBuilder::LoadIsos (const Handle(DBRep_Face)& Face) const if (VInd != 0) { Standard_Real VPrm = myVPrm.Value (VIso) ; if (!IsDone (VInd)) { - cout << "DBRep_IsoBuilder:: V iso of parameter: " << VPrm ; + std::cout << "DBRep_IsoBuilder:: V iso of parameter: " << VPrm ; switch (Status (VInd)) { - case HatchGen_NoProblem : cout << " No Problem" << endl ; break ; - case HatchGen_TrimFailure : cout << " Trim Failure" << endl ; break ; - case HatchGen_TransitionFailure : cout << " Transition Failure" << endl ; break ; - case HatchGen_IncoherentParity : cout << " Incoherent Parity" << endl ; break ; - case HatchGen_IncompatibleStates : cout << " Incompatible States" << endl ; break ; + case HatchGen_NoProblem : std::cout << " No Problem" << std::endl ; break ; + case HatchGen_TrimFailure : std::cout << " Trim Failure" << std::endl ; break ; + case HatchGen_TransitionFailure : std::cout << " Transition Failure" << std::endl ; break ; + case HatchGen_IncoherentParity : std::cout << " Incoherent Parity" << std::endl ; break ; + case HatchGen_IncompatibleStates : std::cout << " Incompatible States" << std::endl ; break ; } } else { Standard_Integer NbDom = Geom2dHatch_Hatcher::NbDomains (VInd) ; diff --git a/src/DDF/DDF.cxx b/src/DDF/DDF.cxx index d57b0c2182..90ba1cca81 100644 --- a/src/DDF/DDF.cxx +++ b/src/DDF/DDF.cxx @@ -61,7 +61,7 @@ Standard_Boolean DDF::FindLabel (const Handle(TDF_Data)& DF, { Label.Nullify(); TDF_Tool::Label(DF,Entry,Label,Standard_False); - if (Label.IsNull() && Complain) cout << "No label for entry " << Entry <DataFramework(); return Standard_True; } - if (Complain) cout <<"framework "<DataFramework()->Dump(cout); + //DDF->DataFramework()->Dump(std::cout); Standard_SStream aSStream; DDF->DataFramework()->Dump(aSStream); - aSStream << ends; + aSStream << std::ends; di << aSStream << "\n"; return 0; @@ -237,7 +237,7 @@ static Standard_Integer XDumpDF (Draw_Interpretor& di, //TDF_Tool::ExtendedDeepDump(cout,DDF->DataFramework(),filter); Standard_SStream aSStream; TDF_Tool::ExtendedDeepDump(aSStream,DDF->DataFramework(),filter); - aSStream << ends; + aSStream << std::ends; di << aSStream <<"\n"; return 0; @@ -293,30 +293,30 @@ static Standard_Integer DDF_CheckAttrs (Draw_Interpretor& di,Standard_Integer n Standard_Boolean Shar = Standard_False; for (TDF_AttributeIterator itr(SOURCE); itr.More(); itr.Next()) { itr.Value()->References(ds1); -// cout<<"\tSource Attribute dynamic type = "<DynamicType()<Label(), entr1); - //cout<<"\tAttribute dynamic type = "<DynamicType()<<",\tlocated on Label = "<References(ds1); - //cout<<"\tSource Attribute dynamic type = "<DynamicType()<Attributes(); //attMap for (TDF_MapIteratorOfAttributeMap attMItr(attMap);attMItr.More(); attMItr.Next()) { Handle(TDF_Attribute) sAtt = attMItr.Key(); TCollection_AsciiString entry; TDF_Tool::Entry(sAtt->Label(), entry); - //cout<<"\t\tReferences attribute dynamic type = "<DynamicType()<<",\tLabel = "<fail()) { result = Storage_VSOpenError; } @@ -84,7 +84,7 @@ Storage_Error DDF_IOStream::Open(const TCollection_AsciiString& aName,const Stor } else if (aMode == Storage_VSWrite) { if (myOStream != NULL) delete myOStream; - myOStream = new ofstream(aName.ToCString(),ios::out); + myOStream = new std::ofstream(aName.ToCString(),std::ios::out); if (myOStream->fail()) { result = Storage_VSOpenError; } @@ -104,10 +104,10 @@ Storage_Error DDF_IOStream::Open(const TCollection_AsciiString& aName,const Stor //======================================================================= //function : Open -//purpose : "Opens" an istream. +//purpose : "Opens" an std::istream. //======================================================================= -Storage_Error DDF_IOStream::Open(istream* anIStream) +Storage_Error DDF_IOStream::Open(std::istream* anIStream) { myOStream = NULL; SetOpenMode(Storage_VSRead); @@ -120,10 +120,10 @@ Storage_Error DDF_IOStream::Open(istream* anIStream) //======================================================================= //function : Open -//purpose : "Opens" an ostream. +//purpose : "Opens" an std::ostream. //======================================================================= -Storage_Error DDF_IOStream::Open(ostream* anOStream) +Storage_Error DDF_IOStream::Open(std::ostream* anOStream) { myIStream = NULL; SetOpenMode(Storage_VSWrite); @@ -263,7 +263,7 @@ void DDF_IOStream::ReadExtendedLine(TCollection_ExtendedString& buffer) myIStream->get(c); check++; // if ((check % 2) != 0) throw Storage_StreamExtCharParityError(); -// cout << check << endl; +// std::cout << check << std::endl; j = (Standard_ExtCharacter)c; if (c != '\n') fin = Standard_False; i |= (0x00FF & j); @@ -271,7 +271,7 @@ void DDF_IOStream::ReadExtendedLine(TCollection_ExtendedString& buffer) } // if ((check % 2) != 0) throw Storage_StreamExtCharParityError(); -// cout << check << endl; +// std::cout << check << std::endl; } //======================================================================= @@ -647,7 +647,7 @@ Storage_Error DDF_IOStream::BeginReadInfoSection() if (strncmp(DDF_IOStream::MagicNumber(),l.ToCString(),len) != 0) { #ifdef OCCT_DEBUG - cout<<"BeginReadInfoSection: format error"<Label(),s); cout << s << " "; -// cout << endl; +// TDF_Tool::Entry(it.Value()->Label(),s); std::cout << s << " "; +// std::cout << std::endl; // } return 0; } @@ -394,7 +394,7 @@ static Standard_Integer DDataStd_Self (Draw_Interpretor& di, // return 0; // } -// cout << "Wrong arguments" << endl; +// std::cout << "Wrong arguments" << std::endl; // return 1; // } @@ -466,7 +466,7 @@ static Standard_Integer DDataStd_GetUAttribute (Draw_Interpretor& di, // if (!DDF::GetDF(arg[1],DF)) return 1; // TDF_Label label; // if( !DDF::FindLabel(DF, arg[2], label) ) { -// cout << "No label for entry" << endl; +// std::cout << "No label for entry" << std::endl; // return 1; // } // Handle(TDataStd_Object) O; @@ -474,18 +474,18 @@ static Standard_Integer DDataStd_GetUAttribute (Draw_Interpretor& di, // Standard_GUID guidUO(arg[3]); // if( !label.FindAttribute( TDataStd_Object::GetID(), O) ) { -// cout << "No Object Attribute on label" << endl; +// std::cout << "No Object Attribute on label" << std::endl; // } // else { -// cout << "UObject is found with ObjectID = "; +// std::cout << "UObject is found with ObjectID = "; // O->Find(label, guidUO, UO); -// UO->ObjectID().ShallowDump(cout); -// cout << endl; +// UO->ObjectID().ShallowDump(std::cout); +// std::cout << std::endl; // } // return 0; // } -// cout << "Wrong arguments" << endl; +// std::cout << "Wrong arguments" << std::endl; // return 1; // } @@ -610,7 +610,7 @@ static Standard_Integer DDataStd_GetIntArray (Draw_Interpretor& di, } for(Standard_Integer i = A->Lower(); i<=A->Upper(); i++){ - //cout << A->Value(i) << endl; + //std::cout << A->Value(i) << std::endl; di << A->Value(i); if(iUpper()) di<<" "; @@ -856,14 +856,14 @@ static Standard_Integer DDataStd_GetRealArray (Draw_Interpretor& di, if ( !label.FindAttribute(aGuid, A) ) { di << "There is no TDataStd_RealArray with the specified GUID at the label" << "\n"; #ifdef DEB_DDataStd - aGuid.ShallowDump(cout); + aGuid.ShallowDump(std::cout); #endif return 1; } for(Standard_Integer i = A->Lower(); i<=A->Upper(); i++){ #ifdef DEB_DDataStd - cout << A->Value(i) << endl; + std::cout << A->Value(i) << std::endl; #endif di << A->Value(i); if(iUpper()) @@ -1415,13 +1415,13 @@ static Standard_Integer DDataStd_KeepUTF (Draw_Interpretor& di, Standard_CString aFileName(arg[3]); #ifdef _MSC_VER - ifstream anIS (aFileName, ios::in | ios::binary); + std::ifstream anIS (aFileName, std::ios::in | std::ios::binary); #else - ifstream anIS (aFileName); + std::ifstream anIS (aFileName); #endif if (!anIS) { // Can not open file - cout << "Error: can't open file " << aFileName <SetValue(i, ival != 0); @@ -1852,7 +1852,7 @@ static Standard_Integer DDataStd_SetBooleanList (Draw_Interpretor& di, Standard_Integer ival = Draw::Atoi(arg[i]); if(ival > 1) { - cout << "Bad value = " << ival<< ". 0 or 1 is expected." << endl; + std::cout << "Bad value = " << ival<< ". 0 or 1 is expected." << std::endl; return 1; } A->Append (ival != 0); @@ -2475,7 +2475,7 @@ static Standard_Integer DDataStd_GetByteArray (Draw_Interpretor& di, } for(Standard_Integer i = A->Lower(); i<=A->Upper(); i++){ - //cout << A->Value(i) << endl; + //std::cout << A->Value(i) << std::endl; di << A->Value(i); if(iUpper()) di<<" "; @@ -2973,7 +2973,7 @@ static Standard_Integer DDataStd_SetIntPackedMap (Draw_Interpretor& di, } const Handle(TColStd_HPackedMapOfInteger)& aHMap = new TColStd_HPackedMapOfInteger(aMap); anAtt->ChangeMap(aHMap); - cout << "Map extent = " << anAtt->Extent()<ChangeMap(aHMap); - cout << "Map extent = " << anAtt->Extent()<GetRealsContainer(); @@ -3512,7 +3512,7 @@ static Standard_Integer DDataStd_GetNDReals (Draw_Interpretor& di, TCollection_ExtendedString aKey(itr.Key()); TCollection_AsciiString aStr(aKey,'?'); Standard_Real aValue = itr.Value(); - cout << "Key = " << aStr.ToCString() << " Value = " <Dump(aStream); -// aStream << ends; +// aStream << std::ends; // di << aStream.rdbuf()->str(); TCollection_AsciiString S; diff --git a/src/DDataStd/DDataStd_DrawDisplayCommands.cxx b/src/DDataStd/DDataStd_DrawDisplayCommands.cxx index 40ef836630..508644533a 100644 --- a/src/DDataStd/DDataStd_DrawDisplayCommands.cxx +++ b/src/DDataStd/DDataStd_DrawDisplayCommands.cxx @@ -175,7 +175,7 @@ static Standard_Integer DDataStd_DrawDisplay (Draw_Interpretor& di, // DDataStd_DrawPresentation::Display(L,Standard_True); // return 0; // } -// cout << "DDataStd_DrawRedisplay : Error" << endl; +// std::cout << "DDataStd_DrawRedisplay : Error" << std::endl; // return 1; // } diff --git a/src/DDataStd/DDataStd_DrawPresentation.cxx b/src/DDataStd/DDataStd_DrawPresentation.cxx index 12472ed65f..6f99dac5ad 100644 --- a/src/DDataStd/DDataStd_DrawPresentation.cxx +++ b/src/DDataStd/DDataStd_DrawPresentation.cxx @@ -201,7 +201,7 @@ Handle(TDF_Attribute) DDataStd_DrawPresentation::NewEmpty() const void DDataStd_DrawPresentation::Restore (const Handle(TDF_Attribute)& With) { - //cout<< "DDataStd_DrawPresentation::Restore" << endl; + //std::cout<< "DDataStd_DrawPresentation::Restore" << std::endl; isDisplayed = Handle(DDataStd_DrawPresentation)::DownCast (With)->IsDisplayed(); myDrawable = Handle(DDataStd_DrawPresentation)::DownCast (With)->GetDrawable(); } @@ -225,7 +225,7 @@ void DDataStd_DrawPresentation::Paste (const Handle(TDF_Attribute)& Into, void DDataStd_DrawPresentation::AfterAddition() { - //cout<< "DDataStd_DrawPresentation::AfterAddition" << endl; + //std::cout<< "DDataStd_DrawPresentation::AfterAddition" << std::endl; //if (isDisplayed) DrawDisplay (); } @@ -236,7 +236,7 @@ void DDataStd_DrawPresentation::AfterAddition() void DDataStd_DrawPresentation::BeforeRemoval() { - //cout<< "DDataStd_DrawPresentation::BeforeRemoval" << endl; + //std::cout<< "DDataStd_DrawPresentation::BeforeRemoval" << std::endl; //if (isDisplayed) DrawErase (); } @@ -247,7 +247,7 @@ void DDataStd_DrawPresentation::BeforeRemoval() void DDataStd_DrawPresentation::BeforeForget() { - //cout<< "DDataStd_DrawPresentation::BeforeForget" << endl; + //std::cout<< "DDataStd_DrawPresentation::BeforeForget" << std::endl; if (isDisplayed) DrawErase (Label(),this); } @@ -259,7 +259,7 @@ void DDataStd_DrawPresentation::BeforeForget() void DDataStd_DrawPresentation::AfterResume() { - //cout<< "DDataStd_DrawPresentation::AfterResume"<< endl; + //std::cout<< "DDataStd_DrawPresentation::AfterResume"<< std::endl; if (isDisplayed) DrawDisplay (Label(),this); } @@ -275,28 +275,28 @@ Standard_Boolean DDataStd_DrawPresentation::BeforeUndo (const Handle(TDF_Attribu Handle(DDataStd_DrawPresentation) Pdt = Handle(DDataStd_DrawPresentation)::DownCast(AD->Attribute()); Handle(DDataStd_DrawPresentation) Pfw; if (AD->Label().FindAttribute(GetID(),Pfw)) { - //cout<< "DDataStd_DrawPresentation::BeforeUndo : attribute in framework" << endl; + //std::cout<< "DDataStd_DrawPresentation::BeforeUndo : attribute in framework" << std::endl; } else { - //cout<< "DDataStd_DrawPresentation::BeforeUndo : attribute not in framework" << endl; + //std::cout<< "DDataStd_DrawPresentation::BeforeUndo : attribute not in framework" << std::endl; } // if (AD->IsKind(STANDARD_TYPE(TDF_DeltaOnAddition))) { - //cout<< "DDataStd_DrawPresentation::BeforeUndo : delta on addition" << endl; + //std::cout<< "DDataStd_DrawPresentation::BeforeUndo : delta on addition" << std::endl; if (Pfw->IsDisplayed()) DrawErase(AD->Label(),Pfw); //TDF appelle BeforeRemoval effacer } else if (AD->IsKind(STANDARD_TYPE(TDF_DefaultDeltaOnRemoval))) { - //cout<< "DDataStd_DrawPresentation::BeforeUndo : delta on removal" << endl; + //std::cout<< "DDataStd_DrawPresentation::BeforeUndo : delta on removal" << std::endl; } else if (AD->IsKind(STANDARD_TYPE(TDF_DefaultDeltaOnModification))) { - //cout<< "DDataStd_DrawPresentation::BeforeUndo : delta on modification" << endl; + //std::cout<< "DDataStd_DrawPresentation::BeforeUndo : delta on modification" << std::endl; if (Pfw->IsDisplayed()) DrawErase(AD->Label(),Pfw); } else { - //cout<< "DDataStd_DrawPresentation::BeforeUndo : unknown delta" << endl; + //std::cout<< "DDataStd_DrawPresentation::BeforeUndo : unknown delta" << std::endl; } - //if (Label().IsNull()) cout<< "DDataStd_DrawPresentation::BeforeUndo : null label" << endl; + //if (Label().IsNull()) std::cout<< "DDataStd_DrawPresentation::BeforeUndo : null label" << std::endl; return Standard_True; } @@ -313,28 +313,28 @@ Standard_Boolean DDataStd_DrawPresentation::AfterUndo (const Handle(TDF_Attribut Handle(DDataStd_DrawPresentation) Pdt = Handle(DDataStd_DrawPresentation)::DownCast(AD->Attribute()); Handle(DDataStd_DrawPresentation) Pfw; if (AD->Label().FindAttribute(GetID(),Pfw)) { - //cout<< "DDataStd_DrawPresentation::AfterUndo : attribute in framework" << endl; + //std::cout<< "DDataStd_DrawPresentation::AfterUndo : attribute in framework" << std::endl; } else { - //cout<< "DDataStd_DrawPresentation::AfterUndo : attribute not in framework" << endl; + //std::cout<< "DDataStd_DrawPresentation::AfterUndo : attribute not in framework" << std::endl; } // if (AD->IsKind(STANDARD_TYPE(TDF_DeltaOnAddition))) { - //cout<< "DDataStd_DrawPresentation::AfterUndo : delta on addition" << endl; + //std::cout<< "DDataStd_DrawPresentation::AfterUndo : delta on addition" << std::endl; } else if (AD->IsKind(STANDARD_TYPE(TDF_DefaultDeltaOnRemoval))) { - //cout<< "DDataStd_DrawPresentation::AfterUndo : delta on removal" << endl; + //std::cout<< "DDataStd_DrawPresentation::AfterUndo : delta on removal" << std::endl; if (Pdt->IsDisplayed()) DrawDisplay(AD->Label(),Pdt); } else if (AD->IsKind(STANDARD_TYPE(TDF_DefaultDeltaOnModification))) { - //cout<< "DDataStd_DrawPresentation::AfterUndo : delta on modification" << endl; + //std::cout<< "DDataStd_DrawPresentation::AfterUndo : delta on modification" << std::endl; if (Pdt->IsDisplayed()) DrawDisplay(AD->Label(),Pdt); } else { - //cout<< "DDataStd_DrawPresentation::AfterUndo : unknown delta" << endl; + //std::cout<< "DDataStd_DrawPresentation::AfterUndo : unknown delta" << std::endl; } - //if (Label().IsNull()) cout<< "DDataStd_DrawPresentation::AfterUndo : null label" << endl; + //if (Label().IsNull()) std::cout<< "DDataStd_DrawPresentation::AfterUndo : null label" << std::endl; return Standard_True; } @@ -347,14 +347,14 @@ Standard_Boolean DDataStd_DrawPresentation::AfterUndo (const Handle(TDF_Attribut void DDataStd_DrawPresentation::DrawBuild () { - //cout<< "DDataStd_DrawPresentation::DrawBuild" << endl; + //std::cout<< "DDataStd_DrawPresentation::DrawBuild" << std::endl; Handle(DDataStd_DrawDriver) DD = DDataStd_DrawDriver::Get(); if (DD.IsNull()) { DD = new DDataStd_DrawDriver (); DDataStd_DrawDriver::Set(DD); } Handle(Draw_Drawable3D) D3D = DD->Drawable(Label()); - if (D3D.IsNull()) cout<< "DDataStd_DrawPresentation::DrawBuild : null drawable" << endl; + if (D3D.IsNull()) std::cout<< "DDataStd_DrawPresentation::DrawBuild : null drawable" << std::endl; myDrawable = D3D; } @@ -377,11 +377,11 @@ void DDataStd_DrawPresentation::DrawDisplay (const TDF_Label& L, return; } else { - //cout<< "DDataStd_DrawPresentation::DrawDisplay : null Drawable" << endl; + //std::cout<< "DDataStd_DrawPresentation::DrawDisplay : null Drawable" << std::endl; return; } } - cout<< "DDataStd_DrawPresentation::DrawDisplay : null Label" << endl; + std::cout<< "DDataStd_DrawPresentation::DrawDisplay : null Label" << std::endl; } //======================================================================= @@ -398,11 +398,11 @@ void DDataStd_DrawPresentation::DrawErase (const TDF_Label& L, return; } else { - //cout<< "DDataStd_DrawPresentation::DrawErase : null Drawable" << endl; + //std::cout<< "DDataStd_DrawPresentation::DrawErase : null Drawable" << std::endl; return; } } - cout<< "DDataStd_DrawPresentation::DrawErase : null Label" << endl; + std::cout<< "DDataStd_DrawPresentation::DrawErase : null Label" << std::endl; } diff --git a/src/DDataStd/DDataStd_NameCommands.cxx b/src/DDataStd/DDataStd_NameCommands.cxx index af77e4df31..17dd1bc093 100644 --- a/src/DDataStd/DDataStd_NameCommands.cxx +++ b/src/DDataStd/DDataStd_NameCommands.cxx @@ -98,12 +98,12 @@ static Standard_Integer DDataStd_GetName (Draw_Interpretor& di, } Handle(TDataStd_Name) N; if( !L.FindAttribute(aGuid, N) ) { - cout << "Name attribute is not found or not set" << endl; + std::cout << "Name attribute is not found or not set" << std::endl; return 1; } #ifdef DEB_DDataStd if(!N.IsNull()) - cout << "String = " << TCollection_AsciiString(N->Get(), '?').ToCString() << endl; + std::cout << "String = " << TCollection_AsciiString(N->Get(), '?').ToCString() << std::endl; #endif di << N->Get(); return 0; diff --git a/src/DDataStd/DDataStd_TreeBrowser.cxx b/src/DDataStd/DDataStd_TreeBrowser.cxx index c8c3046033..46e0e06014 100644 --- a/src/DDataStd/DDataStd_TreeBrowser.cxx +++ b/src/DDataStd/DDataStd_TreeBrowser.cxx @@ -60,7 +60,7 @@ DDataStd_TreeBrowser::DDataStd_TreeBrowser(const TDF_Label& aLabel) //======================================================================= void DDataStd_TreeBrowser::DrawOn(Draw_Display& /*dis*/) const -{ cout<<"DDataStd_TreeBrowser"<Label(), entry); - //cout<GetDocument(); @@ -81,7 +81,7 @@ Standard_Boolean DDocStd::GetDocument (Standard_CString& Name, DOC = STDDOC; return Standard_True; } - if (Complain) cout << Name << " is not a CAF Document" << endl; + if (Complain) std::cout << Name << " is not a CAF Document" << std::endl; return Standard_False; } @@ -98,7 +98,7 @@ Standard_Boolean DDocStd::Find (const Handle(TDocStd_Document)& D, { Label.Nullify(); TDF_Tool::Label(D->GetData(),Entry,Label,Standard_False); - if (Label.IsNull() && Complain) cout<<"No label for entry "<IsSaved()) { TCollection_AsciiString GetNameAsciiString(D->GetName().ToExtString(),'?'); TCollection_AsciiString GetPathAsciiString(D->GetPath().ToExtString(),'?'); - //cout << " name : " << D->GetName(); - //cout << " path : " << D->GetPath(); + //std::cout << " name : " << D->GetName(); + //std::cout << " path : " << D->GetPath(); di << " name : " << GetNameAsciiString.ToCString(); di << " path : " << GetPathAsciiString.ToCString(); } @@ -411,10 +411,10 @@ static Standard_Integer DDocStd_Path (Draw_Interpretor& di, { if (nb == 2) { TDocStd_PathParser path (a[1]); - //cout << "Trek : " << path.Trek() << endl; - //cout << "Name : " << path.Name() << endl; - //cout << "Extension : " << path.Extension() << endl; - //cout << "Path : " << path.Path() << endl; + //std::cout << "Trek : " << path.Trek() << std::endl; + //std::cout << "Name : " << path.Name() << std::endl; + //std::cout << "Extension : " << path.Extension() << std::endl; + //std::cout << "Path : " << path.Path() << std::endl; TCollection_AsciiString TrekAsciiString(path.Trek().ToExtString(),'?'); TCollection_AsciiString NameAsciiString(path.Name().ToExtString(),'?'); TCollection_AsciiString ExtensionAsciiString(path.Extension().ToExtString(),'?'); @@ -467,7 +467,7 @@ static Standard_Integer DDocStd_PrintComments (Draw_Interpretor& di, for (int i = 1; i <= comments.Length(); i++) { - //cout << comments(i) << endl; + //std::cout << comments(i) << std::endl; TCollection_AsciiString commentAsciiString(comments(i).ToExtString(),'?'); di << commentAsciiString.ToCString() << "\n"; } diff --git a/src/DDocStd/DDocStd_DocumentCommands.cxx b/src/DDocStd/DDocStd_DocumentCommands.cxx index 631469114a..4e16dc7332 100644 --- a/src/DDocStd/DDocStd_DocumentCommands.cxx +++ b/src/DDocStd/DDocStd_DocumentCommands.cxx @@ -79,7 +79,7 @@ static Standard_Integer DDocStd_Format (Draw_Interpretor& di,Standard_Integer n, Handle(TDocStd_Document) D; if (n == 2) { if (!DDocStd::GetDocument(a[1],D)) return 1; - //cout << "FORMAT : " << D->StorageFormat() << endl; + //std::cout << "FORMAT : " << D->StorageFormat() << std::endl; di << "FORMAT : "; Standard_SStream aStream; D->StorageFormat().Print(aStream); @@ -316,7 +316,7 @@ static Standard_Integer DDocStd_DumpDocument (Draw_Interpretor& di, di << "DOCUMENT : not saved"; di << "\n"; // format - //cout << "FORMAT : " << D->StorageFormat(); + //std::cout << "FORMAT : " << D->StorageFormat(); di << "FORMAT : "; Standard_SStream aStream; D->StorageFormat().Print(aStream); @@ -332,11 +332,11 @@ static Standard_Integer DDocStd_DumpDocument (Draw_Interpretor& di, di << " undos :" << D->GetAvailableUndos() << " "; di << " redos :" << D->GetAvailableRedos(); di << "\n"; - // cout << "CURRENT :"; + // std::cout << "CURRENT :"; // TCollection_AsciiString string; // TDF_Tool::Entry(D->CurrentLabel(),string); - // cout << string; - // cout << endl; + // std::cout << string; + // std::cout << std::endl; // modified di << "MODIFIED : "; if (D->IsModified()) di << "true"; @@ -392,12 +392,12 @@ static Standard_Integer DDocStd_Propagate (Draw_Interpretor& di,Standard_Integer // Handle(TDocStd_Document) D; // if (!DDocStd::GetDocument(a[1],D)) return 1; // if (D->IsValid()) { -// cout << "the document is valid" << endl; +// std::cout << "the document is valid" << std::endl; // return 0; // } // Handle(TDesign_Function) F; // if (!D->Main().FindAttribute(TDesign_Function::GetID(),F)) { -// cout << "no function found at main" << endl; +// std::cout << "no function found at main" << std::endl; // return 0; // } // TFunction_Logbook mdf (Standard_True); diff --git a/src/DDocStd/DDocStd_DrawDocument.cxx b/src/DDocStd/DDocStd_DrawDocument.cxx index 51794e248c..e8c1bf5293 100644 --- a/src/DDocStd/DDocStd_DrawDocument.cxx +++ b/src/DDocStd/DDocStd_DrawDocument.cxx @@ -89,7 +89,7 @@ void DDocStd_DrawDocument::Dump (Standard_OStream& S) const DDF_Data::Dump(S); } else { - S << myDocument->DynamicType()->Name() << " is not a CAF document" << endl; + S << myDocument->DynamicType()->Name() << " is not a CAF document" << std::endl; } } diff --git a/src/DDocStd/DDocStd_MTMCommands.cxx b/src/DDocStd/DDocStd_MTMCommands.cxx index 47afb7e155..9703ba8a2a 100644 --- a/src/DDocStd/DDocStd_MTMCommands.cxx +++ b/src/DDocStd/DDocStd_MTMCommands.cxx @@ -142,7 +142,7 @@ static int mtmDump (Draw_Interpretor& di, int /*n*/, const char** /*a*/) return 1; } di << "*** Dump of MTM ***\n"; - //sMultiTransactionManager->DumpTransaction(cout); + //sMultiTransactionManager->DumpTransaction(std::cout); Standard_SStream aStream; sMultiTransactionManager->DumpTransaction(aStream); di << aStream; diff --git a/src/DNaming/DNaming.cxx b/src/DNaming/DNaming.cxx index 046f378275..9fca99f3b8 100644 --- a/src/DNaming/DNaming.cxx +++ b/src/DNaming/DNaming.cxx @@ -133,7 +133,7 @@ TopoDS_Shape DNaming::CurrentShape (const Standard_CString LabelName, Standard_Boolean Found = DDF::AddLabel (DF, LabelName, Label); if (!Found) { #ifdef OCCT_DEBUG - cout <<"no labels"<DynamicType()->Name(); - cout<<"Surface Dynamic TYPE = "<IsEmpty()) { #ifdef OCCT_DEBUG - cout<<"BooleanOperationDriver:: Object is empty"<SetFailure(WRONG_ARGUMENT); return -1; @@ -120,7 +120,7 @@ Standard_Integer DNaming_BooleanOperationDriver::Execute(Handle(TFunction_Logboo if (aToolNS.IsNull() || aToolNS->IsEmpty()) { #ifdef OCCT_DEBUG - cout<<"BooleanOperationDriver:: Tool is empty"<SetFailure(WRONG_ARGUMENT); return -1; @@ -130,7 +130,7 @@ Standard_Integer DNaming_BooleanOperationDriver::Execute(Handle(TFunction_Logboo TopoDS_Shape anOBJECT = anObjectNS->Get(); if (aTOOL.IsNull() || anOBJECT.IsNull()) { #ifdef OCCT_DEBUG - cout<<"BooleanOperationDriver:: Tool is null"<SetFailure(WRONG_ARGUMENT); return -1; @@ -267,7 +267,7 @@ void DNaming_BooleanOperationDriver::LoadNamingDS (const TDF_Label& theResultLab const TopoDS_Shape& ToolSh = MS.Shape2(); if (ResSh.IsNull()) { #ifdef OCCT_DEBUG - cout<<"LoadFuseNamingDS: The result of the boolean operation is null"<IsEmpty()) { #ifdef OCCT_DEBUG - cout<<"CylinderDriver:: Axis is empty"<SetFailure(WRONG_AXIS); return -1; @@ -91,7 +91,7 @@ Standard_Integer DNaming_CylinderDriver::Execute(Handle(TFunction_Logbook)& theL TopoDS_Shape aTopoDSAxis = aNSAxis->Get(); if (aTopoDSAxis.IsNull()) { #ifdef OCCT_DEBUG - cout<<"CylinderDriver:: Axis is null"<SetFailure(WRONG_AXIS); return -1; @@ -99,7 +99,7 @@ Standard_Integer DNaming_CylinderDriver::Execute(Handle(TFunction_Logbook)& theL // Creation of gp axis (gp_Ax2): if (aTopoDSAxis.ShapeType() != TopAbs_EDGE && aTopoDSAxis.ShapeType() != TopAbs_WIRE) { #ifdef OCCT_DEBUG - cout<<"CylinderDriver:: Wrong axis, ShapeType = " << aTopoDSAxis.ShapeType() <SetFailure(WRONG_AXIS); return -1; diff --git a/src/DNaming/DNaming_FilletDriver.cxx b/src/DNaming/DNaming_FilletDriver.cxx index bdaddaef19..dc10b47901 100644 --- a/src/DNaming/DNaming_FilletDriver.cxx +++ b/src/DNaming/DNaming_FilletDriver.cxx @@ -83,7 +83,7 @@ Standard_Integer DNaming_FilletDriver::Execute(Handle(TFunction_Logbook)& theLog aLab.FindAttribute(TNaming_NamedShape::GetID(), aContextNS); if (aContextNS.IsNull() || aContextNS->IsEmpty()) { #ifdef OCCT_DEBUG - cout<<"FilletDriver:: Context is empty"<SetFailure(WRONG_ARGUMENT); return -1; @@ -96,7 +96,7 @@ Standard_Integer DNaming_FilletDriver::Execute(Handle(TFunction_Logbook)& theLog if(aRadius < Precision::Confusion()) { aFunction->SetFailure(WRONG_ARGUMENT); #ifdef OCCT_DEBUG - cout << "FilletDriver:: Radius < Precision::Confusion" << endl; + std::cout << "FilletDriver:: Radius < Precision::Confusion" << std::endl; #endif return -1; } @@ -106,7 +106,7 @@ Standard_Integer DNaming_FilletDriver::Execute(Handle(TFunction_Logbook)& theLog Handle(TNaming_NamedShape) aPathNS = DNaming::GetObjectValue(aPathObj); if (aPathNS.IsNull() || aPathNS->IsEmpty()) { #ifdef OCCT_DEBUG - cout<<"FilletDriver:: Path is empty"<SetFailure(WRONG_ARGUMENT); return -1; @@ -116,7 +116,7 @@ Standard_Integer DNaming_FilletDriver::Execute(Handle(TFunction_Logbook)& theLog TopoDS_Shape aCONTEXT = aContextNS->Get(); if (aPATH.IsNull() || aCONTEXT.IsNull()) { #ifdef OCCT_DEBUG - cout<<"FilletDriver:: Path or Context is null"<SetFailure(WRONG_ARGUMENT); return -1; diff --git a/src/DNaming/DNaming_Line3DDriver.cxx b/src/DNaming/DNaming_Line3DDriver.cxx index 1b6315238a..70cfad1050 100644 --- a/src/DNaming/DNaming_Line3DDriver.cxx +++ b/src/DNaming/DNaming_Line3DDriver.cxx @@ -120,16 +120,16 @@ Standard_Integer DNaming_Line3DDriver::Execute(Handle(TFunction_Logbook)& theLog aShape1 = aNS1->Get(); const gp_Pnt aDebPoint = BRep_Tool::Pnt(TopoDS::Vertex(aShape1)); (void )aDebPoint; - // cout << aCounter << " X = " << aDebPoint.X() << " Y = " << aDebPoint.Y() << " Z = " << aDebPoint.Z() << endl; + // std::cout << aCounter << " X = " << aDebPoint.X() << " Y = " << aDebPoint.Y() << " Z = " << aDebPoint.Z() << std::endl; } else - cout << " Line3DDriver:: NS1 is empty" << endl; + std::cout << " Line3DDriver:: NS1 is empty" << std::endl; if(!aNS2->IsEmpty()) { aShape2 = aNS2->Get(); const gp_Pnt aDebPoint = BRep_Tool::Pnt(TopoDS::Vertex(aShape2)); (void )aDebPoint; - // cout << aCounter+1 << " X = " << aDebPoint.X() << " Y = " << aDebPoint.Y() << " Z = " << aDebPoint.Z() << endl; + // std::cout << aCounter+1 << " X = " << aDebPoint.X() << " Y = " << aDebPoint.Y() << " Z = " << aDebPoint.Z() << std::endl; } else - cout << " Line3DDriver:: NS2 is empty" << endl; + std::cout << " Line3DDriver:: NS2 is empty" << std::endl; #endif if(aNS1->IsEmpty() || aNS2->IsEmpty() || aNS1->Get().IsNull() || aNS2->Get().IsNull()) { @@ -141,8 +141,8 @@ Standard_Integer DNaming_Line3DDriver::Execute(Handle(TFunction_Logbook)& theLog #ifdef OCCT_DEBUG const gp_Pnt aDebPoint1 = BRep_Tool::Pnt(TopoDS::Vertex(aShape1)); const gp_Pnt aDebPoint2 = BRep_Tool::Pnt(TopoDS::Vertex(aShape2)); - // cout << aCounter << " X = " << aDebPoint1.X() << " Y = " << aDebPoint1.Y() << " Z = " << aDebPoint1.Z() << endl; - // cout << aCounter+1 << " X = " << aDebPoint2.X() << " Y = " << aDebPoint2.Y() << " Z = " << aDebPoint2.Z() << endl; + // std::cout << aCounter << " X = " << aDebPoint1.X() << " Y = " << aDebPoint1.Y() << " Z = " << aDebPoint1.Z() << std::endl; + // std::cout << aCounter+1 << " X = " << aDebPoint2.X() << " Y = " << aDebPoint2.Y() << " Z = " << aDebPoint2.Z() << std::endl; (void )aDebPoint1; (void )aDebPoint2; #endif diff --git a/src/DNaming/DNaming_ModelingCommands.cxx b/src/DNaming/DNaming_ModelingCommands.cxx index bdd474eee2..b2315d3a68 100644 --- a/src/DNaming/DNaming_ModelingCommands.cxx +++ b/src/DNaming/DNaming_ModelingCommands.cxx @@ -198,7 +198,7 @@ static Handle(TFunction_Driver) GetDriver(const TCollection_AsciiString& name) else if(name == "Section") aDrv = new DNaming_BooleanOperationDriver(); else - cout << "the specified driver is not supported" <AddDriver(drvGUID, GetDriver(theArg[i])); #ifdef OCCT_DEBUG - cout << "DNaming_AddDriver : " << theArg[i] << " driver is added" <Label()); return 0; } - cout << "DNaming_AddBox : Error" << endl; + std::cout << "DNaming_AddBox : Error" << std::endl; return 1; } @@ -385,7 +385,7 @@ static Standard_Integer DNaming_BoxDX (Draw_Interpretor& theDI, return 0; } } - cout << "DNaming_BoxDX : Error" << endl; + std::cout << "DNaming_BoxDX : Error" << std::endl; return 1; } @@ -418,7 +418,7 @@ static Standard_Integer DNaming_BoxDY (Draw_Interpretor& theDI, return 0; } } - cout << "DNaming_BoxDY : Error" << endl; + std::cout << "DNaming_BoxDY : Error" << std::endl; return 1; } @@ -451,7 +451,7 @@ static Standard_Integer DNaming_BoxDZ (Draw_Interpretor& theDI, return 0; } } - cout << "DNaming_BoxDZ : Error" << endl; + std::cout << "DNaming_BoxDZ : Error" << std::endl; return 1; } @@ -498,7 +498,7 @@ static Standard_Integer DNaming_SolveFlatFrom (Draw_Interpretor& /*theDI*/, TCollection_AsciiString entry; TDF_Tool::Entry(FatherLab, entry); #ifdef OCCT_DEBUG - cout << "DNaming_SolveFlatFrom: Father label = " << entry << endl; + std::cout << "DNaming_SolveFlatFrom: Father label = " << entry << std::endl; #endif Handle(TFunction_Logbook) logbook = TFunction_Logbook::Set(FatherLab); Standard_Boolean found(Standard_False); @@ -515,7 +515,7 @@ static Standard_Integer DNaming_SolveFlatFrom (Draw_Interpretor& /*theDI*/, Handle(TFunction_Function) aFun; funLabel.FindAttribute(TFunction_Function::GetID(), aFun); if(aFun.IsNull()) { - cout << "DNaming_SolveFlatFrom:: Null function is found!" << endl; + std::cout << "DNaming_SolveFlatFrom:: Null function is found!" << std::endl; continue; } else { @@ -525,21 +525,21 @@ static Standard_Integer DNaming_SolveFlatFrom (Draw_Interpretor& /*theDI*/, logbook->Clear(); Standard_Integer aRes = ComputeFunction(aFun, logbook); if(aRes != 0) { - cout << "DNaming_SolveFlatFrom: Driver failed at label = " << entry << endl; + std::cout << "DNaming_SolveFlatFrom: Driver failed at label = " << entry << std::endl; return 1; } #ifdef OCCT_DEBUG - cout <<"DNaming_SolveFlatFrom : function from label " << entry << " is recomputed" << endl; + std::cout <<"DNaming_SolveFlatFrom : function from label " << entry << " is recomputed" << std::endl; #endif } catch (EXCEPTION) { - cout <<"DNaming_SolveFlatFrom : Exception computing function at label " << entry << endl; + std::cout <<"DNaming_SolveFlatFrom : Exception computing function at label " << entry << std::endl; } } } return 0; } ERR: - cout << "DNaming_SolveFlatFrom : Error" << endl; + std::cout << "DNaming_SolveFlatFrom : Error" << std::endl; return 1; } @@ -558,18 +558,18 @@ static Standard_Integer DNaming_InitLogBook (Draw_Interpretor& /*theDI*/, Handle(TFunction_Logbook) logbook = TFunction_Logbook::Set(aDoc->Main()); if(logbook->IsEmpty()) { #ifdef OCCT_DEBUG - cout << "DNaming_InitLogBook : is empty" <Clear(); #ifdef OCCT_DEBUG - cout << "DNaming_InitLogBook : cleaned" < " < " <Main()); if(logbook->IsEmpty()) - cout << "DNaming_CheckLogBook : is empty" <GetValid(); TDF_MapIteratorOfLabelMap it(aMap); TCollection_AsciiString entry; - cout << "DNaming_CheckLogBook : LogBook current state:" < " < " <IsEmpty()) - cout <<"Wrong Context ..." <Get(); @@ -698,14 +698,14 @@ static Standard_Integer DNaming_AttachShape (Draw_Interpretor& di, return 1; } catch (Standard_Failure const&) { - cout << "EXCEPTION: SELECTION_IMPOSSIBLE" <Label(), entry); - cout << "ContextNS Label = " << entry <IsEmpty()) - cout <<"Wrong Context ..." <Get(); try{ @@ -775,7 +775,7 @@ static Standard_Integer DNaming_XAttachShape (Draw_Interpretor& di, return 1; } catch (Standard_Failure const&) { - cout << "EXCEPTION: SELECTION_IMPOSSIBLE" <Label().FindChild(FUNCTION_ARGUMENTS_LABEL).FindChild(ATTACH_ARG), @@ -788,7 +788,7 @@ static Standard_Integer DNaming_XAttachShape (Draw_Interpretor& di, } } } - cout << "DNaming_XAttachShape : Error" << endl; + std::cout << "DNaming_XAttachShape : Error" << std::endl; return 1; } @@ -829,7 +829,7 @@ static Standard_Integer DNaming_AddCylinder (Draw_Interpretor& theDI, DDF::ReturnLabel(theDI, anObj->Label()); return 0; } - cout << "DNaming_AddCylinder : Error" << endl; + std::cout << "DNaming_AddCylinder : Error" << std::endl; return 1; } @@ -862,7 +862,7 @@ static Standard_Integer DNaming_CylRad (Draw_Interpretor& theDI, return 0; } } - cout << "DNaming_CylRadius : Error" << endl; + std::cout << "DNaming_CylRadius : Error" << std::endl; return 1; } @@ -895,7 +895,7 @@ static Standard_Integer DNaming_CylRad (Draw_Interpretor& theDI, DDF::ReturnLabel(theDI, aFun->Label()); return 0; } - cout << "DModel_AddFuse : Error" << endl; + std::cout << "DModel_AddFuse : Error" << std::endl; return 1; } @@ -929,7 +929,7 @@ static Standard_Integer DNaming_CylRad (Draw_Interpretor& theDI, DDF::ReturnLabel(theDI, aFun->Label()); return 0; } - cout << "DModel_AddCut : Error" << endl; + std::cout << "DModel_AddCut : Error" << std::endl; return 1; } @@ -962,7 +962,7 @@ static Standard_Integer DNaming_CylRad (Draw_Interpretor& theDI, DDF::ReturnLabel(theDI, aFun->Label()); return 0; } - cout << "DModel_AddComm : Error" << endl; + std::cout << "DModel_AddComm : Error" << std::endl; return 1; } @@ -994,7 +994,7 @@ static Standard_Integer DNaming_CylRad (Draw_Interpretor& theDI, DDF::ReturnLabel(theDI, aFun->Label()); return 0; } - cout << "DModel_AddSection : Error" << endl; + std::cout << "DModel_AddSection : Error" << std::endl; return 1; } @@ -1007,7 +1007,7 @@ static Standard_Integer DNaming_AddFillet (Draw_Interpretor& theDI, const char** theArg) { if (theNb < 5) { - cout<<"DNaming_AddFillet(): Wrong number of arguments"< 3) { #ifdef OCCT_DEBUG - cout << "NB = " << nb < 4) { #ifdef OCCT_DEBUG - cout << "NB = " << nb <Label()); return 0; } - cout << "DNaming_PRotateRoundLine : Error" << endl; + std::cout << "DNaming_PRotateRoundLine : Error" << std::endl; return 1; } @@ -1190,7 +1190,7 @@ static Standard_Integer DNaming_PMirrorObject(Draw_Interpretor& di, DDF::ReturnLabel(di, aFun->Label()); return 0; } - cout << "DNaming_PMirrorObject : Error" << endl; + std::cout << "DNaming_PMirrorObject : Error" << std::endl; return 1; } //======================================================================= @@ -1202,7 +1202,7 @@ static Standard_Integer DNaming_AddPrism (Draw_Interpretor& theDI, const char** theArg) { if (theNb < 5 ) { - cout<<"DNaming_AddPrism(): Wrong number of arguments"<Label()); return 0; } - cout << "DNaming_AddPoint : Error" << endl; + std::cout << "DNaming_AddPoint : Error" << std::endl; return 1; } @@ -1504,7 +1504,7 @@ static Standard_Integer DNaming_AddPointRlt (Draw_Interpretor& theDI, DDF::ReturnLabel(theDI, anObj->Label()); return 0; } - cout << "DNaming_AddPoint : Error" << endl; + std::cout << "DNaming_AddPoint : Error" << std::endl; return 1; } @@ -1554,11 +1554,11 @@ static Standard_Integer DNaming_PntOffset (Draw_Interpretor& theDI, if(isDX || isDY || isDZ) DDF::ReturnLabel(theDI, objLabel); else - cout <<"DNaming_PntOffset : Nothing changed" << endl; + std::cout <<"DNaming_PntOffset : Nothing changed" << std::endl; return 0; } } - cout << "DNaming_PntOffset : Error" << endl; + std::cout << "DNaming_PntOffset : Error" << std::endl; return 1; } @@ -1572,7 +1572,7 @@ static Standard_Integer DNaming_Line3D (Draw_Interpretor& theDI, const char** theArg) { if (theNb < 5) { - cout<<"DNaming_AddLine3D: Wrong number of arguments"<Label(), entry); - //cout << "ContextNS Label = " << entry <Label(), entry); - //cout << "ContextNS Label = " << entry <Label(), entry); @@ -1967,14 +1967,14 @@ static Standard_Integer DNaming_TestSingle (Draw_Interpretor& theDI, } if(aResult.Length()) { if(aResult.Search("Warning") == -1) - cout << "Failed units: " << aResult << " at " << entry << endl; + std::cout << "Failed units: " << aResult << " at " << entry << std::endl; else - cout << aResult << " at " << entry << endl; + std::cout << aResult << " at " << entry << std::endl; TDataStd_Name::Set(auxObj->Label(), aResult); } } if(aFailedList.Extent()) { - cout << "Failed units are kept at: "; + std::cout << "Failed units are kept at: "; TopTools_ListIteratorOfListOfShape it1(aFailedList); for(; it1.More(); it1.Next()) { const TDF_Label& aLabel = TDF_TagSource::NewChild(aDoc->Main()); @@ -1983,7 +1983,7 @@ static Standard_Integer DNaming_TestSingle (Draw_Interpretor& theDI, B.Generated(it1.Value()); TCollection_AsciiString entry; TDF_Tool::Entry(aLabel, entry); - cout << "\t" <Label(), entry); - cout << "First Selection function at " << entry <Label(), entry); @@ -2100,7 +2100,7 @@ static Standard_Integer DNaming_Multiple (Draw_Interpretor& theDI, aFailedList.Append(aCurShape); } if(aResult.Length()) - cout << "Failed units: " << aResult << endl; + std::cout << "Failed units: " << aResult << std::endl; } if(aFailedList.Extent()) { @@ -2118,7 +2118,7 @@ static Standard_Integer DNaming_Multiple (Draw_Interpretor& theDI, } } - cout << "DNaming_TestMultiple : Error" << endl; + std::cout << "DNaming_TestMultiple : Error" << std::endl; return 1; } diff --git a/src/DNaming/DNaming_PointDriver.cxx b/src/DNaming/DNaming_PointDriver.cxx index 522802d1af..5c0f954e87 100644 --- a/src/DNaming/DNaming_PointDriver.cxx +++ b/src/DNaming/DNaming_PointDriver.cxx @@ -89,7 +89,7 @@ Standard_Integer DNaming_PointDriver::Execute(Handle(TFunction_Logbook)& theLog) Handle(TNaming_NamedShape) aRefPntNS = DNaming::GetObjectValue(aRefPnt); if (aRefPntNS.IsNull() || aRefPntNS->IsEmpty()) { #ifdef OCCT_DEBUG - cout<<"PointDriver:: Ref Point is empty"<SetFailure(WRONG_ARGUMENT); return -1; diff --git a/src/DNaming/DNaming_PrismDriver.cxx b/src/DNaming/DNaming_PrismDriver.cxx index 6e9d8cc194..dab5cc46a6 100644 --- a/src/DNaming/DNaming_PrismDriver.cxx +++ b/src/DNaming/DNaming_PrismDriver.cxx @@ -85,9 +85,9 @@ Standard_Boolean DNaming_PrismDriver::MustExecute(const Handle(TFunction_Logbook static void Write(const TopoDS_Shape& shape, const Standard_CString filename) { - ofstream save; + std::ofstream save; save.open(filename); - save << "DBRep_DrawableShape" << endl << endl; + save << "DBRep_DrawableShape" << std::endl << std::endl; if(!shape.IsNull()) BRepTools::Write(shape, save); save.close(); } diff --git a/src/DNaming/DNaming_RevolutionDriver.cxx b/src/DNaming/DNaming_RevolutionDriver.cxx index aa36336cf6..ed061e825e 100644 --- a/src/DNaming/DNaming_RevolutionDriver.cxx +++ b/src/DNaming/DNaming_RevolutionDriver.cxx @@ -167,7 +167,7 @@ Standard_Integer DNaming_RevolutionDriver::Execute(Handle(TFunction_Logbook)& th } if(!anAxisOK) { #ifdef OCCT_DEBUG - cout<<"RevolutionDriver:: Axis is not correct"<SetFailure(WRONG_ARGUMENT); return -1; @@ -419,8 +419,8 @@ void DNaming_RevolutionDriver::LoadNamingDS (const TDF_Label& theResultLabel, #ifdef OCCT_DEBUG else { if(MS.HasDegenerated()) - cout <<"mkRevol has degenerated" <GetValid(aMap); #ifdef OCCT_DEBUG - cout <<"#E_DNaming_SelectionDriver:: Valid Label Map:"<IsEmpty()) { - cout << "%%%WARNING: DNaming_SelectionDriver::NamedShape is EMPTY on Label = "; - aNS->Label().EntryDump(cout); cout << endl; + std::cout << "%%%WARNING: DNaming_SelectionDriver::NamedShape is EMPTY on Label = "; + aNS->Label().EntryDump(std::cout); std::cout << std::endl; } else { #ifdef OCCT_DEBUG Write(aNS->Get(), "Selection_Result.brep"); - cout << "TShape = " << aNS->Get().TShape().get() <IsEmpty()) { #ifdef OCCT_DEBUG - cout<<"SphereDriver:: Center point is null or empty"<SetFailure(WRONG_ARGUMENT); return -1; @@ -99,7 +99,7 @@ Standard_Integer DNaming_SphereDriver::Execute(Handle(TFunction_Logbook)& theLog TopoDS_Shape aCntShape = aNSCnt->Get(); if(aCntShape.IsNull()) { #ifdef OCCT_DEBUG - cout<<"SphereDriver:: Center point is null"<SetFailure(WRONG_ARGUMENT); return -1; diff --git a/src/DNaming/DNaming_TransformationDriver.cxx b/src/DNaming/DNaming_TransformationDriver.cxx index a6cab05f44..f82e921a54 100644 --- a/src/DNaming/DNaming_TransformationDriver.cxx +++ b/src/DNaming/DNaming_TransformationDriver.cxx @@ -74,7 +74,7 @@ void PrintE(const TDF_Label& label) { TCollection_AsciiString entry; TDF_Tool::Entry(label, entry); - cout << "LabelEntry = "<< entry << endl; + std::cout << "LabelEntry = "<< entry << std::endl; } #endif //======================================================================= @@ -118,7 +118,7 @@ Standard_Integer DNaming_TransformationDriver::Execute(Handle(TFunction_Logbook) aLab.FindAttribute(TNaming_NamedShape::GetID(), aContextNS); if (aContextNS.IsNull() || aContextNS->IsEmpty()) { #ifdef OCCT_DEBUG - cout<<"TransformationDriver:: Context is empty"<SetFailure(WRONG_CONTEXT); return -1; @@ -349,7 +349,7 @@ void DNaming_TransformationDriver::LoadNamingDS (const TDF_Label& theResultLabel const TopoDS_Shape& aSrcShape = theSourceNS->Get(); if (aSrcShape.IsNull()) { #ifdef OCCT_DEBUG - cout<<"DNaming_TransformationDriver::LoadNamingDS: The result of the Transform operation is null"<Evolution() == TNaming_PRIMITIVE) isPrimitive = Standard_True; const TDF_Label& aSrcLabel = theSourceNS->Label(); #ifdef OCCT_DEBUG_TRSF - cout <<"TransformationDriver: "; + std::cout <<"TransformationDriver: "; PrintE(aSrcLabel); #endif diff --git a/src/DPrsStd/DPrsStd.cxx b/src/DPrsStd/DPrsStd.cxx index 94100d67fd..8ec61476cb 100644 --- a/src/DPrsStd/DPrsStd.cxx +++ b/src/DPrsStd/DPrsStd.cxx @@ -61,7 +61,7 @@ void DPrsStd::Factory(Draw_Interpretor& theDI) DPrsStd::AllCommands(theDI); DDocStd::AllCommands(theDI); #ifdef OCCT_DEBUG - cout << "Draw Plugin : All DF commands are loaded" << endl; + std::cout << "Draw Plugin : All DF commands are loaded" << std::endl; #endif } diff --git a/src/DPrsStd/DPrsStd_AISPresentationCommands.cxx b/src/DPrsStd/DPrsStd_AISPresentationCommands.cxx index 695175641f..c1ea69bb80 100644 --- a/src/DPrsStd/DPrsStd_AISPresentationCommands.cxx +++ b/src/DPrsStd/DPrsStd_AISPresentationCommands.cxx @@ -167,7 +167,7 @@ static Standard_Integer DPrsStd_AISSet (Draw_Interpretor& di, Standard_GUID guid; TCollection_ExtendedString str = arg[3]; #ifdef OCCT_DEBUG - cout << "Inputed parameter > " << str << endl; + std::cout << "Inputed parameter > " << str << std::endl; #endif if ( str == "A" ) //axis guid = TDataXtd_Axis::GetID(); //"2a96b601-ec8b-11d0-bee7-080009dc3333" @@ -188,9 +188,9 @@ static Standard_Integer DPrsStd_AISSet (Draw_Interpretor& di, Handle(TPrsStd_AISPresentation) prs= TPrsStd_AISPresentation::Set(L, guid); #ifdef OCCT_DEBUG - cout << "Driver GUID = "; - prs->GetDriverGUID().ShallowDump(cout); - cout << "\n"; + std::cout << "Driver GUID = "; + prs->GetDriverGUID().ShallowDump(std::cout); + std::cout << "\n"; #endif Standard_Character resS[37]; Standard_PCharacter presS; @@ -233,7 +233,7 @@ static Standard_Integer DPrsStd_AISDriver (Draw_Interpretor& di, else { TCollection_ExtendedString str = arg[3]; #ifdef OCCT_DEBUG - cout << "Inputed parameter > " << str << endl; + std::cout << "Inputed parameter > " << str << std::endl; #endif if ( str == "A" ) //axis guid = TDataXtd_Axis::GetID(); //"2a96b601-ec8b-11d0-bee7-080009dc3333" diff --git a/src/Draft/Draft_Modification_1.cxx b/src/Draft/Draft_Modification_1.cxx index 9ff93c998c..27ec1793a6 100644 --- a/src/Draft/Draft_Modification_1.cxx +++ b/src/Draft/Draft_Modification_1.cxx @@ -1363,9 +1363,9 @@ void Draft_Modification::Perform () #ifdef OCCT_DEBUG static Standard_Integer VertexRecomp = 1; if (VertexRecomp!=0) { - cout << "pori :" << vtori.X() << " " << vtori.Y() << " " << vtori.Z() << endl; - cout << " Edg 1 :" << Vinf.Parameter(Edg1) << endl; - cout << "pvt :" << pvt.X() << " " << pvt.Y() << " " << pvt.Z() << endl; + std::cout << "pori :" << vtori.X() << " " << vtori.Y() << " " << vtori.Z() << std::endl; + std::cout << " Edg 1 :" << Vinf.Parameter(Edg1) << std::endl; + std::cout << "pvt :" << pvt.X() << " " << pvt.Y() << " " << pvt.Z() << std::endl; } #endif @@ -1381,8 +1381,8 @@ void Draft_Modification::Perform () #ifdef OCCT_DEBUG if (VertexRecomp!=0) { - cout << " Edg 2 :" << Vinf.Parameter(Vinf.Edge()) << endl; - cout << "opvt " << opvt.X() << " " << opvt.Y() << " " << opvt.Z() << endl; + std::cout << " Edg 2 :" << Vinf.Parameter(Vinf.Edge()) << std::endl; + std::cout << "opvt " << opvt.X() << " " << opvt.Y() << " " << opvt.Z() << std::endl; } #endif @@ -1671,7 +1671,7 @@ Handle(Geom_Surface) Draft_Modification::NewSurface Standard_Real testdir = Direction.Dot(NeutralPlane.Axis().Direction()); if (Abs(testdir) <= 1.-Precision::Angular()) { #ifdef OCCT_DEBUG - cout << "NewSurfaceCyl:Draft_Direction_and_Neutral_Perpendicular" << endl; + std::cout << "NewSurfaceCyl:Draft_Direction_and_Neutral_Perpendicular" << std::endl; #endif return NewS; } @@ -1679,7 +1679,7 @@ Handle(Geom_Surface) Draft_Modification::NewSurface testdir = Direction.Dot(Cy.Axis().Direction()); if (Abs(testdir) <= 1.-Precision::Angular()) { #ifdef OCCT_DEBUG - cout << "NewSurfaceCyl:Draft_Direction_and_Cylinder_Perpendicular" << endl; + std::cout << "NewSurfaceCyl:Draft_Direction_and_Cylinder_Perpendicular" << std::endl; #endif return NewS; } @@ -1699,7 +1699,7 @@ Handle(Geom_Surface) Draft_Modification::NewSurface if (!isIntDone || i2s.TypeInter() != IntAna_Circle) { #ifdef OCCT_DEBUG - cout << "NewSurfaceCyl:Draft_Intersection_Neutral_Cylinder_NotDone" << endl; + std::cout << "NewSurfaceCyl:Draft_Intersection_Neutral_Cylinder_NotDone" << std::endl; #endif return NewS; } @@ -1736,7 +1736,7 @@ Handle(Geom_Surface) Draft_Modification::NewSurface Standard_Real testdir = Direction.Dot(NeutralPlane.Axis().Direction()); if (Abs(testdir) <= 1.-Precision::Angular()) { #ifdef OCCT_DEBUG - cout << "NewSurfaceCone:Draft_Direction_and_Neutral_Perpendicular" << endl; + std::cout << "NewSurfaceCone:Draft_Direction_and_Neutral_Perpendicular" << std::endl; #endif return NewS; } @@ -1746,7 +1746,7 @@ Handle(Geom_Surface) Draft_Modification::NewSurface testdir = Direction.Dot(Co1.Axis().Direction()); if (Abs(testdir) <= 1.-Precision::Angular()) { #ifdef OCCT_DEBUG - cout << "NewSurfaceCone:Draft_Direction_and_Cone_Perpendicular" << endl; + std::cout << "NewSurfaceCone:Draft_Direction_and_Cone_Perpendicular" << std::endl; #endif return NewS; } @@ -1756,7 +1756,7 @@ Handle(Geom_Surface) Draft_Modification::NewSurface i2s.Perform(NeutralPlane,Co1,Precision::Angular(),Precision::Confusion()); if (!i2s.IsDone() || i2s.TypeInter() != IntAna_Circle) { #ifdef OCCT_DEBUG - cout << "NewSurfaceCone:Draft_Intersection_Neutral_Conical_NotDone" << endl; + std::cout << "NewSurfaceCone:Draft_Intersection_Neutral_Conical_NotDone" << std::endl; #endif return NewS; } @@ -1797,7 +1797,7 @@ Handle(Geom_Surface) Draft_Modification::NewSurface } else { #ifdef OCCT_DEBUG - cout << "NewSurface:Draft_SurfNotYetImplemented" << endl; + std::cout << "NewSurface:Draft_SurfNotYetImplemented" << std::endl; #endif } return NewS; diff --git a/src/Draw/Draw.cxx b/src/Draw/Draw.cxx index e7e65bb84a..f0a27e42da 100644 --- a/src/Draw/Draw.cxx +++ b/src/Draw/Draw.cxx @@ -64,9 +64,9 @@ static const char* ColorNames[MAXCOLOR] = { "Maroon","Orange","Pink","Salmon","Violet","Yellow","Khaki","Coral" }; -filebuf Draw_Spyfile; +std::filebuf Draw_Spyfile; -static ostream spystream(&Draw_Spyfile); +static std::ostream spystream(&Draw_Spyfile); static Handle(Draw_ProgressIndicator) PInd = NULL; @@ -393,7 +393,7 @@ void Draw_Appli(int argc, char** argv, const FDraw_InitAppli Draw_InitAppli) #endif else { - cout << "DRAW is running in batch mode" << endl; + std::cout << "DRAW is running in batch mode" << std::endl; theCommands.Init(); Tcl_Init(theCommands.Interp()); } @@ -413,7 +413,7 @@ void Draw_Appli(int argc, char** argv, const FDraw_InitAppli Draw_InitAppli) // ***************************************************************** // set maximum precision for cout // ***************************************************************** - cout.precision(15); + std::cout.precision(15); // ***************************************************************** // standard commands @@ -486,8 +486,8 @@ void Draw_Appli(int argc, char** argv, const FDraw_InitAppli Draw_InitAppli) #ifdef _WIN32 ReadInitFile ("ddefault"); #else - cout << " the CASROOT variable is mandatory to Run OpenCascade "<< endl; - cout << "No default file" << endl; + std::cout << " the CASROOT variable is mandatory to Run OpenCascade "<< std::endl; + std::cout << "No default file" << std::endl; #endif } } @@ -545,8 +545,8 @@ void Draw_Appli(int argc, char** argv, const FDraw_InitAppli Draw_InitAppli) char cmd[MAXCMD]; for (int ncmd = 1;; ++ncmd) { - cout << "Draw[" << ncmd << "]> "; - if (cin.getline (cmd, MAXCMD).fail()) + std::cout << "Draw[" << ncmd << "]> "; + if (std::cin.getline (cmd, MAXCMD).fail()) { break; } @@ -654,7 +654,7 @@ Standard_Integer Tcl_AppInit (Tcl_Interp *) Standard_Integer Draw_Call (char *c) { Standard_Integer r = theCommands.Eval(c); - cout << theCommands.Result() << endl; + std::cout << theCommands.Result() << std::endl; return r; } @@ -676,8 +676,8 @@ void Draw::Load(Draw_Interpretor& theDI, const TCollection_AsciiString& theKey, if(!aPluginResource->Find(theKey.ToCString())) { Standard_SStream aMsg; aMsg << "Could not find the resource:"; - aMsg << theKey.ToCString()<< endl; - cout << "could not find the resource:"<Value(theKey.ToCString())<< " ; reason: "<< error.ToCString() << endl; + std::cout << "could not open: " << aPluginResource->Value(theKey.ToCString())<< " ; reason: "<< error.ToCString() << std::endl; #endif throw Draw_Failure(aMsg.str().c_str()); } diff --git a/src/Draw/Draw_Appli.hxx b/src/Draw/Draw_Appli.hxx index 14c99905dd..8296480d0e 100644 --- a/src/Draw/Draw_Appli.hxx +++ b/src/Draw/Draw_Appli.hxx @@ -44,15 +44,15 @@ class Draw_SaveAndRestore { Standard_EXPORT Draw_SaveAndRestore (const char* name, Standard_Boolean (*test)(const Handle(Draw_Drawable3D)&), - void (*save)(const Handle(Draw_Drawable3D)&, ostream&), - Handle(Draw_Drawable3D) (*restore) (istream&), + void (*save)(const Handle(Draw_Drawable3D)&, std::ostream&), + Handle(Draw_Drawable3D) (*restore) (std::istream&), Standard_Boolean display = Standard_True); const char* Name() const {return myName;} Standard_Boolean Test(const Handle(Draw_Drawable3D)&d); - void Save(const Handle(Draw_Drawable3D)& d, ostream& os) const; - Handle(Draw_Drawable3D) Restore(istream&) const; + void Save(const Handle(Draw_Drawable3D)& d, std::ostream& os) const; + Handle(Draw_Drawable3D) Restore(std::istream&) const; Standard_Boolean Disp() const {return myDisplay;} Draw_SaveAndRestore* Next() {return myNext;} @@ -60,8 +60,8 @@ class Draw_SaveAndRestore { const char* myName; Standard_Boolean (*myTest)(const Handle(Draw_Drawable3D)&); - void (*mySave)(const Handle(Draw_Drawable3D)&, ostream&); - Handle(Draw_Drawable3D) (*myRestore) (istream&); + void (*mySave)(const Handle(Draw_Drawable3D)&, std::ostream&); + Handle(Draw_Drawable3D) (*myRestore) (std::istream&); Standard_Boolean myDisplay; Draw_SaveAndRestore* myNext; diff --git a/src/Draw/Draw_BasicCommands.cxx b/src/Draw/Draw_BasicCommands.cxx index b0cd38ade1..8c57448a03 100644 --- a/src/Draw/Draw_BasicCommands.cxx +++ b/src/Draw/Draw_BasicCommands.cxx @@ -237,7 +237,7 @@ static Standard_Integer ifbatch(Draw_Interpretor& DI, Standard_Integer , const c //======================================================================= extern Standard_Boolean Draw_Spying; -extern filebuf Draw_Spyfile; +extern std::filebuf Draw_Spyfile; static Standard_Integer spy(Draw_Interpretor& di, Standard_Integer n, const char** a) { @@ -245,7 +245,7 @@ static Standard_Integer spy(Draw_Interpretor& di, Standard_Integer n, const char Draw_Spyfile.close(); Draw_Spying = Standard_False; if (n > 1) { - if (!Draw_Spyfile.open(a[1],ios::out)) { + if (!Draw_Spyfile.open(a[1],std::ios::out)) { di << "Cannot open "<0 && (anElapCurrent) >= CPU_LIMIT) { - cout << "Process killed by elapsed limit (" << CPU_LIMIT << " sec)" << endl; + std::cout << "Process killed by elapsed limit (" << CPU_LIMIT << " sec)" << std::endl; exit(2); } } @@ -745,7 +745,7 @@ static int dlocale (Draw_Interpretor& di, Standard_Integer n, const char** argv) else if ( ! strcmp (cat, "LC_TIME") ) category = LC_TIME; else { - cout << "Error: cannot recognize argument " << cat << " as one of LC_ macros" << endl; + std::cout << "Error: cannot recognize argument " << cat << " as one of LC_ macros" << std::endl; return 1; } } @@ -754,7 +754,7 @@ static int dlocale (Draw_Interpretor& di, Standard_Integer n, const char** argv) if (result) di << result; else - cout << "Error: unsupported locale specification: " << locale << endl; + std::cout << "Error: unsupported locale specification: " << locale << std::endl; return 0; } @@ -1030,7 +1030,7 @@ void Draw::BasicCommands(Draw_Interpretor& theCommands) if (Done) return; Done = Standard_True; - ios::sync_with_stdio(); + std::ios::sync_with_stdio(); const char* g = "DRAW General Commands"; diff --git a/src/Draw/Draw_Debug.cxx b/src/Draw/Draw_Debug.cxx index 4b60fc5e52..af6d6a743d 100644 --- a/src/Draw/Draw_Debug.cxx +++ b/src/Draw/Draw_Debug.cxx @@ -32,7 +32,7 @@ Standard_EXPORT const char* Draw_Eval (const char *theCommandStr) OCC_CATCH_SIGNALS Draw_Interpretor& aCommands = Draw::GetInterpretor(); aCommands.Eval (theCommandStr); - cout << aCommands.Result() << endl; + std::cout << aCommands.Result() << std::endl; return aCommands.Result(); } catch (Standard_Failure const& anException) diff --git a/src/Draw/Draw_GraphicCommands.cxx b/src/Draw/Draw_GraphicCommands.cxx index f09244be8f..4a0aa4c89d 100644 --- a/src/Draw/Draw_GraphicCommands.cxx +++ b/src/Draw/Draw_GraphicCommands.cxx @@ -64,11 +64,11 @@ static Standard_Integer ViewId(const Standard_CString a) { Standard_Integer id = Draw::Atoi(a); if ((id < 0) || (id >= MAXVIEW)) { - cout << "Incorrect view-id, must be in 0.."<= MAXVIEW)) { - cout << "Incorrect view-id, must be in 0.."<Find(aResource.ToCString())) { #ifdef OCCT_DEBUG - cout << "Parse Value ==> " << myResources->Value(aResource.ToCString()) << endl; + std::cout << "Parse Value ==> " << myResources->Value(aResource.ToCString()) << std::endl; #endif TCollection_AsciiString aValue(myResources->Value(aResource.ToCString())); // parse aValue string @@ -135,7 +135,7 @@ static void Parse (Draw_MapOfAsciiString& theMap) for(;;) { TCollection_AsciiString aCurKey = aValue.Token(" \t,", i++); #ifdef OCCT_DEBUG - cout << "Parse aCurKey = " << aCurKey.ToCString() << endl; + std::cout << "Parse aCurKey = " << aCurKey.ToCString() << std::endl; #endif if(aCurKey.IsEmpty()) break; if(!myResources->Find(aCurKey.ToCString())) { @@ -146,7 +146,7 @@ static void Parse (Draw_MapOfAsciiString& theMap) aMap2.Add(aCurKey); } } else - cout <<"Pload : Resource = " << aResource << " is not found" << endl; + std::cout <<"Pload : Resource = " << aResource << " is not found" << std::endl; if(!aMap2.IsEmpty()) Parse(aMap2); // @@ -223,12 +223,12 @@ static Standard_Integer Pload (Draw_Interpretor& di, const TCollection_AsciiString& aKey = aMap.FindKey(j); TCollection_AsciiString aResource = aKey; #ifdef OCCT_DEBUG - cout << "aResource = " << aResource << endl; + std::cout << "aResource = " << aResource << std::endl; #endif if(myResources->Find(aResource.ToCString())) { const TCollection_AsciiString& aValue = myResources->Value(aResource.ToCString()); #ifdef OCCT_DEBUG - cout << "Value ==> " << aValue << endl; + std::cout << "Value ==> " << aValue << std::endl; #endif //Draw::Load(di, aKey, aPluginFileName); @@ -246,18 +246,18 @@ static Standard_Integer Pload (Draw_Interpretor& di, OSD_File aTclScriptFileDefaults ( aTclScriptFileNameDefaults ); if (!aTclScriptDir.IsEmpty() && aTclScriptFile.Exists()) { #ifdef OCCT_DEBUG - cout << "Load " << aTclScriptFileName << " TclScript" << endl; + std::cout << "Load " << aTclScriptFileName << " TclScript" << std::endl; #endif di.EvalFile( aTclScriptFileName.ToCString() ); } else if (!aPluginDir.IsEmpty() && aTclScriptFileDefaults.Exists()) { #ifdef OCCT_DEBUG - cout << "Load " << aTclScriptFileNameDefaults << " TclScript" << endl; + std::cout << "Load " << aTclScriptFileNameDefaults << " TclScript" << std::endl; #endif di.EvalFile( aTclScriptFileNameDefaults.ToCString() ); } } else - cout <<"Pload : Resource = " << aResource << " is not found" << endl; + std::cout <<"Pload : Resource = " << aResource << " is not found" << std::endl; } return 0; } @@ -271,7 +271,7 @@ static Standard_Integer dtryload (Draw_Interpretor& di, Standard_Integer n, cons { if (n != 2) { - cout << "Error: specify path to library to be loaded" << endl; + std::cout << "Error: specify path to library to be loaded" << std::endl; return 1; } diff --git a/src/Draw/Draw_ProgressIndicator.cxx b/src/Draw/Draw_ProgressIndicator.cxx index 0b55eb74ef..35c1b6f045 100644 --- a/src/Draw/Draw_ProgressIndicator.cxx +++ b/src/Draw/Draw_ProgressIndicator.cxx @@ -161,7 +161,7 @@ Standard_Boolean Draw_ProgressIndicator::Show(const Standard_Boolean force) Standard_Boolean Draw_ProgressIndicator::UserBreak() { if ( StopIndicator() == this ) { -// cout << "Progress Indicator - User Break: " << StopIndicator() << ", " << (void*)this << endl; +// std::cout << "Progress Indicator - User Break: " << StopIndicator() << ", " << (void*)this << std::endl; myBreak = Standard_True; ((Draw_Interpretor*)myDraw)->Eval ( "XProgress -stop 0" ); } diff --git a/src/Draw/Draw_Segment2D.cxx b/src/Draw/Draw_Segment2D.cxx index 99fe81cf74..692c89542e 100644 --- a/src/Draw/Draw_Segment2D.cxx +++ b/src/Draw/Draw_Segment2D.cxx @@ -109,6 +109,6 @@ void Draw_Segment2D::Whatis(Draw_Interpretor& S) const void Draw_Segment2D::Dump(Standard_OStream& S) const { - S << setw(17) << myFirst.X() << " " << setw(17) << myFirst.Y() << " - " - << setw(17) << myLast.X() << " " << setw(17) << myLast.Y() << "\n"; + S << std::setw(17) << myFirst.X() << " " << std::setw(17) << myFirst.Y() << " - " + << std::setw(17) << myLast.X() << " " << std::setw(17) << myLast.Y() << "\n"; } diff --git a/src/Draw/Draw_VariableCommands.cxx b/src/Draw/Draw_VariableCommands.cxx index b571def3b4..f7ea808496 100644 --- a/src/Draw/Draw_VariableCommands.cxx +++ b/src/Draw/Draw_VariableCommands.cxx @@ -76,8 +76,8 @@ static Draw_SaveAndRestore* Draw_First = NULL; Draw_SaveAndRestore::Draw_SaveAndRestore (const char* name, Standard_Boolean (*test)(const Handle(Draw_Drawable3D)&), - void (*save)(const Handle(Draw_Drawable3D)&, ostream&), - Handle(Draw_Drawable3D) (*restore) (istream&), + void (*save)(const Handle(Draw_Drawable3D)&, std::ostream&), + Handle(Draw_Drawable3D) (*restore) (std::istream&), Standard_Boolean display) : myName(name), myTest(test), @@ -93,10 +93,10 @@ Standard_Boolean Draw_SaveAndRestore::Test(const Handle(Draw_Drawable3D)&d) {return (*myTest) (d);} void Draw_SaveAndRestore::Save(const Handle(Draw_Drawable3D)& d, - ostream& os) const + std::ostream& os) const { (*mySave) (d,os);} -Handle(Draw_Drawable3D) Draw_SaveAndRestore::Restore(istream& is) const +Handle(Draw_Drawable3D) Draw_SaveAndRestore::Restore(std::istream& is) const {return (*myRestore) (is);} //======================================================================= @@ -109,18 +109,18 @@ static Standard_Boolean numtest(const Handle(Draw_Drawable3D)& d) } static void numsave (const Handle(Draw_Drawable3D)& theDrawable, - ostream& theStream) + std::ostream& theStream) { Handle(Draw_Number) aNum = Handle(Draw_Number)::DownCast (theDrawable); - ios::fmtflags aFlags = theStream.flags(); - theStream.setf (ios::scientific); + std::ios::fmtflags aFlags = theStream.flags(); + theStream.setf (std::ios::scientific); theStream.precision (15); theStream.width (30); theStream << aNum->Value() << "\n"; theStream.setf (aFlags); } -static Handle(Draw_Drawable3D) numrestore (istream& is) +static Handle(Draw_Drawable3D) numrestore (std::istream& is) { Standard_Real val; is >> val; @@ -142,9 +142,9 @@ static Standard_Integer save(Draw_Interpretor& di, Standard_Integer n, const cha if (n <= 2) return 1; const char* name = a[2]; - ofstream os; + std::ofstream os; os.precision(15); - OSD_OpenStream(os, name, ios::out); + OSD_OpenStream(os, name, std::ios::out); if (!os.is_open() || !os.good()) { di << "Cannot open file for writing "<(aCD)); if (!anOldD.IsNull()) { if (theVariables.Contains(anOldD) && anOldD->Protected()) { - cout << "variable is protected" << endl; + std::cout << "variable is protected" << std::endl; return; } anOldD.Nullify(); @@ -958,7 +958,7 @@ static Standard_Real ParseValue(char*& name) name++; x = Parse(name); if (*name != ')') - cout << "Mismatched parenthesis" << endl; + std::cout << "Mismatched parenthesis" << std::endl; name++; break; @@ -1008,7 +1008,7 @@ static Standard_Real ParseValue(char*& name) q++; } if (pc > 0) { - cout << "Unclosed parenthesis"<< endl; + std::cout << "Unclosed parenthesis"<< std::endl; x = 0; } else { @@ -1044,7 +1044,7 @@ static Standard_Real ParseValue(char*& name) aCommands.Reset(); } if (aCommands.Eval(name) != 0) { - cout << "Call of function " << name << " failed" << endl; + std::cout << "Call of function " << name << " failed" << std::endl; x = 0; } else diff --git a/src/Draw/Draw_Viewer.cxx b/src/Draw/Draw_Viewer.cxx index 6e075af4b5..62ccf4fb11 100644 --- a/src/Draw/Draw_Viewer.cxx +++ b/src/Draw/Draw_Viewer.cxx @@ -47,7 +47,7 @@ static Standard_Boolean highlight = Standard_False; static Standard_Integer ps_vx, ps_vy; static Standard_Real ps_kx, ps_ky; static Standard_Integer ps_px, ps_py; -static ostream* ps_stream; +static std::ostream* ps_stream; static Standard_Integer ps_width[MAXCOLOR]; static Standard_Real ps_gray[MAXCOLOR]; @@ -645,7 +645,7 @@ void Draw_Viewer::PostScriptView (const Standard_Integer id, const Standard_Integer PYmin, const Standard_Integer PXmax, const Standard_Integer PYmax, - ostream& sortie) const + std::ostream& sortie) const { if (Draw_Batch) return; if (myViews[id]) { diff --git a/src/Draw/Draw_Viewer.hxx b/src/Draw/Draw_Viewer.hxx index 6669647697..e8d409994d 100644 --- a/src/Draw/Draw_Viewer.hxx +++ b/src/Draw/Draw_Viewer.hxx @@ -114,7 +114,7 @@ class Draw_Viewer { const Standard_Integer PYmin, const Standard_Integer PXmax, const Standard_Integer PYmax, - ostream& sortie) const; + std::ostream& sortie) const; Standard_EXPORT void PostColor(const Standard_Integer icol, const Standard_Integer width, const Standard_Real gray); diff --git a/src/Draw/Draw_Window.cxx b/src/Draw/Draw_Window.cxx index 626ed07959..4602f31b57 100644 --- a/src/Draw/Draw_Window.cxx +++ b/src/Draw/Draw_Window.cxx @@ -1106,7 +1106,7 @@ Standard_Boolean Init_Appli() OCC_CATCH_SIGNALS Tk_Init(interp) ; } catch (Standard_Failure const&) { - cout <<" Pb au lancement de TK_Init "< 8) || ((TCL_MAJOR_VERSION == 8) && (TCL_MINOR_VERSION >= 5))) - cout << "tkLoop: error in Tk initialization. Tcl reported: " << Tcl_GetStringResult(interp) << endl; + std::cout << "tkLoop: error in Tk initialization. Tcl reported: " << Tcl_GetStringResult(interp) << std::endl; #else - cout << "tkLoop: error in Tk initialization. Tcl reported: " << interp->result << endl; + std::cout << "tkLoop: error in Tk initialization. Tcl reported: " << interp->result << std::endl; #endif } } catch (Standard_Failure) { - cout << "tkLoop: exception in TK_Init\n"; + std::cout << "tkLoop: exception in TK_Init\n"; } Tcl_StaticPackage (interp, "Tk", Tk_Init, (Tcl_PackageInitProc* ) NULL); mainWindow = Tk_MainWindow (interp); @@ -2322,7 +2322,7 @@ static DWORD WINAPI tkLoop(VOID) #else fprintf (stderr, "%s\n", interp->result); #endif - cout << "tkLoop: Tk_MainWindow() returned NULL. Exiting...\n"; + std::cout << "tkLoop: Tk_MainWindow() returned NULL. Exiting...\n"; Tcl_Exit (0); } Tk_Name(mainWindow) = Tk_GetUid (Tk_SetAppName (mainWindow, "Draw")); @@ -2396,7 +2396,7 @@ void Run_Appli(HWND hWnd) 0, // use default creation flags &IDThread); // returns thread identifier if (!hThread) { - cout << "pb in creation of the thread reading stdin" << endl; + std::cout << "pb in creation of the thread reading stdin" << std::endl; Draw_IsConsoleSubsystem = Standard_False; Init_Appli (GetModuleHandleW (NULL), GetModuleHandleW (NULL), diff --git a/src/DrawDim/DrawDim_PlanarDiameter.cxx b/src/DrawDim/DrawDim_PlanarDiameter.cxx index 51e3537514..a623c3343a 100644 --- a/src/DrawDim/DrawDim_PlanarDiameter.cxx +++ b/src/DrawDim/DrawDim_PlanarDiameter.cxx @@ -82,6 +82,6 @@ void DrawDim_PlanarDiameter::DrawOn(Draw_Display& dis) const } } #ifdef OCCT_DEBUG - cout << " DrawDim_PlanarDiameter::DrawOn : dimension error" << endl; + std::cout << " DrawDim_PlanarDiameter::DrawOn : dimension error" << std::endl; #endif } diff --git a/src/DrawDim/DrawDim_PlanarDistance.cxx b/src/DrawDim/DrawDim_PlanarDistance.cxx index 301331682d..41d7147e8c 100644 --- a/src/DrawDim/DrawDim_PlanarDistance.cxx +++ b/src/DrawDim/DrawDim_PlanarDistance.cxx @@ -119,6 +119,6 @@ void DrawDim_PlanarDistance::DrawOn(Draw_Display& dis) const } } #ifdef OCCT_DEBUG - cout << " DrawDim_PlanarDistance::DrawOn : dimension error" << endl; + std::cout << " DrawDim_PlanarDistance::DrawOn : dimension error" << std::endl; #endif } diff --git a/src/DrawDim/DrawDim_PlanarRadius.cxx b/src/DrawDim/DrawDim_PlanarRadius.cxx index fe8f777697..d27f176d42 100644 --- a/src/DrawDim/DrawDim_PlanarRadius.cxx +++ b/src/DrawDim/DrawDim_PlanarRadius.cxx @@ -81,6 +81,6 @@ void DrawDim_PlanarRadius::DrawOn(Draw_Display& dis) const } } #ifdef OCCT_DEBUG - cout << " DrawDim_PlanarRadius::DrawOn : dimension error" << endl; + std::cout << " DrawDim_PlanarRadius::DrawOn : dimension error" << std::endl; #endif } diff --git a/src/DrawDim/DrawDim_Radius.cxx b/src/DrawDim/DrawDim_Radius.cxx index ca0d15b0cf..9babba8298 100644 --- a/src/DrawDim/DrawDim_Radius.cxx +++ b/src/DrawDim/DrawDim_Radius.cxx @@ -83,7 +83,7 @@ void DrawDim_Radius::DrawOn(Draw_Display& dis) const //void AIS_RadiusDimension::ComputeOneFaceRadius(const Handle(Prs3d_Presentation)& aPresentation) //{ #ifdef OCCT_DEBUG - cout << "entree dans computeonefaceradius"<< endl; + std::cout << "entree dans computeonefaceradius"<< std::endl; #endif BRepAdaptor_Surface surfAlgo (TopoDS::Face(myFShape)); Standard_Real uFirst, uLast, vFirst, vLast; diff --git a/src/DrawTrSurf/DrawTrSurf.cxx b/src/DrawTrSurf/DrawTrSurf.cxx index 7acc396812..feb6d5f5da 100644 --- a/src/DrawTrSurf/DrawTrSurf.cxx +++ b/src/DrawTrSurf/DrawTrSurf.cxx @@ -1430,13 +1430,13 @@ static Standard_Boolean ctest(const Handle(Draw_Drawable3D)& d) return d->IsInstance(STANDARD_TYPE(DrawTrSurf_Curve)); } -static void csave(const Handle(Draw_Drawable3D)&d, ostream& OS) +static void csave(const Handle(Draw_Drawable3D)&d, std::ostream& OS) { Handle(DrawTrSurf_Curve) N = Handle(DrawTrSurf_Curve)::DownCast(d); GeomTools_CurveSet::PrintCurve(N->GetCurve(),OS,Standard_True); } -static Handle(Draw_Drawable3D) crestore (istream& is) +static Handle(Draw_Drawable3D) crestore (std::istream& is) { Handle(Geom_Curve) G = GeomTools_CurveSet::ReadCurve(is); Handle(DrawTrSurf_Curve) N = @@ -1460,14 +1460,14 @@ static Standard_Boolean bzctest(const Handle(Draw_Drawable3D)& d) return d->IsInstance(STANDARD_TYPE(DrawTrSurf_BezierCurve)); } -static void bzcsave(const Handle(Draw_Drawable3D)&d, ostream& OS) +static void bzcsave(const Handle(Draw_Drawable3D)&d, std::ostream& OS) { Handle(DrawTrSurf_BezierCurve) N = Handle(DrawTrSurf_BezierCurve)::DownCast(d); GeomTools_CurveSet::PrintCurve(N->GetCurve(),OS,Standard_True); } -static Handle(Draw_Drawable3D) bzcrestore (istream& is) +static Handle(Draw_Drawable3D) bzcrestore (std::istream& is) { Handle(Geom_BezierCurve) G = Handle(Geom_BezierCurve)::DownCast (GeomTools_CurveSet::ReadCurve(is)); @@ -1493,14 +1493,14 @@ static Standard_Boolean bsctest(const Handle(Draw_Drawable3D)& d) return d->IsInstance(STANDARD_TYPE(DrawTrSurf_BSplineCurve)); } -static void bscsave(const Handle(Draw_Drawable3D)&d, ostream& OS) +static void bscsave(const Handle(Draw_Drawable3D)&d, std::ostream& OS) { Handle(DrawTrSurf_BSplineCurve) N = Handle(DrawTrSurf_BSplineCurve)::DownCast(d); GeomTools_CurveSet::PrintCurve(N->GetCurve(),OS,Standard_True); } -static Handle(Draw_Drawable3D) bscrestore (istream& is) +static Handle(Draw_Drawable3D) bscrestore (std::istream& is) { Handle(Geom_BSplineCurve) G = Handle(Geom_BSplineCurve)::DownCast (GeomTools_CurveSet::ReadCurve(is)); @@ -1527,13 +1527,13 @@ static Standard_Boolean c2dtest(const Handle(Draw_Drawable3D)& d) return d->IsInstance(STANDARD_TYPE(DrawTrSurf_Curve2d)); } -static void c2dsave(const Handle(Draw_Drawable3D)&d, ostream& OS) +static void c2dsave(const Handle(Draw_Drawable3D)&d, std::ostream& OS) { Handle(DrawTrSurf_Curve2d) N = Handle(DrawTrSurf_Curve2d)::DownCast(d); GeomTools_Curve2dSet::PrintCurve2d(N->GetCurve(),OS,Standard_True); } -static Handle(Draw_Drawable3D) c2drestore (istream& is) +static Handle(Draw_Drawable3D) c2drestore (std::istream& is) { Handle(Geom2d_Curve) G = GeomTools_Curve2dSet::ReadCurve2d(is); Handle(DrawTrSurf_Curve2d) N = @@ -1557,14 +1557,14 @@ static Standard_Boolean bzc2dtest(const Handle(Draw_Drawable3D)& d) return d->IsInstance(STANDARD_TYPE(DrawTrSurf_BezierCurve2d)); } -static void bzc2dsave(const Handle(Draw_Drawable3D)&d, ostream& OS) +static void bzc2dsave(const Handle(Draw_Drawable3D)&d, std::ostream& OS) { Handle(DrawTrSurf_BezierCurve2d) N = Handle(DrawTrSurf_BezierCurve2d)::DownCast(d); GeomTools_Curve2dSet::PrintCurve2d(N->GetCurve(),OS,Standard_True); } -static Handle(Draw_Drawable3D) bzc2drestore (istream& is) +static Handle(Draw_Drawable3D) bzc2drestore (std::istream& is) { Handle(Geom2d_BezierCurve) G = Handle(Geom2d_BezierCurve)::DownCast (GeomTools_Curve2dSet::ReadCurve2d(is)); @@ -1590,14 +1590,14 @@ static Standard_Boolean bsc2dtest(const Handle(Draw_Drawable3D)& d) return d->IsInstance(STANDARD_TYPE(DrawTrSurf_BSplineCurve2d)); } -static void bsc2dsave(const Handle(Draw_Drawable3D)&d, ostream& OS) +static void bsc2dsave(const Handle(Draw_Drawable3D)&d, std::ostream& OS) { Handle(DrawTrSurf_BSplineCurve2d) N = Handle(DrawTrSurf_BSplineCurve2d)::DownCast(d); GeomTools_Curve2dSet::PrintCurve2d(N->GetCurve(),OS,Standard_True); } -static Handle(Draw_Drawable3D) bsc2drestore (istream& is) +static Handle(Draw_Drawable3D) bsc2drestore (std::istream& is) { Handle(Geom2d_BSplineCurve) G = Handle(Geom2d_BSplineCurve)::DownCast (GeomTools_Curve2dSet::ReadCurve2d(is)); @@ -1624,13 +1624,13 @@ static Standard_Boolean stest(const Handle(Draw_Drawable3D)& d) return d->IsInstance(STANDARD_TYPE(DrawTrSurf_Surface)); } -static void ssave(const Handle(Draw_Drawable3D)&d, ostream& OS) +static void ssave(const Handle(Draw_Drawable3D)&d, std::ostream& OS) { Handle(DrawTrSurf_Surface) N = Handle(DrawTrSurf_Surface)::DownCast(d); GeomTools_SurfaceSet::PrintSurface(N->GetSurface(),OS,Standard_True); } -static Handle(Draw_Drawable3D) srestore (istream& is) +static Handle(Draw_Drawable3D) srestore (std::istream& is) { Handle(Geom_Surface) G = GeomTools_SurfaceSet::ReadSurface(is); Handle(DrawTrSurf_Surface) N = @@ -1657,14 +1657,14 @@ static Standard_Boolean bzstest(const Handle(Draw_Drawable3D)& d) return d->IsInstance(STANDARD_TYPE(DrawTrSurf_BezierSurface)); } -static void bzssave(const Handle(Draw_Drawable3D)&d, ostream& OS) +static void bzssave(const Handle(Draw_Drawable3D)&d, std::ostream& OS) { Handle(DrawTrSurf_BezierSurface) N = Handle(DrawTrSurf_BezierSurface)::DownCast(d); GeomTools_SurfaceSet::PrintSurface(N->GetSurface(),OS,Standard_True); } -static Handle(Draw_Drawable3D) bzsrestore (istream& is) +static Handle(Draw_Drawable3D) bzsrestore (std::istream& is) { Handle(Geom_BezierSurface) G = Handle(Geom_BezierSurface)::DownCast (GeomTools_SurfaceSet::ReadSurface(is)); @@ -1692,14 +1692,14 @@ static Standard_Boolean bsstest(const Handle(Draw_Drawable3D)& d) return d->IsInstance(STANDARD_TYPE(DrawTrSurf_BSplineSurface)); } -static void bsssave(const Handle(Draw_Drawable3D)&d, ostream& OS) +static void bsssave(const Handle(Draw_Drawable3D)&d, std::ostream& OS) { Handle(DrawTrSurf_BSplineSurface) N = Handle(DrawTrSurf_BSplineSurface)::DownCast(d); GeomTools_SurfaceSet::PrintSurface(N->GetSurface(),OS,Standard_True); } -static Handle(Draw_Drawable3D) bssrestore (istream& is) +static Handle(Draw_Drawable3D) bssrestore (std::istream& is) { Handle(Geom_BSplineSurface) G = Handle(Geom_BSplineSurface)::DownCast (GeomTools_SurfaceSet::ReadSurface(is)); @@ -1737,16 +1737,16 @@ static Standard_Boolean pnttest(const Handle(Draw_Drawable3D)& d) return d->IsInstance(STANDARD_TYPE(DrawTrSurf_Point)); } -static void pntsave(const Handle(Draw_Drawable3D)&d, ostream& OS) +static void pntsave(const Handle(Draw_Drawable3D)&d, std::ostream& OS) { Handle(DrawTrSurf_Point) N = Handle(DrawTrSurf_Point)::DownCast(d); #if !defined(_MSC_VER) && !defined(__sgi) && !defined(IRIX) - ios::fmtflags F = OS.flags(); - OS.setf(ios::scientific,ios::floatfield); + std::ios::fmtflags F = OS.flags(); + OS.setf(std::ios::scientific,std::ios::floatfield); OS.precision(15); #else - long form = OS.setf(ios::scientific); + long form = OS.setf(std::ios::scientific); std::streamsize prec = OS.precision(15); #endif gp_Pnt P = N->Point(); @@ -1766,7 +1766,7 @@ static void pntsave(const Handle(Draw_Drawable3D)&d, ostream& OS) #endif } -static Handle(Draw_Drawable3D) pntrestore (istream& is) +static Handle(Draw_Drawable3D) pntrestore (std::istream& is) { Standard_Integer is3d; is >> is3d; @@ -1799,16 +1799,16 @@ static Standard_Boolean triatest(const Handle(Draw_Drawable3D)& d) return d->IsInstance(STANDARD_TYPE(DrawTrSurf_Triangulation)); } -static void triasave(const Handle(Draw_Drawable3D)&d, ostream& OS) +static void triasave(const Handle(Draw_Drawable3D)&d, std::ostream& OS) { Handle(DrawTrSurf_Triangulation) T = Handle(DrawTrSurf_Triangulation)::DownCast(d); #if !defined(_MSC_VER) && !defined(__sgi) && !defined(IRIX) - ios::fmtflags F = OS.flags(); - OS.setf(ios::scientific,ios::floatfield); + std::ios::fmtflags F = OS.flags(); + OS.setf(std::ios::scientific,std::ios::floatfield); OS.precision(15); #else - long form = OS.setf(ios::scientific); + long form = OS.setf(std::ios::scientific); std::streamsize prec = OS.precision(15); #endif Poly::Write(T->Triangulation(),OS); @@ -1820,7 +1820,7 @@ static void triasave(const Handle(Draw_Drawable3D)&d, ostream& OS) #endif } -static Handle(Draw_Drawable3D) triarestore (istream& is) +static Handle(Draw_Drawable3D) triarestore (std::istream& is) { return new DrawTrSurf_Triangulation(Poly::ReadTriangulation(is)); } @@ -1840,16 +1840,16 @@ static Standard_Boolean poly3dtest(const Handle(Draw_Drawable3D)& d) return d->IsInstance(STANDARD_TYPE(DrawTrSurf_Polygon3D)); } -static void poly3dsave(const Handle(Draw_Drawable3D)&d, ostream& OS) +static void poly3dsave(const Handle(Draw_Drawable3D)&d, std::ostream& OS) { Handle(DrawTrSurf_Polygon3D) T = Handle(DrawTrSurf_Polygon3D)::DownCast(d); #if !defined(_MSC_VER) && !defined(__sgi) && !defined(IRIX) - ios::fmtflags F = OS.flags(); - OS.setf(ios::scientific,ios::floatfield); + std::ios::fmtflags F = OS.flags(); + OS.setf(std::ios::scientific,std::ios::floatfield); OS.precision(15); #else - long form = OS.setf(ios::scientific); + long form = OS.setf(std::ios::scientific); std::streamsize prec = OS.precision(15); #endif Poly::Write(T->Polygon3D(),OS); @@ -1861,7 +1861,7 @@ static void poly3dsave(const Handle(Draw_Drawable3D)&d, ostream& OS) #endif } -static Handle(Draw_Drawable3D) poly3drestore (istream& is) +static Handle(Draw_Drawable3D) poly3drestore (std::istream& is) { return new DrawTrSurf_Polygon3D(Poly::ReadPolygon3D(is)); } @@ -1880,16 +1880,16 @@ static Standard_Boolean poly2dtest(const Handle(Draw_Drawable3D)& d) return d->IsInstance(STANDARD_TYPE(DrawTrSurf_Polygon2D)); } -static void poly2dsave(const Handle(Draw_Drawable3D)&d, ostream& OS) +static void poly2dsave(const Handle(Draw_Drawable3D)&d, std::ostream& OS) { Handle(DrawTrSurf_Polygon2D) T = Handle(DrawTrSurf_Polygon2D)::DownCast(d); #if !defined(_MSC_VER) && !defined(__sgi) && !defined(IRIX) - ios::fmtflags F = OS.flags(); - OS.setf(ios::scientific, ios::floatfield); + std::ios::fmtflags F = OS.flags(); + OS.setf(std::ios::scientific, std::ios::floatfield); OS.precision(15); #else - long form = OS.setf(ios::scientific); + long form = OS.setf(std::ios::scientific); std::streamsize prec = OS.precision(15); #endif Poly::Write(T->Polygon2D(),OS); @@ -1901,7 +1901,7 @@ static void poly2dsave(const Handle(Draw_Drawable3D)&d, ostream& OS) #endif } -static Handle(Draw_Drawable3D) poly2drestore (istream& is) +static Handle(Draw_Drawable3D) poly2drestore (std::istream& is) { return new DrawTrSurf_Polygon2D(Poly::ReadPolygon2D(is)); } diff --git a/src/DrawTrSurf/DrawTrSurf_Debug.cxx b/src/DrawTrSurf/DrawTrSurf_Debug.cxx index fe1667bfd7..ab1bf497f9 100644 --- a/src/DrawTrSurf/DrawTrSurf_Debug.cxx +++ b/src/DrawTrSurf/DrawTrSurf_Debug.cxx @@ -125,7 +125,7 @@ const char* DrawTrSurf_Set (const char* theName, const gp_Pnt2d& thePnt2d) void DrawTrSurf_Get(const char* name, Handle(Standard_Transient)& G) { Handle(Geom_Geometry) GG = DrawTrSurf::Get(name); - cout << "Nom : " << name << endl; + std::cout << "Nom : " << name << std::endl; if (!GG.IsNull()) { G = GG; return; @@ -137,6 +137,6 @@ void DrawTrSurf_Get(const char* name, Handle(Standard_Transient)& G) return; } - cout << "*** Not a geometric object ***" << endl; + std::cout << "*** Not a geometric object ***" << std::endl; } */ diff --git a/src/DrawTrSurf/DrawTrSurf_Point.cxx b/src/DrawTrSurf/DrawTrSurf_Point.cxx index 53a78553bf..5f9d29214e 100644 --- a/src/DrawTrSurf/DrawTrSurf_Point.cxx +++ b/src/DrawTrSurf/DrawTrSurf_Point.cxx @@ -185,17 +185,17 @@ Handle(Draw_Drawable3D) DrawTrSurf_Point::Copy() const void DrawTrSurf_Point::Dump(Standard_OStream& S) const { #if !defined(_MSC_VER) && !defined(__sgi) && !defined(IRIX) - ios::fmtflags F = S.flags(); - S.setf(ios::scientific,ios::floatfield); + std::ios::fmtflags F = S.flags(); + S.setf(std::ios::scientific,std::ios::floatfield); S.precision(15); #else - long form = S.setf(ios::scientific); + long form = S.setf(std::ios::scientific); std::streamsize prec = S.precision(15); #endif if (is3D) - S << "Point : " << myPoint.X() << ", " << myPoint.Y() << ", " << myPoint.Z() <Value(j)<<" "; - cout<Value(j)<<" "; + std::cout<Value(i)<<" "; - cout<Value(i)<<" "; + std::cout<Value(j)<<" "; - cout<Value(j)<<" "; + std::cout<> aType)) throw Storage_StreamTypeMismatchError(); - // cout << "REF:" << aRef << " TYPE:"<< aType << endl; + // std::cout << "REF:" << aRef << " TYPE:"<< aType << std::endl; } //======================================================================= @@ -358,7 +358,7 @@ void FSD_CmpFile::ReadPersistentObjectHeader(Standard_Integer& aRef, void FSD_CmpFile::BeginReadPersistentObjectData() { - //cout << "BeginReadPersistentObjectData" << endl; + //std::cout << "BeginReadPersistentObjectData" << std::endl; } //======================================================================= @@ -368,7 +368,7 @@ void FSD_CmpFile::BeginReadPersistentObjectData() void FSD_CmpFile::BeginReadObjectData() { - // cout << "BeginReadObjectData" << endl; + // std::cout << "BeginReadObjectData" << std::endl; } //======================================================================= @@ -378,7 +378,7 @@ void FSD_CmpFile::BeginReadObjectData() void FSD_CmpFile::EndReadObjectData() { - // cout << "EndReadObjectData" << endl; + // std::cout << "EndReadObjectData" << std::endl; } //======================================================================= @@ -400,5 +400,5 @@ void FSD_CmpFile::EndReadPersistentObjectData() if (c == '\r') { myStream.get(c); } - // cout << "EndReadPersistentObjectData" << endl; + // std::cout << "EndReadPersistentObjectData" << std::endl; } diff --git a/src/FSD/FSD_FStream.hxx b/src/FSD/FSD_FStream.hxx index 7731cb5284..9a81de07cc 100644 --- a/src/FSD/FSD_FStream.hxx +++ b/src/FSD/FSD_FStream.hxx @@ -18,6 +18,6 @@ #include #include -typedef fstream FSD_FStream; +typedef std::fstream FSD_FStream; #endif diff --git a/src/FSD/FSD_File.cxx b/src/FSD/FSD_File.cxx index c02ee5c24f..2bdf0f53f4 100644 --- a/src/FSD/FSD_File.cxx +++ b/src/FSD/FSD_File.cxx @@ -91,18 +91,18 @@ Storage_Error FSD_File::Open(const TCollection_AsciiString& aName,const Storage_ } case Storage_VSRead: { - // ios::nocreate is not portable - anOpenMode = ios::in; + // std::ios::nocreate is not portable + anOpenMode = std::ios::in; break; } case Storage_VSWrite: { - anOpenMode = ios::out; + anOpenMode = std::ios::out; break; } case Storage_VSReadWrite: { - anOpenMode = ios::in | ios::out; + anOpenMode = std::ios::in | std::ios::out; break; } } @@ -511,10 +511,10 @@ Storage_BaseDriver& FSD_File::GetCharacter(Standard_Character& aValue) unsigned short i = 0; if (!(myStream >> i)) { // SGI : donne une erreur mais a une bonne valeur pour les caracteres ecrits - // signes (-80 fait ios::badbit, mais la variable i est initialisee) + // signes (-80 fait std::ios::badbit, mais la variable i est initialisee) // if (i == 0) throw Storage_StreamTypeMismatchError(); - myStream.clear(ios::goodbit); // .clear(0) is not portable + myStream.clear(std::ios::goodbit); // .clear(0) is not portable } aValue = (char)i; @@ -1267,7 +1267,7 @@ void FSD_File::ReadPersistentObjectHeader(Standard_Integer& aRef, } if (!(myStream >> aType)) throw Storage_StreamTypeMismatchError(); -// cout << "REF:" << aRef << " TYPE:"<< aType << endl; +// std::cout << "REF:" << aRef << " TYPE:"<< aType << std::endl; } //======================================================================= @@ -1286,7 +1286,7 @@ void FSD_File::BeginReadPersistentObjectData() myStream.get(c); } -//cout << "BeginReadPersistentObjectData" << endl; +//std::cout << "BeginReadPersistentObjectData" << std::endl; } //======================================================================= @@ -1305,7 +1305,7 @@ void FSD_File::BeginReadObjectData() myStream.get(c); } -// cout << "BeginReadObjectData" << endl; +// std::cout << "BeginReadObjectData" << std::endl; } //======================================================================= @@ -1324,7 +1324,7 @@ void FSD_File::EndReadObjectData() myStream.get(c); } -// cout << "EndReadObjectData" << endl; +// std::cout << "EndReadObjectData" << std::endl; } //======================================================================= @@ -1351,7 +1351,7 @@ void FSD_File::EndReadPersistentObjectData() } myStream.get(c); } -// cout << "EndReadPersistentObjectData" << endl; +// std::cout << "EndReadPersistentObjectData" << std::endl; } //======================================================================= diff --git a/src/FairCurve/FairCurve_Batten.cxx b/src/FairCurve/FairCurve_Batten.cxx index 60dde67034..ea843f9e28 100644 --- a/src/FairCurve/FairCurve_Batten.cxx +++ b/src/FairCurve/FairCurve_Batten.cxx @@ -441,7 +441,7 @@ Standard_Boolean FairCurve_Batten::Compute(const gp_Vec2d& DeltaP1, } // For eventual debug -// Newton.Dump(cout); +// Newton.Dump(std::cout); return OkCompute; } @@ -531,31 +531,31 @@ void FairCurve_Batten::Dump(Standard_OStream& o) const // ================================================================== { -o << " Batten |"; o.width(7); o<< "Old | New" << endl; -o << " P1 X |"; o.width(7); o<< OldP1.X() << " | " << NewP1.X() << endl; -o << " Y |"; o.width(7); o<< OldP1.Y() << " | " << NewP1.Y() << endl; -o << " P2 X |"; o.width(7); o<< OldP2.X() << " | " << NewP2.X() << endl; -o << " Y |"; o.width(7); o<< OldP2.Y() << " | " << NewP2.Y() << endl; -o << " Angle1 |"; o.width(7); o<< OldAngle1 << " | " << NewAngle1 << endl; -o << " Angle2 |"; o.width(7); o<< OldAngle2 << " | " << NewAngle2 << endl; -o << " Height |"; o.width(7); o<< OldHeight << " | " << NewHeight << endl; -o << " Slope |"; o.width(7); o<< OldSlope << " | " << NewSlope << endl; -o << " SlidingFactor |"; o.width(7); o<< OldSlidingFactor << " | " << NewSlidingFactor << endl; -o << " FreeSliding |"; o.width(7); o<< OldFreeSliding << " | " << NewFreeSliding << endl; -o << " ConstrOrder1 |"; o.width(7); o<< OldConstraintOrder1 << " | " << NewConstraintOrder1 << endl; -o << " ConstrOrder2 |" ; o.width(7); o<< OldConstraintOrder2 << " | " << NewConstraintOrder2 << endl; +o << " Batten |"; o.width(7); o<< "Old | New" << std::endl; +o << " P1 X |"; o.width(7); o<< OldP1.X() << " | " << NewP1.X() << std::endl; +o << " Y |"; o.width(7); o<< OldP1.Y() << " | " << NewP1.Y() << std::endl; +o << " P2 X |"; o.width(7); o<< OldP2.X() << " | " << NewP2.X() << std::endl; +o << " Y |"; o.width(7); o<< OldP2.Y() << " | " << NewP2.Y() << std::endl; +o << " Angle1 |"; o.width(7); o<< OldAngle1 << " | " << NewAngle1 << std::endl; +o << " Angle2 |"; o.width(7); o<< OldAngle2 << " | " << NewAngle2 << std::endl; +o << " Height |"; o.width(7); o<< OldHeight << " | " << NewHeight << std::endl; +o << " Slope |"; o.width(7); o<< OldSlope << " | " << NewSlope << std::endl; +o << " SlidingFactor |"; o.width(7); o<< OldSlidingFactor << " | " << NewSlidingFactor << std::endl; +o << " FreeSliding |"; o.width(7); o<< OldFreeSliding << " | " << NewFreeSliding << std::endl; +o << " ConstrOrder1 |"; o.width(7); o<< OldConstraintOrder1 << " | " << NewConstraintOrder1 << std::endl; +o << " ConstrOrder2 |" ; o.width(7); o<< OldConstraintOrder2 << " | " << NewConstraintOrder2 << std::endl; switch (myCode) { case FairCurve_OK : - o << "AnalysisCode : Ok" << endl; + o << "AnalysisCode : Ok" << std::endl; break; case FairCurve_NotConverged : - o << "AnalysisCode : NotConverged" << endl; + o << "AnalysisCode : NotConverged" << std::endl; break; case FairCurve_InfiniteSliding : - o << "AnalysisCode : InfiniteSliding" << endl; + o << "AnalysisCode : InfiniteSliding" << std::endl; break; case FairCurve_NullHeight : - o << "AnalysisCode : NullHeight" << endl; + o << "AnalysisCode : NullHeight" << std::endl; break; } } diff --git a/src/FairCurve/FairCurve_Energy.cxx b/src/FairCurve/FairCurve_Energy.cxx index 68005d39cd..f31b4380c8 100644 --- a/src/FairCurve/FairCurve_Energy.cxx +++ b/src/FairCurve/FairCurve_Energy.cxx @@ -444,8 +444,8 @@ void FairCurve_Energy::ComputePoles(const math_Vector& X) // is free as the last value of X is reserved. // calculation of pole constraints // for (ii=MyPoles->Lower();ii<=MyPoles->Upper();ii++) { -// cout << ii << " X = " << MyPoles->Value(ii).X() << -// " Y = " << MyPoles->Value(ii).Y() << endl;} +// std::cout << ii << " X = " << MyPoles->Value(ii).X() << +// " Y = " << MyPoles->Value(ii).Y() << std::endl;} if (MyContrOrder1 >= 1) { IndexDeb1 += 1; diff --git a/src/FairCurve/FairCurve_MinimalVariation.cxx b/src/FairCurve/FairCurve_MinimalVariation.cxx index 8a8230b7a5..81938ed3dd 100644 --- a/src/FairCurve/FairCurve_MinimalVariation.cxx +++ b/src/FairCurve/FairCurve_MinimalVariation.cxx @@ -423,7 +423,7 @@ Standard_Boolean FairCurve_MinimalVariation::Compute(const gp_Vec2d& DeltaP1, } -// For eventual debug Newton.Dump(cout); +// For eventual debug Newton.Dump(std::cout); return OkCompute; } @@ -434,34 +434,34 @@ void FairCurve_MinimalVariation::Dump(Standard_OStream& o) const //====================================================================================== { -o << " MVCurve |"; o.width(7); o<< "Old | New" << endl; -o << " P1 X |"; o.width(7); o<< OldP1.X() << " | " << NewP1.X() << endl; -o << " Y |"; o.width(7); o<< OldP1.Y() << " | " << NewP1.Y() << endl; -o << " P2 X |"; o.width(7); o<< OldP2.X() << " | " << NewP2.X() << endl; -o << " Y |"; o.width(7); o<< OldP2.Y() << " | " << NewP2.Y() << endl; -o << " Angle1 |"; o.width(7); o<< OldAngle1 << " | " << NewAngle1 << endl; -o << " Angle2 |"; o.width(7); o<< OldAngle2 << " | " << NewAngle2 << endl; -o << " Curvature1 |"; o.width(7); o<< OldCurvature1 << " | " << NewCurvature1 << endl; -o << " Curvature2 |"; o.width(7); o<< OldCurvature2 << " | " << NewCurvature2 << endl; -o << " Height |"; o.width(7); o<< OldHeight << " | " << NewHeight << endl; -o << " Slope |"; o.width(7); o<< OldSlope << " | " << NewSlope << endl; -o << " PhysicalRatio |"; o.width(7); o<< OldPhysicalRatio << " | " << NewPhysicalRatio << endl; -o << " SlidingFactor |"; o.width(7); o<< OldSlidingFactor << " | " << NewSlidingFactor << endl; -o << " FreeSliding |"; o.width(7); o<< OldFreeSliding << " | " << NewFreeSliding << endl; -o << " ConstrOrder1 |"; o.width(7); o<< OldConstraintOrder1 << " | " << NewConstraintOrder1 << endl; -o << " ConstrOrder2 |"; o.width(7); o<< OldConstraintOrder2 << " | " << NewConstraintOrder2 << endl; +o << " MVCurve |"; o.width(7); o<< "Old | New" << std::endl; +o << " P1 X |"; o.width(7); o<< OldP1.X() << " | " << NewP1.X() << std::endl; +o << " Y |"; o.width(7); o<< OldP1.Y() << " | " << NewP1.Y() << std::endl; +o << " P2 X |"; o.width(7); o<< OldP2.X() << " | " << NewP2.X() << std::endl; +o << " Y |"; o.width(7); o<< OldP2.Y() << " | " << NewP2.Y() << std::endl; +o << " Angle1 |"; o.width(7); o<< OldAngle1 << " | " << NewAngle1 << std::endl; +o << " Angle2 |"; o.width(7); o<< OldAngle2 << " | " << NewAngle2 << std::endl; +o << " Curvature1 |"; o.width(7); o<< OldCurvature1 << " | " << NewCurvature1 << std::endl; +o << " Curvature2 |"; o.width(7); o<< OldCurvature2 << " | " << NewCurvature2 << std::endl; +o << " Height |"; o.width(7); o<< OldHeight << " | " << NewHeight << std::endl; +o << " Slope |"; o.width(7); o<< OldSlope << " | " << NewSlope << std::endl; +o << " PhysicalRatio |"; o.width(7); o<< OldPhysicalRatio << " | " << NewPhysicalRatio << std::endl; +o << " SlidingFactor |"; o.width(7); o<< OldSlidingFactor << " | " << NewSlidingFactor << std::endl; +o << " FreeSliding |"; o.width(7); o<< OldFreeSliding << " | " << NewFreeSliding << std::endl; +o << " ConstrOrder1 |"; o.width(7); o<< OldConstraintOrder1 << " | " << NewConstraintOrder1 << std::endl; +o << " ConstrOrder2 |"; o.width(7); o<< OldConstraintOrder2 << " | " << NewConstraintOrder2 << std::endl; switch (myCode) { case FairCurve_OK : - o << "AnalysisCode : Ok" << endl; + o << "AnalysisCode : Ok" << std::endl; break; case FairCurve_NotConverged : - o << "AnalysisCode : NotConverged" << endl; + o << "AnalysisCode : NotConverged" << std::endl; break; case FairCurve_InfiniteSliding : - o << "AnalysisCode : InfiniteSliding" << endl; + o << "AnalysisCode : InfiniteSliding" << std::endl; break; case FairCurve_NullHeight : - o << "AnalysisCode : NullHeight" << endl; + o << "AnalysisCode : NullHeight" << std::endl; break; } } diff --git a/src/Geom/Geom_OsculatingSurface.cxx b/src/Geom/Geom_OsculatingSurface.cxx index ed380b8684..da2a54df77 100644 --- a/src/Geom/Geom_OsculatingSurface.cxx +++ b/src/Geom/Geom_OsculatingSurface.cxx @@ -80,7 +80,7 @@ void Geom_OsculatingSurface::Init(const Handle(Geom_Surface)& BS, myAlong.SetValue(3,IsQPunctual(BS,U1,GeomAbs_IsoU,TolMin,Tol)); myAlong.SetValue(4,IsQPunctual(BS,U2,GeomAbs_IsoU,TolMin,Tol)); #ifdef OCCT_DEBUG - cout<UDegree()<VDegree()<UDegree()<VDegree()<>>>>>>>>>> AlongU"<>>>>>>>>>> AlongU"<>>>>>>>>>> AlongV"<>>>>>>>>>> AlongV"< Done = False "; + std::cout<<" Intersector -> Done = False "; return Standard_False ; } #if TRACE_HATCHER if (myIntersector.IsEmpty()) { - cout << "No intersection" << endl ; - cout << "--------------------------------------------------------------------" << endl ; + std::cout << "No intersection" << std::endl ; + std::cout << "--------------------------------------------------------------------" << std::endl ; } #endif if (myIntersector.IsEmpty()) return Standard_True ; #if TRACE_HATCHER - cout << "Number of intersection points : " << setw(3) << (myIntersector.NbPoints()) << endl ; - cout << "Number of intersection segments : " << setw(3) << (myIntersector.NbSegments()) << endl ; + std::cout << "Number of intersection points : " << std::setw(3) << (myIntersector.NbPoints()) << std::endl ; + std::cout << "Number of intersection segments : " << std::setw(3) << (myIntersector.NbSegments()) << std::endl ; #endif //----------------------------------------------------------------------- @@ -512,7 +512,7 @@ Standard_Boolean Geom2dHatch_Hatcher::Trim (const Standard_Integer IndH, const IntRes2d_IntersectionSegment& Seg = myIntersector.Segment (ISeg) ; #if TRACE_HATCHER - cout << "----- Segment # " << setw(3) << ISeg << " -------------" << endl ; + std::cout << "----- Segment # " << std::setw(3) << ISeg << " -------------" << std::endl ; #endif Standard_Boolean FirstPoint = Seg.HasFirstPoint() ; @@ -646,9 +646,9 @@ Standard_Boolean Geom2dHatch_Hatcher::Trim (const Standard_Integer IndH, #if TRACE_HATCHER IntersectionPointDump (Pnt1, 1) ; IntersectionPointDump (Pnt2, 2) ; - cout << "THESE TWO POINTS ARE " + std::cout << "THESE TWO POINTS ARE " << (Conf2d ? "2D" : "3D") - << " CONFUSED INTO THE FOLLOWING" << endl ; + << " CONFUSED INTO THE FOLLOWING" << std::endl ; PntH.Dump() ; #endif continue ; @@ -681,8 +681,8 @@ Standard_Boolean Geom2dHatch_Hatcher::Trim (const Standard_Integer IndH, #if TRACE_HATCHER } else { - cout << "----- Has no first point --------" << endl ; - cout << "---------------------------------" << endl ; + std::cout << "----- Has no first point --------" << std::endl ; + std::cout << "---------------------------------" << std::endl ; #endif } @@ -713,13 +713,13 @@ Standard_Boolean Geom2dHatch_Hatcher::Trim (const Standard_Integer IndH, #if TRACE_HATCHER } else { - cout << "----- Has no last point ---------" << endl ; - cout << "---------------------------------" << endl ; + std::cout << "----- Has no last point ---------" << std::endl ; + std::cout << "---------------------------------" << std::endl ; #endif } } #if TRACE_HATCHER - cout << "--------------------------------------------------------------------" << endl ; + std::cout << "--------------------------------------------------------------------" << std::endl ; #endif } @@ -971,7 +971,7 @@ void Geom2dHatch_Hatcher::ComputeDomains (const Standard_Integer IndH) if(NbPnt == 0) { - //-- cout << "The hatching # " << setw(3) << IndH << " has to be classified" << endl ; + //-- std::cout << "The hatching # " << std::setw(3) << IndH << " has to be classified" << std::endl ; Geom2dHatch_Classifier Classifier(myElements,Hatching.ClassificationPoint(),0.0000001); if(Classifier.State() == TopAbs_IN) { @@ -993,9 +993,9 @@ void Geom2dHatch_Hatcher::ComputeDomains (const Standard_Integer IndH) const HatchGen_PointOnHatching& CurPnt = Hatching.Point (IPnt) ; #if TRACE_HATCHER - cout << "===== ComputeDomains:: Hatching # " << setw(3) << IndH << " =====" << endl ; + std::cout << "===== ComputeDomains:: Hatching # " << std::setw(3) << IndH << " =====" << std::endl ; CurPnt.Dump (IPnt) ; - cout << "==========================================" << endl ; + std::cout << "==========================================" << std::endl ; #endif @@ -1596,74 +1596,74 @@ const HatchGen_Domain& Geom2dHatch_Hatcher::Domain (const Standard_Integer IndH, void Geom2dHatch_Hatcher::Dump () const { - cout << endl ; - cout << "========================================================" << endl ; - cout << "=== Dump of the hatcher ================================" << endl ; - cout << "========================================================" << endl ; - cout << endl ; + std::cout << std::endl ; + std::cout << "========================================================" << std::endl ; + std::cout << "=== Dump of the hatcher ================================" << std::endl ; + std::cout << "========================================================" << std::endl ; + std::cout << std::endl ; - cout << "The points are " + std::cout << "The points are " << (myKeepPoints ? " " : "not ") << "considered." - << endl ; - cout << "The segments are " + << std::endl ; + std::cout << "The segments are " << (myKeepSegments ? " " : "not ") << "considered." - << endl ; - cout << "2D Confusion tolerance : " << myConfusion2d << endl ; - cout << "3D Confusion tolerance : " << myConfusion3d << endl ; + << std::endl ; + std::cout << "2D Confusion tolerance : " << myConfusion2d << std::endl ; + std::cout << "3D Confusion tolerance : " << myConfusion3d << std::endl ; - cout << myNbHatchings + std::cout << myNbHatchings << " hatching" << ((myNbHatchings == 1) ? "" : "s") - << endl ; - cout << myNbElements + << std::endl ; + std::cout << myNbElements << " element" << ((myNbElements == 1) ? "" : "s") - << endl ; + << std::endl ; - cout << endl ; - cout << "========================================================" << endl ; - cout << "=== Hatchings ==========================================" << endl ; - cout << "========================================================" << endl ; - cout << endl ; + std::cout << std::endl ; + std::cout << "========================================================" << std::endl ; + std::cout << "=== Hatchings ==========================================" << std::endl ; + std::cout << "========================================================" << std::endl ; + std::cout << std::endl ; for (Standard_Integer IndH = 1 ; IndH <= myNbHatchings ; IndH++) { - cout << "Hatching # " << IndH ; + std::cout << "Hatching # " << IndH ; if (!myHatchings.IsBound (IndH)) { - cout << " is not bound" << endl ; + std::cout << " is not bound" << std::endl ; } else { const Geom2dHatch_Hatching& Hatching = myHatchings.Find (IndH) ; Standard_Integer NbPnt = Hatching.NbPoints() ; - cout << " contains " << NbPnt << " restriction points :" << endl ; + std::cout << " contains " << NbPnt << " restriction points :" << std::endl ; for (Standard_Integer IPnt = 1 ; IPnt <= NbPnt ; IPnt++) { const HatchGen_PointOnHatching& PntH = Hatching.Point (IPnt) ; PntH.Dump (IPnt) ; } - cout << "----------------------------------------------" << endl ; + std::cout << "----------------------------------------------" << std::endl ; } } - cout << endl ; - cout << "========================================================" << endl ; - cout << "=== Elements ===========================================" << endl ; - cout << "========================================================" << endl ; - cout << endl ; + std::cout << std::endl ; + std::cout << "========================================================" << std::endl ; + std::cout << "=== Elements ===========================================" << std::endl ; + std::cout << "========================================================" << std::endl ; + std::cout << std::endl ; for (Standard_Integer IndE = 1 ; IndE <= myNbElements ; IndE++) { - cout << "Element # " << IndE ; + std::cout << "Element # " << IndE ; if (!myElements.IsBound (IndE)) { - cout << " is not bound" << endl ; + std::cout << " is not bound" << std::endl ; } else { const Geom2dHatch_Element& Element = myElements.Find (IndE) ; switch (Element.Orientation()) { - case TopAbs_FORWARD : cout << " is FORWARD" << endl ; break ; - case TopAbs_REVERSED : cout << " is REVERSED" << endl ; break ; - case TopAbs_INTERNAL : cout << " is INTERNAL" << endl ; break ; - case TopAbs_EXTERNAL : cout << " is EXTERNAL" << endl ; break ; + case TopAbs_FORWARD : std::cout << " is FORWARD" << std::endl ; break ; + case TopAbs_REVERSED : std::cout << " is REVERSED" << std::endl ; break ; + case TopAbs_INTERNAL : std::cout << " is INTERNAL" << std::endl ; break ; + case TopAbs_EXTERNAL : std::cout << " is EXTERNAL" << std::endl ; break ; } } } - cout << endl ; + std::cout << std::endl ; } diff --git a/src/GeomConvert/GeomConvert_ApproxCurve.cxx b/src/GeomConvert/GeomConvert_ApproxCurve.cxx index 29211b3ee3..9167e7c36c 100644 --- a/src/GeomConvert/GeomConvert_ApproxCurve.cxx +++ b/src/GeomConvert/GeomConvert_ApproxCurve.cxx @@ -186,7 +186,7 @@ void GeomConvert_ApproxCurve::Approximate( void GeomConvert_ApproxCurve::Dump(Standard_OStream& o) const { - o << "******* Dump of ApproxCurve *******" << endl; - o << "*******Error " << MaxError() << endl; + o << "******* Dump of ApproxCurve *******" << std::endl; + o << "*******Error " << MaxError() << std::endl; } diff --git a/src/GeomConvert/GeomConvert_ApproxSurface.cxx b/src/GeomConvert/GeomConvert_ApproxSurface.cxx index 51ea36e00a..fa2599b7d4 100644 --- a/src/GeomConvert/GeomConvert_ApproxSurface.cxx +++ b/src/GeomConvert/GeomConvert_ApproxSurface.cxx @@ -431,12 +431,12 @@ void GeomConvert_ApproxSurface::Approximate(const Handle(Adaptor3d_HSurface)& th void GeomConvert_ApproxSurface::Dump(Standard_OStream& o) const { - o<Intervals(ICenter, GeomFillNextShape(S)); myCurve1->Intervals(ICb1, S); myCurve2->Intervals(ICb2, S); -/* cout << "Intervals : " << S << endl; - cout << "-- Center-> " << endl; - for (ii=1; ii<=ICenter.Length(); ii++) cout << " , "<< ICenter(ii); - cout << endl; cout << endl; - cout << "-- Cb1-> " << endl; - for (ii=1; ii<=ICb1.Length(); ii++) cout << " , "<< ICb1(ii); - cout << endl; cout << endl; - cout << "-- Cb2-> " << endl; - for (ii=1; ii<=ICb2.Length(); ii++) cout << " , "<< ICb1(ii); - cout << endl; cout << endl;*/ +/* std::cout << "Intervals : " << S << std::endl; + std::cout << "-- Center-> " << std::endl; + for (ii=1; ii<=ICenter.Length(); ii++) std::cout << " , "<< ICenter(ii); + std::cout << std::endl; std::cout << std::endl; + std::cout << "-- Cb1-> " << std::endl; + for (ii=1; ii<=ICb1.Length(); ii++) std::cout << " , "<< ICb1(ii); + std::cout << std::endl; std::cout << std::endl; + std::cout << "-- Cb2-> " << std::endl; + for (ii=1; ii<=ICb2.Length(); ii++) std::cout << " , "<< ICb1(ii); + std::cout << std::endl; std::cout << std::endl;*/ GeomFillFusInt(ICb1, ICb2, Inter); diff --git a/src/GeomFill/GeomFill_ConstantBiNormal.cxx b/src/GeomFill/GeomFill_ConstantBiNormal.cxx index 91f875102f..d3a31f7e84 100644 --- a/src/GeomFill/GeomFill_ConstantBiNormal.cxx +++ b/src/GeomFill/GeomFill_ConstantBiNormal.cxx @@ -129,12 +129,12 @@ GeomFill_ConstantBiNormal::GeomFill_ConstantBiNormal(const gp_Dir& BiNormal) : B cTangent = (Tangent_ - cTangent)/h; cNormal = (Normal_ - cNormal)/h; cBiNormal = (BiNormal_ - cBiNormal)/h; - cout<<"DTangent = ("< maxang) maxang = Abs(alpha); } } - cout<<"KAlgo angle max sur bord "< maxdist) maxdist = papp.Distance(pbound); } - cout<<"Controle approx/contrainte sur bord "<1.e-10; diff --git a/src/GeomFill/GeomFill_CorrectedFrenet.cxx b/src/GeomFill/GeomFill_CorrectedFrenet.cxx index 727938c1ac..c6bcb301f7 100644 --- a/src/GeomFill/GeomFill_CorrectedFrenet.cxx +++ b/src/GeomFill/GeomFill_CorrectedFrenet.cxx @@ -152,7 +152,7 @@ static void smoothlaw(Handle(Law_BSpline)& Law, tol = (Tol-tol)/2; else { #ifdef OCCT_DEBUG - cout << "smooth law echec" << endl; + std::cout << "smooth law echec" << std::endl; #endif return; // Echec } @@ -180,7 +180,7 @@ static void smoothlaw(Handle(Law_BSpline)& Law, } if (!Ok) { #ifdef OCCT_DEBUG - cout << "smooth law echec" << endl; + std::cout << "smooth law echec" << std::endl; #endif } } @@ -188,9 +188,9 @@ static void smoothlaw(Handle(Law_BSpline)& Law, #ifdef OCCT_DEBUG if (Affich) { - cout << "Knots Law : " << endl; + std::cout << "Knots Law : " << std::endl; for (ii=1; ii<=BS->NbKnots(); ii++) { - cout << ii << " : " << BS->Knot(ii) << endl; + std::cout << ii << " : " << BS->Knot(ii) << std::endl; } } #endif @@ -591,11 +591,11 @@ Handle(GeomFill_TrihedronLaw) GeomFill_CorrectedFrenet::Copy() const #ifdef OCCT_DEBUG if (Affich) { - cout<<"NormalEvolution"<Value(i)<<", "<Value(i)<<")" << endl; + std::cout<<"("<Value(i)<<", "<Value(i)<<")" << std::endl; } - cout< myTrimmed->LastParameter()) h = -h; D0(Param + h, Tf, Nf, BNf); FDN = (Nf - Normal)/h; - cout<<"Param = "<Length(); i++) { - cout<<"Sngl("<Value(i)<<" Length = "<Value(i)<Length(); i++) { - cout<<"Sngl("<Value(i)<<" Length = "<Value(i)< DeltaG) { - cout << "Trihedron Plan Diff on Guide : " << - Diff << endl; + std::cout << "Trihedron Plan Diff on Guide : " << + Diff << std::endl; } #endif } @@ -256,7 +256,7 @@ void GeomFill_GuideTrihedronPlan::SetCurve(const Handle(Adaptor3d_HCurve)& C) } else { // Erreur... #ifdef OCCT_DEBUG - cout << "D0 :"; + std::cout << "D0 :"; // plan ortho a la trajectoire pour determiner Pprime Handle(Geom_Plane) Plan = new (Geom_Plane)(P, Tangent); TracePlan(Plan); @@ -329,7 +329,7 @@ void GeomFill_GuideTrihedronPlan::SetCurve(const Handle(Adaptor3d_HCurve)& C) E.Value(Res, e); E.Value(Res+h, etg); if ( Abs( (etg-e)/h - dedx) > 1.e-4) { - cout << "err :" << (etg-e)/h - dedx << endl; + std::cout << "err :" << (etg-e)/h - dedx << std::endl; } gp_Pnt pdbg; gp_Vec td, nb, bnb; @@ -339,7 +339,7 @@ void GeomFill_GuideTrihedronPlan::SetCurve(const Handle(Adaptor3d_HCurve)& C) GeomFill_PlanFunc Edeb(pdbg, td, myGuide); Edeb.Value(Res, etc); if ( Abs( (etc-e)/h - dedt) > 1.e-4) { - cout << "err :" << (etc-e)/h - dedt << endl; + std::cout << "err :" << (etc-e)/h - dedt << std::endl; } */ dn.SetLinearForm(dtg_dt, TG, -1, To); @@ -351,7 +351,7 @@ void GeomFill_GuideTrihedronPlan::SetCurve(const Handle(Adaptor3d_HCurve)& C) } else {// Erreur... #ifdef OCCT_DEBUG - cout << "D1 :"; + std::cout << "D1 :"; // plan ortho a la trajectoire Handle(Geom_Plane) Plan = new (Geom_Plane)(P, Tangent); TracePlan(Plan); @@ -450,7 +450,7 @@ void GeomFill_GuideTrihedronPlan::SetCurve(const Handle(Adaptor3d_HCurve)& C) } else {// Erreur... #ifdef OCCT_DEBUG - cout << "D2 :"; + std::cout << "D2 :"; TracePlan(Plan); #endif myStatus = GeomFill_PlaneNotIntersectGuide; diff --git a/src/GeomFill/GeomFill_LocationGuide.cxx b/src/GeomFill/GeomFill_LocationGuide.cxx index 54ca0ab807..68fab385b7 100644 --- a/src/GeomFill/GeomFill_LocationGuide.cxx +++ b/src/GeomFill/GeomFill_LocationGuide.cxx @@ -137,7 +137,7 @@ static void TraceRevol(const Standard_Real t, // Surface de revolution Handle (Geom_Surface) Revol = new(Geom_SurfaceOfRevolution) (S, Ax); - cout << "Surf Revol at parameter t = " << t << endl; + std::cout << "Surf Revol at parameter t = " << t << std::endl; #if DRAW Standard_CString aName = "TheRevol" ; @@ -350,7 +350,7 @@ static void InGoodPeriod(const Standard_Real Prec, if (!DistMini.IsDone() || DistMini.NbExt() == 0) { #ifdef OCCT_DEBUG - cout <<"LocationGuide : Pas d'intersection"< DeltaG) { - cout << "Location :: Diff on Guide : " << - Diff << endl; + std::cout << "Location :: Diff on Guide : " << + Diff << std::endl; } #endif } @@ -443,7 +443,7 @@ static void InGoodPeriod(const Standard_Real Prec, } #ifdef OCCT_DEBUG if (Abs(Diff) > M_PI/4) { - cout << "Diff d'angle trop grand !!" << endl; + std::cout << "Diff d'angle trop grand !!" << std::endl; } #endif } @@ -459,7 +459,7 @@ static void InGoodPeriod(const Standard_Real Prec, Diff = v - myPoles2d->Value(2, ii-1).Y(); #ifdef OCCT_DEBUG if (Abs(Diff) > (Ul-Uf)/(2+NbKnots)) { - cout << "Diff sur section trop grand !!" << endl; + std::cout << "Diff sur section trop grand !!" << std::endl; } #endif } @@ -637,7 +637,7 @@ static void InGoodPeriod(const Standard_Real Prec, } else { #ifdef OCCT_DEBUG - cout << "LocationGuide::D0 : No Result !"<FirstParameter()); - cout << "LocationGuide::D0 : No Result !"<wTol) { if (Affich) { - cout<<"erreur dans la derivee 1ere du poids pour l'indice "<pTol) { if (Affich) { - cout<<"erreur dans la derivee 1ere du pole pour l'indice "<wTol) { if (Affich) { - cout<<"erreur dans la derivee 2nde du poids pour l'indice "<pTol) { if (Affich) { - cout<<"erreur dans la derivee 2nde du pole pour l'indice "<IsUPeriodic()) - cout<<"Pb de periodicite en U" << endl; + std::cout<<"Pb de periodicite en U" << std::endl; if (isUPeriodic && !mySurface->IsUClosed()) - cout<<"Pb de fermeture en U" << endl; + std::cout<<"Pb de fermeture en U" << std::endl; if (isVPeriodic && !mySurface->IsVPeriodic()) - cout << "Pb de periodicite en V" << endl; + std::cout << "Pb de periodicite en V" << std::endl; if (isVPeriodic && !mySurface->IsVClosed()) - cout<<"Pb de fermeture en V" << endl; + std::cout<<"Pb de fermeture en V" << std::endl; #endif } diff --git a/src/GeomFill/GeomFill_SweepSectionGenerator.cxx b/src/GeomFill/GeomFill_SweepSectionGenerator.cxx index 76e1782c36..2feab3d88a 100644 --- a/src/GeomFill/GeomFill_SweepSectionGenerator.cxx +++ b/src/GeomFill/GeomFill_SweepSectionGenerator.cxx @@ -356,7 +356,7 @@ void GeomFill_SweepSectionGenerator::Perform(const Standard_Boolean Polynomial) else if (D1Ref.IsOpposite(D1, Precision::Angular())) #ifdef OCCT_DEBUG - cout <<"Que fais-je ???? " << endl; + std::cout <<"Que fais-je ???? " << std::endl; #endif // TR is the transformation between (i-1) section and the i-th. @@ -630,8 +630,8 @@ void GeomFill_SweepSectionGenerator::Section gp_Vec dummyD1 = myAdpPath->DN(U,1); gp_Vec dummyTg = Axis.Direction(); Standard_Real Cos = dummyD1.Dot(dummyTg); - if ( Cos > 0.) cout << "+" ; - else cout << "-" ; + if ( Cos > 0.) std::cout << "+" ; + else std::cout << "-" ; } */ #endif diff --git a/src/GeomLib/GeomLib.cxx b/src/GeomLib/GeomLib.cxx index 4d004faca3..97adc60bce 100644 --- a/src/GeomLib/GeomLib.cxx +++ b/src/GeomLib/GeomLib.cxx @@ -1784,7 +1784,7 @@ void GeomLib::ExtendSurfByLength(Handle(Geom_BoundedSurface)& Surface, if (NullWeight) { #ifdef OCCT_DEBUG - cout << "Echec de l'Extension rationnelle" << endl; + std::cout << "Echec de l'Extension rationnelle" << std::endl; #endif lambmin /= 3.; NullWeight = Standard_False; @@ -1884,8 +1884,8 @@ void GeomLib::Inertia(const TColgp_Array1OfPnt& Points, math_Jacobi J(M); if (!J.IsDone()) { #ifdef OCCT_DEBUG - cout << "Erreur dans Jacobbi" << endl; - M.Dump(cout); + std::cout << "Erreur dans Jacobbi" << std::endl; + M.Dump(std::cout); #endif } diff --git a/src/GeomLib/GeomLib_CheckCurveOnSurface.cxx b/src/GeomLib/GeomLib_CheckCurveOnSurface.cxx index 3b1db78bbc..571eb875b7 100644 --- a/src/GeomLib/GeomLib_CheckCurveOnSurface.cxx +++ b/src/GeomLib/GeomLib_CheckCurveOnSurface.cxx @@ -679,8 +679,8 @@ Standard_Integer FillSubIntervals(const Handle(Geom_Curve)& theCurve3d, catch(Standard_Failure const&) { #ifdef OCCT_DEBUG - cout << "ERROR! BRepLib_CheckCurveOnSurface.cxx, " - "FillSubIntervals(): Incorrect filling!" << endl; + std::cout << "ERROR! BRepLib_CheckCurveOnSurface.cxx, " + "FillSubIntervals(): Incorrect filling!" << std::endl; #endif aNbSubIntervals = 0; @@ -765,7 +765,7 @@ Standard_Boolean MinComputing ( theBestValue, anOutputParam)) { #ifdef OCCT_DEBUG - cout << "BRepLib_CheckCurveOnSurface::Compute(): math_PSO is failed!" << endl; + std::cout << "BRepLib_CheckCurveOnSurface::Compute(): math_PSO is failed!" << std::endl; #endif return Standard_False; } @@ -804,7 +804,7 @@ Standard_Boolean MinComputing ( catch(Standard_Failure const&) { #ifdef OCCT_DEBUG - cout << "BRepLib_CheckCurveOnSurface.cxx: Exception in MinComputing()!" << endl; + std::cout << "BRepLib_CheckCurveOnSurface.cxx: Exception in MinComputing()!" << std::endl; #endif return Standard_False; } diff --git a/src/GeomPlate/GeomPlate_BuildPlateSurface.cxx b/src/GeomPlate/GeomPlate_BuildPlateSurface.cxx index 22cf3afe5d..4db59a6cf5 100644 --- a/src/GeomPlate/GeomPlate_BuildPlateSurface.cxx +++ b/src/GeomPlate/GeomPlate_BuildPlateSurface.cxx @@ -286,7 +286,7 @@ Handle(Geom2d_Curve) GeomPlate_BuildPlateSurface::ProjectCurve(const Handle(Ada { Curve2d.Nullify(); // No continuous solution #ifdef OCCT_DEBUG - cout << "BuildPlateSurace :: No continuous projection" << endl; + std::cout << "BuildPlateSurace :: No continuous projection" << std::endl; #endif } } @@ -332,7 +332,7 @@ Handle(Adaptor2d_HCurve2d) GeomPlate_BuildPlateSurface::ProjectedCurve( Handle( HProjector.Nullify(); // No continuous solution #ifdef OCCT_DEBUG - cout << "BuildPlateSurace :: No continuous projection" << endl; + std::cout << "BuildPlateSurace :: No continuous projection" << std::endl; #endif } else @@ -354,7 +354,7 @@ Handle(Adaptor2d_HCurve2d) GeomPlate_BuildPlateSurface::ProjectedCurve( Handle( { HProjector.Nullify(); // No continuous solution #ifdef OCCT_DEBUG - cout << "BuildPlateSurace :: No complete projection" << endl; + std::cout << "BuildPlateSurace :: No complete projection" << std::endl; #endif } } @@ -471,7 +471,7 @@ void GeomPlate_BuildPlateSurface::Perform(const Handle(Message_ProgressIndicator if ((NTLinCont + NTPntCont) == 0) { #ifdef OCCT_DEBUG - cout << "WARNING : GeomPlate : The number of constraints is null." << endl; + std::cout << "WARNING : GeomPlate : The number of constraints is null." << std::endl; #endif return; @@ -492,7 +492,7 @@ void GeomPlate_BuildPlateSurface::Perform(const Handle(Message_ProgressIndicator if (!CourbeJointive(myTol3d)) {// throw Standard_Failure("Curves are not joined"); #ifdef OCCT_DEBUG - cout<<"WARNING : Courbes non jointives a "<= myNbIter)&&(!Fini)) { #ifdef OCCT_DEBUG - cout<<"Warning: objective was not reached"< 1) { - cout << " Intersection "<< k << " entre " << i - << " &" << j << endl; - cout <<" Distance = "<< P1.Distance(P2) << endl; + std::cout << " Intersection "<< k << " entre " << i + << " &" << j << std::endl; + std::cout <<" Distance = "<< P1.Distance(P2) << std::endl; } #endif if (P1.Distance( P2 ) < myTol3d) @@ -1861,8 +1861,8 @@ Intersect(Handle(GeomPlate_HArray1OfSequenceOfReal)& PntInter, A1= M_PI - A1; if (Abs(Abs(A1)-M_PI)Value(i)->Order() == 1) { coin = Ci.Resolution(Tol); coin *= Angle / myTolAng * 10.; #ifdef OCCT_DEBUG - cout<Curve(),AP.Length(myFrontiere->Curve())/2,myFrontiere->FirstParameter()); // Standard_Real toto=A.Parameter(); -//cout<GetCurve()); } else { // GCPnts_AbscissaPoint A(my3dCurve->Curve(),AP.Length(my3dCurve->Curve())/2,my3dCurve->FirstParameter()); // Standard_Real toto=A.Parameter(); -//cout<GetCurve()); } diff --git a/src/GeomPlate/GeomPlate_MakeApprox.cxx b/src/GeomPlate/GeomPlate_MakeApprox.cxx index dc53d80cf4..9e3f870348 100644 --- a/src/GeomPlate/GeomPlate_MakeApprox.cxx +++ b/src/GeomPlate/GeomPlate_MakeApprox.cxx @@ -296,9 +296,9 @@ GeomPlate_MakeApprox::GeomPlate_MakeApprox(const Handle(GeomPlate_Surface)& Surf myAppError = AppPlate.MaxError(3,1); myCritError = AppPlate.CritError(3,1); #ifdef OCCT_DEBUG - cout<<"Approximation results"<DynamicType()->Name()<<" not processed"<DynamicType()->Name()<<" not processed"<DynamicType() << endl; + std::cout << "3D Curve Type : " << C->DynamicType() << std::endl; #endif done = Standard_False; } @@ -102,7 +102,7 @@ GeomToStep_MakeConic::GeomToStep_MakeConic ( const Handle(Geom2d_Conic)& C) // Attention : Other 2d conics shall be implemented ... // To be performed later ! #ifdef OCCT_DEBUG - cout << "2D conic not yet implemented" << endl; + std::cout << "2D conic not yet implemented" << std::endl; #endif done = Standard_False; } diff --git a/src/GeomToStep/GeomToStep_MakeCurve.cxx b/src/GeomToStep/GeomToStep_MakeCurve.cxx index 69eaa89c03..50275c4d09 100644 --- a/src/GeomToStep/GeomToStep_MakeCurve.cxx +++ b/src/GeomToStep/GeomToStep_MakeCurve.cxx @@ -77,8 +77,8 @@ GeomToStep_MakeCurve::GeomToStep_MakeCurve ( const Handle(Geom_Curve)& C) } else { #ifdef OCCT_DEBUG - cout<<"GeomToStep_MakeCurve, TrimmedCurve, BasisCurve is transferred not trimmed"<DynamicType()->Name()<DynamicType()->Name()<Circ2d(); if (!C2d.IsDirect()) { #ifdef OCCT_DEBUG - cout << "Warning : Circle converted to BSpline." << endl; + std::cout << "Warning : Circle converted to BSpline." << std::endl; #endif Handle(Geom2d_BSplineCurve) aBSplineCurve2d = Geom2dConvert::CurveToBSplineCurve(theC2d); @@ -137,7 +137,7 @@ GeomToStep_MakeCurve::GeomToStep_MakeCurve ( const Handle(Geom2d_Curve)& C) gp_Elips2d E2d = theE2d->Elips2d(); if (!E2d.IsDirect()) { #ifdef OCCT_DEBUG - cout << "Warning : Ellipse converted to BSpline." << endl; + std::cout << "Warning : Ellipse converted to BSpline." << std::endl; #endif Handle(Geom2d_BSplineCurve) aBSplineCurve2d = Geom2dConvert::CurveToBSplineCurve(theE2d); diff --git a/src/GeomToStep/GeomToStep_MakeSurface.cxx b/src/GeomToStep/GeomToStep_MakeSurface.cxx index dbfe276129..5400de3e7d 100644 --- a/src/GeomToStep/GeomToStep_MakeSurface.cxx +++ b/src/GeomToStep/GeomToStep_MakeSurface.cxx @@ -72,7 +72,7 @@ GeomToStep_MakeSurface::GeomToStep_MakeSurface ( const Handle(Geom_Surface)& S) else { done = Standard_False; #ifdef OCCT_DEBUG - cout << " unknown type " << S->DynamicType()->Name() << endl; + std::cout << " unknown type " << S->DynamicType()->Name() << std::endl; #endif } } diff --git a/src/GeomTools/GeomTools_Curve2dSet.cxx b/src/GeomTools/GeomTools_Curve2dSet.cxx index 596f7c16dc..8115514ed5 100644 --- a/src/GeomTools/GeomTools_Curve2dSet.cxx +++ b/src/GeomTools/GeomTools_Curve2dSet.cxx @@ -309,7 +309,7 @@ static void Print(const Handle(Geom2d_BezierCurve)& B, OS << degree << " "; for (i = 1; i <= degree+1; i++) { - if (!compact) OS << "\n "<Pole(i),OS,compact); if (rational) OS << " " << B->Weight(i); @@ -369,7 +369,7 @@ static void Print(const Handle(Geom2d_BSplineCurve)& B, if (!compact) OS << "Poles :\n"; for (i = 1; i <= nbpoles; i++) { - if (!compact) OS << "\n "<Pole(i),OS,compact); if (rational) @@ -379,7 +379,7 @@ static void Print(const Handle(Geom2d_BSplineCurve)& B, if (!compact) OS << "Knots :\n"; for (i = 1; i <= nbknots; i++) { - if (!compact) OS << "\n "<Knot(i) << " " << B->Multiplicity(i); } @@ -468,7 +468,7 @@ void GeomTools_Curve2dSet::PrintCurve2d(const Handle(Geom2d_Curve)& C, //if (!compact) // OS << "****** UNKNOWN CURVE2d TYPE ******\n"; //else - // cout << "****** UNKNOWN CURVE2d TYPE ******" << endl; + // std::cout << "****** UNKNOWN CURVE2d TYPE ******" << std::endl; } } @@ -485,7 +485,7 @@ void GeomTools_Curve2dSet::Dump(Standard_OStream& OS)const OS << "\n -------\n\n"; for (i = 1; i <= nbsurf; i++) { - OS << setw(4) << i << " : "; + OS << std::setw(4) << i << " : "; PrintCurve2d(Handle(Geom2d_Curve)::DownCast(myMap(i)),OS,Standard_False); } } @@ -827,8 +827,8 @@ Handle(Geom2d_Curve) GeomTools_Curve2dSet::ReadCurve2d(Standard_IStream& IS) } catch(Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout <<"EXCEPTION in GeomTools_Curve2dSet::ReadCurve2d(..)!!!" << endl; - cout << anException << endl; + std::cout <<"EXCEPTION in GeomTools_Curve2dSet::ReadCurve2d(..)!!!" << std::endl; + std::cout << anException << std::endl; #endif (void)anException; } @@ -845,7 +845,7 @@ void GeomTools_Curve2dSet::Read(Standard_IStream& IS) char buffer[255]; IS >> buffer; if (strcmp(buffer,"Curve2ds")) { - cout << "Not a Curve2d table"<Pole(i),OS,compact); if (rational) OS << " " << B->Weight(i); @@ -383,7 +383,7 @@ static void Print(const Handle(Geom_BSplineCurve)& B, if (!compact) OS << "Poles :\n"; for (i = 1; i <= nbpoles; i++) { - if (!compact) OS << "\n "<Pole(i),OS,compact); if (rational) @@ -393,7 +393,7 @@ static void Print(const Handle(Geom_BSplineCurve)& B, if (!compact) OS << "Knots :\n"; for (i = 1; i <= nbknots; i++) { - if (!compact) OS << "\n "<Knot(i) << " " << B->Multiplicity(i); } @@ -485,7 +485,7 @@ void GeomTools_CurveSet::PrintCurve(const Handle(Geom_Curve)& C, //if (!compact) // OS << "****** UNKNOWN CURVE TYPE ******\n"; //else - // cout << "****** UNKNOWN CURVE TYPE ******" << endl; + // std::cout << "****** UNKNOWN CURVE TYPE ******" << std::endl; } } @@ -502,7 +502,7 @@ void GeomTools_CurveSet::Dump(Standard_OStream& OS)const OS << "\n -------\n\n"; for (i = 1; i <= nbsurf; i++) { - OS << setw(4) << i << " : "; + OS << std::setw(4) << i << " : "; PrintCurve(Handle(Geom_Curve)::DownCast(myMap(i)),OS,Standard_False); } } @@ -848,8 +848,8 @@ Handle(Geom_Curve) GeomTools_CurveSet::ReadCurve (Standard_IStream& IS) } catch(Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout <<"EXCEPTION in GeomTools_CurveSet::ReadCurve(..)!!!" << endl; - cout << anException << endl; + std::cout <<"EXCEPTION in GeomTools_CurveSet::ReadCurve(..)!!!" << std::endl; + std::cout << anException << std::endl; #endif (void)anException; } @@ -866,7 +866,7 @@ void GeomTools_CurveSet::Read(Standard_IStream& IS) char buffer[255]; IS >> buffer; if (strcmp(buffer,"Curves")) { - cout << "Not a Curve table"<Pole(i,j),OS,compact); if (urational || vrational) OS << " " << S->Weight(i,j); @@ -486,7 +486,7 @@ static void Print(const Handle(Geom_BSplineSurface)& S, if (!compact) OS << "\n Poles :\n"; for (i = 1; i <= nbupoles; i++) { for (j = 1; j <= nbvpoles; j++) { - if (!compact) OS << "\n "<Pole(i,j),OS,compact); if (urational || vrational) OS << " " << S->Weight(i,j); @@ -498,13 +498,13 @@ static void Print(const Handle(Geom_BSplineSurface)& S, OS << "\n"; if (!compact) OS << "\n UKnots :\n"; for (i = 1; i <= nbuknots; i++) { - if (!compact) OS << "\n "<UKnot(i) << " " << S->UMultiplicity(i) <<"\n"; } OS << "\n"; if (!compact) OS << "\n VKnots :\n"; for (i = 1; i <= nbvknots; i++) { - if (!compact) OS << "\n "<VKnot(i) << " " << S->VMultiplicity(i) <<"\n"; } OS << "\n"; @@ -605,7 +605,7 @@ void GeomTools_SurfaceSet::PrintSurface(const Handle(Geom_Surface)& S, //if (!compact) // OS << "***** Unknown Surface ********\n"; //else - // cout << "***** Unknown Surface ********"<> buffer; if (strcmp(buffer,"Surfaces")) { - cout << "Not a surface table"<D0(P2d.X(), P2d.Y(), P); DrawTrSurf::Set(temp, P); DrawTrSurf::Set(temp1, P2d); @@ -322,7 +322,7 @@ static Standard_Integer gproject(Draw_Interpretor& di, Standard_Integer n, const gp_Dir2d Dir; // Only for isoparametric projection if (Projector.IsUIso(k, UIso)) { -// cout<<"Part "<= 1) - cout << " Lines: " << endl; + std::cout << " Lines: " << std::endl; for (i = 1; i <= nblines; i++, Compt++) { @@ -1693,7 +1693,7 @@ static Standard_Integer intersection (Draw_Interpretor& di, } if(nbpoints >= 1) - cout << " Points: " << endl; + std::cout << " Points: " << std::endl; const Standard_Integer imax = nblines+nbpoints; diff --git a/src/GeometryTest/GeometryTest_CurveTanCommands.cxx b/src/GeometryTest/GeometryTest_CurveTanCommands.cxx index d472a81dec..5871aeb0d4 100644 --- a/src/GeometryTest/GeometryTest_CurveTanCommands.cxx +++ b/src/GeometryTest/GeometryTest_CurveTanCommands.cxx @@ -37,7 +37,7 @@ static Standard_Integer qcurve (Draw_Interpretor&, Standard_Integer theArgsNb, c { if (theArgsNb < 5) { - cout << "Error: wrong number of arguments.\n"; + std::cout << "Error: wrong number of arguments.\n"; return 1; } @@ -61,7 +61,7 @@ static Standard_Integer qcurve (Draw_Interpretor&, Standard_Integer theArgsNb, c { if (theArgsNb < 6) { - cout << "Error: wrong number of arguments.\n"; + std::cout << "Error: wrong number of arguments.\n"; return 1; } aResult2d = new Geom2d_Line (gp_Pnt2d (Draw::Atof (theArgVec[2]), Draw::Atof (theArgVec[3])), @@ -71,7 +71,7 @@ static Standard_Integer qcurve (Draw_Interpretor&, Standard_Integer theArgsNb, c } else { - cout << "Error: wrong command name.\n"; + std::cout << "Error: wrong command name.\n"; return 1; } @@ -95,7 +95,7 @@ static Standard_Integer solutions (Draw_Interpretor& theDI, GccAna_Circ2d3Tan& t { if (!theCirTan3.IsDone()) { - cout << "GccAna_Circ2d3Tan is not done"; + std::cout << "GccAna_Circ2d3Tan is not done"; return 1; } @@ -159,7 +159,7 @@ static Standard_Integer circ2d3Tan (Draw_Interpretor& theDI, Standard_Integer th { if (theArgsNb < 5) { - cout << "Error: wrong number of arguments.\n"; + std::cout << "Error: wrong number of arguments.\n"; return 1; } @@ -183,7 +183,7 @@ static Standard_Integer circ2d3Tan (Draw_Interpretor& theDI, Standard_Integer th { if (!anIsPoint1 || !anIsPoint2 || !anIsPoint3) { - cout << "Error: wrong points definition.\n"; + std::cout << "Error: wrong points definition.\n"; return 1; } GccAna_Circ2d3Tan aCircBuilder (aPoint1, aPoint2, aPoint3, aTolerance); @@ -195,7 +195,7 @@ static Standard_Integer circ2d3Tan (Draw_Interpretor& theDI, Standard_Integer th { if (!anIsPoint2 || !anIsPoint3) { - cout << "Error: wrong points definition.\n"; + std::cout << "Error: wrong points definition.\n"; return 1; } Geom2dAdaptor_Curve anAdaptorCurve1 (aQCurve1->GetCurve()); @@ -211,7 +211,7 @@ static Standard_Integer circ2d3Tan (Draw_Interpretor& theDI, Standard_Integer th GccAna_Circ2d3Tan aCircBuilder (aQualifiedLin1, aPoint2, aPoint3, aTolerance); return solutions (theDI, aCircBuilder, theArgVec[1]); } - cout << "Error: wrong curve type.\n"; + std::cout << "Error: wrong curve type.\n"; return 1; } @@ -220,7 +220,7 @@ static Standard_Integer circ2d3Tan (Draw_Interpretor& theDI, Standard_Integer th { if (!anIsPoint3) { - cout << "Error: wrong point definition.\n"; + std::cout << "Error: wrong point definition.\n"; return 1; } Geom2dAdaptor_Curve anAdaptorCurve1 (aQCurve1->GetCurve()); @@ -246,7 +246,7 @@ static Standard_Integer circ2d3Tan (Draw_Interpretor& theDI, Standard_Integer th GccAna_Circ2d3Tan aCircBuilder (aQualifiedLin1, aQualifiedLin2, aPoint3, aTolerance); return solutions (theDI, aCircBuilder, theArgVec[1]); } - cout << "Error: wrong curve type.\n"; + std::cout << "Error: wrong curve type.\n"; return 1; } @@ -292,7 +292,7 @@ static Standard_Integer circ2d3Tan (Draw_Interpretor& theDI, Standard_Integer th return solutions (theDI, aCircBuilder, theArgVec[1]); } - cout << "Error: wrong curve type.\n"; + std::cout << "Error: wrong curve type.\n"; return 1; } diff --git a/src/GeometryTest/GeometryTest_TestProjCommands.cxx b/src/GeometryTest/GeometryTest_TestProjCommands.cxx index b4340e3862..f9bd631f19 100644 --- a/src/GeometryTest/GeometryTest_TestProjCommands.cxx +++ b/src/GeometryTest/GeometryTest_TestProjCommands.cxx @@ -39,7 +39,7 @@ static Standard_Integer xdistcc(Draw_Interpretor& , Standard_Integer n, const ch { if (n < 5) { - cout<<" Use xdistcc c1 c2 t1 t2 nbp"<0) { Variation.SetWithMinMax(Standard_True);} Variation.Approximate(); # ifdef GEOMLITETEST_DEB - //Variation.Dump(cout); + //Variation.Dump(std::cout); Standard_SStream aSStream; Variation.Dump(aSStream); di << aSStream; @@ -549,7 +549,7 @@ static Standard_Integer smoothingbybezier (Draw_Interpretor& di, // lecture du fichier. // nbpoints, 2d ou 3d, puis valeurs. const char* nomfic = a[5]; - ifstream iFile(nomfic, ios::in); + std::ifstream iFile(nomfic, std::ios::in); if (!iFile) { di << a[6] <<"do not exist !\n"; return 1; diff --git a/src/GeomliteTest/GeomliteTest_CurveCommands.cxx b/src/GeomliteTest/GeomliteTest_CurveCommands.cxx index c198f14746..a9e411f08c 100644 --- a/src/GeomliteTest/GeomliteTest_CurveCommands.cxx +++ b/src/GeomliteTest/GeomliteTest_CurveCommands.cxx @@ -1660,7 +1660,7 @@ static Standard_Integer approxcurve(Draw_Interpretor& di, Standard_Integer n, co if (Case == 1) { GeomConvert_ApproxCurve appr(curve, Tol, Continuity, MaxSeg, MaxDeg); if(appr.HasResult()) { - //appr.Dump(cout); + //appr.Dump(std::cout); Standard_SStream aSStream; appr.Dump(aSStream); di << aSStream; @@ -1672,7 +1672,7 @@ static Standard_Integer approxcurve(Draw_Interpretor& di, Standard_Integer n, co else if (Case == 2) { Geom2dConvert_ApproxCurve appr(curve2d, Tol, Continuity, MaxSeg, MaxDeg); if(appr.HasResult()) { - //appr.Dump(cout); + //appr.Dump(std::cout); Standard_SStream aSStream; appr.Dump(aSStream); di << aSStream; @@ -1685,7 +1685,7 @@ static Standard_Integer approxcurve(Draw_Interpretor& di, Standard_Integer n, co Handle(Adaptor3d_HCurve) HACur = new GeomAdaptor_HCurve(curve); Approx_CurvilinearParameter appr(HACur, Tol, Continuity, MaxDeg, MaxSeg); if(appr.HasResult()) { - //appr.Dump(cout); + //appr.Dump(std::cout); Standard_SStream aSStream; appr.Dump(aSStream); di << aSStream; @@ -1698,7 +1698,7 @@ static Standard_Integer approxcurve(Draw_Interpretor& di, Standard_Integer n, co Handle(Adaptor3d_HSurface) HASur = new GeomAdaptor_HSurface(surface); Approx_CurvilinearParameter appr(HACur2d, HASur, Tol, Continuity, MaxDeg, MaxSeg); if(appr.HasResult()) { - //appr.Dump(cout); + //appr.Dump(std::cout); Standard_SStream aSStream; appr.Dump(aSStream); di << aSStream; @@ -1714,7 +1714,7 @@ static Standard_Integer approxcurve(Draw_Interpretor& di, Standard_Integer n, co Handle(Adaptor3d_HSurface) HASur2 = new GeomAdaptor_HSurface(surface2); Approx_CurvilinearParameter appr(HACur2d, HASur, HACur2d2, HASur2, Tol, Continuity, MaxDeg, MaxSeg); if(appr.HasResult()) { - //appr.Dump(cout); + //appr.Dump(std::cout); Standard_SStream aSStream; appr.Dump(aSStream); di << aSStream; diff --git a/src/GeomliteTest/GeomliteTest_SurfaceCommands.cxx b/src/GeomliteTest/GeomliteTest_SurfaceCommands.cxx index 5716fe7b7a..8e76d21fed 100644 --- a/src/GeomliteTest/GeomliteTest_SurfaceCommands.cxx +++ b/src/GeomliteTest/GeomliteTest_SurfaceCommands.cxx @@ -1381,14 +1381,14 @@ static Standard_Integer compBsplSur (Draw_Interpretor& , Standard_Integer n, con { if (n < 2) { - cout<<"Invalid number of parameters"<ChangeValue(i); HLRAlgo_PolyInternalNode::NodeIndices& aNodIndices1 = (*pi)->Indices(); HLRAlgo_PolyInternalNode::NodeData& Nod1RValues = (*pi)->Data(); - cout << "Node " << setw(6) << i << " : "; - cout << setw(6) << aNodIndices1.NdSg; - cout << setw(20)<< Nod1RValues.Point.X(); - cout << setw(20)<< Nod1RValues.Point.Y(); - cout << setw(20)<< Nod1RValues.Point.Z(); - cout << endl; + std::cout << "Node " << std::setw(6) << i << " : "; + std::cout << std::setw(6) << aNodIndices1.NdSg; + std::cout << std::setw(20)<< Nod1RValues.Point.X(); + std::cout << std::setw(20)<< Nod1RValues.Point.Y(); + std::cout << std::setw(20)<< Nod1RValues.Point.Z(); + std::cout << std::endl; } for (i = 1; i <= myNbPISeg; i++) { HLRAlgo_PolyInternalSegment* aSegIndices = &PISeg->ChangeValue(i); - cout << "Segment " << setw(6) << i << " : "; - cout << setw(6) << aSegIndices->LstSg1; - cout << setw(6) << aSegIndices->LstSg2; - cout << setw(6) << aSegIndices->NxtSg1; - cout << setw(6) << aSegIndices->NxtSg2; - cout << setw(6) << aSegIndices->Conex1; - cout << setw(6) << aSegIndices->Conex2; - cout << endl; + std::cout << "Segment " << std::setw(6) << i << " : "; + std::cout << std::setw(6) << aSegIndices->LstSg1; + std::cout << std::setw(6) << aSegIndices->LstSg2; + std::cout << std::setw(6) << aSegIndices->NxtSg1; + std::cout << std::setw(6) << aSegIndices->NxtSg2; + std::cout << std::setw(6) << aSegIndices->Conex1; + std::cout << std::setw(6) << aSegIndices->Conex2; + std::cout << std::endl; } for (i = 1; i <= myNbTData; i++) { HLRAlgo_TriangleData& aTriangle = TData->ChangeValue(i); - cout << "Triangle " << setw(6) << i << " : "; - cout << setw(6) << aTriangle.Node1; - cout << setw(6) << aTriangle.Node2; - cout << setw(6) << aTriangle.Node3; - cout << endl; + std::cout << "Triangle " << std::setw(6) << i << " : "; + std::cout << std::setw(6) << aTriangle.Node1; + std::cout << std::setw(6) << aTriangle.Node2; + std::cout << std::setw(6) << aTriangle.Node3; + std::cout << std::endl; } } @@ -681,7 +681,7 @@ void HLRAlgo_PolyInternalData::IncTData( if (myNbTData >= myMxTData) { #ifdef OCCT_DEBUG if (HLRAlgo_PolyInternalData_TRACE) - cout << "HLRAlgo_PolyInternalData::IncTData : " << myMxTData << endl; + std::cout << "HLRAlgo_PolyInternalData::IncTData : " << myMxTData << std::endl; #endif Standard_Integer i,j,k; j = myMxTData; @@ -720,7 +720,7 @@ void HLRAlgo_PolyInternalData::IncPISeg( if (myNbPISeg >= myMxPISeg) { #ifdef OCCT_DEBUG if (HLRAlgo_PolyInternalData_TRACE) - cout << "HLRAlgo_PolyInternalData::IncPISeg : " << myMxPISeg << endl; + std::cout << "HLRAlgo_PolyInternalData::IncPISeg : " << myMxPISeg << std::endl; #endif Standard_Integer i,j,k; j = myMxPISeg; @@ -758,7 +758,7 @@ void HLRAlgo_PolyInternalData::IncPINod( if (myNbPINod >= myMxPINod) { #ifdef OCCT_DEBUG if (HLRAlgo_PolyInternalData_TRACE) - cout << "HLRAlgo_PolyInternalData::IncPINod : " << myMxPINod << endl; + std::cout << "HLRAlgo_PolyInternalData::IncPINod : " << myMxPINod << std::endl; #endif Standard_Integer i,j,k; j = myMxPINod; diff --git a/src/HLRBRep/HLRBRep_CurveTool.lxx b/src/HLRBRep/HLRBRep_CurveTool.lxx index 4f759de575..a8a79ce3dd 100644 --- a/src/HLRBRep/HLRBRep_CurveTool.lxx +++ b/src/HLRBRep/HLRBRep_CurveTool.lxx @@ -283,7 +283,7 @@ inline Handle(Geom2d_BezierCurve) HLRBRep_CurveTool::Bezier (const Standard_Address /*C*/) { #ifdef OCCT_DEBUG - cout<<" HLRBRep_CurveTool::Bezier : Not Implemented "<Bezier()); return(0); @@ -298,7 +298,7 @@ inline Handle(Geom2d_BSplineCurve) HLRBRep_CurveTool::BSpline (const Standard_Address /*C*/) { #ifdef OCCT_DEBUG - cout<<" HLRBRep_CurveTool::BSpline : Not Implemented "<BSpline()); return(0); diff --git a/src/HLRBRep/HLRBRep_Data.cxx b/src/HLRBRep/HLRBRep_Data.cxx index 72e8f07106..24bb851bf7 100644 --- a/src/HLRBRep/HLRBRep_Data.cxx +++ b/src/HLRBRep/HLRBRep_Data.cxx @@ -105,7 +105,7 @@ public: //-- ============================================================ void SetDim(const Standard_Integer n) { #ifdef OCCT_DEBUG - cout<<"\n@#@#@#@#@# SetDim "<i1) { @@ -324,7 +324,7 @@ public: } //-- ============================================================ Standard_Boolean NoIntersection(Standard_Integer i0,Standard_Integer i1) { - // cout<<" ??NoIntersection : "<i1) { @@ -333,10 +333,10 @@ public: Standard_Integer c=i1>>5; Standard_Integer o=i1 & 31; if(TabBit[i0][c] & Mask32[o]) { - //-- cout<<" TRUE "<Destroy(); delete ((TableauRejection *)myReject); } @@ -1190,7 +1190,7 @@ void HLRBRep_Data::NextInterference () GetSingleIntersection(myLE,myFE,su,sv); if(su!=RealLast()) { myIntersector.SimulateOnePoint(myLEData,su,myFEData,sv); - //-- cout<<"p"; + //-- std::cout<<"p"; } else { myIntersector.Perform @@ -1224,13 +1224,13 @@ void HLRBRep_Data::NextInterference () else { myNbPoints = myNbSegments = 0; #ifdef OCCT_DEBUG - cout << "HLRBRep_Data::NextInterference : "; + std::cout << "HLRBRep_Data::NextInterference : "; if (myLE == myFE) - cout << "Edge " << myLE - << " : Intersection not done" << endl; + std::cout << "Edge " << myLE + << " : Intersection not done" << std::endl; else - cout << "Edges " << myLE << " , " << myFE - << " : Intersection not done" << endl; + std::cout << "Edges " << myLE << " , " << myFE + << " : Intersection not done" << std::endl; #endif } } @@ -1246,7 +1246,7 @@ void HLRBRep_Data::NextInterference () } } else { - //-- cout<<"+"; + //-- std::cout<<"+"; } } } @@ -1391,7 +1391,7 @@ void HLRBRep_Data::EdgeState (const Standard_Real p1, stbef = TopAbs_OUT; staft = TopAbs_OUT; #ifdef OCCT_DEBUG - cout << "HLRBRep_Data::EdgeState : undefined" << endl; + std::cout << "HLRBRep_Data::EdgeState : undefined" << std::endl; #endif } } @@ -1399,7 +1399,7 @@ void HLRBRep_Data::EdgeState (const Standard_Real p1, stbef = TopAbs_OUT; staft = TopAbs_OUT; #ifdef OCCT_DEBUG - cout << "HLRBRep_Data::EdgeState : undefined" << endl; + std::cout << "HLRBRep_Data::EdgeState : undefined" << std::endl; #endif } } @@ -1464,8 +1464,8 @@ HLRBRep_Data::HidingStartLevel (const Standard_Integer E, Loop = Standard_False; else { #ifdef OCCT_DEBUG - cout << "HLRBRep_Data::HidingStartLevel : "; - cout << "Bad Parameter." << endl; + std::cout << "HLRBRep_Data::HidingStartLevel : "; + std::cout << "Bad Parameter." << std::endl; #endif } It.Next(); @@ -1548,9 +1548,9 @@ Standard_Boolean HLRBRep_Data::OrientOutLine (const Standard_Integer I, HLRBRep_ gp_Vec Nm = mySLProps.Normal(); if (curv == 0) { #ifdef OCCT_DEBUG - cout << "HLRBRep_Data::OrientOutLine " << I; - cout << " Edge " << myFE << " : "; - cout << "CurvatureValue == 0." << endl; + std::cout << "HLRBRep_Data::OrientOutLine " << I; + std::cout << " Edge " << myFE << " : "; + std::cout << "CurvatureValue == 0." << std::endl; #endif } if (curv > 0) @@ -1561,9 +1561,9 @@ Standard_Boolean HLRBRep_Data::OrientOutLine (const Standard_Integer I, HLRBRep_ Nm.Cross(Tg); if (Tg.Magnitude() < gp::Resolution()) { #ifdef OCCT_DEBUG - cout << "HLRBRep_Data::OrientOutLine " << I; - cout << " Edge " << myFE << " : "; - cout << "Tg.Magnitude() == 0." << endl; + std::cout << "HLRBRep_Data::OrientOutLine " << I; + std::cout << " Edge " << myFE << " : "; + std::cout << "Tg.Magnitude() == 0." << std::endl; #endif } if (myProj.Perspective()) @@ -1583,9 +1583,9 @@ Standard_Boolean HLRBRep_Data::OrientOutLine (const Standard_Integer I, HLRBRep_ } else { #ifdef OCCT_DEBUG - cout << "HLRBRep_Data::OrientOutLine " << I; - cout << " Edge " << myFE << " : "; - cout << "UVPoint not found, OutLine not Oriented" << endl; + std::cout << "HLRBRep_Data::OrientOutLine " << I; + std::cout << " Edge " << myFE << " : "; + std::cout << "UVPoint not found, OutLine not Oriented" << std::endl; #endif } ed1.Used(Standard_True); @@ -1644,9 +1644,9 @@ void HLRBRep_Data::OrientOthEdge (const Standard_Integer I, } #ifdef OCCT_DEBUG else { - cout << "HLRBRep_Data::OrientOthEdge " << I; - cout << " Edge " << myFE << " : "; - cout << "UVPoint not found, Edge not Oriented" << endl; + std::cout << "HLRBRep_Data::OrientOthEdge " << I; + std::cout << " Edge " << myFE << " : "; + std::cout << "UVPoint not found, Edge not Oriented" << std::endl; } #else (void)I; // avoid compiler warning @@ -1863,7 +1863,7 @@ HLRBRep_Data::Classify (const Standard_Integer E, q2 = (q& 0x0000FFFF); printf("\nmot: %3d q1 = %+10d q2=%+10d Mask : %d",qwe+8,(q1>32768)? (32768-q1) : q1,(q2>32768)? (32768-q2) : q2,q&0x80008000); } - cout<Max[6] - MinMaxShBI->Min[6]) & 0x80008000) == 0 && ((MinMaxShBJ->Max[7] - MinMaxShBI->Min[7]) & 0x80008000) == 0) { if (myDebug) { - cout << " hiding the shape " << I; - cout << " by the shape : " << J << endl; + std::cout << " hiding the shape " << I; + std::cout << " by the shape : " << J << std::endl; } SelectEdge(I); SelectFace(J); @@ -717,17 +717,17 @@ void HLRBRep_InternalAlgo::HideSelected (const Standard_Integer I, if (myDebug) { - cout << endl; - cout << "Vertices : " << setw(5) << myDS->NbVertices() << endl; - cout << "Edges : " << setw(5) << myDS->NbEdges() << " , "; - cout << "Selected : " << setw(5) << nbSelEdges << " , "; - cout << "Visibles : " << setw(5) << nbVisEdges << endl; - cout << "Faces : " << setw(5) << myDS->NbFaces() << " , "; - cout << "Selected : " << setw(5) << nbSelFaces << " , "; - cout << "Simple : " << setw(5) << nbFSimp << endl; + std::cout << std::endl; + std::cout << "Vertices : " << std::setw(5) << myDS->NbVertices() << std::endl; + std::cout << "Edges : " << std::setw(5) << myDS->NbEdges() << " , "; + std::cout << "Selected : " << std::setw(5) << nbSelEdges << " , "; + std::cout << "Visibles : " << std::setw(5) << nbVisEdges << std::endl; + std::cout << "Faces : " << std::setw(5) << myDS->NbFaces() << " , "; + std::cout << "Selected : " << std::setw(5) << nbSelFaces << " , "; + std::cout << "Simple : " << std::setw(5) << nbFSimp << std::endl; if (SideFace) - cout << "Side : " << setw(5) << nbFSide << " , "; - cout << "Cachantes : " << setw(5) << nbCache << endl << endl; + std::cout << "Side : " << std::setw(5) << nbFSide << " , "; + std::cout << "Cachantes : " << std::setw(5) << nbCache << std::endl << std::endl; } } @@ -748,13 +748,13 @@ void HLRBRep_InternalAlgo::HideSelected (const Standard_Integer I, if(++QWE>QWEQWE) { QWE=0; if (myDebug) - cout<<"*"; + std::cout<<"*"; } } else { if (myDebug && HLRBRep_InternalAlgo_TRACE) { j++; - cout << " OwnHiding " << j << " of face : " << f << endl; + std::cout << " OwnHiding " << j << " of face : " << f << std::endl; } } Cache.OwnHiding(f); @@ -867,7 +867,7 @@ void HLRBRep_InternalAlgo::HideSelected (const Standard_Integer I, if(HLRBRep_InternalAlgo_TRACE10 && HLRBRep_InternalAlgo_TRACE==Standard_False) { if(++QWE>QWEQWE) { if (myDebug) - cout<<"."; + std::cout<<"."; QWE=0; } } @@ -892,22 +892,22 @@ void HLRBRep_InternalAlgo::HideSelected (const Standard_Integer I, nbFSimp++; } - cout << "\n"; - cout << "Simple Faces : "; - cout << nbFSimp << "\n"; - cout << "Intersections calculees : "; - cout << nbCal2Intersection << "\n"; - cout << "Intersections Ok : "; - cout << nbOkIntersection << "\n"; - cout << "Points : "; - cout << nbPtIntersection << "\n"; - cout << "Segments : "; - cout << nbSegIntersection << "\n"; - cout << "Classification : "; - cout << nbClassification << "\n"; - cout << "Intersections curve-surface : "; - cout << nbCal3Intersection << "\n"; - cout << endl << endl; + std::cout << "\n"; + std::cout << "Simple Faces : "; + std::cout << nbFSimp << "\n"; + std::cout << "Intersections calculees : "; + std::cout << nbCal2Intersection << "\n"; + std::cout << "Intersections Ok : "; + std::cout << nbOkIntersection << "\n"; + std::cout << "Points : "; + std::cout << nbPtIntersection << "\n"; + std::cout << "Segments : "; + std::cout << nbSegIntersection << "\n"; + std::cout << "Classification : "; + std::cout << nbClassification << "\n"; + std::cout << "Intersections curve-surface : "; + std::cout << nbCal3Intersection << "\n"; + std::cout << std::endl << std::endl; } #endif } diff --git a/src/HLRBRep/HLRBRep_PolyAlgo.cxx b/src/HLRBRep/HLRBRep_PolyAlgo.cxx index 4571e19c34..63e88a77ff 100644 --- a/src/HLRBRep/HLRBRep_PolyAlgo.cxx +++ b/src/HLRBRep/HLRBRep_PolyAlgo.cxx @@ -508,8 +508,8 @@ void HLRBRep_PolyAlgo::StoreShell (const TopoDS_Shape& Shape, } #ifdef OCCT_DEBUG else if (DoError) { - cout << " HLRBRep_PolyAlgo::StoreShell : Face "; - cout << f << " non triangulated" << endl; + std::cout << " HLRBRep_PolyAlgo::StoreShell : Face "; + std::cout << f << " non triangulated" << std::endl; } #endif NT = &(((HLRAlgo_Array1OfTData*)TData)->ChangeValue(1)); @@ -534,8 +534,8 @@ void HLRBRep_PolyAlgo::StoreShell (const TopoDS_Shape& Shape, } #ifdef OCCT_DEBUG else if (DoError) { - cout << "HLRBRep_PolyAlgo::StoreShell : Face "; - cout << f << " deja stockee" << endl; + std::cout << "HLRBRep_PolyAlgo::StoreShell : Face "; + std::cout << f << " deja stockee" << std::endl; } #endif } @@ -663,8 +663,8 @@ Normal (const Standard_Integer iNode, Nod1RValues.Normal = gp_XYZ(1., 0., 0.); #ifdef OCCT_DEBUG if (DoError) { - cout << "HLRBRep_PolyAlgo::Normal : AverageNormal error"; - cout << endl; + std::cout << "HLRBRep_PolyAlgo::Normal : AverageNormal error"; + std::cout << std::endl; } #endif } @@ -740,8 +740,8 @@ HLRBRep_PolyAlgo::AverageNormal(const Standard_Integer iNode, OK = Standard_False; #ifdef OCCT_DEBUG if (DoError) { - cout << "HLRAlgo_PolyInternalData:: inverted normals on "; - cout << "node " << iNode << endl; + std::cout << "HLRAlgo_PolyInternalData:: inverted normals on "; + std::cout << "node " << iNode << std::endl; } #endif } @@ -882,8 +882,8 @@ InitBiPointsWithConnexity (const Standard_Integer e, else if (aNode12Indices->Edg2 == e) U2 = Nod12RValues->PCu2; #ifdef OCCT_DEBUG else { - cout << " HLRBRep_PolyAlgo::InitBiPointsWithConnexity : "; - cout << "Parameter error on Node " << i1p2 << endl; + std::cout << " HLRBRep_PolyAlgo::InitBiPointsWithConnexity : "; + std::cout << "Parameter error on Node " << i1p2 << std::endl; } #endif aNode12Indices->Flag |= NMsk_Edge; @@ -913,10 +913,10 @@ InitBiPointsWithConnexity (const Standard_Integer e, if (Nod11RValues->Normal.X()*Nod12RValues->Normal.X() + Nod11RValues->Normal.Y()*Nod12RValues->Normal.Y() + Nod11RValues->Normal.Z()*Nod12RValues->Normal.Z() < 0) { - cout << " HLRBRep_PolyAlgo::InitBiPointsWithConnexity : "; - cout << "Too big angle between " << i1p1 << setw(6); - cout << " and " << i1p2 << setw(6); - cout << " in face " << i1 << endl; + std::cout << " HLRBRep_PolyAlgo::InitBiPointsWithConnexity : "; + std::cout << "Too big angle between " << i1p1 << std::setw(6); + std::cout << " and " << i1p2 << std::setw(6); + std::cout << " in face " << i1 << std::endl; } } #endif @@ -934,8 +934,8 @@ InitBiPointsWithConnexity (const Standard_Integer e, else if (aNode12Indices->Edg2 == e) U2 = Nod12RValues->PCu2; #ifdef OCCT_DEBUG else { - cout << " HLRBRep_PolyAlgo::InitBiPointsWithConnexity : "; - cout << "Parameter error on Node " << i1p2 << endl; + std::cout << " HLRBRep_PolyAlgo::InitBiPointsWithConnexity : "; + std::cout << "Parameter error on Node " << i1p2 << std::endl; } #endif aNode12Indices->Flag |= NMsk_Edge; @@ -952,8 +952,8 @@ InitBiPointsWithConnexity (const Standard_Integer e, } #ifdef OCCT_DEBUG else if (DoError) { - cout << "HLRBRep_PolyAlgo::InitBiPointsWithConnexity : Edge "; - cout << e << " connex 1 sans PolygonOnTriangulation" << endl; + std::cout << "HLRBRep_PolyAlgo::InitBiPointsWithConnexity : Edge "; + std::cout << e << " connex 1 sans PolygonOnTriangulation" << std::endl; } #endif } @@ -1048,8 +1048,8 @@ InitBiPointsWithConnexity (const Standard_Integer e, else if (aNode12Indices->Edg2 == e) U2 = Nod12RValues->PCu2; #ifdef OCCT_DEBUG else { - cout << " HLRBRep_PolyAlgo::InitBiPointsWithConnexity : "; - cout << "Parameter error on Node " << i1p2 << endl; + std::cout << " HLRBRep_PolyAlgo::InitBiPointsWithConnexity : "; + std::cout << "Parameter error on Node " << i1p2 << std::endl; } #endif aNode12Indices->Flag |= NMsk_Edge; @@ -1092,18 +1092,18 @@ InitBiPointsWithConnexity (const Standard_Integer e, if (Nod11RValues->Normal.X()*Nod12RValues->Normal.X() + Nod11RValues->Normal.Y()*Nod12RValues->Normal.Y() + Nod11RValues->Normal.Z()*Nod12RValues->Normal.Z() < 0) { - cout << " HLRBRep_PolyAlgo::InitBiPointsWithConnexity : "; - cout << "To big angle between " << i1p1 << setw(6); - cout << " and " << i1p2 << setw(6); - cout << " in face " << i1 << endl; + std::cout << " HLRBRep_PolyAlgo::InitBiPointsWithConnexity : "; + std::cout << "To big angle between " << i1p1 << std::setw(6); + std::cout << " and " << i1p2 << std::setw(6); + std::cout << " in face " << i1 << std::endl; } if (Nod21RValues->Normal.X()*Nod22RValues->Normal.X() + Nod21RValues->Normal.Y()*Nod22RValues->Normal.Y() + Nod21RValues->Normal.Z()*Nod22RValues->Normal.Z() < 0) { - cout << " HLRBRep_PolyAlgo::InitBiPointsWithConnexity : "; - cout << "To big angle between " << i2p1 << setw(6); - cout << " and " << i2p2 << setw(6); - cout<< " in face " << i2 << endl; + std::cout << " HLRBRep_PolyAlgo::InitBiPointsWithConnexity : "; + std::cout << "To big angle between " << i2p1 << std::setw(6); + std::cout << " and " << i2p2 << std::setw(6); + std::cout<< " in face " << i2 << std::endl; } } #endif @@ -1121,8 +1121,8 @@ InitBiPointsWithConnexity (const Standard_Integer e, else if (aNode12Indices->Edg2 == e) U2 = Nod12RValues->PCu2; #ifdef OCCT_DEBUG else { - cout << " HLRBRep_PolyAlgo::InitBiPointsWithConnexity : "; - cout << "Parameter error on Node " << i1p2 << endl; + std::cout << " HLRBRep_PolyAlgo::InitBiPointsWithConnexity : "; + std::cout << "Parameter error on Node " << i1p2 << std::endl; } #endif aNode12Indices->Flag |= NMsk_Edge; @@ -1143,8 +1143,8 @@ InitBiPointsWithConnexity (const Standard_Integer e, } #ifdef OCCT_DEBUG else if (DoError) { - cout << "HLRBRep_PolyAlgo::InitBiPointsWithConnexity : Edge "; - cout << e << " connect 2 without PolygonOnTriangulation" << endl; + std::cout << "HLRBRep_PolyAlgo::InitBiPointsWithConnexity : Edge "; + std::cout << e << " connect 2 without PolygonOnTriangulation" << std::endl; } #endif } @@ -1205,8 +1205,8 @@ InitBiPointsWithConnexity (const Standard_Integer e, } #ifdef OCCT_DEBUG else if (DoError) { - cout << "HLRBRep_PolyAlgo::InitBiPointsWithConnexity : Edge "; - cout << e << " Isolated, without Polygone 3D" << endl; + std::cout << "HLRBRep_PolyAlgo::InitBiPointsWithConnexity : Edge "; + std::cout << e << " Isolated, without Polygone 3D" << std::endl; } #endif } @@ -1496,8 +1496,8 @@ MoveOrInsertPoint (HLRAlgo_ListOfBPoint& List, else if (Nod11Indices.Edg2 == e) Nod11RValues.PCu2 = U3; #ifdef OCCT_DEBUG else { - cout << " HLRBRep_PolyAlgo::MoveOrInsertPoint : "; - cout << "Parameter error on Node " << i1p1 << endl; + std::cout << " HLRBRep_PolyAlgo::MoveOrInsertPoint : "; + std::cout << "Parameter error on Node " << i1p1 << std::endl; } #endif Nod11RValues.Scal = 0; @@ -1528,8 +1528,8 @@ MoveOrInsertPoint (HLRAlgo_ListOfBPoint& List, else if (Nod12Indices.Edg2 == e) Nod12RValues.PCu2 = U3; #ifdef OCCT_DEBUG else { - cout << " HLRBRep_PolyAlgo::MoveOrInsertPoint : "; - cout << "Parameter error on Node " << i1p2 << endl; + std::cout << " HLRBRep_PolyAlgo::MoveOrInsertPoint : "; + std::cout << "Parameter error on Node " << i1p2 << std::endl; } #endif Nod12RValues.Scal = 0; @@ -1651,8 +1651,8 @@ MoveOrInsertPoint (HLRAlgo_ListOfBPoint& List, else if (Nod11Indices.Edg2 == e) Nod11RValues.PCu2 = U3; #ifdef OCCT_DEBUG else { - cout << " HLRBRep_PolyAlgo::MoveOrInsertPoint : "; - cout << "Parameter error on Node " << i1p1 << endl; + std::cout << " HLRBRep_PolyAlgo::MoveOrInsertPoint : "; + std::cout << "Parameter error on Node " << i1p1 << std::endl; } #endif Nod11RValues.Scal = 0; @@ -1663,8 +1663,8 @@ MoveOrInsertPoint (HLRAlgo_ListOfBPoint& List, else if (Nod21Indices.Edg2 == e) Nod21RValues.PCu2 = U3; #ifdef OCCT_DEBUG else { - cout << " HLRBRep_PolyAlgo::MoveOrInsertPoint : "; - cout << "Parameter error on Node " << i2p1 << endl; + std::cout << " HLRBRep_PolyAlgo::MoveOrInsertPoint : "; + std::cout << "Parameter error on Node " << i2p1 << std::endl; } #endif Nod21RValues.Scal = 0; @@ -1700,8 +1700,8 @@ MoveOrInsertPoint (HLRAlgo_ListOfBPoint& List, else if (Nod12Indices.Edg2 == e) Nod12RValues.PCu2 = U3; #ifdef OCCT_DEBUG else { - cout << " HLRBRep_PolyAlgo::MoveOrInsertPoint : "; - cout << "Parameter error on Node " << i1p2 << endl; + std::cout << " HLRBRep_PolyAlgo::MoveOrInsertPoint : "; + std::cout << "Parameter error on Node " << i1p2 << std::endl; } #endif Nod12RValues.Scal = 0; @@ -1712,8 +1712,8 @@ MoveOrInsertPoint (HLRAlgo_ListOfBPoint& List, else if (Nod22Indices.Edg2 == e) Nod22RValues.PCu2 = U3; #ifdef OCCT_DEBUG else { - cout << " HLRBRep_PolyAlgo::MoveOrInsertPoint : "; - cout << "Parameter error on Node " << i2p2 << endl; + std::cout << " HLRBRep_PolyAlgo::MoveOrInsertPoint : "; + std::cout << "Parameter error on Node " << i2p2 << std::endl; } #endif Nod22RValues.Scal = 0; @@ -1860,8 +1860,8 @@ MoveOrInsertPoint (HLRAlgo_ListOfBPoint& List, else if (Nod11Indices.Edg2 == e) Nod11RValues.PCu2 = U3; #ifdef OCCT_DEBUG else { - cout << " HLRBRep_PolyAlgo::MoveOrInsertPoint : "; - cout << "Parameter error on Node " << i1p1 << endl; + std::cout << " HLRBRep_PolyAlgo::MoveOrInsertPoint : "; + std::cout << "Parameter error on Node " << i1p1 << std::endl; } #endif Nod11RValues.Scal = 0; @@ -1872,8 +1872,8 @@ MoveOrInsertPoint (HLRAlgo_ListOfBPoint& List, else if (Nod21Indices.Edg2 == e) Nod21RValues.PCu2 = U3; #ifdef OCCT_DEBUG else { - cout << " HLRBRep_PolyAlgo::MoveOrInsertPoint : "; - cout << "Parameter error on Node " << i2p1 << endl; + std::cout << " HLRBRep_PolyAlgo::MoveOrInsertPoint : "; + std::cout << "Parameter error on Node " << i2p1 << std::endl; } #endif Nod21RValues.Scal = 0; @@ -1909,8 +1909,8 @@ MoveOrInsertPoint (HLRAlgo_ListOfBPoint& List, else if (Nod12Indices.Edg2 == e) Nod12RValues.PCu2 = U4; #ifdef OCCT_DEBUG else { - cout << " HLRBRep_PolyAlgo::MoveOrInsertPoint : "; - cout << "Parameter error on Node " << i1p2 << endl; + std::cout << " HLRBRep_PolyAlgo::MoveOrInsertPoint : "; + std::cout << "Parameter error on Node " << i1p2 << std::endl; } #endif Nod12RValues.Scal = 0; @@ -1921,8 +1921,8 @@ MoveOrInsertPoint (HLRAlgo_ListOfBPoint& List, else if (Nod22Indices.Edg2 == e) Nod22RValues.PCu2 = U4; #ifdef OCCT_DEBUG else { - cout << " HLRBRep_PolyAlgo::MoveOrInsertPoint : "; - cout << "Parameter error on Node " << i2p2 << endl; + std::cout << " HLRBRep_PolyAlgo::MoveOrInsertPoint : "; + std::cout << "Parameter error on Node " << i2p2 << std::endl; } #endif Nod22RValues.Scal = 0; @@ -2085,9 +2085,9 @@ HLRBRep_PolyAlgo::InsertOnOutLine (TColStd_Array1OfTransient& PID) #ifdef OCCT_DEBUG if (DoTrace) { - cout << " InsertOnOutLine : NbTData " << (*pid)->NbTData() << endl; - cout << " InsertOnOutLine : NbPISeg " << (*pid)->NbPISeg() << endl; - cout << " InsertOnOutLine : NbPINod " << (*pid)->NbPINod() << endl; + std::cout << " InsertOnOutLine : NbTData " << (*pid)->NbTData() << std::endl; + std::cout << " InsertOnOutLine : NbPISeg " << (*pid)->NbPISeg() << std::endl; + std::cout << " InsertOnOutLine : NbPINod " << (*pid)->NbPINod() << std::endl; } #endif @@ -2169,9 +2169,9 @@ HLRBRep_PolyAlgo::InsertOnOutLine (TColStd_Array1OfTransient& PID) #ifdef OCCT_DEBUG if (DoTrace) { - cout << " InsertOnOutLine : NbTData " << (*pid)->NbTData() << endl; - cout << " InsertOnOutLine : NbPISeg " << (*pid)->NbPISeg() << endl; - cout << " InsertOnOutLine : NbPINod " << (*pid)->NbPINod() << endl; + std::cout << " InsertOnOutLine : NbTData " << (*pid)->NbTData() << std::endl; + std::cout << " InsertOnOutLine : NbPISeg " << (*pid)->NbPISeg() << std::endl; + std::cout << " InsertOnOutLine : NbPINod " << (*pid)->NbPINod() << std::endl; } #endif } @@ -2248,7 +2248,7 @@ HLRBRep_PolyAlgo::CheckFrBackTriangles (HLRAlgo_ListOfBPoint& List, (tdata->Flags & HLRAlgo_PolyMask_FMskFrBack)) { #ifdef OCCT_DEBUG if (DoTrace) - cout << " face : " << f << " , triangle " << i << endl; + std::cout << " face : " << f << " , triangle " << i << std::endl; #endif Modif = Standard_True; const Handle(HLRAlgo_PolyInternalNode)* pi1p1 = @@ -2317,8 +2317,8 @@ HLRBRep_PolyAlgo::CheckFrBackTriangles (HLRAlgo_ListOfBPoint& List, FrBackInList = Standard_True; #ifdef OCCT_DEBUG if (DoTrace) { - cout << tdata->Node1 << " modifies : DX,DY "; - cout << X1 << " , " << Y1 << endl; + std::cout << tdata->Node1 << " modifies : DX,DY "; + std::cout << X1 << " , " << Y1 << std::endl; } #endif } @@ -2330,8 +2330,8 @@ HLRBRep_PolyAlgo::CheckFrBackTriangles (HLRAlgo_ListOfBPoint& List, FrBackInList = Standard_True; #ifdef OCCT_DEBUG if (DoTrace) { - cout << tdata->Node2 << " modifies : DX,DY "; - cout << X2 << " , " << Y2 << endl; + std::cout << tdata->Node2 << " modifies : DX,DY "; + std::cout << X2 << " , " << Y2 << std::endl; } #endif } @@ -2343,14 +2343,14 @@ HLRBRep_PolyAlgo::CheckFrBackTriangles (HLRAlgo_ListOfBPoint& List, FrBackInList = Standard_True; #ifdef OCCT_DEBUG if (DoTrace) { - cout << tdata->Node3 << " modifies : DX,DY "; - cout << X3 << " , " << Y3 << endl; + std::cout << tdata->Node3 << " modifies : DX,DY "; + std::cout << X3 << " , " << Y3 << std::endl; } #endif } #ifdef OCCT_DEBUG else if (DoTrace) - cout << "modification error" << endl; + std::cout << "modification error" << std::endl; #endif } tdata++; @@ -2390,7 +2390,7 @@ HLRBRep_PolyAlgo::CheckFrBackTriangles (HLRAlgo_ListOfBPoint& List, if (Nod11Indices->Flag & NMsk_Move) { #ifdef OCCT_DEBUG if (DoTrace) - cout << theIndices.Face1Pt1 << " modifies 11" << endl; + std::cout << theIndices.Face1Pt1 << " modifies 11" << std::endl; #endif Nod11RValues = &PINod1->ChangeValue(theIndices.Face1Pt1)->Data(); HLRAlgo_BiPoint::PointsT& aPoints = BP.Points(); @@ -2409,7 +2409,7 @@ HLRBRep_PolyAlgo::CheckFrBackTriangles (HLRAlgo_ListOfBPoint& List, if (Nod11Indices->Flag & NMsk_Move) { #ifdef OCCT_DEBUG if (DoTrace) - cout << theIndices.Face1Pt2 << " modifies 12" << endl; + std::cout << theIndices.Face1Pt2 << " modifies 12" << std::endl; #endif Nod11RValues = &PINod1->ChangeValue(theIndices.Face1Pt2)->Data(); HLRAlgo_BiPoint::PointsT& aPoints = BP.Points(); @@ -2433,7 +2433,7 @@ HLRBRep_PolyAlgo::CheckFrBackTriangles (HLRAlgo_ListOfBPoint& List, if (Nod11Indices->Flag & NMsk_Move) { #ifdef OCCT_DEBUG if (DoTrace) - cout << theIndices.Face2Pt1 << " modifies 21" << endl; + std::cout << theIndices.Face2Pt1 << " modifies 21" << std::endl; #endif Nod11RValues = &PINod2->ChangeValue(theIndices.Face2Pt1)->Data(); HLRAlgo_BiPoint::PointsT& aPoints = BP.Points(); @@ -2452,7 +2452,7 @@ HLRBRep_PolyAlgo::CheckFrBackTriangles (HLRAlgo_ListOfBPoint& List, if (Nod11Indices->Flag & NMsk_Move) { #ifdef OCCT_DEBUG if (DoTrace) - cout << theIndices.Face2Pt2 << " modifies 22" << endl; + std::cout << theIndices.Face2Pt2 << " modifies 22" << std::endl; #endif Nod11RValues = &PINod2->ChangeValue(theIndices.Face2Pt2)->Data(); HLRAlgo_BiPoint::PointsT& aPoints = BP.Points(); @@ -2570,8 +2570,8 @@ void HLRBRep_PolyAlgo::ChangeNode (const Standard_Integer ip1, Nod1RValues.Normal = gp_XYZ(1., 0., 0.); #ifdef OCCT_DEBUG if (DoError) { - cout << "HLRBRep_PolyAlgo::ChangeNode between " << ip1; - cout << " and " << ip2 << endl; + std::cout << "HLRBRep_PolyAlgo::ChangeNode between " << ip1; + std::cout << " and " << ip2 << std::endl; } #endif } @@ -2590,8 +2590,8 @@ void HLRBRep_PolyAlgo::ChangeNode (const Standard_Integer ip1, Nod2RValues.Normal = gp_XYZ(1., 0., 0.); #ifdef OCCT_DEBUG if (DoError) { - cout << "HLRBRep_PolyAlgo::ChangeNode between " << ip2; - cout << " and " << ip1 << endl; + std::cout << "HLRBRep_PolyAlgo::ChangeNode between " << ip2; + std::cout << " and " << ip1 << std::endl; } #endif } @@ -2691,8 +2691,8 @@ HLRBRep_PolyAlgo::OrientTriangle(const Standard_Integer, theTriangle.Flags |= HLRAlgo_PolyMask_FMskOnOutL; #ifdef OCCT_DEBUG if (DoTrace) { - cout << "HLRBRep_PolyAlgo::OrientTriangle : OnOutL"; - cout << " triangle " << iTri << endl; + std::cout << "HLRBRep_PolyAlgo::OrientTriangle : OnOutL"; + std::cout << " triangle " << iTri << std::endl; } #endif } @@ -2724,8 +2724,8 @@ HLRBRep_PolyAlgo::OrientTriangle(const Standard_Integer, if (aD12Norm <= 1.e-10) { #ifdef OCCT_DEBUG if (DoTrace) { - cout << "HLRBRep_PolyAlgo::OrientTriangle : Flat"; - cout << " triangle " << iTri << endl; + std::cout << "HLRBRep_PolyAlgo::OrientTriangle : Flat"; + std::cout << " triangle " << iTri << std::endl; } #endif theTriangle.Flags |= HLRAlgo_PolyMask_FMskFlat; @@ -2738,8 +2738,8 @@ HLRBRep_PolyAlgo::OrientTriangle(const Standard_Integer, if (aD23Norm < 1.e-10) { #ifdef OCCT_DEBUG if (DoTrace) { - cout << "HLRBRep_PolyAlgo::OrientTriangle : Flat"; - cout << " triangle " << iTri << endl; + std::cout << "HLRBRep_PolyAlgo::OrientTriangle : Flat"; + std::cout << " triangle " << iTri << std::endl; } #endif theTriangle.Flags |= HLRAlgo_PolyMask_FMskFlat; @@ -2752,8 +2752,8 @@ HLRBRep_PolyAlgo::OrientTriangle(const Standard_Integer, if (aD31Norm < 1.e-10) { #ifdef OCCT_DEBUG if (DoTrace) { - cout << "HLRBRep_PolyAlgo::OrientTriangle : Flat"; - cout << " triangle " << iTri << endl; + std::cout << "HLRBRep_PolyAlgo::OrientTriangle : Flat"; + std::cout << " triangle " << iTri << std::endl; } #endif theTriangle.Flags |= HLRAlgo_PolyMask_FMskFlat; @@ -2768,8 +2768,8 @@ HLRBRep_PolyAlgo::OrientTriangle(const Standard_Integer, if (aDNorm < 1.e-5) { #ifdef OCCT_DEBUG if (DoTrace) { - cout << "HLRBRep_PolyAlgo::OrientTriangle : Flat"; - cout << " triangle " << iTri << endl; + std::cout << "HLRBRep_PolyAlgo::OrientTriangle : Flat"; + std::cout << " triangle " << iTri << std::endl; } #endif theTriangle.Flags |= HLRAlgo_PolyMask_FMskFlat; @@ -2845,8 +2845,8 @@ HLRBRep_PolyAlgo::Triangles(const Standard_Integer ip1, iTri2 = 0; #ifdef OCCT_DEBUG if (DoError) { - cout << "HLRBRep_PolyAlgo::Triangles : error"; - cout << " between " << ip1 << " and " << ip2 << endl; + std::cout << "HLRBRep_PolyAlgo::Triangles : error"; + std::cout << " between " << ip1 << " and " << ip2 << std::endl; } #endif return Standard_False; @@ -2982,8 +2982,8 @@ HLRBRep_PolyAlgo::UpdateOutLines (HLRAlgo_ListOfBPoint& List, aTriangle.Flags |= HLRAlgo_PolyMask_EMskOutLin3; #ifdef OCCT_DEBUG else if (DoError) { - cout << "HLRAlgo_PolyInternalData::UpdateOutLines"; - cout << " : segment not found" << endl; + std::cout << "HLRAlgo_PolyInternalData::UpdateOutLines"; + std::cout << " : segment not found" << std::endl; } #endif tn1 = aTriangle2.Node1; @@ -3002,8 +3002,8 @@ HLRBRep_PolyAlgo::UpdateOutLines (HLRAlgo_ListOfBPoint& List, aTriangle2.Flags |= HLRAlgo_PolyMask_EMskOutLin3; #ifdef OCCT_DEBUG else if (DoError) { - cout << "HLRAlgo_PolyInternalData::UpdateOutLines"; - cout << " : segment not found" << endl; + std::cout << "HLRAlgo_PolyInternalData::UpdateOutLines"; + std::cout << " : segment not found" << std::endl; } #endif HLRAlgo_PolyInternalNode::NodeData& Nod1RValues = @@ -3088,9 +3088,9 @@ UpdateEdgesBiPoints (HLRAlgo_ListOfBPoint& List, } #ifdef OCCT_DEBUG else if (DoError) { - cout << "HLRBRep_PolyAlgo::UpdateEdgesBiPoints : error "; - cout << " between " << aIndices.FaceConex1 << setw(6); - cout << " and " << aIndices.FaceConex2 << endl; + std::cout << "HLRBRep_PolyAlgo::UpdateEdgesBiPoints : error "; + std::cout << " between " << aIndices.FaceConex1 << std::setw(6); + std::cout << " and " << aIndices.FaceConex2 << std::endl; } #endif } @@ -3140,9 +3140,9 @@ HLRBRep_PolyAlgo::UpdatePolyData (TColStd_Array1OfTransient& PD, if (!(OT->Flags & HLRAlgo_PolyMask_FMskSide)) { #ifdef OCCT_DEBUG if ((OT->Flags & HLRAlgo_PolyMask_FMskFrBack) && DoTrace) { - cout << "HLRBRep_PolyAlgo::ReverseBackTriangle :"; - cout << " face " << f << setw(6); - cout << " triangle " << i << endl; + std::cout << "HLRBRep_PolyAlgo::ReverseBackTriangle :"; + std::cout << " face " << f << std::setw(6); + std::cout << " triangle " << i << std::endl; } #endif if (OT->Flags & HLRAlgo_PolyMask_FMskOrBack) { diff --git a/src/HLRTest/HLRTest.cxx b/src/HLRTest/HLRTest.cxx index 6379df6376..57e31117e4 100644 --- a/src/HLRTest/HLRTest.cxx +++ b/src/HLRTest/HLRTest.cxx @@ -610,7 +610,7 @@ static Standard_Boolean stest(const Handle(Draw_Drawable3D)& d) //purpose : //======================================================================= -static void ssave (const Handle(Draw_Drawable3D)&d, ostream& OS) +static void ssave (const Handle(Draw_Drawable3D)&d, std::ostream& OS) { Handle(HLRTest_Projector) HP = Handle(HLRTest_Projector)::DownCast(d); @@ -647,7 +647,7 @@ static void ssave (const Handle(Draw_Drawable3D)&d, ostream& OS) //purpose : //======================================================================= -static Handle(Draw_Drawable3D) srestore (istream& IS) +static Handle(Draw_Drawable3D) srestore (std::istream& IS) { Standard_Boolean pers; IS >> pers; diff --git a/src/HLRTest/HLRTest_DrawablePolyEdgeTool.cxx b/src/HLRTest/HLRTest_DrawablePolyEdgeTool.cxx index a78d4e168e..bd489a7919 100644 --- a/src/HLRTest/HLRTest_DrawablePolyEdgeTool.cxx +++ b/src/HLRTest/HLRTest_DrawablePolyEdgeTool.cxx @@ -96,7 +96,7 @@ HLRTest_DrawablePolyEdgeTool (const Handle(HLRBRep_PolyAlgo)& Alg, } if (myDebug) { ChronHide.Stop(); - cout << " Temps Hide :"; + std::cout << " Temps Hide :"; ChronHide.Show(); } } diff --git a/src/HLRTest/HLRTest_OutLiner.cxx b/src/HLRTest/HLRTest_OutLiner.cxx index 465bc02ffa..782fe974ea 100644 --- a/src/HLRTest/HLRTest_OutLiner.cxx +++ b/src/HLRTest/HLRTest_OutLiner.cxx @@ -61,7 +61,7 @@ Handle(Draw_Drawable3D) HLRTest_OutLiner::Copy () const void HLRTest_OutLiner::Dump (Standard_OStream& S) const { - S << "This is an outliner" << endl; + S << "This is an outliner" << std::endl; } //======================================================================= diff --git a/src/HLRTest/HLRTest_Projector.cxx b/src/HLRTest/HLRTest_Projector.cxx index e90bab7bff..f2c56b7112 100644 --- a/src/HLRTest/HLRTest_Projector.cxx +++ b/src/HLRTest/HLRTest_Projector.cxx @@ -66,11 +66,11 @@ void HLRTest_Projector::Dump (Standard_OStream& S) const for (Standard_Integer i = 1; i <= 3; i++) { for (Standard_Integer j = 1; j <= 4; j++) { - S << setw(15) << myProjector.Transformation().Value(i,j); + S << std::setw(15) << myProjector.Transformation().Value(i,j); } S << "\n"; } - S << endl; + S << std::endl; } //======================================================================= diff --git a/src/HLRTopoBRep/HLRTopoBRep_DSFiller.cxx b/src/HLRTopoBRep/HLRTopoBRep_DSFiller.cxx index d07d2d8f79..51c0e5676a 100644 --- a/src/HLRTopoBRep/HLRTopoBRep_DSFiller.cxx +++ b/src/HLRTopoBRep/HLRTopoBRep_DSFiller.cxx @@ -228,7 +228,7 @@ void HLRTopoBRep_DSFiller::InsertFace (const Standard_Integer /*FI*/, if(ipL-ipF < 1) { InsuffisantNumberOfPoints=Standard_True; - //cout<<"\n !! Pb ds HLRTopoBRep_DSFiller.cxx (Contour App Nbp <3)"<0.1) TOL3d=0.1; TOL2d=TOL*Maxu; if(TOL2d<1e-12) TOL2d=1e-12; else if(TOL2d>0.1) TOL2d=0.1; - //-- cout<<"\nHLRTopoBRep_DSFiller : nbp="< 0) { - cout << "# " << setw(3) << Index << " " ; + std::cout << "# " << std::setw(3) << Index << " " ; } else { - cout << "======" ; + std::cout << "======" ; } - cout << "=============================" << endl ; + std::cout << "=============================" << std::endl ; if (myHasFirstPoint) { myFirstPoint.Dump (1) ; } else { - cout << " Has not a first point" << endl ; + std::cout << " Has not a first point" << std::endl ; } if (myHasSecondPoint) { mySecondPoint.Dump (2) ; } else { - cout << " Has not a second point" << endl ; + std::cout << " Has not a second point" << std::endl ; } - cout << "==============================================" << endl ; + std::cout << "==============================================" << std::endl ; } diff --git a/src/HatchGen/HatchGen_PointOnElement.cxx b/src/HatchGen/HatchGen_PointOnElement.cxx index 0dc0f444fb..dab4ddd520 100644 --- a/src/HatchGen/HatchGen_PointOnElement.cxx +++ b/src/HatchGen/HatchGen_PointOnElement.cxx @@ -216,50 +216,50 @@ Standard_Boolean HatchGen_PointOnElement::IsDifferent (const HatchGen_PointOnEle void HatchGen_PointOnElement::Dump (const Standard_Integer Index) const { - cout << " --- Point on element " ; + std::cout << " --- Point on element " ; if (Index > 0) { - cout << "# " << setw(3) << Index << " " ; + std::cout << "# " << std::setw(3) << Index << " " ; } else { - cout << "------" ; + std::cout << "------" ; } - cout << "---------------" << endl ; + std::cout << "---------------" << std::endl ; - cout << " Index of the element = " << myIndex << endl ; - cout << " Parameter on element = " << myParam << endl ; - cout << " Position on element = " ; + std::cout << " Index of the element = " << myIndex << std::endl ; + std::cout << " Parameter on element = " << myParam << std::endl ; + std::cout << " Position on element = " ; switch (myPosit) { - case TopAbs_FORWARD : cout << "FORWARD (i.e. BEGIN )" ; break ; - case TopAbs_INTERNAL : cout << "INTERNAL (i.e. MIDDLE )" ; break ; - case TopAbs_REVERSED : cout << "REVERSED (i.e. END )" ; break ; - case TopAbs_EXTERNAL : cout << "EXTERNAL (i.e. UNKNOWN)" ; break ; + case TopAbs_FORWARD : std::cout << "FORWARD (i.e. BEGIN )" ; break ; + case TopAbs_INTERNAL : std::cout << "INTERNAL (i.e. MIDDLE )" ; break ; + case TopAbs_REVERSED : std::cout << "REVERSED (i.e. END )" ; break ; + case TopAbs_EXTERNAL : std::cout << "EXTERNAL (i.e. UNKNOWN)" ; break ; } - cout << endl ; - cout << " Intersection Type = " ; + std::cout << std::endl ; + std::cout << " Intersection Type = " ; switch (myType) { - case HatchGen_TRUE : cout << "TRUE" ; break ; - case HatchGen_TOUCH : cout << "TOUCH" ; break ; - case HatchGen_TANGENT : cout << "TANGENT" ; break ; - case HatchGen_UNDETERMINED : cout << "UNDETERMINED" ; break ; + case HatchGen_TRUE : std::cout << "TRUE" ; break ; + case HatchGen_TOUCH : std::cout << "TOUCH" ; break ; + case HatchGen_TANGENT : std::cout << "TANGENT" ; break ; + case HatchGen_UNDETERMINED : std::cout << "UNDETERMINED" ; break ; } - cout << endl ; - cout << " State Before = " ; + std::cout << std::endl ; + std::cout << " State Before = " ; switch (myBefore) { - case TopAbs_IN : cout << "IN" ; break ; - case TopAbs_OUT : cout << "OUT" ; break ; - case TopAbs_ON : cout << "ON" ; break ; - case TopAbs_UNKNOWN : cout << "UNKNOWN" ; break ; + case TopAbs_IN : std::cout << "IN" ; break ; + case TopAbs_OUT : std::cout << "OUT" ; break ; + case TopAbs_ON : std::cout << "ON" ; break ; + case TopAbs_UNKNOWN : std::cout << "UNKNOWN" ; break ; } - cout << endl ; - cout << " State After = " ; + std::cout << std::endl ; + std::cout << " State After = " ; switch (myAfter) { - case TopAbs_IN : cout << "IN" ; break ; - case TopAbs_OUT : cout << "OUT" ; break ; - case TopAbs_ON : cout << "ON" ; break ; - case TopAbs_UNKNOWN : cout << "UNKNOWN" ; break ; + case TopAbs_IN : std::cout << "IN" ; break ; + case TopAbs_OUT : std::cout << "OUT" ; break ; + case TopAbs_ON : std::cout << "ON" ; break ; + case TopAbs_UNKNOWN : std::cout << "UNKNOWN" ; break ; } - cout << endl ; - cout << " Beginning of segment = " << (mySegBeg ? "TRUE" : "FALSE") << endl ; - cout << " End of segment = " << (mySegEnd ? "TRUE" : "FALSE") << endl ; + std::cout << std::endl ; + std::cout << " Beginning of segment = " << (mySegBeg ? "TRUE" : "FALSE") << std::endl ; + std::cout << " End of segment = " << (mySegEnd ? "TRUE" : "FALSE") << std::endl ; - cout << " ------------------------------------------" << endl ; + std::cout << " ------------------------------------------" << std::endl ; } diff --git a/src/HatchGen/HatchGen_PointOnHatching.cxx b/src/HatchGen/HatchGen_PointOnHatching.cxx index e32812b218..79b24368a4 100644 --- a/src/HatchGen/HatchGen_PointOnHatching.cxx +++ b/src/HatchGen/HatchGen_PointOnHatching.cxx @@ -179,53 +179,53 @@ Standard_Boolean HatchGen_PointOnHatching::IsGreater (const HatchGen_PointOnHatc void HatchGen_PointOnHatching::Dump (const Standard_Integer Index) const { - cout << "--- Point on hatching " ; + std::cout << "--- Point on hatching " ; if (Index > 0) { - cout << "# " << setw(3) << Index << " " ; + std::cout << "# " << std::setw(3) << Index << " " ; } else { - cout << "------" ; + std::cout << "------" ; } - cout << "------------------" << endl ; + std::cout << "------------------" << std::endl ; - cout << " Index of the hatching = " << myIndex << endl ; - cout << " Parameter on hatching = " << myParam << endl ; - cout << " Position on hatching = " ; + std::cout << " Index of the hatching = " << myIndex << std::endl ; + std::cout << " Parameter on hatching = " << myParam << std::endl ; + std::cout << " Position on hatching = " ; switch (myPosit) { - case TopAbs_FORWARD : cout << "FORWARD (i.e. BEGIN )" ; break ; - case TopAbs_INTERNAL : cout << "INTERNAL (i.e. MIDDLE )" ; break ; - case TopAbs_REVERSED : cout << "REVERSED (i.e. END )" ; break ; - case TopAbs_EXTERNAL : cout << "EXTERNAL (i.e. UNKNOWN)" ; break ; + case TopAbs_FORWARD : std::cout << "FORWARD (i.e. BEGIN )" ; break ; + case TopAbs_INTERNAL : std::cout << "INTERNAL (i.e. MIDDLE )" ; break ; + case TopAbs_REVERSED : std::cout << "REVERSED (i.e. END )" ; break ; + case TopAbs_EXTERNAL : std::cout << "EXTERNAL (i.e. UNKNOWN)" ; break ; } - cout << endl ; - cout << " State Before = " ; + std::cout << std::endl ; + std::cout << " State Before = " ; switch (myBefore) { - case TopAbs_IN : cout << "IN" ; break ; - case TopAbs_OUT : cout << "OUT" ; break ; - case TopAbs_ON : cout << "ON" ; break ; - case TopAbs_UNKNOWN : cout << "UNKNOWN" ; break ; + case TopAbs_IN : std::cout << "IN" ; break ; + case TopAbs_OUT : std::cout << "OUT" ; break ; + case TopAbs_ON : std::cout << "ON" ; break ; + case TopAbs_UNKNOWN : std::cout << "UNKNOWN" ; break ; } - cout << endl ; - cout << " State After = " ; + std::cout << std::endl ; + std::cout << " State After = " ; switch (myAfter) { - case TopAbs_IN : cout << "IN" ; break ; - case TopAbs_OUT : cout << "OUT" ; break ; - case TopAbs_ON : cout << "ON" ; break ; - case TopAbs_UNKNOWN : cout << "UNKNOWN" ; break ; + case TopAbs_IN : std::cout << "IN" ; break ; + case TopAbs_OUT : std::cout << "OUT" ; break ; + case TopAbs_ON : std::cout << "ON" ; break ; + case TopAbs_UNKNOWN : std::cout << "UNKNOWN" ; break ; } - cout << endl ; - cout << " Beginning of segment = " << (mySegBeg ? "TRUE" : "FALSE") << endl ; - cout << " End of segment = " << (mySegEnd ? "TRUE" : "FALSE") << endl ; + std::cout << std::endl ; + std::cout << " Beginning of segment = " << (mySegBeg ? "TRUE" : "FALSE") << std::endl ; + std::cout << " End of segment = " << (mySegEnd ? "TRUE" : "FALSE") << std::endl ; Standard_Integer NbPnt = myPoints.Length () ; if (NbPnt == 0) { - cout << " No points on element" << endl ; + std::cout << " No points on element" << std::endl ; } else { - cout << " Contains " << NbPnt << " points on element" << endl ; + std::cout << " Contains " << NbPnt << " points on element" << std::endl ; for (Standard_Integer IPnt = 1 ; IPnt <= NbPnt ; IPnt++) { const HatchGen_PointOnElement& Point = myPoints.Value (IPnt) ; Point.Dump (IPnt) ; } } - cout << "----------------------------------------------" << endl ; + std::cout << "----------------------------------------------" << std::endl ; } diff --git a/src/IFGraph/IFGraph_SCRoots.cxx b/src/IFGraph/IFGraph_SCRoots.cxx index 6aab10ce10..2d7a3a1624 100644 --- a/src/IFGraph/IFGraph_SCRoots.cxx +++ b/src/IFGraph/IFGraph_SCRoots.cxx @@ -38,14 +38,14 @@ IFGraph_SCRoots::IFGraph_SCRoots // Interface_Graph G(Model()); Interface_Graph G(thegraph); #ifdef OCCT_DEBUG - cout<<" SCRoots:"<Selection(); if (!sel.IsNull()) sout<<" Selection:"<Label(); else sout<<" (no Selection)"; @@ -359,8 +359,8 @@ void IFSelect_ContextModif::TraceModifier for (Standard_Integer i = 1; i <= nb; i ++) { if (thelist.Value(i) != ' ') ne ++; } - if (nb == ne) sout<<" All Model ("<Length(); - S<<"(List : "<Value(i); - S<<" ["<ToCString())<ToCString())<PrintLabel (theent,S); } } } - S<MaxNameLength (names ? 0 : -1); if (maxnam == 0) { maxnam = theeditor->MaxNameLength (0); nams = Standard_True; } Standard_Integer nbmod = 0; - if (what != 0) S<<"Mod N0 Name Value"< 0) str = EditedValue (jv); - S << (str.IsNull() ? "(NULL)" : str->ToCString()) <ToCString()) <ToCString()) <ToCString()) <ToCString()) <ToCString()) < 0) S<<"Short"<Name()<Name(),themaxco)<<" "<Label()<Name()<Name(),themaxco)<<" "<Label()< 0) S<<"Short"<Definition()<Definition()<ErrorHandle(); Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (hand) sout << " -- Mode Catch Error now Active" <SetErrorHandle(hand); return IFSelect_RetDone; } @@ -140,23 +140,23 @@ static IFSelect_ReturnStatus fun3 const Standard_CString arg1 = pilot->Arg(1); // **** XRead / Load **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 2) { sout<<"Read/Load : give file name !"<Protocol().IsNull()) { sout<<"Protocol not defined"<WorkLibrary().IsNull()) { sout<<"WorkLibrary not defined"<Protocol().IsNull()) { sout<<"Protocol not defined"<WorkLibrary().IsNull()) { sout<<"WorkLibrary not defined"<ReadFile (arg1); // status : 0 OK, 1 erreur lecture, 2 Fail(try/catch), // -1 fichier non trouve, -2 lecture faite mais resultat vide switch (status) { - case IFSelect_RetVoid : sout<<"file:"<BeginSentFiles(Standard_True); return status; } @@ -169,7 +169,7 @@ static IFSelect_ReturnStatus fun4 const Standard_CString arg1 = pilot->Arg(1); // **** Write All **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 2) { sout<<"Write All : give file name !"<SendAll (arg1); } @@ -182,11 +182,11 @@ static IFSelect_ReturnStatus fun5 // const Standard_CString arg2 = pilot->Arg(2); // **** Write Selected **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 3) { sout<<"Write Selected : give file name + givelist !"<CommandPart( 2)); - if (result.IsNull()) { sout<<"No entity selected"<Length()<Length()<SetList (result); return WS->SendSelected (arg1,sp); @@ -200,19 +200,19 @@ static IFSelect_ReturnStatus fun6 const Standard_CString arg1 = pilot->Arg(1); // **** Write Entite(s) **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 3) { sout<<"Write Entitie(s) : give file name + n0s entitie(s)!"<Number(pilot->Arg(ia)); if (id > 0) { Handle(Standard_Transient) item = WS->StartingEntity(id); - if (sp->Add(item)) sout<<"Added:no."<Add(item)) sout<<"Added:no."<Arg(ia)<Arg(ia)< 0) { sout< 0) { sout<SendSelected (arg1,sp); } @@ -224,14 +224,14 @@ static IFSelect_ReturnStatus fun7 const Standard_CString arg1 = pilot->Arg(1); // **** Entity Label **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 2) { sout<<"Give entity number"<HasModel()) { sout<<"No loaded model, abandon"<HasModel()) { sout<<"No loaded model, abandon"<NumberFromLabel (arg1); if (nument <= 0 || nument > WS->NbStartingEntities()) - { sout<<"Not a suitable number: "<Label in Model : "; WS->Model()->PrintLabel(WS->StartingEntity(nument),sout); - sout<Arg(1); // **** Entity Number **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 2) { sout<<"Give label to search"<HasModel()) { sout<<"No loaded model, abandon"<HasModel()) { sout<<"No loaded model, abandon"<Model(); Standard_Integer i, cnt = 0; Standard_Boolean exact = Standard_False; - sout<<" ** Search Entity Number for Label : "<NextNumberForLabel (arg1, 0, exact) ; i != 0; i = model->NextNumberForLabel (arg1, i, exact)) { cnt ++; - sout<<" ** Found n0/id:"; model->Print (model->Value(i),sout); sout<Print (model->Value(i),sout); sout< tout le modele"< cette selection, evaluation normale"< cette selection evaluee sur entite n0 num"< tout le modele"< cette selection, evaluation normale"< cette selection evaluee sur entite n0 num"<NamedItem(arg1)); @@ -301,7 +301,7 @@ static IFSelect_ReturnStatus funcount // if (argc > 2) sel = GetCasted(IFSelect_Selection,WS->NamedItem(arg2)); // if (counter.IsNull() || (argc > 2 && n3 <= 0 && sel.IsNull()) ) { // sout<<"Nom:"< 2) sout<<" et/ou "<GiveSelection(pilot->Arg(i)); if (!suite->AddInput(sel)) { - sout<<"Incorrect definition for applied selection"<SignType(); Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (signtype.IsNull()) sout<<"signtype actually undefined"<Name (signtype); Standard_Integer id = WS->ItemIdent (signtype); - sout<Label()<Label()< 0) sout<<"signtype : item n0 "< 0) sout<<"signtype : item n0 "<ToCString()<ToCString()<NamedItem(arg1)); - if (signtype.IsNull()) { sout<<"Not a Signature : "<SetSignType(signtype); return IFSelect_RetDone; @@ -390,22 +390,22 @@ static IFSelect_ReturnStatus funsigncase // **** Sign Case **** Handle(IFSelect_Signature) signcase = GetCasted(IFSelect_Signature,WS->NamedItem(arg1)); Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (signcase.IsNull()) sout<<"Not a Signature : "<IsIntCase(hasmin,valmin,hasmax,valmax)) { sout<<"Signature "<CaseList(); - if (caselist.IsNull()) sout<<"Signature "<Length(); - sout<<"Signature "<Value(i); - sout<Number(arg1); if (num <= 0 || num > WS->NbStartingEntities()) - { sout<<"Not a suitable entity number : "<StartingEntity(num); WS->PrintEntityStatus(ent,sout); return IFSelect_RetVoid; @@ -459,7 +459,7 @@ static IFSelect_ReturnStatus fun11 <<" check CheckList (complete) per message (counting)\n" <<" totalcheck CheckList (complete) per message (listing n0 ents)\n" <<" FAILS CheckList (fails) per message (listing complete)\n" - <<" TOTALCHECK CheckList (complete) per message (listing complete)"<TraceDumpModel(niv); return IFSelect_RetVoid; @@ -488,11 +488,11 @@ static IFSelect_ReturnStatus fundumpent Handle(Message_Messenger) sout = Message::DefaultMessenger(); if (argc < 2 || (argc == 2 && levmax < 0)) { sout<<"Give n0 or id of entity"; - if (levmax < 0) sout<<" and dump level"< 2) level = atoi(arg2); Handle(Standard_Transient) ent = WS->StartingEntity(num); if ( ent.IsNull() ) { - sout << "No entity with given id " << arg1 << " (" << num << ") is found in the current model" << endl; + sout << "No entity with given id " << arg1 << " (" << num << ") is found in the current model" << Message_EndLine; } else { - sout << " -- DUMP Entity n0 " << num << " level " << level << endl; + sout << " -- DUMP Entity n0 " << num << " level " << level << Message_EndLine; WL->DumpEntity (WS->Model(),WS->Protocol(),ent,sout,level); Interface_CheckIterator chl = WS->CheckOne (ent); if (!chl.IsEmpty(Standard_False)) chl.Print(sout,WS->Model(),Standard_False); } -// sout << flush; +// sout << std::flush; return IFSelect_RetVoid; } @@ -527,13 +527,13 @@ static IFSelect_ReturnStatus funsign const Standard_CString arg1 = pilot->Arg(1); const Standard_CString arg2 = pilot->Arg(2); Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 3) { sout<<" Give signature name + n0 or id of entity"<NamedItem(arg1)); - if (sign.IsNull()) { sout<<"Not a signature : "<Number(arg2); Handle(Standard_Transient) ent = WS->StartingEntity (num); if (num == 0) return IFSelect_RetError; - sout<<"Entity n0 "<SignValue(sign,ent)<SignValue(sign,ent)<Arg(1); const Standard_CString arg2 = pilot->Arg(2); Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 3) { sout<<" Give 2 numeros or labels : dad son"<NumberFromLabel(arg1); Standard_Integer n2 = WS->NumberFromLabel(arg2); - sout<<"QueryParent for dad:"<QueryParent(WS->StartingEntity(n1),WS->StartingEntity(n2)); - if (qp < 0) sout<Arg(1); // **** NewInt **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 1) { sout<<"Donner la valeur entiere pour IntParam"<= 1) intpar->SetValue(atoi(arg1)); return pilot->RecordItem (intpar); @@ -598,7 +598,7 @@ static IFSelect_ReturnStatus fun15 // **** SetInt **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); if (argc < 3) - { sout<<"Donner 2 arguments : nom Parametre et Valeur"<NamedItem(arg1)); if (!WS->SetIntValue(par,val)) return IFSelect_RetFail; @@ -613,7 +613,7 @@ static IFSelect_ReturnStatus fun16 const Standard_CString arg1 = pilot->Arg(1); // **** NewText **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 1) { sout<<"Donner la valeur texte pour TextParam"<= 1) textpar->AssignCat(arg1); return pilot->RecordItem (textpar); @@ -629,7 +629,7 @@ static IFSelect_ReturnStatus fun17 // **** SetText **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); if (argc < 3) - { sout<<"Donner 2 arguments : nom Parametre et Valeur"<NamedItem(arg1)); if (!WS->SetTextValue(par,arg2)) return IFSelect_RetFail; return IFSelect_RetDone; @@ -643,7 +643,7 @@ static IFSelect_ReturnStatus fun19 const Standard_CString arg1 = pilot->Arg(1); // **** DumpSel **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 2) { sout<<"Give 1 argument : Selection Name"<DumpSelection (GetCasted(IFSelect_Selection,WS->NamedItem(arg1))); return IFSelect_RetVoid; } @@ -660,7 +660,7 @@ static IFSelect_ReturnStatus fun20 char mode = pilot->Arg(0)[0]; // givelist/makelist if (mode == 'g') mode = pilot->Arg(0)[4]; // l list s short p pointed Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 2) { sout<<"Give Entity ID, or Selection Name [+ optional other selection or entity]"<NamedItem (arg1); pnt = GetCasted(IFSelect_SelectPointed,item); if (!pnt.IsNull()) { - sout<Clear(); } else if (!item.IsNull()) { - sout<StartingNumber (iter.Value()); - sout<SetList (result); - sout<<"List set to a SelectPointed : "<Arg(1)<Arg(1)<NbWords(); // **** GiveCount **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 2) { sout<<"Give Entity ID, or Selection Name [+ optional other selection or entity]"<EvaluateSelection(GetCasted(IFSelect_Selection,WS->NamedItem(arg1))); Handle(TColStd_HSequenceOfTransient) result = IFSelect_Functions::GiveList (WS,pilot->CommandPart(1)); if (result.IsNull()) return IFSelect_RetError; - sout<CommandPart(1)<<" : List of "<Length()<<" Entities"<CommandPart(1)<<" : List of "<Length()<<" Entities"<NbWords(); // **** SelSuite **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 2) { sout<<"Give Entity ID, or Selection Name [+ optional other selection or entity]"<EvaluateSelection(GetCasted(IFSelect_Selection,WS->NamedItem(arg1))); Handle(IFSelect_SelectSuite) selsuite = new IFSelect_SelectSuite; for (Standard_Integer i = 1; i < argc; i ++) { Handle(IFSelect_Selection) sel = WS->GiveSelection(pilot->Arg(i)); if (!selsuite->AddInput(sel)) { - sout<Arg(i-1)<<" : not a SelectDeduct, no more can be added. Abandon"<Arg(i-1)<<" : not a SelectDeduct, no more can be added. Abandon"<ClearData (mode); @@ -786,7 +786,7 @@ static IFSelect_ReturnStatus fun24 // **** Item Label **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); TCollection_AsciiString label; - if (argc < 2) { sout<<" Give label to search"<Arg(i)); if (i < argc-1) label.AssignCat(" "); @@ -794,14 +794,14 @@ static IFSelect_ReturnStatus fun24 for (int mode = 0; mode <= 2; mode ++) { int nbitems = 0; int id; sout<<"Searching label : "<NextIdentForLabel(label.ToCString(), 0,mode) ; id != 0; id = WS->NextIdentForLabel(label.ToCString(),id,mode)) { sout<<" "<Arg(1); // **** Save (Dump) **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 2) { sout<<"Donner nom du Fichier"<Arg(1); // **** Restore (Dump) **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 2) { sout<<"Donner nom du Fichier"< 0) sout << "-- Erreur Lecture Fichier "< 0) sout << "-- Erreur Lecture Fichier "<Length(); - sout<<" List of parameters : "<Value(i); - sout<<" : "<Value(i)->ToCString())<Value(i)->ToCString())< 0) { Standard_Integer use = atoi (arg1); WS->TraceStatics (use); } else { - if (argc > 2) sout<<" FORMER STATUS of Static Parameter "< 2) sout<<" FORMER STATUS of Static Parameter "< Print(sout); - else sout<<" Value : "<Length(); - sout<<" List of parameters : "<Value(i)->ToCString(); - sout<Print(sout); return IFSelect_RetVoid; } else if (arg2[0] == 'i') { // initialisation : arg1=nompar a2='i' a3=family a4=type [a5=val] - if (argc < 5) { sout<<" name init family type [valinit]"<Arg(4))[0]; Standard_Boolean ok= (argc==5 ? Interface_Static::Init(arg3,arg1,typ) : Interface_Static::Init(arg3,arg1,typ,pilot->Arg(5))); @@ -916,20 +916,20 @@ static IFSelect_ReturnStatus fun28 sout<<" give name and options ! Options (according type), 1 a time\n" <<" imin ival / imax ival / rmin rval / rmax rval /\n" <<" enum stnum / enum stnum match / eval e1 e2 e3 ... (maxi 10)\n" - < 4) sout<<"Only the command and ONE more arg are considered"< 4) sout<<"Only the command and ONE more arg are considered"<Arg(3),pilot->Arg(4)); - sout<<"Editing parameter : "<Family(),arg1,'&',comm)) - { sout<<"Editing done"<SentFiles(); Handle(Message_Messenger) sout = Message::DefaultMessenger(); if (list.IsNull()) - { sout<<"List of Sent Files not enabled"<Length(); - sout<<" Sent Files : "<Value(i)->ToCString()<Value(i)->ToCString()<FilePrefix().IsNull()) sout<<"Pas de prefixe defini"<FilePrefix()->ToCString()<FilePrefix().IsNull()) sout<<"Pas de prefixe defini"<FilePrefix()->ToCString()<SetFilePrefix(arg1); @@ -976,9 +976,9 @@ static IFSelect_ReturnStatus fun31 // **** FileExtension **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); if (argc < 2) { - if (WS->FileExtension().IsNull()) sout<<"Pas d extension definie"<FileExtension()->ToCString()<FileExtension().IsNull()) sout<<"Pas d extension definie"<FileExtension()->ToCString()<SetFileExtension(arg1); @@ -994,12 +994,12 @@ static IFSelect_ReturnStatus fun32 const Standard_CString arg2 = pilot->Arg(2); // **** FileRoot **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 2) { sout<<"Donner Dispatch et nom de Root"<NamedItem(arg1)); if (argc < 3) { - if (WS->FileRoot(disp).IsNull()) sout<<"Pas de racine definie pour "<FileRoot(disp)->ToCString()<FileRoot(disp).IsNull()) sout<<"Pas de racine definie pour "<FileRoot(disp)->ToCString()<SetFileRoot(disp,arg2)) return IFSelect_RetFail; @@ -1015,9 +1015,9 @@ static IFSelect_ReturnStatus fun33 // **** Default File Root **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); if (argc < 2) { - if (WS->DefaultFileRoot().IsNull()) sout<<"Pas de racine par defaut definie"<DefaultFileRoot()->ToCString()<DefaultFileRoot().IsNull()) sout<<"Pas de racine par defaut definie"<DefaultFileRoot()->ToCString()<SetDefaultFileRoot(arg1); @@ -1031,18 +1031,18 @@ static IFSelect_ReturnStatus fun34 // **** EvalFile **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); if (!WS->HasModel()) - { sout<<"Pas de Modele charge, abandon"<EvaluateFile(); Standard_Integer nbf = WS->NbFiles(); for (Standard_Integer i = 1; i <= nbf; i ++) { Handle(Interface_InterfaceModel) mod = WS->FileModel(i); if (mod.IsNull()) - { sout<<"Modele "<FileName(i); sout<<"Fichier n0 "<NbEntities()<<" Nom: "; - sout<ClearShareOut(Standard_True); for (Standard_Integer i = 1; i < argc; i ++) { DeclareAndCast(IFSelect_Dispatch,disp,WS->NamedItem(pilot->Arg(i))); if (disp.IsNull()) { - sout<<"Pas un dispatch:"<Arg(i)<<", Splitt abandonne"<Arg(i)<<", Splitt abandonne"<SetActive(disp,Standard_True); @@ -1097,7 +1097,7 @@ static IFSelect_ReturnStatus fun37 else { Handle(Message_Messenger) sout = Message::DefaultMessenger(); if (argc<2) sout<<"Donner un Mode - "; - sout<<"Modes possibles : l list, c compute, u undo, f forget"<SetRemaining(numod)) return IFSelect_RetVoid; @@ -1113,17 +1113,17 @@ static IFSelect_ReturnStatus fun38 const Standard_CString arg2 = pilot->Arg(2); // **** SetModelContent **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 3) { sout<<"Donner nom selection et mode (k=keep,r=remove)"<NamedItem(arg1)); if (sel.IsNull()) - { sout<<"Pas de Selection de Nom : "<SetModelContent(sel,keepmode)) sout<<" Done"<SetModelContent(sel,keepmode)) sout<<" Done"<Arg(1); // **** Modifier **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 2) { sout<<"Donner Nom du Modifier"<NamedItem(arg1)); if (modif.IsNull()) - { sout<<"Pas de Modifier de Nom : "<Dispatch(); - sout<<"Modifier : "<Label()<Label()<ModifierRank(modif); if (modif->IsKind(STANDARD_TYPE(IFSelect_Modifier))) sout<< "Model Modifier n0." << rank; else sout<< "File Modifier n0." << rank; - if (disp.IsNull()) sout<<" Applique a tous les Dispatchs" << endl; + if (disp.IsNull()) sout<<" Applique a tous les Dispatchs" << Message_EndLine; else { sout << " Dispatch : "<Label(); if (WS->HasName(disp)) sout << " - Nom:"<Name(disp)->ToCString(); - sout<Selection(); if (!sel.IsNull()) sout<<" Selection : "<< sel->Label(); if (WS->HasName(sel)) sout<<" - Nom:"<< WS->Name(sel)->ToCString(); - sout<NamedItem(arg1)); if (modif.IsNull()) - { sout<<"Pas un nom de Modifier : "<NamedItem(arg2)); if (sel.IsNull()) - { sout<<"Pas un nom de Selection : "<SetItemSelection(modif,sel)) return IFSelect_RetFail; return IFSelect_RetDone; @@ -1205,16 +1205,16 @@ static IFSelect_ReturnStatus fun43 Handle(Message_Messenger) sout = Message::DefaultMessenger(); if (argc < 2) { sout<<"Donner Nom Modifier; + Nom Dispatch ou Transformer optionnel :\n" <<" - rien : tous Dispatches\n - Dispatch : ce Dispatch seul\n" - <<" - Transformer : pas un Dispatch mais un Transformer"<NamedItem(arg1)); if (modif.IsNull()) - { sout<<"Pas un nom de Modifier : "<NamedItem(arg2); if (item.IsNull()) - { sout<<"Pas un nom connu : "<ShareOut(); if (!WS->SetAppliedModifier(modif,item)) return IFSelect_RetFail; @@ -1229,10 +1229,10 @@ static IFSelect_ReturnStatus fun44 const Standard_CString arg1 = pilot->Arg(1); // **** ResetApplied (modifier) **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 2) { sout<<"Designer un modifier"<NamedItem(arg1)); if (modif.IsNull()) - { sout<<"Pas un nom de Modifier : "<ResetAppliedModifier(modif)) return IFSelect_RetFail; return IFSelect_RetDone; } @@ -1247,14 +1247,14 @@ static IFSelect_ReturnStatus fun45 const Standard_CString arg3 = pilot->Arg(3); // **** ModifMove **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 4) { sout<<"modifmove MF rang1 rang2, M pour Model F pour File"<ChangeModifierRank(formodel,before,after)) return IFSelect_RetFail; return IFSelect_RetDone; } @@ -1268,13 +1268,13 @@ static IFSelect_ReturnStatus fun51 const Standard_CString arg2 = pilot->Arg(2); // **** DispSel **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 3) { sout<<"Donner Noms Dispatch et Selection Finale"<NamedItem(arg1)); if (disp.IsNull()) - { sout<<"Pas un nom de Dispatch : "<NamedItem(arg2)); if (sel.IsNull()) - { sout<<"Pas un nom de Selection : "<SetItemSelection(disp,sel)) return IFSelect_RetFail; return IFSelect_RetDone; } @@ -1305,10 +1305,10 @@ static IFSelect_ReturnStatus fun_dispcount const Standard_CString arg1 = pilot->Arg(1); // **** DispCount **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 2) { sout<<"Donner Nom IntParam pour Count"<NamedItem(arg1)); if (par.IsNull()) - { sout<<"Pas un nom de IntParam : "<SetCount (par); return pilot->RecordItem(disp); @@ -1322,10 +1322,10 @@ static IFSelect_ReturnStatus fun_dispfiles const Standard_CString arg1 = pilot->Arg(1); // **** DispFiles **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 2) { sout<<"Donner Nom IntParam pour NbFiles"<NamedItem(arg1)); if (par.IsNull()) - { sout<<"Pas un nom de IntParam : "<SetCount (par); return pilot->RecordItem(disp); @@ -1340,10 +1340,10 @@ static IFSelect_ReturnStatus fun_dispsign const Standard_CString arg1 = pilot->Arg(1); // **** DispFiles **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 2) { sout<<"Donner Nom Signature"<NamedItem(arg1)); if (sig.IsNull()) - { sout<<"Pas un nom de Signature : "<SetSignCounter (new IFSelect_SignCounter(sig)); return pilot->RecordItem(disp); @@ -1358,18 +1358,18 @@ static IFSelect_ReturnStatus fun56 const Standard_CString arg1 = pilot->Arg(1); // **** Dispatch **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 2) { sout<<"Donner Nom du Dispatch"<NamedItem(arg1)); - if (disp.IsNull()) { sout<<"Pas un dispatch : "<DispatchRank(disp); sout<<"Dispatch de Nom : "<ItemSelection(disp); Handle(TCollection_HAsciiString) selname = WS->Name(sel); - if (sel.IsNull()) sout<<"Pas de Selection Finale"<ItemIdent(sel)<ToCString()<ItemIdent(sel)<ToCString()<HasRootName()) sout<<"-- Racine nom de fichier : " - <RootName()->ToCString()<RootName()->ToCString()<Arg(1); // **** Remove **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 2) { sout<<"Give Name to Remove !"<RemoveNamedItem(arg1)) return IFSelect_RetFail; return IFSelect_RetDone; } @@ -1395,18 +1395,18 @@ static IFSelect_ReturnStatus fun58 // **** EvalDisp **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); if (argc < 3) { sout<<"evaldisp mode disp [disp ...] : Mode + Name(s) of Dispatch(es). Mode:\n" - <<" 0 brief 1 +forgotten ents 2 +duplicata 3 1+2"<NamedItem(pilot->Arg(i))); if (disp.IsNull()) - { sout<<"Not a dispatch:"<Arg(i)<Arg(i)<NamedItem(pilot->Arg(2))); Handle(IFSelect_Dispatch) disp = IFSelect_Functions::GiveDispatch (WS,pilot->Arg(2),Standard_True); if (disp.IsNull()) - { sout<<"Not a dispatch:"<Arg(2)<Arg(2)<FinalSelection(); Handle(IFSelect_Selection) sel; if (argc > 3) { @@ -1450,9 +1450,9 @@ static IFSelect_ReturnStatus fun_evaladisp } if (sel.IsNull() && selsav.IsNull()) - { sout<<"No Selection nor GiveList defined"< 3) sout<<"GiveList is empty, hence computed from the Selection of the Dispatch"< 3) sout<<"GiveList is empty, hence computed from the Selection of the Dispatch"<SetFinalSelection(sel); @@ -1475,19 +1475,19 @@ static IFSelect_ReturnStatus fun_writedisp if (argc < 3) { sout<<"writedisp filename disp [givelist] : FileName + Dispatch [+ GiveList]\n If GiveList not given, computed from Selection of the Dispatch.\n" <<"FileName : rootname.ext will gives rootname_1.ext etc...\n" <<" path/rootname.ext gives path/rootname_1.ext etc...\n" - <<"See also : evaladisp"<NamedItem(pilot->Arg(2))); Handle(IFSelect_Dispatch) disp = IFSelect_Functions::GiveDispatch (WS,pilot->Arg(2),Standard_True); if (disp.IsNull()) - { sout<<"Not a dispatch:"<Arg(2)<Arg(2)<FinalSelection(); Handle(IFSelect_Selection) sel; if (argc > 3) { @@ -1499,9 +1499,9 @@ static IFSelect_ReturnStatus fun_writedisp } if (sel.IsNull() && selsav.IsNull()) - { sout<<"No Selection nor GiveList defined"< 3) sout<<"GiveList is empty, hence computed from the Selection of the Dispatch"< 3) sout<<"GiveList is empty, hence computed from the Selection of the Dispatch"<EvaluateComplete(mode); return IFSelect_RetVoid; } @@ -1554,23 +1554,23 @@ static IFSelect_ReturnStatus fun61 const Standard_CString arg1 = pilot->Arg(1); // **** RunTransformer **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 2) { sout<<"Donner Nom de Transformer"<NamedItem(arg1)); Standard_Integer effect = WS->RunTransformer(tsf); switch (effect) { - case -4 : sout<<"Edition sur place, nouveau Protocole, erreur recalcul graphe"< 0) ? IFSelect_RetDone : IFSelect_RetFail); @@ -1612,7 +1612,7 @@ static IFSelect_ReturnStatus fun6465 } Handle(Message_Messenger) sout = Message::DefaultMessenger(); if (modif.IsNull()) - { sout<<"Pas un nom de Modifier : "<RunModifierSelected (modif,sp,runcopy); -// sout<<"Modifier applique sur TransformStandard #"<ItemIdent(tsf)<ItemIdent(tsf)< 0) ? IFSelect_RetDone : IFSelect_RetFail); @@ -1653,7 +1653,7 @@ static IFSelect_ReturnStatus fun66 if (argc >= 2) opt = pilot->Word(1).Value(1); Handle(Message_Messenger) sout = Message::DefaultMessenger(); if (opt != 'f' && opt != 'l') - { sout<<"Donner option : f -> root-first l -> root-last"< root-first l -> root-last"<RecordItem(new IFSelect_ModifReorder(opt == 'l')); } @@ -1665,12 +1665,12 @@ static IFSelect_ReturnStatus fun70 const Standard_CString arg1 = pilot->Arg(1); // **** SelToggle **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 2) { sout<<"Donner Nom de Selection"<NamedItem(arg1)); if (!WS->ToggleSelectExtract(sel)) - { sout<<"Pas une SelectExtract : "<IsReversedSelectExtract(sel)) sout<IsReversedSelectExtract(sel)) sout<Arg(2); // **** SelInput **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 3) { sout<<"Donner Noms Selections cible et input"<NamedItem(arg1)); DeclareAndCast(IFSelect_Selection,sou,WS->NamedItem(arg2)); if (sel.IsNull() || sou.IsNull()) - { sout<<"Incorrect : "<SetInputSelection(sel,sou)) { - sout<<"Nom incorrect ou Selection "< : Range de a \n" <<" tout seul : Range n0 \n from : Range From \n" - <<" until : Range Until "< : Range Until "<Word(1).IsEqual("from")) { - if (argc < 3) { sout<<"Forme admise : from "<"<NamedItem(arg2)); sel = new IFSelect_SelectRange; sel->SetFrom (low); // Range Until } else if (pilot->Word(1).IsEqual("until")) { - if (argc < 3) { sout<<"Forme admise : until "<"<NamedItem(arg2)); sel = new IFSelect_SelectRange; sel->SetUntil (up); @@ -1777,15 +1777,15 @@ static IFSelect_ReturnStatus fun76 Handle(IFSelect_Selection) sel = new IFSelect_SelectDiff; if (sel.IsNull()) return IFSelect_RetFail; Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 3) sout<<"Diff sans input : ne pas oublier de les definir (ctlmain, ctlsec)!"<NamedItem(arg1)); DeclareAndCast(IFSelect_Selection,selsec ,WS->NamedItem(arg2)); if (argc >= 2) if (!WS->SetControl(sel,selmain,Standard_True)) - sout<<"Echec ControlMain:"<= 3) if (!WS->SetControl(sel,selsec,Standard_False)) - sout<<"Echec ControlSecond:"<RecordItem (sel); } @@ -1798,11 +1798,11 @@ static IFSelect_ReturnStatus fun77 const Standard_CString arg2 = pilot->Arg(2); // **** SelControlMain **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 3) { sout<<"Donner Noms de Control et MainInput"<NamedItem(arg1)); DeclareAndCast(IFSelect_Selection,selmain,WS->NamedItem(arg2)); if (WS->SetControl(sel,selmain,Standard_True)) return IFSelect_RetDone; - sout<<"Nom incorrect ou Selection "<Arg(2); // **** SelControlSecond **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 3) { sout<<"Donner Noms de Control et SecondInput"<NamedItem(arg1)); DeclareAndCast(IFSelect_Selection,seldif,WS->NamedItem(arg2)); if (WS->SetControl(sel,seldif,Standard_False)) return IFSelect_RetDone; - sout<<"Nom incorrect ou Selection "<Arg(2); // **** SelCombAdd **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 3) { sout<<"Donner n0 Combine et une Input"<NamedItem(arg1)); DeclareAndCast(IFSelect_Selection,seladd,WS->NamedItem(arg2)); if (WS->CombineAdd(sel,seladd)) return IFSelect_RetDone; - sout<<"Nom incorrect ou Selection "<Arg(2); // **** SelCombRem **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 3) { sout<<"Donner n0 Combine et RANG a supprimer"<NamedItem(arg1)); DeclareAndCast(IFSelect_Selection,inp,WS->NamedItem(arg2)); if (WS->CombineRemove(sel,inp)) return IFSelect_RetDone; - sout<<"Nom incorrect ou Selection "<Arg(1); // **** SelEntNumber **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 2) { sout<<"Donner Nom IntParam pour n0 Entite"<NamedItem(arg1)); Handle(IFSelect_SelectEntityNumber) sel = new IFSelect_SelectEntityNumber; sel->SetNumber(par); @@ -1903,7 +1903,7 @@ static IFSelect_ReturnStatus fun85 const Standard_CString arg1 = pilot->Arg(1); // **** SelTextType Exact **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 2) { sout<<"Donner le TYPE a selectionner"<RecordItem (new IFSelect_SelectSignature (new IFSelect_SignType,arg1,Standard_True)); } @@ -1936,7 +1936,7 @@ static IFSelect_ReturnStatus fun89 const Standard_CString arg1 = pilot->Arg(1); // **** SelTextType Contain ** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 2) { sout<<"Donner le TYPE a selectionner"<RecordItem (new IFSelect_SelectSignature (new IFSelect_SignType,arg1,Standard_False)); } @@ -1951,7 +1951,7 @@ static IFSelect_ReturnStatus fun90 (pilot->Session(),pilot->CommandPart(1)); if (list.IsNull()) return IFSelect_RetFail; Handle(Message_Messenger) sout = Message::DefaultMessenger(); - sout<<"SelectPointed : "<Length()<<" entities"<Length()<<" entities"<AddList (list); } return pilot->RecordItem (sp); @@ -1968,22 +1968,22 @@ static IFSelect_ReturnStatus fun91 if (argc < 2) { sout<<"Donner NOM SelectPointed + Option(s) :\n" <<" aucune : liste des entites pointees\n" - <<" 0: Clear +nn ajout entite nn -nn enleve nn /nn toggle nn"<NamedItem(arg1)); - if (sp.IsNull()) { sout<<"Pas une SelectPointed:"<Model(); // pour Print if (argc == 2) { // listage simple Standard_Integer nb = sp->NbItems(); - sout<<" SelectPointed : "<Item(i); Standard_Integer id = WS->StartingNumber(pointed); if (id == 0) sout <<" (inconnu)"; else { sout<<" "; model->Print(pointed,sout); } } - if (nb > 0) sout< 0) sout<Word(ia); Standard_Integer id = pilot->Number(&(argi.ToCString())[1]); if (id == 0) { - if (!argi.IsEqual("0")) sout<<"Incorrect,ignore:"<Clear(); } + if (!argi.IsEqual("0")) sout<<"Incorrect,ignore:"<Clear(); } } else if (argi.Value(1) == '-') { Handle(Standard_Transient) item = WS->StartingEntity(id); if (sp->Remove(item)) sout<<"Removed:no."<Print(item,sout); sout<Print(item,sout); sout<StartingEntity(id); if (sp->Remove(item)) sout<<"Toggled:n0."<Print(item,sout); sout<Print(item,sout); sout<StartingEntity(id); if (sp->Add(item)) sout<<"Added:no."<Print(item,sout); sout<Print(item,sout); sout<Session(); // **** SelSignature **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 3) { sout<<"Give name of Signature or Counter, text + option exact(D) else contains"< 3) { if (pilot->Arg(3)[0] == 'c') exact = Standard_False; } @@ -2043,7 +2043,7 @@ static IFSelect_ReturnStatus fun93 if (!sign.IsNull()) sel = new IFSelect_SelectSignature (sign,arg2,exact); else if (!cnt.IsNull()) sel = new IFSelect_SelectSignature (cnt,arg2,exact); - else { sout<RecordItem(sel); } @@ -2056,9 +2056,9 @@ static IFSelect_ReturnStatus fun94 Handle(IFSelect_WorkSession) WS = pilot->Session(); // **** SignCounter **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 2) { sout<<"Donner nom signature"<NamedItem(arg1)); - if (sign.IsNull()) { sout<RecordItem(cnt); } @@ -2071,9 +2071,9 @@ static IFSelect_ReturnStatus funbselected Handle(IFSelect_WorkSession) WS = pilot->Session(); // **** NbSelected = GraphCounter **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 2) { sout<<"Donner nom selection (deduction) a appliquer"<GiveSelection(arg1)); - if (applied.IsNull()) { sout<SetApplied (applied); return pilot->RecordItem(cnt); @@ -2088,7 +2088,7 @@ static IFSelect_ReturnStatus fun_editlist { Standard_Integer argc = pilot->NbWords(); Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 2) { sout<<"Give the name of an EditForm or an Editor"<Arg(1); const Standard_CString arg2 = pilot->Arg(2); @@ -2099,7 +2099,7 @@ static IFSelect_ReturnStatus fun_editlist DeclareAndCast(IFSelect_EditForm,edf,WS->NamedItem(arg1)); Handle(IFSelect_Editor) edt; if (!edf.IsNull()) { - sout<<"Print EditForm "<Editor(); if (argc < 3) { @@ -2108,14 +2108,14 @@ static IFSelect_ReturnStatus fun_editlist if (edt.IsNull()) edt = GetCasted(IFSelect_Editor,WS->NamedItem(arg1)); if (edt.IsNull()) return IFSelect_RetVoid; - sout<<"Editor, Label : "<Label()<Label()<PrintNames(sout); - sout<PrintDefs (sout); if (!edf.IsNull()) { edf->PrintDefs(sout); - sout<NbWords(); Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 3) { sout<<"Give the name of an EditForm + name of Value [+ newvalue or . to nullify]"<Arg(1); const Standard_CString arg2 = pilot->Arg(2); Handle(IFSelect_WorkSession) WS = pilot->Session(); DeclareAndCast(IFSelect_EditForm,edf,WS->NamedItem(arg1)); if (edf.IsNull()) - { sout<<"Not an EditForm : "<NameNumber (arg2); - if (num == 0) sout<<"Unknown Value Name : "<Editor()->IsList(num); @@ -2159,19 +2159,19 @@ static IFSelect_ReturnStatus fun_editvalue if (islist) { listr = edf->EditedList(num); - if (listr.IsNull()) sout<<"(NULL LIST)"<Length(); - sout<<"(List : "<Value(ilist); - sout<<" ["<ToCString())<ToCString())<EditedValue (num); - sout<<(str.IsNull() ? "(NULL)" : str->ToCString())<ToCString())<Arg(numarg); if (islist) { if (argval[0] == '?') { - sout<<"To Edit, options"<CommandPart(numarg+1)),numset); } if (stated) stated = edf->ModifyList (num,listed,Standard_True); - if (stated) sout<<"List Edition done"<CommandPart(numarg)); if (edf->Modify (num,str,Standard_True)) { - sout<<"Now set to "<<(str.IsNull() ? "(NULL)" : str->ToCString())<ToCString())<NbWords(); Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 2) { sout<<"Give the name of an EditForm [+ name of Value else all]"<Arg(1); const Standard_CString arg2 = pilot->Arg(2); Handle(IFSelect_WorkSession) WS = pilot->Session(); DeclareAndCast(IFSelect_EditForm,edf,WS->NamedItem(arg1)); if (edf.IsNull()) - { sout<<"Not an EditForm : "<ClearEdit(); sout<<"All Modifications Cleared"<ClearEdit(); sout<<"All Modifications Cleared"<NameNumber (arg2); - if (num == 0) sout<<"Unknown Value Name : "<IsModified(num)) - { sout<<"Value "<ClearEdit (num); - sout<<"Modification on Value "<NbWords(); Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 2) { sout<<"Give the name of an EditForm [+ option keep to re-apply edited values]"<Arg(1); const Standard_CString arg2 = pilot->Arg(2); Handle(IFSelect_WorkSession) WS = pilot->Session(); DeclareAndCast(IFSelect_EditForm,edf,WS->NamedItem(arg1)); if (edf.IsNull()) - { sout<<"Not an EditForm : "<Entity(); Handle(Interface_InterfaceModel) model = edf->Model(); if (!model.IsNull()) { - if (ent.IsNull()) sout<<"Applying modifications on loaded model"<PrintLabel (ent,sout); } } - else sout<<"Applying modifications"<ApplyData (edf->Entity(),edf->Model())) { - sout<<"Modifications could not be applied"< 2 && arg2[0] == 'k') stat = Standard_False; if (stat) { edf->ClearEdit(); - sout<<"Edited values are cleared"<NbWords(); Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 2) { sout<<"Give the name of an EditForm [+ Entity-Ident]"<Arg(1); const Standard_CString arg2 = pilot->Arg(2); Handle(IFSelect_WorkSession) WS = pilot->Session(); DeclareAndCast(IFSelect_EditForm,edf,WS->NamedItem(arg1)); if (edf.IsNull()) - { sout<<"Not an EditForm : "<Number (arg2)); Standard_Boolean stat = Standard_False; if (argc < 3) { - sout<<"EditForm "<LoadModel(WS->Model()); } else if (num <= 0) { - sout<<"Not an entity ident : "<LoadData (WS->StartingEntity(num),WS->Model()); } if (!stat) { - sout<<"Loading not done"<> ligne; -// cin.clear(); cin.getline (ligne,79); + std::cin >> ligne; +// std::cin.clear(); std::cin.getline (ligne,79); if (ligne[0] == '\0') return 0; num = WS->NumberFromLabel (ligne); } @@ -2392,7 +2392,7 @@ Handle(IFSelect_Dispatch) IFSelect_Functions::GiveDispatch if (!dc.IsNull()) { Standard_Integer nb = atoi( &(nam.ToCString())[paro]); if (nb <= 0) { - sout<<" DispPerCount, count is not positive"<NamedItem( &(nam.ToCString())[paro])); if (sg.IsNull()) { - sout<<"DispPerSignature "<SetSignCounter (new IFSelect_SignCounter(sg)); return ds; } - sout<<"Dispatch : "< 0) { @@ -177,14 +177,14 @@ IFSelect_ModelCopier::IFSelect_ModelCopier () { } checks.Merge(checklst); // (FileName(i).ToCString(), FileModel(i),protocol,curapp,checks); // if (!checks.IsEmpty(Standard_False)) { -// sout<<" ** On Sending File n0."<AddFail (mess); Message::DefaultMessenger() << - " ** Sending File n0."<Init(0); for (eval.Evaluate(); eval.More(); eval.Next()) { @@ -236,14 +236,14 @@ IFSelect_ModelCopier::IFSelect_ModelCopier () { } checks.Merge(checklst); // (filename.ToCString(), model, protocol, curapp, checks); // if (!checks.IsEmpty(Standard_False)) { -// sout<<" ** On Sending File "<AddFail (mess); Message::DefaultMessenger() << - " ** Sending File "<AddFail ("SendAll (WriteFile) has failed"); // if (!checks.IsEmpty(Standard_False)) { // Message::DefaultMessenger() << -// " ** SendAll has produced Check Messages : **"<NewEmptyModel(); @@ -340,7 +340,7 @@ IFSelect_ModelCopier::IFSelect_ModelCopier () { } if (!res) checks.CCheck(0)->AddFail ("SendSelected (WriteFile) has failed"); // if (!checks.IsEmpty(Standard_False)) { // Message::DefaultMessenger() << -// " ** SendSelected has produced Check Messages : **"<NbEntities() << " Entities"<NbEntities() << " Entities"<Value(i) == 0) { - if (ne == 0) cout << " Refractaires : "; - ne ++; cout << " " << i; + if (ne == 0) std::cout << " Refractaires : "; + ne ++; std::cout << " " << i; } } - if (ne > 0) cout << " -- " << ne << " Entities" << endl; - else cout<<" -- Remaining data complete"< 0) std::cout << " -- " << ne << " Entities" << std::endl; + else std::cout<<" -- Remaining data complete"<DynamicType(); if (!theline.Value(1).IsEqual("!XSTEP") || !theline.Value(2).IsEqual("SESSION") || !theline.Value(4).IsEqual(sesstype->Name()) ) - { sout<<"Lineno."<DynamicType(); if (!theline.Value(1).IsEqual("!XSTEP") || !theline.Value(2).IsEqual("SESSION") || !theline.Value(4).IsEqual(sesstype->Name()) ) - { sout<<"Lineno."<SetErrorHandle(Standard_False); else if (theline.Value(2).IsEqual("1")) thesess->SetErrorHandle(Standard_True); - else { sout<<"Lineno."<SetValue ( atoi(theline.Value(2).ToCString()) ); AddItem (par); @@ -474,7 +474,7 @@ static int deja = 0; if (!ReadLine()) return 1; if (theline.Value(1).Value(1) == '!') break; // liste suivante if (theline.Length() != 2) - { sout<<"Lineno."<SetDirect( (direct > 0) ); } DeclareAndCast(IFSelect_SelectAnyList,sli,item); if (!sli.IsNull()) { - if (numlist == 0) sout<<"Lineno."<SetRange(low,up); } AddItem(item); @@ -535,29 +535,29 @@ static int deja = 0; if (!ReadLine()) return 1; if (theline.Value(1).Value(1) == '!') break; // liste suivante if (theline.Length() < 3) - { sout<<"Lineno."< 1) - sout<<"Lineno."<SetInput(source); } DeclareAndCast(IFSelect_SelectDeduct,sdt,sel); if (!sdt.IsNull()) { if (nbs > 1) - sout<<"Lineno."<SetInput(GetCasted(IFSelect_Selection,ItemValue(3))); } DeclareAndCast(IFSelect_SelectControl,sct,sel); if (!sct.IsNull()) { if (nbs != 2) - sout<<"Lineno."<SetMainInput (GetCasted(IFSelect_Selection,ItemValue(3))); sct->SetSecondInput (GetCasted(IFSelect_Selection,ItemValue(4))); } @@ -574,13 +574,13 @@ static int deja = 0; if (!ReadLine()) return 1; if (theline.Value(1).Value(1) == '!') break; // liste suivante if (theline.Length() < 2) - { sout<<"Lineno."<SetItemSelection(disp,input); } @@ -631,7 +631,7 @@ static int deja = 0; if (!ReadLine()) return 1; if (theline.Value(1).Value(1) == '!') break; // liste suivante if (theline.Length() != 2) - { sout<<"Lineno."<SetFileRoot (disp,theline.Value(2).ToCString()); } @@ -644,20 +644,20 @@ static int deja = 0; (formod == 0 && theline.Value(1).IsEqual("!FILEMODIFIERS")) ) ); // if ( formod == 1 && ( theline.Length() != 1 || // !theline.Value(1).IsEqual("!MODELMODIFIERS")) ) -// { sout<<"Lineno."<SetItemSelection (modif,input); if (!disp.IsNull()) thesess->SetAppliedModifier (modif,disp); else thesess->SetAppliedModifier (modif,thesess->ShareOut()); @@ -674,7 +674,7 @@ static int deja = 0; if ( theline.Length() != 2 || !theline.Value(1).IsEqual("!XSTEP") || !theline.Value(2).IsEqual("END")) - { sout<<"End of File Incorrect, lineno"<ReadOwn(*this,type,item)) break; dumper = dumper->Next(); } - if (dumper.IsNull()) sout<<" -- Lineno."< echec } @@ -749,7 +749,7 @@ static int deja = 0; else id = thesess->AddNamedItem(name.ToCString(),item,active); } else sout<<"Lineno."<Value(id); if (filenum == 0) { if (!par.IsNull()) sout << "Lineno " << thenl << " -- Unknown Item : " - << " Type:" << par->DynamicType()->Name() << endl; //sout<DynamicType()->Name() << Message_EndLine; //sout<Item(id); diff --git a/src/IFSelect/IFSelect_SessionPilot.cxx b/src/IFSelect/IFSelect_SessionPilot.cxx index f03a41ea38..963d15736e 100644 --- a/src/IFSelect/IFSelect_SessionPilot.cxx +++ b/src/IFSelect/IFSelect_SessionPilot.cxx @@ -96,8 +96,8 @@ IFSelect_SessionPilot::IFSelect_SessionPilot (const Standard_CString prompt) (const TCollection_AsciiString& command) { Standard_Integer lc = command.Length(); - if (lc > 200) cout<<" Commande TRES LONGUE : "< 200) std::cout<<" Commande TRES LONGUE : "< "< MAXCARS) { std::cout<<"Arg."< "< 0) { unarg[nc] = '\0'; thewords(thenbwords).Clear(); thewords(thenbwords).AssignCat(unarg); #ifdef DEBUG_TRACE - cout<<"thewords("<RemoveItem(theobjrec); //// depannage ? Standard_Integer addws = thesession->AddItem(theobjrec); - if (addws == 0) { cout<<"Could not add item to session, sorry"<GiveList (CommandPart(numword)); if (list.IsNull()) { - cout<<"Nothing selected from : "<AddWithGraph (list,thesession->Graph()); @@ -352,7 +352,7 @@ IFSelect_SessionPilot::IFSelect_SessionPilot (const Standard_CString prompt) (const Standard_CString val) const { Standard_Integer num = thesession->NumberFromLabel (val); - if (num < 0) cout<<" Label:"<"<<-num<<" ent.s, refus"<"<<-num<<" ent.s, refus"<Length(); - cout << " -- Liste des Commands Disponibles --"<Value(i); Standard_Integer loncom = uncom.Length(); nbcom ++; - if (nbcom > MAXCOMPERLINE) { cout< MAXCOMPERLINE) { std::cout< 0) cout< 0) std::cout< liste la ou les commande debutant par " - <<" avec un help sur chacune"<Value(i).ToCString(),num,actor)) { if (IFSelect_Activator::Mode (list->Value(i).ToCString()) == 1) - cout<<"[xsnew name] "; - cout << list->Value(i) << " : " << actor->Help(num) << endl; + std::cout<<"[xsnew name] "; + std::cout << list->Value(i) << " : " << actor->Help(num) << std::endl; } } - if (nb == 0 && thenbwords > 1) cout<<" Command "< 1) std::cout<<" Command "<CommandLine()<CommandLine()<Word(i) <Word(i) <Clear(); break; // **** command clear case 'f' : { - if (argc < 3) { cout<<"Donner nom de fichier"<NbCommands(); - if (nb == 0) { cout<<"Aucune commande enregistree"<Command(i)<Command(i)<RecordMode()) cout<<" -- Record Mode Actif"<RecordMode()) std::cout<<" -- Record Mode Actif"<NbCommands(); - cout << "Nb Commandes enregistrees : " << nb << " :"<Command(i)<Command(i)<RecordMode(); - if (mode) cout << " -- Record Mode a present Inactif" <SetRecordMode(!mode); break; } - default : cout << "Option de controle de commande non comprise"<ReadScript (TCollection_AsciiString(session->Word(1)).ToCString()); // On recopie la string parce que Word(1) change tout le temps ! @@ -481,8 +481,8 @@ IFSelect_SessionPilot::IFSelect_SessionPilot (const Standard_CString prompt) case 5 : { // **** XSTEP if (argc < 2) { - cout<<"xstep : prefixe neutre pour toute commande xstep-draw"<NameIdent(thewords(0).ToCString()) > 0) -////// { cout<<"Command with name:"<AddNamedItem(name.ToCString(),theobjrec); theobjrec.Nullify(); - if (addws == 0) { cout<<"Could not add named item:"<::Iterator iter(thedicount); - S << " Count "<ToCString()<<"\n ----- -----------"<ToCString()<<"\n ----- -----------"< 0) S << thename->ToCString()<< " Nul : " << thenbnuls< 0) S << thename->ToCString()<< " Nul : " << thenbnuls<::Iterator iter(thediclist); for (; iter.More(); iter.Next()) { DeclareAndCast(TColStd_HSequenceOfTransient,list,iter.Value()); - S<Length(); S<<" - Nb: "< 5 && mod == IFSelect_ShortByItem) nc = 5; @@ -195,18 +195,18 @@ IFSelect_SignatureList::IFSelect_SignatureList { S<<":"; model->PrintLabel(list->Value(i),S); } } if (nc < nb) S<<" .. etc"; - S<::Iterator iter(thedicount); - S << " Summary "<ToCString()<<"\n ----- -----------"<ToCString()<<"\n ----- -----------"< 0) { - S<<" Summary on Integer Values"<AddFail ("Exception Raised -> Abandon"); } errhand = theerrhand; @@ -2036,7 +2036,7 @@ void IFSelect_WorkSession::EvaluateFile () checks = thecopier->Copy (R,thelibrary,theprotocol); if (!checks.IsEmpty(Standard_False)) { Handle(Message_Messenger) sout = Message::DefaultMessenger(); - sout<<" ** EvaluateFile has produced Check Messages : **"<SetRemaining (thegraph->CGraph()); @@ -2128,7 +2128,7 @@ Standard_Boolean IFSelect_WorkSession::SendSplit () Handle(Message_Messenger) sout = Message::DefaultMessenger(); sout<<" **** Interruption SendSplit par Exception : ****\n"; sout<AddFail ("Exception Raised -> Abandon"); } errhand = theerrhand; @@ -2143,7 +2143,7 @@ Standard_Boolean IFSelect_WorkSession::SendSplit () } if (!IsLoaded()) { Handle(Message_Messenger) sout = Message::DefaultMessenger(); - sout<< " *** Data for SendSplit not available ***"<AddFail("Data not available"); thecheckrun = checks; return Standard_False; @@ -2184,10 +2184,10 @@ Standard_Boolean IFSelect_WorkSession::SendSplit () filepart = FileExtension(); if (!filepart.IsNull()) filnam.AssignCat (filepart->ToCString()); IFSelect_ReturnStatus stat = SendSelected (filnam.ToCString(),sp); - if (stat != IFSelect_RetDone) cout<<"File "<CopiedRemaining (thegraph->Graph(),thelibrary,TC,newmod); if (newmod.IsNull()) { - sout<<" No Remaining Data recorded"<SetRemaining (thegraph->CGraph()); return Standard_False; } else { @@ -2295,20 +2295,20 @@ Standard_Boolean IFSelect_WorkSession::SetRemaining for (Standard_Integer i = 1; i <= nb; i ++) { if (thegraph->Graph().Status(i) >= 0) ne ++; } if (ne == 0) { - sout<<" - All entities are remaining, none yet sent"<NbDispatches(); for (Standard_Integer i = nb; i > theshareout->LastRun(); i --) theshareout->RemoveDispatch(i); @@ -2351,7 +2351,7 @@ IFSelect_ReturnStatus IFSelect_WorkSession::SendAll Handle(Message_Messenger) sout = Message::DefaultMessenger(); sout<<" **** Interruption SendAll par Exception : ****\n"; sout<AddFail ("Exception Raised -> Abandon"); thecheckrun = checks; @@ -2401,7 +2401,7 @@ IFSelect_ReturnStatus IFSelect_WorkSession::SendSelected Handle(Message_Messenger) sout = Message::DefaultMessenger(); sout<<" **** Interruption SendSelected par Exception : ****\n"; sout<AddFail ("Exception Raised -> Abandon"); errhand = theerrhand; thecheckrun = checks; @@ -2846,48 +2846,48 @@ void IFSelect_WorkSession::TraceStatics { Handle(Message_Messenger) sout = Message::DefaultMessenger(); if (use > 0) { - if (mode == 0) sout<<"******************************************"< 0) if (use == 5) { TraceStatics (-2,mode); - if (mode == 0) sout<GetTraceLevel()<GetTraceLevel()<Prefix(); - if (!str.IsNull()) sout << "Prefix : "<ToCString()<ToCString()<DefaultRootName(); - if (!str.IsNull()) sout << "Default Root : "<ToCString()<ToCString()<Extension(); - if (!str.IsNull()) sout << "Extension : "<ToCString()<ToCString()< 0) { - if (mode == 0) sout<<"******************************************"<Prefix(); - if (!str.IsNull()) sout << "Prefix : " << str->ToCString() << endl; - else sout << "Prefix not Defined" << endl; + if (!str.IsNull()) sout << "Prefix : " << str->ToCString() << Message_EndLine; + else sout << "Prefix not Defined" << Message_EndLine; str = theshareout->DefaultRootName(); - if (!str.IsNull()) sout << "Default Root : " << str->ToCString() << endl; - else sout << "Default Root not Defined" << endl; + if (!str.IsNull()) sout << "Default Root : " << str->ToCString() << Message_EndLine; + else sout << "Default Root not Defined" << Message_EndLine; str = theshareout->Extension(); - if (!str.IsNull()) sout << "Extension : " << str->ToCString() << endl; - else sout << "Extension not defined" << endl; + if (!str.IsNull()) sout << "Extension : " << str->ToCString() << Message_EndLine; + else sout << "Extension not defined" << Message_EndLine; Standard_Integer lr = theshareout->LastRun(); Standard_Integer nb = theshareout->NbDispatches(); - sout << "Nb Dispatches : " << nb <<" (Last Run : " << lr << ") : "<Dispatch(i); sout << "Dispatch n0 " << i; if (HasName(disp)) sout << " Name:"<< Name(disp)->ToCString(); - sout << " Label:" << disp->Label() << endl; + sout << " Label:" << disp->Label() << Message_EndLine; Handle(IFSelect_Selection) sel = disp->FinalSelection(); - if (sel.IsNull()) sout << " No Final Selection Defined" << endl; + if (sel.IsNull()) sout << " No Final Selection Defined" << Message_EndLine; else if (HasName(sel)) sout << " Final Selection : Name:" - << Name(sel)->ToCString() << " Label:" << sel->Label() << endl; - else sout << " Final Selection : " << sel->Label() << endl; + << Name(sel)->ToCString() << " Label:" << sel->Label() << Message_EndLine; + else sout << " Final Selection : " << sel->Label() << Message_EndLine; if (disp->HasRootName()) - sout<<" File Root Name : "<RootName()->ToCString()<RootName()->ToCString()<NbModifiers(Standard_True); if (nbm > 0) sout<< - " *** "<NbModifiers(Standard_False); if (nbf > 0) sout<< - " *** "<ToCString()<<" - "; else sout<<" - (no name) - "; - sout<DynamicType()->Name()<ToCString()<DynamicType()->Name()<ToCString()<NbModifiers(formodel); sout<< " ********** Modifiers in Session "; sout<<(formodel ? "(For Model)" : "(For File)"); - sout<<": "<GeneralModifier(formodel,i); if (!modif.IsNull()) sout<<"Modifier n0."<Label(); if (HasName(modif)) sout << " Named as : " << Name(modif)->ToCString(); - sout<ToCString(); - sout <<" **********"<Label() << " . Input(s) : "<< endl; + sout <<" **********"<Label() << " . Input(s) : "<< Message_EndLine; Standard_Integer nb = 0; IFSelect_SelectionIterator iter; sel->FillIterator(iter); for (; iter.More(); iter.Next()) { nb ++; Handle(IFSelect_Selection) newsel = iter.Value(); - sout<<" -- "<Label()<Label()< 0) - S << " ******** Loaded File : "<DumpHeader(S); S<DumpHeader(S); S<NbEntities(); @@ -3299,7 +3299,7 @@ void IFSelect_WorkSession::DumpModel } S << " *****************************************************************\n"; S << " ******** Model : "< what could be determined is listed"< what could be determined is listed"<Number(ent); - if (num == 0) { S<<" *** Entity to Dump not in the Model ***"<DumpEntity (myModel,theprotocol,ent,S,level); } @@ -3416,38 +3416,38 @@ void IFSelect_WorkSession::PrintEntityStatus { Standard_Integer i,nb; Standard_Integer num = StartingNumber(ent); - if (num == 0) { cout<<" -- PrintEntityStatus : unknown"<Print(ent,S); Handle(TCollection_HAsciiString) hname = EntityName(ent); if (!hname.IsNull() && hname->Length() > 0) S<<" Name:"<ToCString(); - S<DynamicType()->Name()<Value (ent,myModel)<DynamicType()->Name()<Value (ent,myModel)<Length(); if (nb == 0) S<<" Root"; else S<<" Super-entities:"<Print(list->Value(i),S); } - S<Length(); if (nb == 0) S<<" No sub-entity"; else S<<" Sub-entities:"<Print(list->Value(i),S); } - S<Label()<Label()<NbDispatches() < numdisp || numdisp <= 0) - { sout<<"Dispatch : Unknown"<FinalSelection().IsNull()) - { sout<<"Dispatch : No Final Selection"<Label()<Label()<Graph()); eval.Evaluate(); @@ -3571,34 +3571,34 @@ void IFSelect_WorkSession::EvaluateDispatch eval.Packets (mode ? Standard_True : Standard_False); Standard_Integer nbpack = evres->NbPackets(); - sout<<"Nb Packets produced : "<Entities(numpack), (mode ? 2 : -1)); } //// Interface_EntityIterator iterem = disp->Remainder(thegraph->Graph()); if (mode == 0) return; if (mode == 1 || mode == 3) { - sout<NbDuplicated(0,Standard_False) == 0) - sout<<" **** All the Model is taken into account ****"<Duplicated(0,Standard_False),2); } } if (mode >= 2) { sout<<" **** Entites in more than one packet ****"; Standard_Integer max = evres->HighestDuplicationCount(); - if (max < 2) sout<<" : There are none"<NbDuplicated(newcount,Standard_False) == 0) continue; - sout<<" **** Entities put in "<Duplicated(newcount,Standard_False),2); } } @@ -3627,52 +3627,52 @@ void IFSelect_WorkSession::EvaluateComplete catch (Standard_Failure const& anException) { sout<<" **** Interruption EvaluateComplete par Exception : ****\n"; sout<Graph()); eval.Evaluate(); sout<<"\n******** Evaluation ShareOutResult (Complete) ********\n"; - sout<<" **** List of Packets **** Count : "<NbPackets(); - sout<<"Nb Packets produced : "<Entities(numpack), (mode ? 2: -1)); } if (mode == 0) return; if (mode == 1 || mode == 3) { - sout<NbDuplicated(0,Standard_False) == 0) - sout<<" **** All the Model is taken into account ****"<Duplicated(0,Standard_False),2); } } if (mode >= 2) { - sout<<" **** Entites in more than one packet ****"<HighestDuplicationCount(); - if (max < 2) sout<<" : There are none"<NbDuplicated(newcount,Standard_False) == 0) continue; - sout<<" **** Entities put in "<Duplicated(newcount,Standard_False),2); } } @@ -3694,9 +3694,9 @@ void IFSelect_WorkSession::ListEntities Handle(Message_Messenger) sout = Message::DefaultMessenger(); int titre = 0; Standard_Integer mode = (mmode < 0 ? -mmode : mmode); - if (mmode >= 0) sout << " List of " << iter.NbEntities() << " Entities :"<= 0) sout << " List of " << iter.NbEntities() << " Entities :"<Graph()); try { @@ -3704,9 +3704,9 @@ void IFSelect_WorkSession::ListEntities int newcount = -1; int mods = 0; int cnt = 0; for (iter.Start(); iter.More(); iter.Next()) { if (!titre && mode == 1) sout - << "Number/Id. Category Validity Type\n----------- ----...."< 0) sout<<" "<TypeName (ent, Standard_False)<TypeName (ent, Standard_False)< 0) sout<<","; sout<= 10) { sout << endl<<"["<= 10) { sout << Message_EndLine<<"["< 0) sout << " "; myModel->Print(ent,sout,0); if (!tool.IsShared(ent)) { if(mods == 0) sout<<"("; sout<<"R"; mods++; } @@ -3737,12 +3737,12 @@ void IFSelect_WorkSession::ListEntities if (mods) { sout<<")"; newcount ++; } } } - if (mode == 0) sout<NbPropertyValues() << endl; + S << "Number of property values : " << ent->NbPropertyValues() << Message_EndLine; S << "Drill diameter size :" << ent->DrillDiaSize() << " "; - S << "Finish diameter size : " << ent->FinishDiaSize() << endl; + S << "Finish diameter size : " << ent->FinishDiaSize() << Message_EndLine; S << "Plating indication flag : "; if (!ent->IsPlating()) S << "NO" << " - "; else S << "YES - "; S << "Lower Numbered Layer : " << ent->NbLowerLayer() << " "; - S << "Higher Numbered Layer : " << ent->NbHigherLayer() << endl; + S << "Higher Numbered Layer : " << ent->NbHigherLayer() << Message_EndLine; } diff --git a/src/IGESAppli/IGESAppli_ToolElementResults.cxx b/src/IGESAppli/IGESAppli_ToolElementResults.cxx index b77e84aa0f..b7d27415d1 100644 --- a/src/IGESAppli/IGESAppli_ToolElementResults.cxx +++ b/src/IGESAppli/IGESAppli_ToolElementResults.cxx @@ -306,31 +306,31 @@ void IGESAppli_ToolElementResults::OwnDump const Handle(Message_Messenger)& S, const Standard_Integer level) const // UNFINISHED { Standard_Integer sublevel = (level > 4) ? 1 : 0; - S << "IGESAppli_ElementResults" << endl; + S << "IGESAppli_ElementResults" << Message_EndLine; S << "General Note : "; dumper.Dump(ent->Note(),S, sublevel); - S << endl; - S << "Subcase Number : " << ent->SubCaseNumber() << endl; - S << "Time : " << ent->Time() << endl; - S << "Number of Result Values : " << ent->NbResultValues() << endl; - S << "Result Report Flag : " << ent->ResultReportFlag() << endl; + S << Message_EndLine; + S << "Subcase Number : " << ent->SubCaseNumber() << Message_EndLine; + S << "Time : " << ent->Time() << Message_EndLine; + S << "Number of Result Values : " << ent->NbResultValues() << Message_EndLine; + S << "Result Report Flag : " << ent->ResultReportFlag() << Message_EndLine; S << "Element Identifiers : "; IGESData_DumpVals(S ,level,1, ent->NbElements(),ent->ElementIdentifier); - S << endl << "Elements : "; + S << Message_EndLine << "Elements : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbElements(),ent->Element); - S << endl << "Element Topology Types : "; + S << Message_EndLine << "Element Topology Types : "; IGESData_DumpVals(S ,level,1, ent->NbElements(),ent->ElementTopologyType); - S << endl << "Numbers of Layers : "; + S << Message_EndLine << "Numbers of Layers : "; IGESData_DumpVals(S ,level,1, ent->NbElements(),ent->NbLayers); - S << endl << "Data Layer Flags : "; + S << Message_EndLine << "Data Layer Flags : "; IGESData_DumpVals(S ,level,1, ent->NbElements(),ent->DataLayerFlag); - S << endl << "Numbers of Result Data Locations : "; + S << Message_EndLine << "Numbers of Result Data Locations : "; IGESData_DumpVals(S ,level,1, ent->NbElements(),ent->NbResultDataLocs); - S << endl << "Result Data Locations : "; S << " TO BE DONE "; + S << Message_EndLine << "Result Data Locations : "; S << " TO BE DONE "; // ?? A VERIFIER DE PRES, pas du tout sur que ce soit bon // cf aussi Write et Copy - if (level <= 4) S << " [ ask level > 4 for more, > 5 for complete ]" << endl; + if (level <= 4) S << " [ ask level > 4 for more, > 5 for complete ]" << Message_EndLine; else { Standard_Integer i;// svv Jan 10 2000 : porting on DEC for (i = 1; i <= ent->NbElements(); i ++) { @@ -338,14 +338,14 @@ void IGESAppli_ToolElementResults::OwnDump S << " ["<ResultDataLoc (i,j); - S << endl; + S << Message_EndLine; } S << "Result Data : "; for (i = 1; i <= ent->NbElements(); i ++) { Standard_Integer nres = ent->NbResults(i); S << " ["< 5 for complete Data ]" << endl; + if (level <= 5) S << " [ ask level > 5 for complete Data ]" << Message_EndLine; else { for (Standard_Integer j = 1; j <= nres; j ++) S << " " << ent->ResultData(i,j); // ?? is it all ?? UNFINISHED diff --git a/src/IGESAppli/IGESAppli_ToolFiniteElement.cxx b/src/IGESAppli/IGESAppli_ToolFiniteElement.cxx index 789df892e4..fe88aeeb13 100644 --- a/src/IGESAppli/IGESAppli_ToolFiniteElement.cxx +++ b/src/IGESAppli/IGESAppli_ToolFiniteElement.cxx @@ -128,11 +128,11 @@ void IGESAppli_ToolFiniteElement::OwnDump (const Handle(IGESAppli_FiniteElement)& ent, const IGESData_IGESDumper& dumper, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESAppli_FiniteElement" << endl; + S << "IGESAppli_FiniteElement" << Message_EndLine; - S << "Topology type : " << ent->Topology() << endl; + S << "Topology type : " << ent->Topology() << Message_EndLine; S << "Nodes : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbNodes(),ent->Node); - S << endl << "Element Name : " << ent->Name(); - S << endl; + S << Message_EndLine << "Element Name : " << ent->Name(); + S << Message_EndLine; } diff --git a/src/IGESAppli/IGESAppli_ToolFlow.cxx b/src/IGESAppli/IGESAppli_ToolFlow.cxx index 02286efc2b..3ed920c2f1 100644 --- a/src/IGESAppli/IGESAppli_ToolFlow.cxx +++ b/src/IGESAppli/IGESAppli_ToolFlow.cxx @@ -297,34 +297,34 @@ void IGESAppli_ToolFlow::OwnDump (const Handle(IGESAppli_Flow)& ent, const IGESData_IGESDumper& dumper, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESAppli_Flow" << endl; - S << "Number of Context Flags : " << ent->NbContextFlags() << endl; + S << "IGESAppli_Flow" << Message_EndLine; + S << "Number of Context Flags : " << ent->NbContextFlags() << Message_EndLine; Standard_Integer tf = ent->TypeOfFlow(); S << "Type of Flow : " << tf; - if (tf == 1) S << " (logical)" << endl; - else if (tf == 2) S << " (physical)" << endl; - else S << " (not specified)" << endl; + if (tf == 1) S << " (logical)" << Message_EndLine; + else if (tf == 2) S << " (physical)" << Message_EndLine; + else S << " (not specified)" << Message_EndLine; tf = ent->FunctionFlag(); S << "Function Flag : " << tf; - if (tf == 1) S << " (electrical signal)" << endl; - else if (tf == 2) S << " (fluid flow path)" << endl; - else S << " (not specified)" << endl; + if (tf == 1) S << " (electrical signal)" << Message_EndLine; + else if (tf == 2) S << " (fluid flow path)" << Message_EndLine; + else S << " (not specified)" << Message_EndLine; S << "Flow Associativities : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbFlowAssociativities(), ent->FlowAssociativity); - S << endl << "Connect Points : "; + S << Message_EndLine << "Connect Points : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbConnectPoints(), ent->ConnectPoint); - S << endl << "Joins : "; + S << Message_EndLine << "Joins : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbJoins(),ent->Join); - S << endl << "Flow Names : "; + S << Message_EndLine << "Flow Names : "; IGESData_DumpStrings(S ,level,1, ent->NbFlowNames(),ent->FlowName); - S << endl << "Text Display Templates : "; + S << Message_EndLine << "Text Display Templates : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbTextDisplayTemplates(), ent->TextDisplayTemplate); - S << endl << "Continuation Flow Associativities : "; + S << Message_EndLine << "Continuation Flow Associativities : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbContFlowAssociativities(), ent->ContFlowAssociativity); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESAppli/IGESAppli_ToolFlowLineSpec.cxx b/src/IGESAppli/IGESAppli_ToolFlowLineSpec.cxx index 2033267263..4d6ff578ee 100644 --- a/src/IGESAppli/IGESAppli_ToolFlowLineSpec.cxx +++ b/src/IGESAppli/IGESAppli_ToolFlowLineSpec.cxx @@ -108,9 +108,9 @@ void IGESAppli_ToolFlowLineSpec::OwnDump (const Handle(IGESAppli_FlowLineSpec)& ent, const IGESData_IGESDumper& /* dumper */, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESAppli_FlowLineSpec" << endl; + S << "IGESAppli_FlowLineSpec" << Message_EndLine; S << "Name and Modifiers : "; IGESData_DumpStrings(S ,level,1, ent->NbPropertyValues(),ent->Modifier); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESAppli/IGESAppli_ToolLevelFunction.cxx b/src/IGESAppli/IGESAppli_ToolLevelFunction.cxx index bd8b9fda08..49d806ed0e 100644 --- a/src/IGESAppli/IGESAppli_ToolLevelFunction.cxx +++ b/src/IGESAppli/IGESAppli_ToolLevelFunction.cxx @@ -122,11 +122,11 @@ void IGESAppli_ToolLevelFunction::OwnDump (const Handle(IGESAppli_LevelFunction)& ent, const IGESData_IGESDumper& /* dumper */, const Handle(Message_Messenger)& S, const Standard_Integer /* level */) const { - S << "IGESAppli_LevelFunction" << endl; + S << "IGESAppli_LevelFunction" << Message_EndLine; - S << "Number of property values : " << ent->NbPropertyValues() << endl; - S << "Function Description code : " << ent->FuncDescriptionCode() << endl; + S << "Number of property values : " << ent->NbPropertyValues() << Message_EndLine; + S << "Function Description code : " << ent->FuncDescriptionCode() << Message_EndLine; S << "Function Description : "; IGESData_DumpString(S,ent->FuncDescription()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESAppli/IGESAppli_ToolLevelToPWBLayerMap.cxx b/src/IGESAppli/IGESAppli_ToolLevelToPWBLayerMap.cxx index 3367fb2c4c..3371c90b8a 100644 --- a/src/IGESAppli/IGESAppli_ToolLevelToPWBLayerMap.cxx +++ b/src/IGESAppli/IGESAppli_ToolLevelToPWBLayerMap.cxx @@ -161,27 +161,27 @@ void IGESAppli_ToolLevelToPWBLayerMap::OwnDump const Handle(Message_Messenger)& S, const Standard_Integer level) const { Standard_Integer i, num; - S << "IGESAppli_LevelToPWBLayerMap" << endl; - S << "Number of property values : " << ent->NbPropertyValues() << endl; - S << "Exchange File Level Number : " << endl; - S << "Native Level Identification : " << endl; - S << "Physical Layer Number : " << endl; + S << "IGESAppli_LevelToPWBLayerMap" << Message_EndLine; + S << "Number of property values : " << ent->NbPropertyValues() << Message_EndLine; + S << "Exchange File Level Number : " << Message_EndLine; + S << "Native Level Identification : " << Message_EndLine; + S << "Physical Layer Number : " << Message_EndLine; S << "Exchange File Level Identification : "; IGESData_DumpStrings (S,-level,1, ent->NbLevelToLayerDefs(),ent->ExchangeFileLevelIdent); - S << endl; + S << Message_EndLine; if (level > 4) for ( num = ent->NbLevelToLayerDefs(), i = 1; i <= num; i++ ) { - S << "[" << i << "]: " << endl; + S << "[" << i << "]: " << Message_EndLine; S << "Exchange File Level Number : " - << ent->ExchangeFileLevelNumber(i) << endl; + << ent->ExchangeFileLevelNumber(i) << Message_EndLine; S << "Native Level Identification : "; IGESData_DumpString(S,ent->NativeLevel(i)); - S << endl; - S << "Physical Layer Number : " << ent->PhysicalLayerNumber(i) << endl; + S << Message_EndLine; + S << "Physical Layer Number : " << ent->PhysicalLayerNumber(i) << Message_EndLine; S << "Exchange File Level Identification : "; IGESData_DumpString(S,ent->ExchangeFileLevelIdent(i)); - S << endl; + S << Message_EndLine; } } diff --git a/src/IGESAppli/IGESAppli_ToolLineWidening.cxx b/src/IGESAppli/IGESAppli_ToolLineWidening.cxx index d4e9a44617..89c0a901c3 100644 --- a/src/IGESAppli/IGESAppli_ToolLineWidening.cxx +++ b/src/IGESAppli/IGESAppli_ToolLineWidening.cxx @@ -138,34 +138,34 @@ void IGESAppli_ToolLineWidening::OwnDump (const Handle(IGESAppli_LineWidening)& ent, const IGESData_IGESDumper& /*dumper*/, const Handle(Message_Messenger)& S, const Standard_Integer /*level*/) const { - S << "IGESAppli_LineWidening" << endl; + S << "IGESAppli_LineWidening" << Message_EndLine; - S << "Number of property values : " << ent->NbPropertyValues() << endl; - S << "Width of metalization : " << ent->WidthOfMetalization() << endl; + S << "Number of property values : " << ent->NbPropertyValues() << Message_EndLine; + S << "Width of metalization : " << ent->WidthOfMetalization() << Message_EndLine; S << "Cornering Code : " ; - if (ent->CorneringCode() == 0) S << "0 (rounded)" << endl; - else if (ent->CorneringCode() == 1) S << "1 (squared)" << endl; - else S << "incorrect value" << endl; + if (ent->CorneringCode() == 0) S << "0 (rounded)" << Message_EndLine; + else if (ent->CorneringCode() == 1) S << "1 (squared)" << Message_EndLine; + else S << "incorrect value" << Message_EndLine; S << "Extension Flag : " ; - if (ent->ExtensionFlag() == 0) S << "0 (No Extension)" << endl; - else if (ent->ExtensionFlag() == 1) S << "1 (One-half width extension)" << endl; - else if (ent->ExtensionFlag() == 2) S << "2 (Extension set by ExtensionValue)" << endl; - else S << "incorrect value" << endl; + if (ent->ExtensionFlag() == 0) S << "0 (No Extension)" << Message_EndLine; + else if (ent->ExtensionFlag() == 1) S << "1 (One-half width extension)" << Message_EndLine; + else if (ent->ExtensionFlag() == 2) S << "2 (Extension set by ExtensionValue)" << Message_EndLine; + else S << "incorrect value" << Message_EndLine; S << "Justification Flag : " ; if (ent->JustificationFlag() == 0) - S << "0 (Centre justified)" << endl; + S << "0 (Centre justified)" << Message_EndLine; else if (ent->JustificationFlag() == 1) - S << "1 (left justified)" << endl; + S << "1 (left justified)" << Message_EndLine; else if (ent->JustificationFlag() == 2) - S << "2 (right justified)" << endl; + S << "2 (right justified)" << Message_EndLine; else - S << "incorrect value" << endl; + S << "incorrect value" << Message_EndLine; if (ent->ExtensionFlag() == 2) - S << "Extension Value : " << ent->ExtensionValue() << endl; + S << "Extension Value : " << ent->ExtensionValue() << Message_EndLine; else - S << "No Extension Value (Extension Flag != 2)" << endl; + S << "No Extension Value (Extension Flag != 2)" << Message_EndLine; } diff --git a/src/IGESAppli/IGESAppli_ToolNodalConstraint.cxx b/src/IGESAppli/IGESAppli_ToolNodalConstraint.cxx index 7b4f2fbbed..1584b2adb7 100644 --- a/src/IGESAppli/IGESAppli_ToolNodalConstraint.cxx +++ b/src/IGESAppli/IGESAppli_ToolNodalConstraint.cxx @@ -133,12 +133,12 @@ void IGESAppli_ToolNodalConstraint::OwnDump const Handle(Message_Messenger)& S, const Standard_Integer level) const { Standard_Integer sublevel = (level > 4) ? 1 : 0; - S << "IGESAppli_NodalConstraint" << endl; - S << "Type of Constraint : " << ent->Type() << endl; + S << "IGESAppli_NodalConstraint" << Message_EndLine; + S << "Type of Constraint : " << ent->Type() << Message_EndLine; S << "Node : "; dumper.Dump(ent->NodeEntity(),S, sublevel); - S << endl; + S << Message_EndLine; S << "Tabular Data Properties : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbCases(),ent->TabularData); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESAppli/IGESAppli_ToolNodalDisplAndRot.cxx b/src/IGESAppli/IGESAppli_ToolNodalDisplAndRot.cxx index d90e1d33a9..89225a9a0f 100644 --- a/src/IGESAppli/IGESAppli_ToolNodalDisplAndRot.cxx +++ b/src/IGESAppli/IGESAppli_ToolNodalDisplAndRot.cxx @@ -209,15 +209,15 @@ void IGESAppli_ToolNodalDisplAndRot::OwnDump (const Handle(IGESAppli_NodalDisplAndRot)& ent, const IGESData_IGESDumper& dumper, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESAppli_NodalDisplAndRot" << endl; + S << "IGESAppli_NodalDisplAndRot" << Message_EndLine; Standard_Integer nbcases = ent->NbCases(); Standard_Integer nbnodes = ent->NbNodes(); - S << "No. of analysis cases : " << nbcases << endl; + S << "No. of analysis cases : " << nbcases << Message_EndLine; S << "General Notes : "; IGESData_DumpEntities(S,dumper ,level,1, nbcases,ent->Note); - S << endl; + S << Message_EndLine; // gp_GTrsf loca; // true location n.u. switch (level) @@ -232,7 +232,7 @@ void IGESAppli_ToolNodalDisplAndRot::OwnDump // IGESData_DumpListXYZL(S,-level,1,nbcases,ent->TranslationParameter,loca); S << "Rotational Parameters : "; // IGESData_DumpListXYZL(S,-level,1,nbcases,ent->RotationalParameter,loca); - S << " TO BE DONE" << endl; + S << " TO BE DONE" << Message_EndLine; break; case 5: case 6: { @@ -240,39 +240,39 @@ void IGESAppli_ToolNodalDisplAndRot::OwnDump { S << "[" << i << "]: "; dumper.Dump (ent->Note(i),S, 1); - S << endl; + S << Message_EndLine; } - S << "Nodes : " << endl; - S << "Node Identifiers : " << endl; - S << "Translation Parameters : " << endl; + S << "Nodes : " << Message_EndLine; + S << "Node Identifiers : " << Message_EndLine; + S << "Translation Parameters : " << Message_EndLine; S << "Rotational Parameters : Count = " << nbcases; // IGESData_DumpListXYZL(S,-level,1,nbcases,ent->RotationalParameter,loca); - S << endl; + S << Message_EndLine; for (Standard_Integer j = 1; j <= nbnodes; j ++) { S << "[" << j << "]: - NodeIdentifier : " - << ent->NodeIdentifier(j) << " - Node :"<NodeIdentifier(j) << " - Node :"<Node(j),S, 1); - S << " - Parameters : " << endl; + S << " - Parameters : " << Message_EndLine; for (Standard_Integer k = 1; k <= nbcases; k ++) { - S << " [" << k << "]: " << endl; + S << " [" << k << "]: " << Message_EndLine; S << "Translational Parameter : X=" << ent->TranslationParameter(j,k).X() << ", Y=" << ent->TranslationParameter(j,k).Y() << ", Z=" - << ent->TranslationParameter(j,k).Z() << endl; + << ent->TranslationParameter(j,k).Z() << Message_EndLine; S << "Rotational Parameter : X=" << ent->RotationalParameter(j,k).X() << ", Y=" << ent->RotationalParameter(j,k).Y() << ", Z=" << ent->RotationalParameter(j,k).Z(); if (k == nbcases) S << "] "; - S << endl; + S << Message_EndLine; } } } break; default: break; } - S << endl; + S << Message_EndLine; } diff --git a/src/IGESAppli/IGESAppli_ToolNodalResults.cxx b/src/IGESAppli/IGESAppli_ToolNodalResults.cxx index 06e8159618..f09002ad1f 100644 --- a/src/IGESAppli/IGESAppli_ToolNodalResults.cxx +++ b/src/IGESAppli/IGESAppli_ToolNodalResults.cxx @@ -216,20 +216,20 @@ void IGESAppli_ToolNodalResults::OwnDump { // Standard_Integer nbnodes = ent->NbNodes(); // Standard_Integer nbdata = ent->NbData (); - S << "IGESAppli_NodalResults" << endl; + S << "IGESAppli_NodalResults" << Message_EndLine; S << "General Note : "; dumper.Dump(ent->Note(),S, (level <= 4) ? 0 : 1); - S << endl; + S << Message_EndLine; S << "Analysis subcase number : " << ent->SubCaseNumber() << " "; - S << "Time used : " << ent->Time() << endl; + S << "Time used : " << ent->Time() << Message_EndLine; S << "No. of nodes : " << ent->NbNodes() << " "; - S << "No. of values for a node : " << ent->NbData() << endl; - S << "Node Identifiers : " << endl; - S << "Nodes : " << endl; + S << "No. of values for a node : " << ent->NbData() << Message_EndLine; + S << "Node Identifiers : " << Message_EndLine; + S << "Nodes : " << Message_EndLine; S << "Data : "; if (level < 6) S << " [ask level > 5]"; // IGESData_DumpRectVals(S ,-level,1, ent->NbData(),ent->Data); - S << endl; + S << Message_EndLine; if (level > 4) { for (Standard_Integer i=1; i <= ent->NbNodes(); i++) @@ -238,12 +238,12 @@ void IGESAppli_ToolNodalResults::OwnDump S << "NodeIdentifier : " << ent->NodeIdentifier(i) << " "; S << "Node : "; dumper.Dump (ent->Node(i),S, 1); - S << endl; + S << Message_EndLine; if (level < 6) continue; S << "Data : [ "; for (Standard_Integer j = 1; j <= ent->NbData(); j ++) S << " " << ent->Data(i,j); - S << " ]" << endl; + S << " ]" << Message_EndLine; } } } diff --git a/src/IGESAppli/IGESAppli_ToolNode.cxx b/src/IGESAppli/IGESAppli_ToolNode.cxx index ef02017fe6..c4cd87db0a 100644 --- a/src/IGESAppli/IGESAppli_ToolNode.cxx +++ b/src/IGESAppli/IGESAppli_ToolNode.cxx @@ -112,13 +112,13 @@ void IGESAppli_ToolNode::OwnDump (const Handle(IGESAppli_Node)& ent, const IGESData_IGESDumper& dumper, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESAppli_Node" << endl; + S << "IGESAppli_Node" << Message_EndLine; S << " Nodal Coords : 1st " << ent->Coord().X() - << " 2nd : " << ent->Coord().Y() << " 3rd : " << ent->Coord().Z() <Coord().Y() << " 3rd : " << ent->Coord().Z() <System().IsNull()) dumper.Dump(ent->System(),S, level); else S << "Global Cartesian Coordinate System (default)"; - S << endl; + S << Message_EndLine; } diff --git a/src/IGESAppli/IGESAppli_ToolPWBArtworkStackup.cxx b/src/IGESAppli/IGESAppli_ToolPWBArtworkStackup.cxx index 0b29ab98c7..6379015c89 100644 --- a/src/IGESAppli/IGESAppli_ToolPWBArtworkStackup.cxx +++ b/src/IGESAppli/IGESAppli_ToolPWBArtworkStackup.cxx @@ -116,12 +116,12 @@ void IGESAppli_ToolPWBArtworkStackup::OwnDump (const Handle(IGESAppli_PWBArtworkStackup)& ent, const IGESData_IGESDumper& /* dumper */, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESAppli_PWBArtworkStackup" << endl; - S << "Number of property values : " << ent->NbPropertyValues() << endl; + S << "IGESAppli_PWBArtworkStackup" << Message_EndLine; + S << "Number of property values : " << ent->NbPropertyValues() << Message_EndLine; S << "Artwork Stackup Identification : "; IGESData_DumpString(S,ent->Identification()); - S << endl; + S << Message_EndLine; S << "Level Numbers : "; IGESData_DumpVals(S ,level,1, ent->NbLevelNumbers(),ent->LevelNumber); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESAppli/IGESAppli_ToolPWBDrilledHole.cxx b/src/IGESAppli/IGESAppli_ToolPWBDrilledHole.cxx index c0a40dea98..a016694ebc 100644 --- a/src/IGESAppli/IGESAppli_ToolPWBDrilledHole.cxx +++ b/src/IGESAppli/IGESAppli_ToolPWBDrilledHole.cxx @@ -120,9 +120,9 @@ void IGESAppli_ToolPWBDrilledHole::OwnDump (const Handle(IGESAppli_PWBDrilledHole)& ent, const IGESData_IGESDumper& /*dumper*/, const Handle(Message_Messenger)& S, const Standard_Integer /*level*/) const { - S << "IGESAppli_PWBDrilledHole" << endl; - S << "Number of property values : " << ent->NbPropertyValues() << endl; - S << "Drill Diameter Size : " << ent->DrillDiameterSize() << endl; - S << "Finish Diameter Size : " << ent->FinishDiameterSize() << endl; - S << "Drilled Hole Function Code : " << ent->FunctionCode() << endl; + S << "IGESAppli_PWBDrilledHole" << Message_EndLine; + S << "Number of property values : " << ent->NbPropertyValues() << Message_EndLine; + S << "Drill Diameter Size : " << ent->DrillDiameterSize() << Message_EndLine; + S << "Finish Diameter Size : " << ent->FinishDiameterSize() << Message_EndLine; + S << "Drilled Hole Function Code : " << ent->FunctionCode() << Message_EndLine; } diff --git a/src/IGESAppli/IGESAppli_ToolPartNumber.cxx b/src/IGESAppli/IGESAppli_ToolPartNumber.cxx index d09a4fd58e..907aa5004a 100644 --- a/src/IGESAppli/IGESAppli_ToolPartNumber.cxx +++ b/src/IGESAppli/IGESAppli_ToolPartNumber.cxx @@ -133,18 +133,18 @@ void IGESAppli_ToolPartNumber::OwnDump const Handle(Message_Messenger)& S, const Standard_Integer /* level */) const { //Standard_Integer sublevel = (level > 4) ? 1 : 0; //szv#4:S4163:12Mar99 unused - S << "IGESAppli_PartNumber" << endl; - S << "Number of property values : " << ent->NbPropertyValues() << endl; + S << "IGESAppli_PartNumber" << Message_EndLine; + S << "Number of property values : " << ent->NbPropertyValues() << Message_EndLine; S << "Generic Number or Name : "; IGESData_DumpString(S,ent->GenericNumber()); - S << endl; + S << Message_EndLine; S << "Military Number or Name : "; IGESData_DumpString(S,ent->MilitaryNumber()); - S << endl; + S << Message_EndLine; S << "Vendor Number or Name : "; IGESData_DumpString(S,ent->VendorNumber()); - S << endl; + S << Message_EndLine; S << "Internal Number or Name : "; IGESData_DumpString(S,ent->InternalNumber()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESAppli/IGESAppli_ToolPinNumber.cxx b/src/IGESAppli/IGESAppli_ToolPinNumber.cxx index 57804f396e..b506c08773 100644 --- a/src/IGESAppli/IGESAppli_ToolPinNumber.cxx +++ b/src/IGESAppli/IGESAppli_ToolPinNumber.cxx @@ -118,9 +118,9 @@ void IGESAppli_ToolPinNumber::OwnDump (const Handle(IGESAppli_PinNumber)& ent, const IGESData_IGESDumper& /* dumper */, const Handle(Message_Messenger)& S, const Standard_Integer /* level */) const { - S << "IGESAppli_PinNumber" << endl; - S << "Number of Property Values : " << ent->NbPropertyValues() << endl; + S << "IGESAppli_PinNumber" << Message_EndLine; + S << "Number of Property Values : " << ent->NbPropertyValues() << Message_EndLine; S << "PinNumber : "; IGESData_DumpString(S,ent->PinNumberVal()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESAppli/IGESAppli_ToolPipingFlow.cxx b/src/IGESAppli/IGESAppli_ToolPipingFlow.cxx index 35d9f0951c..b0e40c7fee 100644 --- a/src/IGESAppli/IGESAppli_ToolPipingFlow.cxx +++ b/src/IGESAppli/IGESAppli_ToolPipingFlow.cxx @@ -284,9 +284,9 @@ void IGESAppli_ToolPipingFlow::OwnDump (const Handle(IGESAppli_PipingFlow)& ent, const IGESData_IGESDumper& dumper, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESAppli_PipingFlow" << endl; - S << "Number of Context Flags : " << ent->NbContextFlags() << endl; - S << "Type of Flow : " << ent->TypeOfFlow() << endl; + S << "IGESAppli_PipingFlow" << Message_EndLine; + S << "Number of Context Flags : " << ent->NbContextFlags() << Message_EndLine; + S << "Type of Flow : " << ent->TypeOfFlow() << Message_EndLine; S << "Flow Associativities : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbFlowAssociativities(), ent->FlowAssociativity); @@ -303,6 +303,6 @@ void IGESAppli_ToolPipingFlow::OwnDump S << "Continuation Flow Associativities : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbContFlowAssociativities(), ent->ContFlowAssociativity); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESAppli/IGESAppli_ToolReferenceDesignator.cxx b/src/IGESAppli/IGESAppli_ToolReferenceDesignator.cxx index a8d1aaac84..939bdcf94f 100644 --- a/src/IGESAppli/IGESAppli_ToolReferenceDesignator.cxx +++ b/src/IGESAppli/IGESAppli_ToolReferenceDesignator.cxx @@ -123,9 +123,9 @@ void IGESAppli_ToolReferenceDesignator::OwnDump (const Handle(IGESAppli_ReferenceDesignator)& ent, const IGESData_IGESDumper& /* dumper */, const Handle(Message_Messenger)& S, const Standard_Integer /* level */) const { - S << "IGESAppli_ReferenceDesignator" << endl; - S << "Number of Property Values : " << ent->NbPropertyValues() << endl; + S << "IGESAppli_ReferenceDesignator" << Message_EndLine; + S << "Number of Property Values : " << ent->NbPropertyValues() << Message_EndLine; S << "ReferenceDesignator : "; IGESData_DumpString(S,ent->RefDesignatorText()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESAppli/IGESAppli_ToolRegionRestriction.cxx b/src/IGESAppli/IGESAppli_ToolRegionRestriction.cxx index eee4441c81..e6197b87e1 100644 --- a/src/IGESAppli/IGESAppli_ToolRegionRestriction.cxx +++ b/src/IGESAppli/IGESAppli_ToolRegionRestriction.cxx @@ -128,12 +128,12 @@ void IGESAppli_ToolRegionRestriction::OwnDump (const Handle(IGESAppli_RegionRestriction)& ent, const IGESData_IGESDumper& /*dumper*/, const Handle(Message_Messenger)& S, const Standard_Integer /*level*/) const { - S << "IGESAppli_RegionRestriction" << endl; - S << "Number of property values : " << ent->NbPropertyValues() << endl; + S << "IGESAppli_RegionRestriction" << Message_EndLine; + S << "Number of property values : " << ent->NbPropertyValues() << Message_EndLine; S << "Electrical vias restriction : " - << ent->ElectricalViasRestriction() << endl; + << ent->ElectricalViasRestriction() << Message_EndLine; S << "Electrical components restriction : " - << ent->ElectricalComponentRestriction() << endl; + << ent->ElectricalComponentRestriction() << Message_EndLine; S << "Electrical circuitary restriction : " - << ent->ElectricalCktRestriction() << endl; + << ent->ElectricalCktRestriction() << Message_EndLine; } diff --git a/src/IGESBasic/IGESBasic_ToolAssocGroupType.cxx b/src/IGESBasic/IGESBasic_ToolAssocGroupType.cxx index 559293a6a9..a180f8d738 100644 --- a/src/IGESBasic/IGESBasic_ToolAssocGroupType.cxx +++ b/src/IGESBasic/IGESBasic_ToolAssocGroupType.cxx @@ -114,10 +114,10 @@ void IGESBasic_ToolAssocGroupType::OwnDump (const Handle(IGESBasic_AssocGroupType)& ent, const IGESData_IGESDumper& /* dumper */, const Handle(Message_Messenger)& S, const Standard_Integer /* level */) const { - S << "IGESBasic_AssocGroupType" << endl; - S << "Number of data fields : " << ent->NbData() << endl; - S << "Type of attached associativity : " << ent->AssocType() << endl; + S << "IGESBasic_AssocGroupType" << Message_EndLine; + S << "Number of data fields : " << ent->NbData() << Message_EndLine; + S << "Type of attached associativity : " << ent->AssocType() << Message_EndLine; S << "Name of attached associativity : "; IGESData_DumpString(S,ent->Name()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESBasic/IGESBasic_ToolExternalRefFile.cxx b/src/IGESBasic/IGESBasic_ToolExternalRefFile.cxx index 7f18d5c142..9cae4ea9c2 100644 --- a/src/IGESBasic/IGESBasic_ToolExternalRefFile.cxx +++ b/src/IGESBasic/IGESBasic_ToolExternalRefFile.cxx @@ -94,8 +94,8 @@ void IGESBasic_ToolExternalRefFile::OwnDump (const Handle(IGESBasic_ExternalRefFile)& ent, const IGESData_IGESDumper& /* dumper */, const Handle(Message_Messenger)& S, const Standard_Integer /* level */) const { - S << "IGESBasic_ExternalRefFile" << endl; + S << "IGESBasic_ExternalRefFile" << Message_EndLine; S << "External Reference File Identifier : "; IGESData_DumpString(S,ent->FileId()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESBasic/IGESBasic_ToolExternalRefFileIndex.cxx b/src/IGESBasic/IGESBasic_ToolExternalRefFileIndex.cxx index 55228d16d0..8ea02731e5 100644 --- a/src/IGESBasic/IGESBasic_ToolExternalRefFileIndex.cxx +++ b/src/IGESBasic/IGESBasic_ToolExternalRefFileIndex.cxx @@ -135,11 +135,11 @@ void IGESBasic_ToolExternalRefFileIndex::OwnDump const Handle(Message_Messenger)& S, const Standard_Integer level) const { Standard_Integer i, num; - S << "IGESBasic_ExternalRefFileIndex" << endl; - S << "External Reference Names : " << endl; + S << "IGESBasic_ExternalRefFileIndex" << Message_EndLine; + S << "External Reference Names : " << Message_EndLine; S << "Internal Entities : "; IGESData_DumpEntities(S,dumper,-level,1, ent->NbEntries(),ent->Entity); - S << endl; + S << Message_EndLine; if (level > 4) for ( num = ent->NbEntries(), i = 1; i <= num; i++ ) { @@ -148,7 +148,7 @@ void IGESBasic_ToolExternalRefFileIndex::OwnDump IGESData_DumpString(S,ent->Name(i)); S << " Internal Entity : "; dumper.Dump (ent->Entity(i),S, 1); - S << endl; + S << Message_EndLine; } - S << endl; + S << Message_EndLine; } diff --git a/src/IGESBasic/IGESBasic_ToolExternalRefFileName.cxx b/src/IGESBasic/IGESBasic_ToolExternalRefFileName.cxx index 40ccfc3e4b..2746701b2e 100644 --- a/src/IGESBasic/IGESBasic_ToolExternalRefFileName.cxx +++ b/src/IGESBasic/IGESBasic_ToolExternalRefFileName.cxx @@ -102,11 +102,11 @@ void IGESBasic_ToolExternalRefFileName::OwnDump (const Handle(IGESBasic_ExternalRefFileName)& ent, const IGESData_IGESDumper& /* dumper */, const Handle(Message_Messenger)& S, const Standard_Integer /* level */) const { - S << "IGESBasic_ExternalRefFileName" << endl; + S << "IGESBasic_ExternalRefFileName" << Message_EndLine; S << "External Reference File Identifier : "; IGESData_DumpString(S,ent->FileId()); - S << endl; + S << Message_EndLine; S << "External Reference Symbolic Name : "; IGESData_DumpString(S,ent->ReferenceName()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESBasic/IGESBasic_ToolExternalRefLibName.cxx b/src/IGESBasic/IGESBasic_ToolExternalRefLibName.cxx index f36b7717ce..1e6ab195ad 100644 --- a/src/IGESBasic/IGESBasic_ToolExternalRefLibName.cxx +++ b/src/IGESBasic/IGESBasic_ToolExternalRefLibName.cxx @@ -99,11 +99,11 @@ void IGESBasic_ToolExternalRefLibName::OwnDump (const Handle(IGESBasic_ExternalRefLibName)& ent, const IGESData_IGESDumper& /* dumper */, const Handle(Message_Messenger)& S,const Standard_Integer /* level */) const { - S << "IGESBasic_ExternalRefLibName" << endl; + S << "IGESBasic_ExternalRefLibName" << Message_EndLine; S << "Name of Library : "; IGESData_DumpString(S,ent->LibraryName()); - S << endl; + S << Message_EndLine; S << "External Reference Symbolic Name : "; IGESData_DumpString(S,ent->ReferenceName()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESBasic/IGESBasic_ToolExternalRefName.cxx b/src/IGESBasic/IGESBasic_ToolExternalRefName.cxx index 398e696af5..8979e91d55 100644 --- a/src/IGESBasic/IGESBasic_ToolExternalRefName.cxx +++ b/src/IGESBasic/IGESBasic_ToolExternalRefName.cxx @@ -94,8 +94,8 @@ void IGESBasic_ToolExternalRefName::OwnDump (const Handle(IGESBasic_ExternalRefName)& ent, const IGESData_IGESDumper& /* dumper */, const Handle(Message_Messenger)& S, const Standard_Integer /* level */) const { - S << "IGESBasic_ExternalRefName" << endl; + S << "IGESBasic_ExternalRefName" << Message_EndLine; S << "External Reference Symbolic Name : "; IGESData_DumpString(S,ent->ReferenceName()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESBasic/IGESBasic_ToolExternalReferenceFile.cxx b/src/IGESBasic/IGESBasic_ToolExternalReferenceFile.cxx index 1c453e1dfa..cc3e0ceb64 100644 --- a/src/IGESBasic/IGESBasic_ToolExternalReferenceFile.cxx +++ b/src/IGESBasic/IGESBasic_ToolExternalReferenceFile.cxx @@ -107,8 +107,8 @@ void IGESBasic_ToolExternalReferenceFile::OwnDump (const Handle(IGESBasic_ExternalReferenceFile)& ent, const IGESData_IGESDumper& /* dumper */, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESBasic_ExternalReferenceFile" << endl; + S << "IGESBasic_ExternalReferenceFile" << Message_EndLine; S << "External Reference Names : "; IGESData_DumpStrings(S ,level,1, ent->NbListEntries(),ent->Name); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESBasic/IGESBasic_ToolGroup.cxx b/src/IGESBasic/IGESBasic_ToolGroup.cxx index 70f1b5a459..8b6aacf60a 100644 --- a/src/IGESBasic/IGESBasic_ToolGroup.cxx +++ b/src/IGESBasic/IGESBasic_ToolGroup.cxx @@ -165,9 +165,9 @@ void IGESBasic_ToolGroup::OwnDump (const Handle(IGESBasic_Group)& ent, const IGESData_IGESDumper& dumper, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESBasic_Group" << endl; + S << "IGESBasic_Group" << Message_EndLine; S << "Entries in the Group : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbEntities(),ent->Entity); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESBasic/IGESBasic_ToolGroupWithoutBackP.cxx b/src/IGESBasic/IGESBasic_ToolGroupWithoutBackP.cxx index 117be5564a..c1c32a5d78 100644 --- a/src/IGESBasic/IGESBasic_ToolGroupWithoutBackP.cxx +++ b/src/IGESBasic/IGESBasic_ToolGroupWithoutBackP.cxx @@ -162,9 +162,9 @@ void IGESBasic_ToolGroupWithoutBackP::OwnDump (const Handle(IGESBasic_GroupWithoutBackP)& ent, const IGESData_IGESDumper& dumper, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESBasic_GroupWithoutBackP" << endl; + S << "IGESBasic_GroupWithoutBackP" << Message_EndLine; S << "Entries in the Group : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbEntities(),ent->Entity); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESBasic/IGESBasic_ToolHierarchy.cxx b/src/IGESBasic/IGESBasic_ToolHierarchy.cxx index 03c1a7d64a..680ee57846 100644 --- a/src/IGESBasic/IGESBasic_ToolHierarchy.cxx +++ b/src/IGESBasic/IGESBasic_ToolHierarchy.cxx @@ -132,13 +132,13 @@ void IGESBasic_ToolHierarchy::OwnDump (const Handle(IGESBasic_Hierarchy)& ent, const IGESData_IGESDumper& /*dumper*/, const Handle(Message_Messenger)& S, const Standard_Integer /*level*/) const { - S << "IGESBasic_Hierarchy" << endl; + S << "IGESBasic_Hierarchy" << Message_EndLine; - S << "Number of property values : " << ent->NbPropertyValues() << endl; - S << "Line Font : " << ent->NewLineFont() << endl; - S << "View Number : " << ent->NewView() << endl; - S << "Entity level : " << ent->NewEntityLevel() << endl; - S << "Blank status : " << ent->NewBlankStatus() << endl; - S << "Line weight : " << ent->NewLineWeight() << endl; - S << "Color number : " << ent->NewColorNum() << endl; + S << "Number of property values : " << ent->NbPropertyValues() << Message_EndLine; + S << "Line Font : " << ent->NewLineFont() << Message_EndLine; + S << "View Number : " << ent->NewView() << Message_EndLine; + S << "Entity level : " << ent->NewEntityLevel() << Message_EndLine; + S << "Blank status : " << ent->NewBlankStatus() << Message_EndLine; + S << "Line weight : " << ent->NewLineWeight() << Message_EndLine; + S << "Color number : " << ent->NewColorNum() << Message_EndLine; } diff --git a/src/IGESBasic/IGESBasic_ToolName.cxx b/src/IGESBasic/IGESBasic_ToolName.cxx index 1c62802166..46758bef42 100644 --- a/src/IGESBasic/IGESBasic_ToolName.cxx +++ b/src/IGESBasic/IGESBasic_ToolName.cxx @@ -107,10 +107,10 @@ void IGESBasic_ToolName::OwnDump (const Handle(IGESBasic_Name)& ent, const IGESData_IGESDumper& /* dumper */, const Handle(Message_Messenger)& S, const Standard_Integer /* level */) const { - S << "IGESBasic_Name" << endl; + S << "IGESBasic_Name" << Message_EndLine; - S << "Number of property values : " << ent->NbPropertyValues() << endl; + S << "Number of property values : " << ent->NbPropertyValues() << Message_EndLine; S << "Name : "; IGESData_DumpString(S,ent->Value()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESBasic/IGESBasic_ToolOrderedGroup.cxx b/src/IGESBasic/IGESBasic_ToolOrderedGroup.cxx index 276e3b8fe9..9e13d9b176 100644 --- a/src/IGESBasic/IGESBasic_ToolOrderedGroup.cxx +++ b/src/IGESBasic/IGESBasic_ToolOrderedGroup.cxx @@ -153,10 +153,10 @@ void IGESBasic_ToolOrderedGroup::OwnDump (const Handle(IGESBasic_OrderedGroup)& ent, const IGESData_IGESDumper& dumper, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESBasic_OrderedGroup" << endl; + S << "IGESBasic_OrderedGroup" << Message_EndLine; S << "Entries in the Group : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbEntities(),ent->Entity); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESBasic/IGESBasic_ToolOrderedGroupWithoutBackP.cxx b/src/IGESBasic/IGESBasic_ToolOrderedGroupWithoutBackP.cxx index ac8373a7c7..c0175740ba 100644 --- a/src/IGESBasic/IGESBasic_ToolOrderedGroupWithoutBackP.cxx +++ b/src/IGESBasic/IGESBasic_ToolOrderedGroupWithoutBackP.cxx @@ -154,10 +154,10 @@ void IGESBasic_ToolOrderedGroupWithoutBackP::OwnDump (const Handle(IGESBasic_OrderedGroupWithoutBackP)& ent, const IGESData_IGESDumper& dumper, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESBasic_OrderedGroupWithoutBackP" << endl; + S << "IGESBasic_OrderedGroupWithoutBackP" << Message_EndLine; S << "Entries in the Group : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbEntities(),ent->Entity); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESBasic/IGESBasic_ToolSingleParent.cxx b/src/IGESBasic/IGESBasic_ToolSingleParent.cxx index 0d724d13cf..76c43e7b09 100644 --- a/src/IGESBasic/IGESBasic_ToolSingleParent.cxx +++ b/src/IGESBasic/IGESBasic_ToolSingleParent.cxx @@ -178,13 +178,13 @@ void IGESBasic_ToolSingleParent::OwnDump (const Handle(IGESBasic_SingleParent)& ent, const IGESData_IGESDumper& dumper, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESBasic_SingleParent" << endl; + S << "IGESBasic_SingleParent" << Message_EndLine; - S << "Number of ParentEntities : " << ent->NbParentEntities() << endl; + S << "Number of ParentEntities : " << ent->NbParentEntities() << Message_EndLine; S << "ParentEntity : "; dumper.Dump(ent->SingleParent(),S,(level <= 4) ? 0 : 1); - S << endl; + S << Message_EndLine; S << "Children : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbChildren(),ent->Child); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESBasic/IGESBasic_ToolSingularSubfigure.cxx b/src/IGESBasic/IGESBasic_ToolSingularSubfigure.cxx index 3987156134..9aa9fc8da4 100644 --- a/src/IGESBasic/IGESBasic_ToolSingularSubfigure.cxx +++ b/src/IGESBasic/IGESBasic_ToolSingularSubfigure.cxx @@ -161,13 +161,13 @@ void IGESBasic_ToolSingularSubfigure::OwnDump (const Handle(IGESBasic_SingularSubfigure)& ent, const IGESData_IGESDumper& dumper, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESBasic_SingularSubfigure" << endl; + S << "IGESBasic_SingularSubfigure" << Message_EndLine; S << "Subfigure Definition Entity : " ; dumper.Dump(ent->Subfigure(),S,(level <= 4) ? 0 : 1); - S << endl; + S << Message_EndLine; S << " Translation Data : "; IGESData_DumpXYZL(S,level, ent->Translation(), ent->Location()); - S << " Scale Factors : " << ent->ScaleFactor() << endl; - S << endl; + S << " Scale Factors : " << ent->ScaleFactor() << Message_EndLine; + S << Message_EndLine; } diff --git a/src/IGESBasic/IGESBasic_ToolSubfigureDef.cxx b/src/IGESBasic/IGESBasic_ToolSubfigureDef.cxx index 98ac5b025a..f09f0f0287 100644 --- a/src/IGESBasic/IGESBasic_ToolSubfigureDef.cxx +++ b/src/IGESBasic/IGESBasic_ToolSubfigureDef.cxx @@ -144,13 +144,13 @@ void IGESBasic_ToolSubfigureDef::OwnDump (const Handle(IGESBasic_SubfigureDef)& ent, const IGESData_IGESDumper& dumper, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESBasic_SubfigureDef" << endl; + S << "IGESBasic_SubfigureDef" << Message_EndLine; - S << "Depth of the subfigure : " << ent->Depth() << endl; + S << "Depth of the subfigure : " << ent->Depth() << Message_EndLine; S << "Name of subfigure : "; IGESData_DumpString(S,ent->Name()); - S << endl; + S << Message_EndLine; S << "The Associated Entities : " ; IGESData_DumpEntities(S,dumper,level,1,ent->NbEntities(),ent->AssociatedEntity); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESCAFControl/IGESCAFControl_Reader.cxx b/src/IGESCAFControl/IGESCAFControl_Reader.cxx index 964be28343..635cea9a20 100644 --- a/src/IGESCAFControl/IGESCAFControl_Reader.cxx +++ b/src/IGESCAFControl/IGESCAFControl_Reader.cxx @@ -208,7 +208,7 @@ Standard_Boolean IGESCAFControl_Reader::Transfer (Handle(TDocStd_Document) &doc) Handle(IGESGraph_Color) color = Handle(IGESGraph_Color)::DownCast ( ent->Color() ); if ( color.IsNull() ) { #ifdef OCCT_DEBUG - cout << "Error: Unrecognized type of color definition" << endl; + std::cout << "Error: Unrecognized type of color definition" << std::endl; #endif IsColor = Standard_False; } diff --git a/src/IGESCAFControl/IGESCAFControl_Writer.cxx b/src/IGESCAFControl/IGESCAFControl_Writer.cxx index 027df6bfd7..fff75cc4d8 100644 --- a/src/IGESCAFControl/IGESCAFControl_Writer.cxx +++ b/src/IGESCAFControl/IGESCAFControl_Writer.cxx @@ -404,7 +404,7 @@ static void AttachLayer (const Handle(Transfer_FinderProcess) &FP, Igesent->InitLevel( 0, localIntName ); } #ifdef OCCT_DEBUG - else cout << "Warning: Can't find entity for shape in mapper" << endl; + else std::cout << "Warning: Can't find entity for shape in mapper" << std::endl; #endif } } diff --git a/src/IGESControl/IGESControl_IGESBoundary.cxx b/src/IGESControl/IGESControl_IGESBoundary.cxx index 557900147d..9a4a54b8bf 100644 --- a/src/IGESControl/IGESControl_IGESBoundary.cxx +++ b/src/IGESControl/IGESControl_IGESBoundary.cxx @@ -309,7 +309,7 @@ static Standard_Boolean Connect (const Handle(ShapeAnalysis_Wire)& theSAW, if (!IGESToBRep::TransferPCurve (edge2d, edge3d, myface)) continue; if (sfe->FixReversed2d (edge3d, myface)) { #ifdef OCCT_DEBUG - cout << "Warning: IGESToBRep_IGESBoundary: 2D curve of edge was reversed" << endl; + std::cout << "Warning: IGESToBRep_IGESBoundary: 2D curve of edge was reversed" << std::endl; #endif } //#74 rln 10.03.99 S4135: handling use of BRepLib::SameParameter by new static parameter @@ -329,19 +329,19 @@ static Standard_Boolean Connect (const Handle(ShapeAnalysis_Wire)& theSAW, //pdn 08.04.99 S4135 recomputing only if deviation is greater than maxtol if (maxdev > maxtol) { //:e2 #ifdef OCCT_DEBUG - cout << "Warning: IGESToBRep_IGESBoundary: Deviation = " << maxdev << endl; + std::cout << "Warning: IGESToBRep_IGESBoundary: Deviation = " << maxdev << std::endl; #endif ShapeFix_ShapeTolerance().SetTolerance (edge3d, Precision::Confusion()); for (Standard_Integer ie = 1; ie <= iedge; ie++) ShapeBuild_Edge().RemovePCurve (Lsewd3d->Edge (ie), myface); if (Preferred3d) { #ifdef OCCT_DEBUG - cout << "Warning: IGESToBRep_IGESBoundary: 3D and 2D curves are inconsistent; 2D is ignored" << endl; + std::cout << "Warning: IGESToBRep_IGESBoundary: 3D and 2D curves are inconsistent; 2D is ignored" << std::endl; #endif } else { #ifdef OCCT_DEBUG - cout << "Warning: IGESToBRep_IGESBoundary: 3D and 2D curves are inconsistent; 3D is ignored" << endl; + std::cout << "Warning: IGESToBRep_IGESBoundary: 3D and 2D curves are inconsistent; 3D is ignored" << std::endl; #endif Lsewd = Lsewd2d; } @@ -352,7 +352,7 @@ static Standard_Boolean Connect (const Handle(ShapeAnalysis_Wire)& theSAW, okCurve = okCurve && ShapeAlgo::AlgoContainer()->ConnectNextWire (saw, Lsewd, maxtol, distmin, revsewd, revnextsewd); if (!okCurve) { #ifdef OCCT_DEBUG - cout << "Warning: IGESToBRep_IGESBoundary: Curves " << i - 1 << " and " << i << " cannot be connected" << endl; + std::cout << "Warning: IGESToBRep_IGESBoundary: Curves " << i - 1 << " and " << i << " cannot be connected" << std::endl; #endif Gsewd3d = new ShapeExtend_WireData; for (Standard_Integer j = 1; j <= len3d; j++) { diff --git a/src/IGESControl/IGESControl_Reader.cxx b/src/IGESControl/IGESControl_Reader.cxx index f904b4c217..1c0c81277e 100644 --- a/src/IGESControl/IGESControl_Reader.cxx +++ b/src/IGESControl/IGESControl_Reader.cxx @@ -172,7 +172,7 @@ void IGESControl_Reader::PrintTransferInfo sprintf(mess,"%d\t%d\t%s\t%s", igesEnt->TypeNumber(), igesEnt->FormNumber(), "%d", aBinder->ResultTypeName()); - //cout << mess << endl; + //std::cout << mess << std::endl; if (aMapCountMapping.IsBound(mess)) aMapCountMapping.ChangeFind(mess)++; else @@ -209,7 +209,7 @@ void IGESControl_Reader::PrintTransferInfo } for(i = 1; i<= nf; i++) { sprintf(mess,"\t F\t%d\t%d\t%s",type,form,aCheck->CFail(i)); - // TF << mess << endl; + // TF << mess << std::endl; if (aMapCount.IsBound(mess)) aMapCount.ChangeFind(mess)++; else @@ -247,7 +247,7 @@ void IGESControl_Reader::PrintTransferInfo NCollection_DataMap::Iterator aMapListIter(aMapList); for(; aMapCountIter.More() && aMapListIter.More(); aMapCountIter.Next(), aMapListIter.Next()) { - TF << aMapCountIter.Value() << aMapCountIter.Key() << endl; + TF << aMapCountIter.Value() << aMapCountIter.Key() << Message_EndLine; if (mode == IFSelect_ListByItem) { Handle(TColStd_HSequenceOfInteger) entityList = aMapListIter.Value(); Standard_Integer length = entityList->Length(); @@ -267,7 +267,7 @@ void IGESControl_Reader::PrintTransferInfo TF << line; } } - TF << endl; + TF << Message_EndLine; } } break; @@ -281,7 +281,7 @@ void IGESControl_Reader::PrintTransferInfo NCollection_DataMap::Iterator aMapIter(aMapCountResult); for (; aMapIter.More(); aMapIter.Next()) { - TF << aMapIter.Key() << aMapIter.Value() << endl; + TF << aMapIter.Key() << aMapIter.Value() << Message_EndLine; } break; } @@ -299,7 +299,7 @@ void IGESControl_Reader::PrintTransferInfo sprintf(mess, "%d\t%d \t%s\t%s", root->TypeNumber(), root->FormNumber(), "%d", "Failed"); - //cout << mess << endl; + //std::cout << mess << std::endl; if (aMapCountMapping.IsBound(mess)) aMapCountMapping.ChangeFind(mess)++; else @@ -311,7 +311,7 @@ void IGESControl_Reader::PrintTransferInfo for(; aMapCountIter.More(); aMapCountIter.Next()) { char mess[80]; sprintf(mess, aMapCountIter.Key().ToCString(), aMapCountIter.Value()); - TF << mess << endl; //dicoCountIter.Value() << dicoCountIter.Name() << endl; + TF << mess << Message_EndLine; //dicoCountIter.Value() << dicoCountIter.Name() << std::endl; } break; } diff --git a/src/IGESControl/IGESControl_Writer.cxx b/src/IGESControl/IGESControl_Writer.cxx index a5f4f65d91..8c07d4fdb2 100644 --- a/src/IGESControl/IGESControl_Writer.cxx +++ b/src/IGESControl/IGESControl_Writer.cxx @@ -233,7 +233,7 @@ Standard_Boolean IGESControl_Writer::Write ComputeModel(); Standard_Integer nbEnt = myModel->NbEntities(); #ifdef OCCT_DEBUG - cout<<" IGES Write : "<AssignCat #ifdef HPUX ("HP-UX"); - cout<<"-- OSD_Path::SystemVersion, does not work well on HP-UX"<Number(sh.Value()); if (igt == 402 || igt == 404) subs.SetValue (nums,subs.Value(nums) | 2); else subs.SetValue (nums,subs.Value(nums) | 1); -//// cout<<"ComputeStatus : nums = "<"<"<UseFlag(); if (uf == 0) uf = G.Status(i); Standard_Integer hy = ent->HierarchyStatus(); -//// cout<<" Ent.n0."<UndefinedContent(); Standard_Integer nb = cont->NbParams(); S << " UNDEFINED ENTITY ...\n"<= 1) { if (ent->HasShortLabel()) S<<"**** Label :"<ShortLabel()->ToCString(); if (ent->HasSubScriptNumber()) S<<" SubScript:"<SubScriptNumber(); - if (ent->HasShortLabel()) S<HasShortLabel()) S<HasTransf()) { S<<"** Transf.Matrix :"; PrintDNum(ent->Transf(),S); S<<"\n"; } @@ -141,13 +141,13 @@ IGESData_IGESDumper::IGESData_IGESDumper if (ent->LineWeightNumber() != 0) { S <<"** LineWeight Num:"<LineWeightNumber(); if (diratt > 0) S<<" -> Value:"<LineWeight(); - S<DefColor() == IGESData_DefValue) { S<<"** Color Value :"<RankColor(); } else if (ent->DefColor() == IGESData_DefReference) { S<<"** Color Ref :"; PrintDNum (ent->Color(),S); } - S< 3) { S<<"**** Own Data ****\n\n"; @@ -178,7 +178,7 @@ IGESData_IGESDumper::IGESData_IGESDumper } } if (iasuit) { if (att <= 1) S << "\n"; } - S<<"\n**** End of Dump ****\n"<OwnDump(CN,ent,*this,S,own); else if (themodel.IsNull()) - S <<" **** Dump impossible. Type "<DynamicType()->Name()<DynamicType()->Name()<Number(ent)<<":D" - <DNum(ent)<<" Type "<DynamicType()->Name()<DNum(ent)<<" Type "<DynamicType()->Name()<Length(); - S<<"**** Dump of IGES Model , Start and Global Sections ****"< 0) { S << "**** Start Section : "<Value(i)->ToCString()<Value(i)->ToCString()<ToCString()<ToCString()<ToCString()<ToCString()<ToCString()<ToCString()<ToCString()<ToCString()< 0) S<< " -> Name : " << IGESData_BasicEditor::DraftingName(num); - S<ToCString() - <<" i.e. "<ToCString()<ToCString()<ToCString() <ToCString() <NbEntities(); #ifdef PATIENCELOG - sout<< " IGESWriter : " << nb << " Entities (* = 1000 Ent.s)" << endl; + sout<< " IGESWriter : " << nb << " Entities (* = 1000 Ent.s)" << std::endl; #endif SectionS (); Standard_Integer ns = themodel->NbStartLines(); @@ -133,11 +133,11 @@ void IGESData_IGESWriter::SendStartLine (const Standard_CString startline) Handle(IGESData_IGESEntity) ent = themodel->Entity(i); Handle(IGESData_IGESEntity) cnt = ent; #ifdef PATIENCELOG - if (i % 1000 == 1) cout << "*" << flush; + if (i % 1000 == 1) std::cout << "*" << std::flush; #endif // Attention aux cas d erreur : contenu redefini if (themodel->IsRedefinedContent(i)) { - sout << " -- IGESWriter : Erroneous Entity N0."<ReportEntity(i); if (!rep.IsNull()) cnt = GetCasted(IGESData_IGESEntity,rep->Content()); if (cnt.IsNull()) cnt = ent; // secours @@ -156,14 +156,14 @@ void IGESData_IGESWriter::SendStartLine (const Standard_CString startline) undent->WriteOwnParams (*this); } else sout<<" -- IGESWriter : Not Processed for n0."<TypeNumber()<<" Form "<FormNumber()<TypeNumber()<<" Form "<FormNumber()<Length(); for (i = 1; i <= nbs; i ++) { @@ -521,11 +521,11 @@ Standard_Boolean IGESData_IGESWriter::Print (Standard_OStream& S) const S << &blancs[line->Length()]; if (fnes) writefnes (S,finlin); else S << finlin; - S << endl; + S << std::endl; } } #ifdef PATIENCELOG - cout << "Global Section : " << flush; + std::cout << "Global Section : " << std::flush; #endif isGood = S.good(); // Global Section : convertie dans @@ -541,19 +541,19 @@ Standard_Boolean IGESData_IGESWriter::Print (Standard_OStream& S) const S << &blancs[line->Length()]; if (fnes) writefnes (S,finlin); else S << finlin; - S << endl; + S << std::endl; isGood = S.good(); } if(!isGood) return isGood; #ifdef PATIENCELOG - cout << nbg << " lines" << endl; + std::cout << nbg << " lines" << std::endl; #endif // Directory Section Standard_Integer nbd = thedirs.Upper(); // 0 -> NbEnts #ifdef PATIENCELOG - cout << "\nDirectory section : " << nbd << " Entites" << endl; + std::cout << "\nDirectory section : " << nbd << " Entites" << std::endl; #endif for (i = 1; i <= nbd && isGood ; i ++) { Standard_Integer v[17]; char res1[9],res2[9],lab[9],num[9]; @@ -573,18 +573,18 @@ Standard_Boolean IGESData_IGESWriter::Print (Standard_OStream& S) const if (fnes) writefnes (S,ligne); else S << ligne; S<< "\n"; -// cout << "Ent.no "<Length()]; if (fnes) writefnes (S,finlin); else S << finlin; - S << endl; + S << std::endl; isGood = S.good(); #ifdef PATIENCELOG lignespatience --; - if (lignespatience <= 0) { cout<<"*"<NbClassDefs() << endl; - S << "Back Pointer Requirement : " << endl; - S << "Ordered / Unordered Class : " << endl; - S << "Number Of Items per Entry : " << endl; - S << "Items : " << endl; + S << "IGESDefs_AssociativityDef" << Message_EndLine; + S << "Number of Class Definitions : " << ent->NbClassDefs() << Message_EndLine; + S << "Back Pointer Requirement : " << Message_EndLine; + S << "Ordered / Unordered Class : " << Message_EndLine; + S << "Number Of Items per Entry : " << Message_EndLine; + S << "Items : " << Message_EndLine; IGESData_DumpVals(S,-level,1, ent->NbClassDefs(),ent->BackPointerReq); - S << endl; + S << Message_EndLine; if (level > 4) { // Warning : Item is a JAGGED Array Standard_Integer upper = ent->NbClassDefs(); for (Standard_Integer i = 1; i <= upper; i ++) { - S << "[" << i << "]: " << endl; + S << "[" << i << "]: " << Message_EndLine; S << "Back Pointer Requirement : " << ent->BackPointerReq(i) << " "; if (ent->IsBackPointerReq(i)) S << "(Yes) "; else S << "(No) "; S << " Ordered/Unordered Class : " << ent->ClassOrder(i) << " "; - if (ent->IsOrdered(i)) S << "(Yes)" <IsOrdered(i)) S << "(Yes)" <NbItemsPerClass(i); if (level < 6) { - S << " [ask level > 5 for more]" << endl; + S << " [ask level > 5 for more]" << Message_EndLine; continue; } - S << endl << " ["; + S << Message_EndLine << " ["; for (Standard_Integer j = 1; j <= ent->NbItemsPerClass(i); j ++) S << " " << ent->Item(i,j); - S << "]" << endl; + S << "]" << Message_EndLine; } } - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDefs/IGESDefs_ToolAttributeDef.cxx b/src/IGESDefs/IGESDefs_ToolAttributeDef.cxx index 1aba523aa7..6d546f29b7 100644 --- a/src/IGESDefs/IGESDefs_ToolAttributeDef.cxx +++ b/src/IGESDefs/IGESDefs_ToolAttributeDef.cxx @@ -445,19 +445,19 @@ void IGESDefs_ToolAttributeDef::OwnDump { Standard_Integer sublevel = (level > 4) ? 1 : 0; - S << "IGESDefs_AttributeDef" << endl; + S << "IGESDefs_AttributeDef" << Message_EndLine; S << "Attribute Table Name: "; IGESData_DumpString(S,ent->TableName()); - S << endl; - S << "Attribute List Type : " << ent->ListType() << endl; - S << "Number of Attributes : " << ent->NbAttributes() << endl; - S << "Attribute Types : " << endl; - S << "Attribute Value Data Types : " << endl; - S << "Attribute Value Counts : " << endl; - if (ent->HasValues()) S << "Attribute Values : " << endl; - if (ent->HasTextDisplay()) S << "Attribute Value Entities : " << endl; + S << Message_EndLine; + S << "Attribute List Type : " << ent->ListType() << Message_EndLine; + S << "Number of Attributes : " << ent->NbAttributes() << Message_EndLine; + S << "Attribute Types : " << Message_EndLine; + S << "Attribute Value Data Types : " << Message_EndLine; + S << "Attribute Value Counts : " << Message_EndLine; + if (ent->HasValues()) S << "Attribute Values : " << Message_EndLine; + if (ent->HasTextDisplay()) S << "Attribute Value Entities : " << Message_EndLine; IGESData_DumpVals(S,-level,1, ent->NbAttributes(),ent->AttributeType); - S << endl; + S << Message_EndLine; if (level > 4) { Standard_Integer upper = ent->NbAttributes(); @@ -478,11 +478,11 @@ void IGESDefs_ToolAttributeDef::OwnDump case 6 : S << " : Logical "; break; default : break; } - S << " Count : " << avc << endl; + S << " Count : " << avc << Message_EndLine; if (ent->HasValues()) { if (level <= 5) { - S << " [ content (Values) : ask level > 5 ]" << endl; + S << " [ content (Values) : ask level > 5 ]" << Message_EndLine; continue; } for (Standard_Integer j = 1; j <= avc; j ++) @@ -512,10 +512,10 @@ void IGESDefs_ToolAttributeDef::OwnDump S << " Attribute Value Pointer : "; dumper.Dump (ent->AttributeTextDisplay(i,j),S, sublevel); } - S << endl; + S << Message_EndLine; } } } } - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDefs/IGESDefs_ToolAttributeTable.cxx b/src/IGESDefs/IGESDefs_ToolAttributeTable.cxx index a8840d5ac1..9c7d1a779d 100644 --- a/src/IGESDefs/IGESDefs_ToolAttributeTable.cxx +++ b/src/IGESDefs/IGESDefs_ToolAttributeTable.cxx @@ -303,18 +303,18 @@ void IGESDefs_ToolAttributeTable::OwnDump (const Handle(IGESDefs_AttributeTable)& ent, const IGESData_IGESDumper& dumper, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESDefs_AttributeTable" << endl; + S << "IGESDefs_AttributeTable" << Message_EndLine; Handle(IGESDefs_AttributeDef) ab = ent->Definition(); Standard_Integer na = ent->NbAttributes(); Standard_Integer nr = ent->NbRows(); if (ent->FormNumber() == 1) - S << "Number of Rows (i.e. complete sets of Attributes) : " << nr << endl; - else S << "One set of Attributes" << endl; - S << "Number of defined Attributes : " << na << endl; + S << "Number of Rows (i.e. complete sets of Attributes) : " << nr << Message_EndLine; + else S << "One set of Attributes" << Message_EndLine; + S << "Number of defined Attributes : " << na << Message_EndLine; if (level <= 4) S << - " [ structure : see Structure in Directory Entry; content : level > 4 ]" < 4 ]" <NbPropertyValues() << endl; + S << "IGESDefs_GenericData" << Message_EndLine; + S << "Number of property values : " << ent->NbPropertyValues() << Message_EndLine; S << "Property Name : "; IGESData_DumpString(S,ent->Name()); - S << endl; + S << Message_EndLine; switch (level) { case 4: - S << "Types : " << endl; - S << "Values : Count = " << ent->NbTypeValuePairs() << endl; - S << " [ as level > 4 for content ]" << endl; + S << "Types : " << Message_EndLine; + S << "Values : Count = " << ent->NbTypeValuePairs() << Message_EndLine; + S << " [ as level > 4 for content ]" << Message_EndLine; break; case 5: case 6: { Standard_Integer i, num; - S << "Types & Values : " << endl; + S << "Types & Values : " << Message_EndLine; for ( num = ent->NbTypeValuePairs(), i = 1; i <= num; i++ ) { S << "[" << i << "]: "; @@ -293,9 +293,9 @@ void IGESDefs_ToolGenericData::OwnDump << (ent->ValueAsLogical(i) ? "True" : "False"); break; default : break; } - S << endl; + S << Message_EndLine; } } } - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDefs/IGESDefs_ToolMacroDef.cxx b/src/IGESDefs/IGESDefs_ToolMacroDef.cxx index 34cb319fa1..1c04816809 100644 --- a/src/IGESDefs/IGESDefs_ToolMacroDef.cxx +++ b/src/IGESDefs/IGESDefs_ToolMacroDef.cxx @@ -145,14 +145,14 @@ void IGESDefs_ToolMacroDef::OwnDump (const Handle(IGESDefs_MacroDef)& ent, const IGESData_IGESDumper& /* dumper */, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESDefs_MacroDef" << endl; + S << "IGESDefs_MacroDef" << Message_EndLine; S << "MACRO : "; IGESData_DumpString(S,ent->MACRO()); - S << endl; - S << "Entity Type ID : " << ent->EntityTypeID() << endl; + S << Message_EndLine; + S << "Entity Type ID : " << ent->EntityTypeID() << Message_EndLine; S << "Language Statement : "; IGESData_DumpStrings(S ,level,1, ent->NbStatements(),ent->LanguageStatement); S << "END MACRO : "; IGESData_DumpString(S,ent->ENDMACRO()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDefs/IGESDefs_ToolTabularData.cxx b/src/IGESDefs/IGESDefs_ToolTabularData.cxx index b36ac44d0e..0817534a32 100644 --- a/src/IGESDefs/IGESDefs_ToolTabularData.cxx +++ b/src/IGESDefs/IGESDefs_ToolTabularData.cxx @@ -228,29 +228,29 @@ void IGESDefs_ToolTabularData::OwnDump Standard_Integer nbIndeps = ent->NbIndependents(); //szv#4:S4163:12Mar99 i unused Standard_Integer nbDeps = ent->NbDependents(); - S << "IGESDefs_TabularData" << endl; - S << "No. of property values : " << ent->NbPropertyValues() << endl; - S << "Property type : " << ent->PropertyType() << endl; - S << "No. of Dependent variables : " << nbDeps << endl; - S << "No. of Independent variables : " << nbIndeps << endl; + S << "IGESDefs_TabularData" << Message_EndLine; + S << "No. of property values : " << ent->NbPropertyValues() << Message_EndLine; + S << "Property type : " << ent->PropertyType() << Message_EndLine; + S << "No. of Dependent variables : " << nbDeps << Message_EndLine; + S << "No. of Independent variables : " << nbIndeps << Message_EndLine; S << "Type of independent variables : "; IGESData_DumpVals(S ,level,1, nbIndeps,ent->TypeOfIndependents); - S << endl << "Number of values of independent variables : "; + S << Message_EndLine << "Number of values of independent variables : "; IGESData_DumpVals(S ,level,1, nbIndeps,ent->NbValues); // ?? JAGGED ?? - S << endl << "Values of the independent variable : "; + S << Message_EndLine << "Values of the independent variable : "; if (level < 5) S << " [ask level > 4]"; else { for (Standard_Integer ind = 1; ind <= nbIndeps; ind ++) { - S << endl << "[" << ind << "]:"; + S << Message_EndLine << "[" << ind << "]:"; Standard_Integer nbi = ent->NbValues(ind); for (Standard_Integer iv = 1; iv <= nbi; iv ++) S << " " << ent->IndependentValue(ind,iv); } } // IGESData_DumpVals(S ,level,1, nbIndeps,ent->IndependentValue); - S << endl << "Values of the dependent variable : "; + S << Message_EndLine << "Values of the dependent variable : "; // IGESData_DumpVals(S ,level,1, nbDeps,ent->DependentValue); S << " TO BE DONE"; - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDefs/IGESDefs_ToolUnitsData.cxx b/src/IGESDefs/IGESDefs_ToolUnitsData.cxx index 70ee924f77..c92dca5fa5 100644 --- a/src/IGESDefs/IGESDefs_ToolUnitsData.cxx +++ b/src/IGESDefs/IGESDefs_ToolUnitsData.cxx @@ -155,27 +155,27 @@ void IGESDefs_ToolUnitsData::OwnDump (const Handle(IGESDefs_UnitsData)& ent, const IGESData_IGESDumper& /* dumper */, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESDefs_UnitsData" << endl; - S << "Number of Units : " << ent->NbUnits() << endl; - S << "Type of Unit : " << endl; - S << "Value of Unit : " << endl; - S << "Scale Factor : " << endl; + S << "IGESDefs_UnitsData" << Message_EndLine; + S << "Number of Units : " << ent->NbUnits() << Message_EndLine; + S << "Type of Unit : " << Message_EndLine; + S << "Value of Unit : " << Message_EndLine; + S << "Scale Factor : " << Message_EndLine; IGESData_DumpStrings(S,-level,1, ent->NbUnits(),ent->UnitType); - S << endl; + S << Message_EndLine; if (level > 4) { - S << "Details of the Units" << endl; + S << "Details of the Units" << Message_EndLine; Standard_Integer upper = ent->NbUnits(); for (Standard_Integer i = 1; i <= upper; i++) { S << "[" << i << "] Type : "; IGESData_DumpString(S,ent->UnitType(i)); - S << endl; + S << Message_EndLine; S << " Value : "; IGESData_DumpString(S,ent->UnitValue(i)); - S << endl; - S << " ScaleFactor: " << ent->ScaleFactor(i) << endl; + S << Message_EndLine; + S << " ScaleFactor: " << ent->ScaleFactor(i) << Message_EndLine; } } - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDimen/IGESDimen_ToolAngularDimension.cxx b/src/IGESDimen/IGESDimen_ToolAngularDimension.cxx index be3a30a880..699b06f6f3 100644 --- a/src/IGESDimen/IGESDimen_ToolAngularDimension.cxx +++ b/src/IGESDimen/IGESDimen_ToolAngularDimension.cxx @@ -147,24 +147,24 @@ void IGESDimen_ToolAngularDimension::OwnDump { Standard_Integer sublevel = (level > 4) ? 1 : 0; - S << "IGESDimen_AngularDimension" << endl; + S << "IGESDimen_AngularDimension" << Message_EndLine; S << "General Note Entity : "; dumper.Dump(ent->Note(),S, sublevel); - S << endl; + S << Message_EndLine; S << "First Witness Entity : "; dumper.Dump(ent->FirstWitnessLine(),S, sublevel); - S << endl; + S << Message_EndLine; S << "Second Witness Entity : "; dumper.Dump(ent->SecondWitnessLine(),S, sublevel); - S << endl; + S << Message_EndLine; S << "Vertex Point Co-ords : "; - IGESData_DumpXYL(S,level, ent->Vertex(), ent->Location()); S << endl; - S << "Radius of Leader arcs : " << ent->Radius() << endl; + IGESData_DumpXYL(S,level, ent->Vertex(), ent->Location()); S << Message_EndLine; + S << "Radius of Leader arcs : " << ent->Radius() << Message_EndLine; S << "First Leader Entity : "; dumper.Dump(ent->FirstLeader(),S, sublevel); - S << endl; + S << Message_EndLine; S << "Second Leader Entity : "; dumper.Dump(ent->SecondLeader(),S, sublevel); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDimen/IGESDimen_ToolBasicDimension.cxx b/src/IGESDimen/IGESDimen_ToolBasicDimension.cxx index b68411309e..b440d4a5a2 100644 --- a/src/IGESDimen/IGESDimen_ToolBasicDimension.cxx +++ b/src/IGESDimen/IGESDimen_ToolBasicDimension.cxx @@ -121,16 +121,16 @@ void IGESDimen_ToolBasicDimension::OwnDump (const Handle(IGESDimen_BasicDimension)& ent, const IGESData_IGESDumper& /* dumper */, const Handle(Message_Messenger)& S, const Standard_Integer /* level */) const { - S << "IGESDimen_BasicDimension" << endl; - S << "Number of Property Values : " << ent->NbPropertyValues() << endl; - S << endl << " Lower left corner : " ; + S << "IGESDimen_BasicDimension" << Message_EndLine; + S << "Number of Property Values : " << ent->NbPropertyValues() << Message_EndLine; + S << Message_EndLine << " Lower left corner : " ; IGESData_DumpXY(S, ent->LowerLeft()); - S << endl << " Lower right corner : " ; + S << Message_EndLine << " Lower right corner : " ; IGESData_DumpXY(S, ent->LowerRight()); - S << endl << " Upper right corner : " ; + S << Message_EndLine << " Upper right corner : " ; IGESData_DumpXY(S, ent->UpperRight()); - S << endl << " Upper left corner : "; + S << Message_EndLine << " Upper left corner : "; IGESData_DumpXY(S, ent->UpperLeft()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDimen/IGESDimen_ToolCenterLine.cxx b/src/IGESDimen/IGESDimen_ToolCenterLine.cxx index 8741ecff3a..e4334fd388 100644 --- a/src/IGESDimen/IGESDimen_ToolCenterLine.cxx +++ b/src/IGESDimen/IGESDimen_ToolCenterLine.cxx @@ -159,14 +159,14 @@ void IGESDimen_ToolCenterLine::OwnDump (const Handle(IGESDimen_CenterLine)& ent, const IGESData_IGESDumper& /* dumper */, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESDimen_CenterLine" << endl; - if (ent->IsCrossHair()) S << "Cross Hair" << endl; - else S << "Through Circle Centers" << endl; + S << "IGESDimen_CenterLine" << Message_EndLine; + if (ent->IsCrossHair()) S << "Cross Hair" << Message_EndLine; + else S << "Through Circle Centers" << Message_EndLine; S << "Data Type : " << ent->Datatype() << " "; S << "Number of Data Points : " << ent->NbPoints() << " "; S << "Common Z displacement : " << ent->ZDisplacement() << " "; - S << "Data Points : " << endl; + S << "Data Points : " << Message_EndLine; IGESData_DumpListXYLZ(S ,level,1, ent->NbPoints(),ent->Point, ent->Location(), ent->ZDisplacement()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDimen/IGESDimen_ToolCurveDimension.cxx b/src/IGESDimen/IGESDimen_ToolCurveDimension.cxx index ec285b584a..e3b4314403 100644 --- a/src/IGESDimen/IGESDimen_ToolCurveDimension.cxx +++ b/src/IGESDimen/IGESDimen_ToolCurveDimension.cxx @@ -157,26 +157,26 @@ void IGESDimen_ToolCurveDimension::OwnDump { Standard_Integer sublevel = (level > 4) ? 1 : 0; - S << "IGESDimen_CurveDimension" << endl; + S << "IGESDimen_CurveDimension" << Message_EndLine; S << "General Note Entity : "; dumper.Dump(ent->Note(),S, sublevel); - S << endl; + S << Message_EndLine; S << "First Curve Entity : "; dumper.Dump(ent->FirstCurve(),S, sublevel); - S << endl; + S << Message_EndLine; S << "Second Curve Entity : "; dumper.Dump(ent->SecondCurve(),S, sublevel); - S << endl; + S << Message_EndLine; S << "First Leader Entity : "; dumper.Dump(ent->FirstLeader(),S, sublevel); - S << endl; + S << Message_EndLine; S << "Second Leader Entity : "; dumper.Dump(ent->SecondLeader(),S, sublevel); - S << endl; + S << Message_EndLine; S << "First Witness Entity : "; dumper.Dump(ent->FirstWitnessLine(),S, sublevel); - S << endl; + S << Message_EndLine; S << "Second Witness Entity : "; dumper.Dump(ent->SecondWitnessLine(),S, sublevel); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDimen/IGESDimen_ToolDiameterDimension.cxx b/src/IGESDimen/IGESDimen_ToolDiameterDimension.cxx index 7d9e4c1b7b..56082c2944 100644 --- a/src/IGESDimen/IGESDimen_ToolDiameterDimension.cxx +++ b/src/IGESDimen/IGESDimen_ToolDiameterDimension.cxx @@ -123,18 +123,18 @@ void IGESDimen_ToolDiameterDimension::OwnDump { Standard_Integer sublevel = (level > 4) ? 1 : 0; - S << "IGESDimen_DiameterDimension" << endl; + S << "IGESDimen_DiameterDimension" << Message_EndLine; S << "General Note Entity : "; dumper.Dump(ent->Note(),S, sublevel); - S << endl; + S << Message_EndLine; S << "First Leader Entity : "; dumper.Dump(ent->FirstLeader(),S, sublevel); - S << endl; + S << Message_EndLine; S << "Second Leader Entity : "; dumper.Dump(ent->SecondLeader(),S, sublevel); - S << endl; + S << Message_EndLine; S << "Center Point : "; IGESData_DumpXYL(S,level, ent->Center(), ent->Location()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDimen/IGESDimen_ToolDimensionDisplayData.cxx b/src/IGESDimen/IGESDimen_ToolDimensionDisplayData.cxx index 9c0d46e240..0802eea002 100644 --- a/src/IGESDimen/IGESDimen_ToolDimensionDisplayData.cxx +++ b/src/IGESDimen/IGESDimen_ToolDimensionDisplayData.cxx @@ -271,88 +271,88 @@ void IGESDimen_ToolDimensionDisplayData::OwnDump (const Handle(IGESDimen_DimensionDisplayData)& ent, const IGESData_IGESDumper& /* dumper */, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESDimen_DimensionDisplayData" << endl; + S << "IGESDimen_DimensionDisplayData" << Message_EndLine; - S << "No. of property values : " << ent->NbPropertyValues() << endl; + S << "No. of property values : " << ent->NbPropertyValues() << Message_EndLine; S << "DimensionType : " << ent->DimensionType() ; switch (ent->DimensionType()) { - case 0 : S << " (Ordinary)" << endl; break; - case 1 : S << " (Reference)" << endl; break; - case 2 : S << " (Basic)" << endl; break; - default : S << " (Incorrect Value)" << endl; break; + case 0 : S << " (Ordinary)" << Message_EndLine; break; + case 1 : S << " (Reference)" << Message_EndLine; break; + case 2 : S << " (Basic)" << Message_EndLine; break; + default : S << " (Incorrect Value)" << Message_EndLine; break; } S << "Preferred Label Position : " << ent->LabelPosition(); switch (ent->LabelPosition()) { - case 0 : S << " (Does not exist)" << endl; break; - case 1 : S << " (Before Measurement)" << endl; break; - case 2 : S << " (After Measurement)" << endl; break; - case 3 : S << " (Above Measurement)" << endl; break; - case 4 : S << " (Below Measurement)" << endl; break; - default : S << " (Incorrect Value)" << endl; break; + case 0 : S << " (Does not exist)" << Message_EndLine; break; + case 1 : S << " (Before Measurement)" << Message_EndLine; break; + case 2 : S << " (After Measurement)" << Message_EndLine; break; + case 3 : S << " (Above Measurement)" << Message_EndLine; break; + case 4 : S << " (Below Measurement)" << Message_EndLine; break; + default : S << " (Incorrect Value)" << Message_EndLine; break; } S << "Character set interpretation : " << ent->CharacterSet() ; switch (ent->CharacterSet()) { - case 1 : S << " (Standard ASCII)" << endl; break; - case 1001 : S << " (Symbol Font 1)" << endl; break; - case 1002 : S << " (Symbol Font 2)" << endl; break; - case 1003 : S << " (Drafting Font)" << endl; break; - default : S << " (Not meaningful)" << endl; break; + case 1 : S << " (Standard ASCII)" << Message_EndLine; break; + case 1001 : S << " (Symbol Font 1)" << Message_EndLine; break; + case 1002 : S << " (Symbol Font 2)" << Message_EndLine; break; + case 1003 : S << " (Drafting Font)" << Message_EndLine; break; + default : S << " (Not meaningful)" << Message_EndLine; break; } S << "LString : "; IGESData_DumpString(S,ent->LString()); - S << endl; + S << Message_EndLine; S << "Decimal Symbol : "; - if (ent->DecimalSymbol() == 0) S << "0 (.)" << endl; - else S << "1 (,)" << endl; + if (ent->DecimalSymbol() == 0) S << "0 (.)" << Message_EndLine; + else S << "1 (,)" << Message_EndLine; - S << "Witness Line Angle : " << ent->WitnessLineAngle() << endl; + S << "Witness Line Angle : " << ent->WitnessLineAngle() << Message_EndLine; S << "Text Alignment : " ; - if (ent->TextAlignment() == 0 ) S << "0 (Horizontal)" << endl; - else if (ent->TextAlignment() == 1 ) S << "1 (Parallel)" << endl; - else S << ent->TextAlignment() << " (Incorrect Value)" << endl; + if (ent->TextAlignment() == 0 ) S << "0 (Horizontal)" << Message_EndLine; + else if (ent->TextAlignment() == 1 ) S << "1 (Parallel)" << Message_EndLine; + else S << ent->TextAlignment() << " (Incorrect Value)" << Message_EndLine; S << "Text Level : " << ent->TextLevel(); switch (ent->TextLevel()) { - case 0 : S << " (Neither above nor below)" << endl; break; - case 1 : S << " (Above)" << endl; break; - case 2 : S << " (Below)" << endl; break; - default : S << " (Incorrect Value)" << endl; break; + case 0 : S << " (Neither above nor below)" << Message_EndLine; break; + case 1 : S << " (Above)" << Message_EndLine; break; + case 2 : S << " (Below)" << Message_EndLine; break; + default : S << " (Incorrect Value)" << Message_EndLine; break; } S << "Preferred Text placement : " << ent->TextPlacement(); switch (ent->TextPlacement()) { - case 0 : S << " (Between witness lines)" << endl; break; - case 1 : S << " (Outside near the first witness line)" << endl; break; - case 2 : S << " (Outside near second witness line)" << endl; break; - default : S << " (Incorrect Value)" << endl; break; + case 0 : S << " (Between witness lines)" << Message_EndLine; break; + case 1 : S << " (Outside near the first witness line)" << Message_EndLine; break; + case 2 : S << " (Outside near second witness line)" << Message_EndLine; break; + default : S << " (Incorrect Value)" << Message_EndLine; break; } S << "Arrow Head Orientation : " << ent->ArrowHeadOrientation(); - if (ent->ArrowHeadOrientation() == 0) S << " (In, pointing out)" <ArrowHeadOrientation() == 1) S << " (Out, pointing in)" <ArrowHeadOrientation() == 0) S << " (In, pointing out)" <ArrowHeadOrientation() == 1) S << " (Out, pointing in)" <NbSupplementaryNotes(); - S << " Primary Dimension Value : " << ent->InitialValue() << endl; - S << " Number of Supplementary Notes : " << nbnotes <InitialValue() << Message_EndLine; + S << " Number of Supplementary Notes : " << nbnotes <EndIndex); - S << endl; + S << Message_EndLine; if (level > 4) for (Standard_Integer i = 1; i <= nbnotes; i ++) { - S << "[" << i << "]: " << endl; + S << "[" << i << "]: " << Message_EndLine; S << "Supplementary Note : " << ent->SupplementaryNote(i); S << ", Start Index : " << ent->StartIndex(i); - S << ", End Index : " << ent->EndIndex(i) << endl; + S << ", End Index : " << ent->EndIndex(i) << Message_EndLine; } - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDimen/IGESDimen_ToolDimensionTolerance.cxx b/src/IGESDimen/IGESDimen_ToolDimensionTolerance.cxx index 24887e16ad..6c0e43659a 100644 --- a/src/IGESDimen/IGESDimen_ToolDimensionTolerance.cxx +++ b/src/IGESDimen/IGESDimen_ToolDimensionTolerance.cxx @@ -155,15 +155,15 @@ void IGESDimen_ToolDimensionTolerance::OwnDump (const Handle(IGESDimen_DimensionTolerance)& ent, const IGESData_IGESDumper& /*dumper*/, const Handle(Message_Messenger)& S, const Standard_Integer /*level*/) const { - S << "IGESDimen_DimensionTolerance" << endl; - S << "Number of property values : " << ent->NbPropertyValues() << endl; - S << "Secondary Tolerance Flag : " << ent->SecondaryToleranceFlag() << endl; - S << "Tolerance Type : " << ent->ToleranceType() << endl; - S << "Tolerance Placement Flag : " << ent->TolerancePlacementFlag() << endl; - S << "Upper Tolerance : " << ent->UpperTolerance() << endl; - S << "Lower Tolerance : " << ent->LowerTolerance() << endl; - S << "Sign Suppression Flag : " << ( ent->SignSuppressionFlag() ? "True" : "False" ) << endl; - S << "Fraction Flag : " << ent->FractionFlag() << endl; - S << "Precision : " << ent->Precision() << endl; + S << "IGESDimen_DimensionTolerance" << Message_EndLine; + S << "Number of property values : " << ent->NbPropertyValues() << Message_EndLine; + S << "Secondary Tolerance Flag : " << ent->SecondaryToleranceFlag() << Message_EndLine; + S << "Tolerance Type : " << ent->ToleranceType() << Message_EndLine; + S << "Tolerance Placement Flag : " << ent->TolerancePlacementFlag() << Message_EndLine; + S << "Upper Tolerance : " << ent->UpperTolerance() << Message_EndLine; + S << "Lower Tolerance : " << ent->LowerTolerance() << Message_EndLine; + S << "Sign Suppression Flag : " << ( ent->SignSuppressionFlag() ? "True" : "False" ) << Message_EndLine; + S << "Fraction Flag : " << ent->FractionFlag() << Message_EndLine; + S << "Precision : " << ent->Precision() << Message_EndLine; } diff --git a/src/IGESDimen/IGESDimen_ToolDimensionUnits.cxx b/src/IGESDimen/IGESDimen_ToolDimensionUnits.cxx index 13f2db3b0b..beeddd408f 100644 --- a/src/IGESDimen/IGESDimen_ToolDimensionUnits.cxx +++ b/src/IGESDimen/IGESDimen_ToolDimensionUnits.cxx @@ -151,16 +151,16 @@ void IGESDimen_ToolDimensionUnits::OwnDump (const Handle(IGESDimen_DimensionUnits)& ent, const IGESData_IGESDumper& /* dumper */, const Handle(Message_Messenger)& S, const Standard_Integer /* level */) const { - S << "IGESDimen_DimensionUnits" << endl; - S << "Number of property values : " << ent->NbPropertyValues() << endl; - S << "Secondary Dimension Position : " << ent->SecondaryDimenPosition() << endl; - S << "Units Indicator : " << ent->UnitsIndicator() << endl; - S << "Character Set : " << ent->CharacterSet() << endl; + S << "IGESDimen_DimensionUnits" << Message_EndLine; + S << "Number of property values : " << ent->NbPropertyValues() << Message_EndLine; + S << "Secondary Dimension Position : " << ent->SecondaryDimenPosition() << Message_EndLine; + S << "Units Indicator : " << ent->UnitsIndicator() << Message_EndLine; + S << "Character Set : " << ent->CharacterSet() << Message_EndLine; S << "Format String : "; IGESData_DumpString(S,ent->FormatString()); - S << endl; + S << Message_EndLine; S << "Fraction Flag : " << ent->FractionFlag(); if (ent->FractionFlag() == 0) S << " Decimal , Precision : "; else S << " Fraction , Denominator : "; - S << ent->PrecisionOrDenominator() << endl; + S << ent->PrecisionOrDenominator() << Message_EndLine; } diff --git a/src/IGESDimen/IGESDimen_ToolDimensionedGeometry.cxx b/src/IGESDimen/IGESDimen_ToolDimensionedGeometry.cxx index 70a0266e14..7d1b01a590 100644 --- a/src/IGESDimen/IGESDimen_ToolDimensionedGeometry.cxx +++ b/src/IGESDimen/IGESDimen_ToolDimensionedGeometry.cxx @@ -149,16 +149,16 @@ void IGESDimen_ToolDimensionedGeometry::OwnDump (const Handle(IGESDimen_DimensionedGeometry)& ent, const IGESData_IGESDumper& dumper, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESDimen_DimensionedGeometry" << endl; + S << "IGESDimen_DimensionedGeometry" << Message_EndLine; //Standard_Integer lower = 1; //szv#4:S4163:12Mar99 unused // Standard_Integer upper = ent->NbGeometryEntities(); - S << "Number of Dimensions : " << ent->NbDimensions() << endl; + S << "Number of Dimensions : " << ent->NbDimensions() << Message_EndLine; S << "Dimension Entity : "; dumper.Dump(ent->DimensionEntity(),S,(level <= 4) ? 0 : 1); - S << endl; + S << Message_EndLine; S << "Geometry Entities : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbGeometryEntities(),ent->GeometryEntity); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDimen/IGESDimen_ToolFlagNote.cxx b/src/IGESDimen/IGESDimen_ToolFlagNote.cxx index 39fe4bdda5..f6ff385768 100644 --- a/src/IGESDimen/IGESDimen_ToolFlagNote.cxx +++ b/src/IGESDimen/IGESDimen_ToolFlagNote.cxx @@ -152,14 +152,14 @@ void IGESDimen_ToolFlagNote::OwnDump { Standard_Integer sublevel = (level > 4) ? 1 : 0; - S << "IGESDimen_FlagNote" << endl; + S << "IGESDimen_FlagNote" << Message_EndLine; S << "LowerLeftCorner : "; IGESData_DumpXYZL(S,level, ent->LowerLeftCorner(), ent->Location()); - S << endl << "Rotation Angle: " << ent->Angle() << endl; + S << Message_EndLine << "Rotation Angle: " << ent->Angle() << Message_EndLine; S << "General Note Entity : "; dumper.Dump(ent->Note(),S, sublevel); - S << endl; + S << Message_EndLine; S << "Number of Leaders : " << ent->NbLeaders() << " Leaders : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbLeaders(),ent->Leader); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDimen/IGESDimen_ToolGeneralLabel.cxx b/src/IGESDimen/IGESDimen_ToolGeneralLabel.cxx index a61b6078e4..5b57e17b53 100644 --- a/src/IGESDimen/IGESDimen_ToolGeneralLabel.cxx +++ b/src/IGESDimen/IGESDimen_ToolGeneralLabel.cxx @@ -133,13 +133,13 @@ void IGESDimen_ToolGeneralLabel::OwnDump { Standard_Integer sublevel = (level > 4) ? 1 : 0; - S << "IGESDimen_GeneralLabel" << endl; + S << "IGESDimen_GeneralLabel" << Message_EndLine; S << "General Note Entity : "; dumper.Dump(ent->Note(),S, sublevel); - S << endl; - S << "Number of Leaders : " << ent->NbLeaders() << endl; + S << Message_EndLine; + S << "Number of Leaders : " << ent->NbLeaders() << Message_EndLine; S << "Leaders : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbLeaders(),ent->Leader); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDimen/IGESDimen_ToolGeneralNote.cxx b/src/IGESDimen/IGESDimen_ToolGeneralNote.cxx index 08cf60d5a0..b8f04fcf04 100644 --- a/src/IGESDimen/IGESDimen_ToolGeneralNote.cxx +++ b/src/IGESDimen/IGESDimen_ToolGeneralNote.cxx @@ -337,48 +337,48 @@ void IGESDimen_ToolGeneralNote::OwnDump Standard_Integer sublevel = (level > 4) ? 1 : 0; Standard_Integer upper = ent->NbStrings(); - S << "IGESDimen_GeneralNote" << endl; - S << "Number of Text Strings : " << upper << endl; - S << "Number of Characters : " << endl; - S << "Box Widths : " << endl; - S << "Box Heights : " << endl; - S << "Font Codes : " << endl; - S << "Font Entities : " << endl; - S << "Slant Angles : " << endl; - S << "Rotation Angles : " << endl; - S << "Mirror Flags : " << endl; - S << "Rotate Flags : " << endl; - S << "Start Points : " << endl; + S << "IGESDimen_GeneralNote" << Message_EndLine; + S << "Number of Text Strings : " << upper << Message_EndLine; + S << "Number of Characters : " << Message_EndLine; + S << "Box Widths : " << Message_EndLine; + S << "Box Heights : " << Message_EndLine; + S << "Font Codes : " << Message_EndLine; + S << "Font Entities : " << Message_EndLine; + S << "Slant Angles : " << Message_EndLine; + S << "Rotation Angles : " << Message_EndLine; + S << "Mirror Flags : " << Message_EndLine; + S << "Rotate Flags : " << Message_EndLine; + S << "Start Points : " << Message_EndLine; S << "Texts : "; IGESData_DumpVals(S,-level,1, ent->NbStrings(),ent->NbCharacters); - S << endl; + S << Message_EndLine; if (level > 4) { - S << "Details of each String" << endl; + S << "Details of each String" << Message_EndLine; for ( Standard_Integer i = 1; i <= upper; i++) { - S << "[" << i << "]: " << endl; + S << "[" << i << "]: " << Message_EndLine; S << "Number of Characters : " << ent->NbCharacters(i) << " "; S << "Box Width : " << ent->BoxWidth(i) << " "; - S << "Box Height : " << ent->BoxHeight(i) << endl; + S << "Box Height : " << ent->BoxHeight(i) << Message_EndLine; if (ent->IsFontEntity(i)) { S << "Font Entity : "; dumper.Dump (ent->FontEntity(i),S, sublevel); - S << endl; + S << Message_EndLine; } else - S << "Font Code : " << ent->FontCode(i) << endl; + S << "Font Code : " << ent->FontCode(i) << Message_EndLine; S << "Slant Angle : " << ent->SlantAngle(i) << " "; S << "Rotation Angle : " << ent->RotationAngle(i) << " "; S << "Mirror Flag : " << ent->MirrorFlag(i) << " "; - S << "Rotate Flag : " << ent->RotateFlag(i) << endl; + S << "Rotate Flag : " << ent->RotateFlag(i) << Message_EndLine; S << "Start Point : "; IGESData_DumpXYZL(S,level, ent->StartPoint(i), ent->Location()); S << "\nText : "; IGESData_DumpString(S,ent->Text(i)); - S << endl; + S << Message_EndLine; } } - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDimen/IGESDimen_ToolGeneralSymbol.cxx b/src/IGESDimen/IGESDimen_ToolGeneralSymbol.cxx index 83806c59aa..869047e0c7 100644 --- a/src/IGESDimen/IGESDimen_ToolGeneralSymbol.cxx +++ b/src/IGESDimen/IGESDimen_ToolGeneralSymbol.cxx @@ -176,12 +176,12 @@ void IGESDimen_ToolGeneralSymbol::OwnDump const Handle(Message_Messenger)& S, const Standard_Integer level) const { Standard_Integer sublevel = (level > 4) ? 1 : 0; - S << "IGESDimen_GeneralSymbol" << endl; + S << "IGESDimen_GeneralSymbol" << Message_EndLine; S << "General Note : "; dumper.Dump(ent->Note(),S, sublevel); - S << endl << "Geometric Entities : "; + S << Message_EndLine << "Geometric Entities : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbGeomEntities(),ent->GeomEntity); - S << endl << "Leader Arrows : "; + S << Message_EndLine << "Leader Arrows : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbLeaders(),ent->LeaderArrow); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDimen/IGESDimen_ToolLeaderArrow.cxx b/src/IGESDimen/IGESDimen_ToolLeaderArrow.cxx index b50373fac7..47d5e0a8aa 100644 --- a/src/IGESDimen/IGESDimen_ToolLeaderArrow.cxx +++ b/src/IGESDimen/IGESDimen_ToolLeaderArrow.cxx @@ -144,15 +144,15 @@ void IGESDimen_ToolLeaderArrow::OwnDump (const Handle(IGESDimen_LeaderArrow)& ent, const IGESData_IGESDumper& /* dumper */, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESDimen_LeaderArrow" << endl; - S << "Number of Segments : " << ent->NbSegments() << endl; - S << "Arrowhead Height : " << ent->ArrowHeadHeight() << endl; - S << "Arrowhead Width : " << ent->ArrowHeadWidth() << endl; - S << "Z depth : " << ent->ZDepth() << endl; + S << "IGESDimen_LeaderArrow" << Message_EndLine; + S << "Number of Segments : " << ent->NbSegments() << Message_EndLine; + S << "Arrowhead Height : " << ent->ArrowHeadHeight() << Message_EndLine; + S << "Arrowhead Width : " << ent->ArrowHeadWidth() << Message_EndLine; + S << "Z depth : " << ent->ZDepth() << Message_EndLine; S << "Arrowhead co-ords : "; IGESData_DumpXYLZ(S,level,ent->ArrowHead(),ent->Location(),ent->ZDepth()); - S << endl << "Segment Tails : "; + S << Message_EndLine << "Segment Tails : "; IGESData_DumpListXYLZ(S ,level,1, ent->NbSegments(),ent->SegmentTail, ent->Location(), ent->ZDepth()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDimen/IGESDimen_ToolLinearDimension.cxx b/src/IGESDimen/IGESDimen_ToolLinearDimension.cxx index d8cd1bcb5f..ec976812db 100644 --- a/src/IGESDimen/IGESDimen_ToolLinearDimension.cxx +++ b/src/IGESDimen/IGESDimen_ToolLinearDimension.cxx @@ -134,24 +134,24 @@ void IGESDimen_ToolLinearDimension::OwnDump { Standard_Integer sublevel = (level > 4) ? 1 : 0; - S << "IGESDimen_LinearDimension" << endl; - if (ent->FormNumber() == 0) S << " (Undetermined Form)" << endl; - else if (ent->FormNumber() == 1) S << " (Diameter Form)" << endl; - else if (ent->FormNumber() == 2) S << " (Radius Form)" << endl; + S << "IGESDimen_LinearDimension" << Message_EndLine; + if (ent->FormNumber() == 0) S << " (Undetermined Form)" << Message_EndLine; + else if (ent->FormNumber() == 1) S << " (Diameter Form)" << Message_EndLine; + else if (ent->FormNumber() == 2) S << " (Radius Form)" << Message_EndLine; S << "General Note Entity : "; dumper.Dump(ent->Note(),S, sublevel); - S << endl; + S << Message_EndLine; S << "First Leader Entity : "; dumper.Dump(ent->FirstLeader(),S, sublevel); - S << endl; + S << Message_EndLine; S << "Second Leader Entity : "; dumper.Dump(ent->SecondLeader(),S, sublevel); - S << endl; + S << Message_EndLine; S << "First Witness Entity : "; dumper.Dump(ent->FirstWitness(),S, sublevel); - S << endl; + S << Message_EndLine; S << "Second Witness Entity : "; dumper.Dump(ent->SecondWitness(),S, sublevel); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDimen/IGESDimen_ToolNewDimensionedGeometry.cxx b/src/IGESDimen/IGESDimen_ToolNewDimensionedGeometry.cxx index 3a0763be9b..ec333b53a3 100644 --- a/src/IGESDimen/IGESDimen_ToolNewDimensionedGeometry.cxx +++ b/src/IGESDimen/IGESDimen_ToolNewDimensionedGeometry.cxx @@ -215,28 +215,28 @@ void IGESDimen_ToolNewDimensionedGeometry::OwnDump const Handle(Message_Messenger)& S, const Standard_Integer level) const { Standard_Integer i, num, sublevel = (level > 4) ? 1 : 0; - S << "IGESDimen_NewDimensionedGeometry" << endl; - S << "Number of Dimensions : " << ent->NbDimensions() << endl; + S << "IGESDimen_NewDimensionedGeometry" << Message_EndLine; + S << "Number of Dimensions : " << ent->NbDimensions() << Message_EndLine; S << "Dimension Entity : "; dumper.Dump(ent->DimensionEntity(),S, sublevel); - S << endl; - S << "Dimension Orientation Flag : " << ent->DimensionOrientationFlag() << endl; - S << "Angle Value Flag : " << ent->AngleValue() << endl; - S << "Geometry Entities : " << endl; - S << "Dimension Location Flags : " << endl; + S << Message_EndLine; + S << "Dimension Orientation Flag : " << ent->DimensionOrientationFlag() << Message_EndLine; + S << "Angle Value Flag : " << ent->AngleValue() << Message_EndLine; + S << "Geometry Entities : " << Message_EndLine; + S << "Dimension Location Flags : " << Message_EndLine; S << "Points : "; IGESData_DumpEntities(S,dumper,-level,1, ent->NbGeometries(),ent->GeometryEntity); - S << endl; + S << Message_EndLine; if (level > 4) for ( num = ent->NbGeometries(), i = 1; i <= num; i++ ) { - S << "[" << i << "]: " << endl; + S << "[" << i << "]: " << Message_EndLine; S << "Geometry Entity : "; dumper.Dump (ent->GeometryEntity(i),S, 1); - S << endl; - S << "Dimension Location Flag : " << ent->DimensionLocationFlag(i) << endl; + S << Message_EndLine; + S << "Dimension Location Flag : " << ent->DimensionLocationFlag(i) << Message_EndLine; S << "Point : "; IGESData_DumpXYZL(S,level, ent->Point(i), ent->Location()); } - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDimen/IGESDimen_ToolNewGeneralNote.cxx b/src/IGESDimen/IGESDimen_ToolNewGeneralNote.cxx index d6c2ba2e88..d42b25e92f 100644 --- a/src/IGESDimen/IGESDimen_ToolNewGeneralNote.cxx +++ b/src/IGESDimen/IGESDimen_ToolNewGeneralNote.cxx @@ -463,77 +463,77 @@ void IGESDimen_ToolNewGeneralNote::OwnDump Standard_Integer sublevel = (level > 4) ? 1 : 0; Standard_Integer nbval = ent->NbStrings(); - S << "IGESDimen_NewGeneralNote" << endl; + S << "IGESDimen_NewGeneralNote" << Message_EndLine; S << "Text Area : Width : " << ent->TextWidth() << " "; S << "Height : " << ent->TextHeight() << " "; - S << "Justification Code : " << ent->JustifyCode() << endl; + S << "Justification Code : " << ent->JustifyCode() << Message_EndLine; S << "Text Area Location Point : "; IGESData_DumpXYZL(S,level, ent->AreaLocation(), ent->Location()); - S << "Rotation Angle of Text : " << ent->AreaRotationAngle() << endl; + S << "Rotation Angle of Text : " << ent->AreaRotationAngle() << Message_EndLine; S << "Base Line Position : "; IGESData_DumpXYZL(S,level, ent->BaseLinePosition(), ent->Location()); - S << "Normal Interline Spacing : " << ent->NormalInterlineSpace() << endl; - S << "Number of Text Strings : " << nbval << endl; + S << "Normal Interline Spacing : " << ent->NormalInterlineSpace() << Message_EndLine; + S << "Number of Text Strings : " << nbval << Message_EndLine; - S << "Character Display : " << endl; - S << "Character Width : " << endl; - S << "Character Height : " << endl; - S << "Inter Character Spacing : " << endl; - S << "Interline Spacing : " << endl; - S << "Font Styles : " << endl; - S << "Character Angle : " << endl; - S << "Control Code String : " << endl; - S << "Number of Characters : " << endl; - S << "Box Widths : " << endl; - S << "Box Heights : " << endl; - S << "Character Set Codes : " << endl; - S << "Character Set Entities : " << endl; - S << "Slant Angles : " << endl; - S << "Rotation Angles : " << endl; - S << "Mirror Flags : " << endl; - S << "Rotate Flags : " << endl; - S << "Start Points : " << endl; + S << "Character Display : " << Message_EndLine; + S << "Character Width : " << Message_EndLine; + S << "Character Height : " << Message_EndLine; + S << "Inter Character Spacing : " << Message_EndLine; + S << "Interline Spacing : " << Message_EndLine; + S << "Font Styles : " << Message_EndLine; + S << "Character Angle : " << Message_EndLine; + S << "Control Code String : " << Message_EndLine; + S << "Number of Characters : " << Message_EndLine; + S << "Box Widths : " << Message_EndLine; + S << "Box Heights : " << Message_EndLine; + S << "Character Set Codes : " << Message_EndLine; + S << "Character Set Entities : " << Message_EndLine; + S << "Slant Angles : " << Message_EndLine; + S << "Rotation Angles : " << Message_EndLine; + S << "Mirror Flags : " << Message_EndLine; + S << "Rotate Flags : " << Message_EndLine; + S << "Start Points : " << Message_EndLine; S << "Texts : "; IGESData_DumpVals(S,-level,1, nbval, ent->NbCharacters); - S << endl; + S << Message_EndLine; if (level > 4) { - S << "Details of each String" << endl; + S << "Details of each String" << Message_EndLine; for ( Standard_Integer i = 1; i <= nbval; i++) { - S << "[" << i << "]: " << endl; + S << "[" << i << "]: " << Message_EndLine; S << "Character Display : " << ent->CharacterDisplay(i) << " "; S << "Character Width : " << ent->CharacterWidth(i) << " "; - S << "Character Height : " << ent->CharacterHeight(i) << endl; + S << "Character Height : " << ent->CharacterHeight(i) << Message_EndLine; S << "Inter Character Spacing : "<InterCharacterSpace(i)<<" "; - S << "Interline Spacing : " << ent->InterlineSpace(i) << endl; - S << "Font Styles : " << ent->FontStyle(i) << endl; - S << "Character Angle : " << ent->CharacterAngle(i) << endl; + S << "Interline Spacing : " << ent->InterlineSpace(i) << Message_EndLine; + S << "Font Styles : " << ent->FontStyle(i) << Message_EndLine; + S << "Character Angle : " << ent->CharacterAngle(i) << Message_EndLine; S << "Control Code String : " ; IGESData_DumpString(S,ent->ControlCodeString(i)); - S << endl; + S << Message_EndLine; S << "Number of Characters : " << ent->NbCharacters(i) << " "; S << "Box Width : " << ent->BoxWidth(i) << " "; - S << "Box Height : " << ent->BoxHeight(i) << endl; + S << "Box Height : " << ent->BoxHeight(i) << Message_EndLine; if (ent->IsCharSetEntity(i)) { S << "Character Set Entity : "; dumper.Dump (ent->CharSetEntity(i),S, sublevel); - S << endl; + S << Message_EndLine; } else - S << "Character Set Code : " << ent->CharSetCode(i) << endl; + S << "Character Set Code : " << ent->CharSetCode(i) << Message_EndLine; S << "Slant Angle : " << ent->SlantAngle(i) << " "; S << "Rotation Angle : " << ent->RotationAngle(i) << " "; S << "Mirror Flag : " << ent->MirrorFlag(i) << " "; - S << "Rotate Flag : " << ent->RotateFlag(i) << endl; + S << "Rotate Flag : " << ent->RotateFlag(i) << Message_EndLine; S << "Start Point : "; IGESData_DumpXYZL(S,level, ent->StartPoint(i), ent->Location()); S << "Text : "; IGESData_DumpString(S,ent->Text(i)); - S << endl; + S << Message_EndLine; } } - else S << endl; + else S << Message_EndLine; } diff --git a/src/IGESDimen/IGESDimen_ToolOrdinateDimension.cxx b/src/IGESDimen/IGESDimen_ToolOrdinateDimension.cxx index 8b9d2c8766..32fb62efd9 100644 --- a/src/IGESDimen/IGESDimen_ToolOrdinateDimension.cxx +++ b/src/IGESDimen/IGESDimen_ToolOrdinateDimension.cxx @@ -153,22 +153,22 @@ void IGESDimen_ToolOrdinateDimension::OwnDump (const Handle(IGESDimen_OrdinateDimension)& ent, const IGESData_IGESDumper& dumper, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESDimen_OrdinateDimension" << endl; + S << "IGESDimen_OrdinateDimension" << Message_EndLine; Standard_Integer sublevel = (level <= 4) ? 0 : 1; S << "General Note : "; dumper.Dump(ent->Note(),S, sublevel); - S << endl; + S << Message_EndLine; Handle(IGESDimen_WitnessLine) witLine = ent->WitnessLine(); Handle(IGESDimen_LeaderArrow) leadArr = ent->Leader(); if (!witLine.IsNull()) { S << "Witness line : "; dumper.Dump(witLine,S, sublevel); - S << endl; + S << Message_EndLine; } if (!leadArr.IsNull()) { S << "Leader arrow :"; dumper.Dump(leadArr,S, sublevel); - S << endl; + S << Message_EndLine; } } diff --git a/src/IGESDimen/IGESDimen_ToolPointDimension.cxx b/src/IGESDimen/IGESDimen_ToolPointDimension.cxx index 99aff1ab1b..22e84807c1 100644 --- a/src/IGESDimen/IGESDimen_ToolPointDimension.cxx +++ b/src/IGESDimen/IGESDimen_ToolPointDimension.cxx @@ -113,19 +113,19 @@ void IGESDimen_ToolPointDimension::OwnDump (const Handle(IGESDimen_PointDimension)& ent, const IGESData_IGESDumper& dumper, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESDimen_PointDimension" << endl; + S << "IGESDimen_PointDimension" << Message_EndLine; Standard_Integer sublevel = (level <= 4) ? 0 : 1; S << "General Note : "; dumper.Dump(ent->Note(),S , sublevel); - S << endl; + S << Message_EndLine; S << "Leader Arrow : "; dumper.Dump(ent->LeaderArrow(),S , sublevel); - S << endl; + S << Message_EndLine; if (!ent->Geom().IsNull()) { S << "Enclosing Entity : "; dumper.Dump(ent->Geom(),S , sublevel); - S << endl; + S << Message_EndLine; } } diff --git a/src/IGESDimen/IGESDimen_ToolRadiusDimension.cxx b/src/IGESDimen/IGESDimen_ToolRadiusDimension.cxx index 507266cf91..4ca9fc74f0 100644 --- a/src/IGESDimen/IGESDimen_ToolRadiusDimension.cxx +++ b/src/IGESDimen/IGESDimen_ToolRadiusDimension.cxx @@ -128,22 +128,22 @@ void IGESDimen_ToolRadiusDimension::OwnDump (const Handle(IGESDimen_RadiusDimension)& ent, const IGESData_IGESDumper& dumper, const Handle(Message_Messenger)& S,const Standard_Integer level) const { - S << "IGESDimen_RadiusDimension" << endl; + S << "IGESDimen_RadiusDimension" << Message_EndLine; Standard_Integer sublevel = (level <= 4) ? 0 : 1; S << "General note : "; dumper.Dump(ent->Note(),S, sublevel); - S << endl; + S << Message_EndLine; S << "Leader arrow : "; dumper.Dump(ent->Leader(),S, sublevel); - S << endl; + S << Message_EndLine; S << "Arc center : "; IGESData_DumpXYLZ(S,level,ent->Center(),ent->Location(),ent->Leader()->ZDepth()); if (ent->HasLeader2()) { - S << endl << "Leader arrow 2 : "; + S << Message_EndLine << "Leader arrow 2 : "; dumper.Dump(ent->Leader2(),S, sublevel); - S << endl; + S << Message_EndLine; } - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDimen/IGESDimen_ToolSection.cxx b/src/IGESDimen/IGESDimen_ToolSection.cxx index f97842969f..7c969925cc 100644 --- a/src/IGESDimen/IGESDimen_ToolSection.cxx +++ b/src/IGESDimen/IGESDimen_ToolSection.cxx @@ -159,12 +159,12 @@ void IGESDimen_ToolSection::OwnDump (const Handle(IGESDimen_Section)& ent, const IGESData_IGESDumper& /* dumper */, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESDimen_Section" << endl; + S << "IGESDimen_Section" << Message_EndLine; S << "Data Type : " << ent->Datatype() << " "; S << "Number of Data Points : " << ent->NbPoints() << " "; - S << "Common Z displacement : " << ent->ZDisplacement() << endl; + S << "Common Z displacement : " << ent->ZDisplacement() << Message_EndLine; S << "Data Points : "; IGESData_DumpListXYLZ(S ,level,1, ent->NbPoints(),ent->Point, ent->Location(), ent->ZDisplacement()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDimen/IGESDimen_ToolSectionedArea.cxx b/src/IGESDimen/IGESDimen_ToolSectionedArea.cxx index addac05d20..4789837ce4 100644 --- a/src/IGESDimen/IGESDimen_ToolSectionedArea.cxx +++ b/src/IGESDimen/IGESDimen_ToolSectionedArea.cxx @@ -160,18 +160,18 @@ void IGESDimen_ToolSectionedArea::OwnDump { Standard_Integer sublevel = (level <= 4) ? 0 : 1; - S << "IGESDimen_SectionedArea" << endl; + S << "IGESDimen_SectionedArea" << Message_EndLine; S << (ent->IsInverted() ? "Inverted Cross Hatches" : "Standard Cross Hatches"); S << " - Exterior curve : "; dumper.Dump(ent->ExteriorCurve(),S, sublevel); - S << endl; - S << "Fill pattern code : " << ent->Pattern() << endl; + S << Message_EndLine; + S << "Fill pattern code : " << ent->Pattern() << Message_EndLine; S << "Passing point : "; - IGESData_DumpXYZL(S,level, ent->PassingPoint(), ent->Location()); S << endl; - S << "Distance between lines : " << ent->Distance() << endl; - S << "Angle between lines and X axis : " << ent->Angle() << endl; + IGESData_DumpXYZL(S,level, ent->PassingPoint(), ent->Location()); S << Message_EndLine; + S << "Distance between lines : " << ent->Distance() << Message_EndLine; + S << "Angle between lines and X axis : " << ent->Angle() << Message_EndLine; S << "Island Curve : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbIslands(),ent->IslandCurve); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDimen/IGESDimen_ToolWitnessLine.cxx b/src/IGESDimen/IGESDimen_ToolWitnessLine.cxx index 84f0527df4..3ba0df768c 100644 --- a/src/IGESDimen/IGESDimen_ToolWitnessLine.cxx +++ b/src/IGESDimen/IGESDimen_ToolWitnessLine.cxx @@ -160,12 +160,12 @@ void IGESDimen_ToolWitnessLine::OwnDump (const Handle(IGESDimen_WitnessLine)& ent, const IGESData_IGESDumper& /* dumper */, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESDimen_WitnessLine" << endl; + S << "IGESDimen_WitnessLine" << Message_EndLine; S << "Data Type : " << ent->Datatype() << " "; S << "Number of Data Points : " << ent->NbPoints() << " "; - S << "Common Z displacement : " << ent->ZDisplacement() << endl; + S << "Common Z displacement : " << ent->ZDisplacement() << Message_EndLine; S << "Data Points : "; IGESData_DumpListXYLZ(S ,level,1, ent->NbPoints(),ent->Point, ent->Location(), ent->ZDisplacement()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDraw/IGESDraw_ToolCircArraySubfigure.cxx b/src/IGESDraw/IGESDraw_ToolCircArraySubfigure.cxx index 5822fa68e7..d9b87e2843 100644 --- a/src/IGESDraw/IGESDraw_ToolCircArraySubfigure.cxx +++ b/src/IGESDraw/IGESDraw_ToolCircArraySubfigure.cxx @@ -165,21 +165,21 @@ void IGESDraw_ToolCircArraySubfigure::OwnDump { Standard_Integer tempSubLevel = (level <= 4) ? 0 : 1; - S << "IGESDraw_CircArraySubfigure" << endl; + S << "IGESDraw_CircArraySubfigure" << Message_EndLine; S << "Base Entity : "; dumper.Dump(ent->BaseEntity(),S, tempSubLevel); - S << endl; + S << Message_EndLine; S << "Total Number Of Possible Instance Locations : " << ent->NbLocations() - << endl; + << Message_EndLine; S << "Imaginary Circle. Radius : " << ent->CircleRadius() << " Center : "; - IGESData_DumpXYZL(S, level, ent->CenterPoint(), ent->Location()); S << endl; + IGESData_DumpXYZL(S, level, ent->CenterPoint(), ent->Location()); S << Message_EndLine; S << "Start Angle (in radians) : " << ent->StartAngle() << " "; - S << "Delta Angle (in radians) : " << ent->DeltaAngle() << endl; + S << "Delta Angle (in radians) : " << ent->DeltaAngle() << Message_EndLine; S << "Do-Dont Flag : "; - if (ent->DoDontFlag()) S << "Dont" << endl; - else S << "Do" << endl; + if (ent->DoDontFlag()) S << "Dont" << Message_EndLine; + else S << "Do" << Message_EndLine; S << "The Do-Dont List : "; IGESData_DumpVals(S ,level,1, ent->ListCount(),ent->ListPosition); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDraw/IGESDraw_ToolConnectPoint.cxx b/src/IGESDraw/IGESDraw_ToolConnectPoint.cxx index 4e6d7e2fe5..866f74b184 100644 --- a/src/IGESDraw/IGESDraw_ToolConnectPoint.cxx +++ b/src/IGESDraw/IGESDraw_ToolConnectPoint.cxx @@ -207,28 +207,28 @@ void IGESDraw_ToolConnectPoint::OwnDump { Standard_Integer tempSubLevel = (level <= 4) ? 0 : 1; - S << "IGESDraw_ConnectPoint" << endl; + S << "IGESDraw_ConnectPoint" << Message_EndLine; S << "Connection Point Coordinate : "; IGESData_DumpXYZL(S, level, ent->Point(), ent->Location()); S << "Display Symbol Geometry Entity : "; dumper.Dump(ent->DisplaySymbol(),S, tempSubLevel); - S << endl; + S << Message_EndLine; S << "Type Flag : " << ent->TypeFlag() << " " - << "Function Flag : " << ent->FunctionFlag() << endl; + << "Function Flag : " << ent->FunctionFlag() << Message_EndLine; S << "Function Identifier : "; IGESData_DumpString(S,ent->FunctionIdentifier()); - S << endl << "Text Display Template Entity for CID : "; + S << Message_EndLine << "Text Display Template Entity for CID : "; dumper.Dump(ent->IdentifierTemplate(),S, tempSubLevel); - S << endl << "Function Name : "; + S << Message_EndLine << "Function Name : "; IGESData_DumpString(S,ent->FunctionName()); - S << endl << "Text Display Template Entity for CFN : "; + S << Message_EndLine << "Text Display Template Entity for CFN : "; dumper.Dump(ent->FunctionTemplate(),S, tempSubLevel); - S << endl; - S << "Point Identifier : " << ent->PointIdentifier() << endl + S << Message_EndLine; + S << "Point Identifier : " << ent->PointIdentifier() << Message_EndLine << "Function Code : " << ent->FunctionCode() - << "Swap Flag : " << ( ent->SwapFlag() ? "True" : "False" ) << endl; + << "Swap Flag : " << ( ent->SwapFlag() ? "True" : "False" ) << Message_EndLine; S << "Owner Subfigure Entity : "; dumper.Dump(ent->OwnerSubfigure(),S, tempSubLevel); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDraw/IGESDraw_ToolDrawing.cxx b/src/IGESDraw/IGESDraw_ToolDrawing.cxx index 418b255d5f..200803d0b3 100644 --- a/src/IGESDraw/IGESDraw_ToolDrawing.cxx +++ b/src/IGESDraw/IGESDraw_ToolDrawing.cxx @@ -266,17 +266,17 @@ void IGESDraw_ToolDrawing::OwnDump { Standard_Integer sublevel = (level <= 4) ? 0 : 1; - S << "IGESDraw_Drawing" << endl; + S << "IGESDraw_Drawing" << Message_EndLine; - S << "View Entities : " << endl + S << "View Entities : " << Message_EndLine << "Transformed View Origins : "; S << "Count = " << ent->NbViews(); switch (level) { - case 4 : S << " [ ask level > 4 for content ]" << endl; + case 4 : S << " [ ask level > 4 for content ]" << Message_EndLine; break; // Nothing to be dumped here case 5 : // Presently level 5 and 6 have the same Dump - S << endl; + S << Message_EndLine; Standard_FALLTHROUGH case 6 : { @@ -284,17 +284,17 @@ void IGESDraw_ToolDrawing::OwnDump Standard_Integer up = ent->NbViews(); for (I = 1; I <= up; I++) { - S << endl << "[" << I << "] "; + S << Message_EndLine << "[" << I << "] "; S << "View Entity : "; dumper.Dump (ent->ViewItem(I),S, sublevel); - S << endl; + S << Message_EndLine; S << "Transformed View Origin : "; IGESData_DumpXY(S, ent->ViewOrigin(I)); } } break; } - S << endl << "Annotation Entities : "; + S << Message_EndLine << "Annotation Entities : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbAnnotations(),ent->Annotation); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDraw/IGESDraw_ToolDrawingWithRotation.cxx b/src/IGESDraw/IGESDraw_ToolDrawingWithRotation.cxx index 5c281f90b3..ea2478571b 100644 --- a/src/IGESDraw/IGESDraw_ToolDrawingWithRotation.cxx +++ b/src/IGESDraw/IGESDraw_ToolDrawingWithRotation.cxx @@ -286,12 +286,12 @@ void IGESDraw_ToolDrawingWithRotation::OwnDump { Standard_Integer sublevel = (level <= 4) ? 0 : 1; - S << "IGESDraw_DrawingWithRotation" << endl; + S << "IGESDraw_DrawingWithRotation" << Message_EndLine; - S << "View Entities : " << endl - << "Transformed View Origins : " << endl + S << "View Entities : " << Message_EndLine + << "Transformed View Origins : " << Message_EndLine << "Orientation Angles : "; - S << "Count = " << ent->NbViews() << endl; + S << "Count = " << ent->NbViews() << Message_EndLine; if (level > 4) // Level = 4 : no Dump. Level = 5 & 6 have same Dump { @@ -299,16 +299,16 @@ void IGESDraw_ToolDrawingWithRotation::OwnDump Standard_Integer up = ent->NbViews(); for (I = 1; I <= up; I++) { - S << "[" << I << "]:" << endl; + S << "[" << I << "]:" << Message_EndLine; S << "View Entity : "; dumper.Dump (ent->ViewItem(I),S, sublevel); - S << endl; + S << Message_EndLine; S << "Transformed View Origin : "; IGESData_DumpXY(S, ent->ViewOrigin(I)); - S << " Orientation Angle : " << ent->OrientationAngle(I) << endl; + S << " Orientation Angle : " << ent->OrientationAngle(I) << Message_EndLine; } } S << "Annotation Entities : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbAnnotations(),ent->Annotation); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDraw/IGESDraw_ToolLabelDisplay.cxx b/src/IGESDraw/IGESDraw_ToolLabelDisplay.cxx index a0c749249a..d4b76bfdfc 100644 --- a/src/IGESDraw/IGESDraw_ToolLabelDisplay.cxx +++ b/src/IGESDraw/IGESDraw_ToolLabelDisplay.cxx @@ -208,35 +208,35 @@ void IGESDraw_ToolLabelDisplay::OwnDump { Standard_Integer sublevel = (level <= 4) ? 0 : 1; - S << "IGESDraw_LabelDisplay" << endl; + S << "IGESDraw_LabelDisplay" << Message_EndLine; - S << "View Entities : " << endl - << "Text Locations : " << endl - << "Leader Entities : " << endl - << "Label Level Numbers : " << endl + S << "View Entities : " << Message_EndLine + << "Text Locations : " << Message_EndLine + << "Leader Entities : " << Message_EndLine + << "Label Level Numbers : " << Message_EndLine << "Displayed Entities : "; - S << "Count = " << ent->NbLabels() << endl; + S << "Count = " << ent->NbLabels() << Message_EndLine; if (level > 4) // Level = 4 : no Dump. Level = 5 & 6 : same Dump { Standard_Integer I; Standard_Integer up = ent->NbLabels(); for (I = 1; I <= up; I ++) { - S << "[" << I << "]:" << endl; + S << "[" << I << "]:" << Message_EndLine; S << "View Entity : "; dumper.Dump (ent->ViewItem(I),S, sublevel); - S << endl; + S << Message_EndLine; S << "Text Location in View : "; IGESData_DumpXYZL(S,level, ent->TextLocation(I), ent->Location()); S << " Leader Entity in View : "; dumper.Dump (ent->LeaderEntity(I),S, sublevel); - S << endl; + S << Message_EndLine; S << "Entity Label Level Number : "; S << ent->LabelLevel(I) << " "; S << "Displayed Entity : "; dumper.Dump (ent->DisplayedEntity(I),S, sublevel); - S << endl; + S << Message_EndLine; } } - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDraw/IGESDraw_ToolNetworkSubfigure.cxx b/src/IGESDraw/IGESDraw_ToolNetworkSubfigure.cxx index 3bab598682..c5e1748014 100644 --- a/src/IGESDraw/IGESDraw_ToolNetworkSubfigure.cxx +++ b/src/IGESDraw/IGESDraw_ToolNetworkSubfigure.cxx @@ -230,20 +230,20 @@ void IGESDraw_ToolNetworkSubfigure::OwnDump { Standard_Integer sublevel = (level <= 4) ? 0 : 1; - S << "IGESDraw_NetworkSubfigure" << endl; + S << "IGESDraw_NetworkSubfigure" << Message_EndLine; S << "Network Subfigure Definition Entity : "; dumper.Dump(ent->SubfigureDefinition(),S, sublevel); - S << endl << "Translation Data : "; + S << Message_EndLine << "Translation Data : "; IGESData_DumpXYZL(S,level, ent->Translation(), ent->Location()); - S << endl << "Scale Factors : "; + S << Message_EndLine << "Scale Factors : "; IGESData_DumpXYZ(S, ent->ScaleFactors()); - S << endl << "Type Flag : " << ent->TypeFlag() << endl; + S << Message_EndLine << "Type Flag : " << ent->TypeFlag() << Message_EndLine; S << "Primary Reference Designator : "; IGESData_DumpString(S,ent->ReferenceDesignator()); - S << endl << "Text Display Template Entity : "; + S << Message_EndLine << "Text Display Template Entity : "; dumper.Dump(ent->DesignatorTemplate(),S, sublevel); - S << endl << "Connect Points : "; + S << Message_EndLine << "Connect Points : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbConnectPoints(),ent->ConnectPoint); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDraw/IGESDraw_ToolNetworkSubfigureDef.cxx b/src/IGESDraw/IGESDraw_ToolNetworkSubfigureDef.cxx index 5911613bc8..faa30fe783 100644 --- a/src/IGESDraw/IGESDraw_ToolNetworkSubfigureDef.cxx +++ b/src/IGESDraw/IGESDraw_ToolNetworkSubfigureDef.cxx @@ -227,19 +227,19 @@ void IGESDraw_ToolNetworkSubfigureDef::OwnDump { Standard_Integer tempSubLevel = (level <= 4) ? 0 : 1; - S << "IGESDraw_NetworkSubfigureDef" << endl; + S << "IGESDraw_NetworkSubfigureDef" << Message_EndLine; - S << "Depth Of Subfigure(Nesting) : " << ent->Depth() << endl; + S << "Depth Of Subfigure(Nesting) : " << ent->Depth() << Message_EndLine; S << "Name Of Subfigure : "; IGESData_DumpString(S,ent->Name()); - S << endl << "Associated Entities : "; + S << Message_EndLine << "Associated Entities : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbEntities(),ent->Entity); - S << endl << "Type Flag : " << ent->TypeFlag() << endl; + S << Message_EndLine << "Type Flag : " << ent->TypeFlag() << Message_EndLine; S << "Primary Reference Designator : "; IGESData_DumpString(S,ent->Designator()); - S << endl << "Text Display Template Entity : "; + S << Message_EndLine << "Text Display Template Entity : "; dumper.Dump(ent->DesignatorTemplate(),S, tempSubLevel); - S << endl << "Connect Point Entities : "; + S << Message_EndLine << "Connect Point Entities : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbPointEntities(),ent->PointEntity); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDraw/IGESDraw_ToolPerspectiveView.cxx b/src/IGESDraw/IGESDraw_ToolPerspectiveView.cxx index 70cde2317f..e3c6d40b5c 100644 --- a/src/IGESDraw/IGESDraw_ToolPerspectiveView.cxx +++ b/src/IGESDraw/IGESDraw_ToolPerspectiveView.cxx @@ -170,32 +170,32 @@ void IGESDraw_ToolPerspectiveView::OwnDump (const Handle(IGESDraw_PerspectiveView)& ent, const IGESData_IGESDumper& /*dumper*/, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESDraw_PerspectiveView" << endl; + S << "IGESDraw_PerspectiveView" << Message_EndLine; S << "View Number : " << ent->ViewNumber() << " "; - S << "Scale Factor : " << ent->ScaleFactor() << endl; + S << "Scale Factor : " << ent->ScaleFactor() << Message_EndLine; S << "View Plane Normal Vector : "; IGESData_DumpXYZL(S,level, ent->ViewNormalVector(), ent->Location()); - S << endl << "View Reference Point : "; + S << Message_EndLine << "View Reference Point : "; IGESData_DumpXYZL(S,level, ent->ViewReferencePoint() , ent->Location()); - S << endl << "Center Of Projection : "; + S << Message_EndLine << "Center Of Projection : "; IGESData_DumpXYZL(S,level, ent->CenterOfProjection() , ent->Location()); - S << endl << "View Up Vector : "; + S << Message_EndLine << "View Up Vector : "; IGESData_DumpXYZL(S,level, ent->ViewUpVector() , ent->Location()); - S << endl << "View Plane Distance : " << ent->ViewPlaneDistance()<TopLeft().X() << endl; - S << "Right Side Of Clipping Window : " << ent->BottomRight().X() << endl; - S << "Bottom Side Of Clipping Window : " << ent->BottomRight().Y() << endl; - S << "Top Side Of Clipping Window : " << ent->TopLeft().Y() << endl; + S << Message_EndLine << "View Plane Distance : " << ent->ViewPlaneDistance()<TopLeft().X() << Message_EndLine; + S << "Right Side Of Clipping Window : " << ent->BottomRight().X() << Message_EndLine; + S << "Bottom Side Of Clipping Window : " << ent->BottomRight().Y() << Message_EndLine; + S << "Top Side Of Clipping Window : " << ent->TopLeft().Y() << Message_EndLine; S << "Depth Clipping : " << ent->DepthClip(); switch (ent->DepthClip()) { - case 0 : S << " (No Depth Clipping)" << endl; break; - case 1 : S << " (Back Clipping Plane ON)" << endl; break; - case 2 : S << " (Front Clipping Plane ON)" << endl; break; - case 3 : S << " (Front and Back Clipping Planes ON)" << endl; break; - default : S << " (Invalid Value)" << endl; break; + case 0 : S << " (No Depth Clipping)" << Message_EndLine; break; + case 1 : S << " (Back Clipping Plane ON)" << Message_EndLine; break; + case 2 : S << " (Front Clipping Plane ON)" << Message_EndLine; break; + case 3 : S << " (Front and Back Clipping Planes ON)" << Message_EndLine; break; + default : S << " (Invalid Value)" << Message_EndLine; break; } S << "Back Plane Distance : " << ent->BackPlaneDistance() << " "; - S << "Front Plane Distance : " << ent->FrontPlaneDistance() << endl; - S << endl; + S << "Front Plane Distance : " << ent->FrontPlaneDistance() << Message_EndLine; + S << Message_EndLine; } diff --git a/src/IGESDraw/IGESDraw_ToolPlanar.cxx b/src/IGESDraw/IGESDraw_ToolPlanar.cxx index 020662978f..83416461b7 100644 --- a/src/IGESDraw/IGESDraw_ToolPlanar.cxx +++ b/src/IGESDraw/IGESDraw_ToolPlanar.cxx @@ -172,7 +172,7 @@ void IGESDraw_ToolPlanar::OwnDump { Standard_Integer sublevel = (level <= 4) ? 0 : 1; - S << "IGESDraw_Planar" << endl; + S << "IGESDraw_Planar" << Message_EndLine; S << "No. of Transformation Matrices : " << ent->NbMatrices() << " "; S << "i.e. : "; @@ -180,8 +180,8 @@ void IGESDraw_ToolPlanar::OwnDump S << "Null Handle"; else dumper.OwnDump (ent->TransformMatrix(),S, sublevel); - S << endl; + S << Message_EndLine; S << "Array of Entities on the specified plane : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbEntities(),ent->Entity); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDraw/IGESDraw_ToolRectArraySubfigure.cxx b/src/IGESDraw/IGESDraw_ToolRectArraySubfigure.cxx index bcb821a4e6..6595a9242e 100644 --- a/src/IGESDraw/IGESDraw_ToolRectArraySubfigure.cxx +++ b/src/IGESDraw/IGESDraw_ToolRectArraySubfigure.cxx @@ -178,23 +178,23 @@ void IGESDraw_ToolRectArraySubfigure::OwnDump { Standard_Integer tempSubLevel = (level <= 4) ? 0 : 1; - S << "IGESDraw_RectArraySubfigure" << endl; + S << "IGESDraw_RectArraySubfigure" << Message_EndLine; S << "Base Entity : "; dumper.Dump(ent->BaseEntity(),S, tempSubLevel); - S << endl; + S << Message_EndLine; S << "Scale Factor : " << ent->ScaleFactor() << " "; S << "Lower Left Corner Of Array : "; IGESData_DumpXYZL(S,level, ent->LowerLeftCorner(),gp_GTrsf()); // no location S << "Number Of Columns : " << ent->NbColumns() << " "; - S << "Number Of Rows : " << ent->NbRows() << endl; - S << "Horizontal Distance Between Columns : " << ent->ColumnSeparation()<RowSeparation() <RotationAngle() <NbRows() << Message_EndLine; + S << "Horizontal Distance Between Columns : " << ent->ColumnSeparation()<RowSeparation() <RotationAngle() <DoDontFlag()) S << "(1)Dont "; else S << "(0)Do "; S << "Do-Dont List : "; IGESData_DumpVals(S ,level,1, ent->ListCount(),ent->ListPosition); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDraw/IGESDraw_ToolSegmentedViewsVisible.cxx b/src/IGESDraw/IGESDraw_ToolSegmentedViewsVisible.cxx index 76715a18bb..648ab51e00 100644 --- a/src/IGESDraw/IGESDraw_ToolSegmentedViewsVisible.cxx +++ b/src/IGESDraw/IGESDraw_ToolSegmentedViewsVisible.cxx @@ -281,20 +281,20 @@ void IGESDraw_ToolSegmentedViewsVisible::OwnDump { Standard_Integer sublevel = (level <= 4) ? 0 : 1; - S << "IGESDraw_SegmentedViewsVisible" << endl; + S << "IGESDraw_SegmentedViewsVisible" << Message_EndLine; - S << "View Entities : " << endl - << "Breakpoint parameters : " << endl - << "Display flags : " << endl - << "Color Values : " << endl - << "Color Definitions : " << endl - << "LineFont Values : " << endl - << "LineFont Definitions : " << endl - << "Line Weights : " << endl; - S << "Count Of Blocks = " << ent->NbSegmentBlocks() << endl; + S << "View Entities : " << Message_EndLine + << "Breakpoint parameters : " << Message_EndLine + << "Display flags : " << Message_EndLine + << "Color Values : " << Message_EndLine + << "Color Definitions : " << Message_EndLine + << "LineFont Values : " << Message_EndLine + << "LineFont Definitions : " << Message_EndLine + << "Line Weights : " << Message_EndLine; + S << "Count Of Blocks = " << ent->NbSegmentBlocks() << Message_EndLine; switch (level) { - case 4 : S << " [ for content, ask level > 4 ]" << endl; + case 4 : S << " [ for content, ask level > 4 ]" << Message_EndLine; break; // Nothing to be dumped here case 5 : // Presently level 5 and 6 have the same Dump case 6 : @@ -303,12 +303,12 @@ void IGESDraw_ToolSegmentedViewsVisible::OwnDump Standard_Integer up = ent->NbSegmentBlocks(); for (I = 1; I <= up; I++) { - S << "[" << I << "]:" << endl; + S << "[" << I << "]:" << Message_EndLine; S << "View Entity : "; dumper.Dump (ent->ViewItem(I),S, sublevel); - S << endl; - S << "Breakpoint parameter : " <BreakpointParameter(I)<DisplayFlag(I) << endl; + S << Message_EndLine; + S << "Breakpoint parameter : " <BreakpointParameter(I)<DisplayFlag(I) << Message_EndLine; if ( (ent->ColorDefinition(I)).IsNull() ) { S << "Color Value : "; @@ -319,7 +319,7 @@ void IGESDraw_ToolSegmentedViewsVisible::OwnDump S << "Color Definition : "; dumper.Dump (ent->ColorDefinition(I),S, sublevel); } - S << endl; + S << Message_EndLine; if ( (ent->LineFontDefinition(I)).IsNull() ) { S << "LineFont Value : " << ent->LineFontValue(I); @@ -329,11 +329,11 @@ void IGESDraw_ToolSegmentedViewsVisible::OwnDump S << "LineFont Definition : "; dumper.Dump (ent->LineFontDefinition(I),S, sublevel); } - S << endl; - S << "Line Weight : " << ent->LineWeightItem(I) << endl; + S << Message_EndLine; + S << "Line Weight : " << ent->LineWeightItem(I) << Message_EndLine; } } break; } - S << endl; + S << Message_EndLine; } diff --git a/src/IGESDraw/IGESDraw_ToolView.cxx b/src/IGESDraw/IGESDraw_ToolView.cxx index 9e63ceba89..ae61b4b659 100644 --- a/src/IGESDraw/IGESDraw_ToolView.cxx +++ b/src/IGESDraw/IGESDraw_ToolView.cxx @@ -157,20 +157,20 @@ void IGESDraw_ToolView::OwnDump { Standard_Integer tempSubLevel = (level <= 4) ? 0 : 1; - S << "IGESDraw_View" << endl; + S << "IGESDraw_View" << Message_EndLine; - S << "View Number : " << ent->ViewNumber() << endl; - S << "Scale Factor : " << ent->ScaleFactor() << endl; + S << "View Number : " << ent->ViewNumber() << Message_EndLine; + S << "Scale Factor : " << ent->ScaleFactor() << Message_EndLine; S << "Left Plane Of View Volume : "; - dumper.Dump(ent->LeftPlane(),S, tempSubLevel); S << endl; + dumper.Dump(ent->LeftPlane(),S, tempSubLevel); S << Message_EndLine; S << "Top Plane Of View Volume : "; - dumper.Dump(ent->TopPlane(),S, tempSubLevel); S << endl; + dumper.Dump(ent->TopPlane(),S, tempSubLevel); S << Message_EndLine; S << "Right Plane Of View Volume : "; - dumper.Dump(ent->RightPlane(),S, tempSubLevel); S << endl; + dumper.Dump(ent->RightPlane(),S, tempSubLevel); S << Message_EndLine; S << "Bottom Plane Of View Volume : "; - dumper.Dump(ent->BottomPlane(),S, tempSubLevel); S << endl; + dumper.Dump(ent->BottomPlane(),S, tempSubLevel); S << Message_EndLine; S << "Back Plane Of View Volume : "; - dumper.Dump(ent->BackPlane(),S, tempSubLevel); S << endl; + dumper.Dump(ent->BackPlane(),S, tempSubLevel); S << Message_EndLine; S << "Front Plane Of View Volume : "; - dumper.Dump(ent->FrontPlane(),S, tempSubLevel); S << endl; + dumper.Dump(ent->FrontPlane(),S, tempSubLevel); S << Message_EndLine; } diff --git a/src/IGESDraw/IGESDraw_ToolViewsVisible.cxx b/src/IGESDraw/IGESDraw_ToolViewsVisible.cxx index 19ae99752a..03f89c671b 100644 --- a/src/IGESDraw/IGESDraw_ToolViewsVisible.cxx +++ b/src/IGESDraw/IGESDraw_ToolViewsVisible.cxx @@ -229,15 +229,15 @@ void IGESDraw_ToolViewsVisible::OwnDump (const Handle(IGESDraw_ViewsVisible)& ent, const IGESData_IGESDumper& dumper, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESDraw_ViewsVisible" << endl; + S << "IGESDraw_ViewsVisible" << Message_EndLine; S << "Views Visible : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbViews(),ent->ViewItem); - S << endl; + S << Message_EndLine; S << "Entities Displayed : "; IGESData_DumpEntities (S,dumper ,level,1, ent->NbDisplayedEntities(),ent->DisplayedEntity); - S << endl; + S << Message_EndLine; } Standard_Boolean IGESDraw_ToolViewsVisible::OwnCorrect diff --git a/src/IGESDraw/IGESDraw_ToolViewsVisibleWithAttr.cxx b/src/IGESDraw/IGESDraw_ToolViewsVisibleWithAttr.cxx index 213216427d..99bcfae57a 100644 --- a/src/IGESDraw/IGESDraw_ToolViewsVisibleWithAttr.cxx +++ b/src/IGESDraw/IGESDraw_ToolViewsVisibleWithAttr.cxx @@ -341,44 +341,44 @@ void IGESDraw_ToolViewsVisibleWithAttr::OwnDump { Standard_Integer tempSubLevel = (level <= 4) ? 0 : 1; - S << "IGESDraw_ViewsVisibleWithAttr" << endl; + S << "IGESDraw_ViewsVisibleWithAttr" << Message_EndLine; - S << "View Entities : " << endl - << "Line Font Values : " << endl - << "Line Font Definitions : " << endl - << "Color Number/Definitions : " << endl - << "Line Weights : " << endl; - S << "Count of View Blocks : " << ent->NbViews() << endl; + S << "View Entities : " << Message_EndLine + << "Line Font Values : " << Message_EndLine + << "Line Font Definitions : " << Message_EndLine + << "Color Number/Definitions : " << Message_EndLine + << "Line Weights : " << Message_EndLine; + S << "Count of View Blocks : " << ent->NbViews() << Message_EndLine; if (level > 4) { // Level = 4 : nothing to Dump. Level = 5 & 6 : same Dump Standard_Integer I; Standard_Integer upper = ent->NbViews(); for (I = 1; I <= upper; I++) { - S << "[" << I << "]: " << endl; + S << "[" << I << "]: " << Message_EndLine; S << "View Entity : "; dumper.Dump (ent->ViewItem(I),S, tempSubLevel); - S << endl; + S << Message_EndLine; if (ent->IsFontDefinition(I)) { S << "Line Font Definition : "; dumper.Dump (ent->FontDefinition(I),S, tempSubLevel); - S << endl; + S << Message_EndLine; } - else S << "Line Font Value : " << ent->LineFontValue(I) << endl; + else S << "Line Font Value : " << ent->LineFontValue(I) << Message_EndLine; if (ent->IsColorDefinition(I)) { S << "Color Definition : "; dumper.Dump (ent->ColorDefinition(I),S, tempSubLevel); - S << endl; + S << Message_EndLine; } - else S << "Color Value : " << ent->ColorValue(I) << endl; + else S << "Color Value : " << ent->ColorValue(I) << Message_EndLine; - S << "Line Weight : " << ent->LineWeightItem(I) << endl; + S << "Line Weight : " << ent->LineWeightItem(I) << Message_EndLine; } } S << "Displayed Entities : "; IGESData_DumpEntities (S,dumper ,level,1, ent->NbDisplayedEntities(),ent->DisplayedEntity); - S << endl; + S << Message_EndLine; } Standard_Boolean IGESDraw_ToolViewsVisibleWithAttr::OwnCorrect diff --git a/src/IGESGeom/IGESGeom_ToolBSplineCurve.cxx b/src/IGESGeom/IGESGeom_ToolBSplineCurve.cxx index 98caa6b375..961ab8ac9b 100644 --- a/src/IGESGeom/IGESGeom_ToolBSplineCurve.cxx +++ b/src/IGESGeom/IGESGeom_ToolBSplineCurve.cxx @@ -405,23 +405,23 @@ void IGESGeom_ToolBSplineCurve::OwnDump(const Handle(IGESGeom_BSplineCurve)& ent const Standard_Integer level) const { Standard_Integer upind = ent->UpperIndex(); - S << "BSplineCurve from IGESGeom" << endl; + S << "BSplineCurve from IGESGeom" << Message_EndLine; S << "Sum UpperIndex : " << upind; S << " Degree : " << ent->Degree() << " "; - S << (ent->IsPlanar() ? "Planar" : "NonPlanar") << endl; + S << (ent->IsPlanar() ? "Planar" : "NonPlanar") << Message_EndLine; S << (ent->IsClosed() ? "Closed" : "Open") << " "; S << (ent->IsPeriodic() ? "Periodic" : "NonPeriodic") << " ";//#54 rln 24.12.98 CCI60005 S << (ent->IsPolynomial(Standard_True) ? "Polynomial" : "Rational"); - S << endl << "Knots : "; + S << Message_EndLine << "Knots : "; IGESData_DumpVals(S ,level,-ent->Degree(), upind+1,ent->Knot); - S << endl << "Weights : "; + S << Message_EndLine << "Weights : "; IGESData_DumpVals(S ,level,0, upind,ent->Weight); - S << endl << "Control Points (Poles) : "; + S << Message_EndLine << "Control Points (Poles) : "; IGESData_DumpListXYZL(S ,level,0, upind, ent->Pole, ent->Location()); - S << endl << "Starting Parameter Value : " << ent->UMin(); - S << " Ending Parameter Value : " << ent->UMax() << endl; + S << Message_EndLine << "Starting Parameter Value : " << ent->UMin(); + S << " Ending Parameter Value : " << ent->UMax() << Message_EndLine; S << "Unit Normal : "; IGESData_DumpXYZL(S,level, ent->Normal(), ent->Location()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESGeom/IGESGeom_ToolBSplineSurface.cxx b/src/IGESGeom/IGESGeom_ToolBSplineSurface.cxx index 8a9b11f006..f54d8c9e36 100644 --- a/src/IGESGeom/IGESGeom_ToolBSplineSurface.cxx +++ b/src/IGESGeom/IGESGeom_ToolBSplineSurface.cxx @@ -469,7 +469,7 @@ void IGESGeom_ToolBSplineSurface::OwnDump(const Handle(IGESGeom_BSplineSurface)& const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "BSplineSurface from IGESGeom" << endl << endl; + S << "BSplineSurface from IGESGeom" << Message_EndLine << Message_EndLine; Standard_Integer indU = ent->UpperIndexU(); Standard_Integer indV = ent->UpperIndexV(); @@ -480,36 +480,36 @@ void IGESGeom_ToolBSplineSurface::OwnDump(const Handle(IGESGeom_BSplineSurface)& S << " Degree : " << degU << " "; S << (ent->IsClosedU() ? "Closed" : "Open") << " "; S << (ent->IsPeriodicU() ? "Periodic" : "Non Periodic"); - S << endl; + S << Message_EndLine; S << "In V : Upper Knot Index : " << indV; S << " Degree : " << degV << " "; S << (ent->IsClosedV() ? "Closed" : "Open") << " "; S << (ent->IsPeriodicV() ? "Periodic" : "Non Periodic") << " "; - S << (ent->IsPolynomial(Standard_True) ? "Polynomial" : "Rational") << endl; + S << (ent->IsPolynomial(Standard_True) ? "Polynomial" : "Rational") << Message_EndLine; - S << "Starting Parameter for U direction : " << ent->UMin() << endl; - S << "Ending Parameter for U direction : " << ent->UMax() << endl; - S << "Starting Parameter for V direction : " << ent->VMin() << endl; - S << "Ending Parameter for V direction : " << ent->VMax() << endl; + S << "Starting Parameter for U direction : " << ent->UMin() << Message_EndLine; + S << "Ending Parameter for U direction : " << ent->UMax() << Message_EndLine; + S << "Starting Parameter for V direction : " << ent->VMin() << Message_EndLine; + S << "Ending Parameter for V direction : " << ent->VMax() << Message_EndLine; S << " Knots in U : "; IGESData_DumpVals(S ,level,-degU, indU+1,ent->KnotU); - S << endl; + S << Message_EndLine; S << " Knots in V : "; IGESData_DumpVals(S ,level,-degV, indV+1,ent->KnotV); - S << endl; + S << Message_EndLine; S << "Weights : (Row -> IndexU, Col -> IndexV)"; IGESData_DumpRectVals(S ,level,0, indU,0,indV,ent->Weight); - S << endl; + S << Message_EndLine; S << "Control Points (Poles) : "; //IGESData_DumpRectXYZL(S,level,1, ent->NbPoles(),ent->Pole, ent->Location()); - if (level < 5) { S << " [ content : ask level > 4 ]" << endl; return; } + if (level < 5) { S << " [ content : ask level > 4 ]" << Message_EndLine; return; } gp_GTrsf loca = ent->Location(); for (Standard_Integer JP = 0; JP <= indV; JP ++) for (Standard_Integer IP = 0; IP <= indU; IP ++) { - if (IP == 0) S << endl; + if (IP == 0) S << Message_EndLine; S <<" - ["<Pole(IP,JP),loca); } - S << endl; + S << Message_EndLine; } diff --git a/src/IGESGeom/IGESGeom_ToolBoundary.cxx b/src/IGESGeom/IGESGeom_ToolBoundary.cxx index f256fe8a3d..5994f1f7e6 100644 --- a/src/IGESGeom/IGESGeom_ToolBoundary.cxx +++ b/src/IGESGeom/IGESGeom_ToolBoundary.cxx @@ -434,32 +434,32 @@ void IGESGeom_ToolBoundary::OwnDump(const Handle(IGESGeom_Boundary)& ent, const Standard_Integer level) const { Standard_Integer i, num, sublevel = (level > 4) ? 1 : 0; - S << "IGESGeom_Boundary" << endl; - S << "Bounded Surface Representation Type : " << ent->BoundaryType() << endl; - S << "Trimming Curves Representation : " << ent->PreferenceType() << endl; + S << "IGESGeom_Boundary" << Message_EndLine; + S << "Bounded Surface Representation Type : " << ent->BoundaryType() << Message_EndLine; + S << "Trimming Curves Representation : " << ent->PreferenceType() << Message_EndLine; S << "Bounded Surface : "; dumper.Dump(ent->Surface(),S, sublevel); - S << endl; - S << "Model Space Curves : " << endl; - S << "Orientation Flags : " << endl; + S << Message_EndLine; + S << "Model Space Curves : " << Message_EndLine; + S << "Orientation Flags : " << Message_EndLine; S << "Parameter Curves Set : "; IGESData_DumpEntities (S,dumper,-level,1,ent->NbModelSpaceCurves(),ent->ModelSpaceCurve); - S << endl; + S << Message_EndLine; if (level > 4) for ( num = ent->NbModelSpaceCurves(), i = 1; i <= num; i++ ) { S << "[" << i << "]: "; S << "Model Space Curve : "; dumper.Dump (ent->ModelSpaceCurve(i),S, 1); - S << " Orientation Flags : " << ent->Sense(i) << endl; + S << " Orientation Flags : " << ent->Sense(i) << Message_EndLine; S << " Parameter Curves : "; Handle(IGESData_HArray1OfIGESEntity) curves = ent->ParameterCurves(i); if (!curves.IsNull()) { IGESData_DumpEntities(S,dumper, level,1,curves->Length(),curves->Value); } else S << " List Empty"; - S << endl; + S << Message_EndLine; } - S << endl; + S << Message_EndLine; } diff --git a/src/IGESGeom/IGESGeom_ToolBoundedSurface.cxx b/src/IGESGeom/IGESGeom_ToolBoundedSurface.cxx index d8da8c5020..8080c6b913 100644 --- a/src/IGESGeom/IGESGeom_ToolBoundedSurface.cxx +++ b/src/IGESGeom/IGESGeom_ToolBoundedSurface.cxx @@ -254,12 +254,12 @@ void IGESGeom_ToolBoundedSurface::OwnDump(const Handle(IGESGeom_BoundedSurface)& const Standard_Integer level) const { Standard_Integer sublevel = (level > 4) ? 1 : 0; - S << "IGESGeom_BoundedSurface" << endl; - S << "Representation Type : " << ent->RepresentationType() << endl; + S << "IGESGeom_BoundedSurface" << Message_EndLine; + S << "Representation Type : " << ent->RepresentationType() << Message_EndLine; S << "Surface to be Bounded : "; dumper.Dump(ent->Surface(),S, sublevel); - S << endl; + S << Message_EndLine; S << "Boundary Entities : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbBoundaries(),ent->Boundary); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESGeom/IGESGeom_ToolCircularArc.cxx b/src/IGESGeom/IGESGeom_ToolCircularArc.cxx index 5255da1e41..7bdf9d9225 100644 --- a/src/IGESGeom/IGESGeom_ToolCircularArc.cxx +++ b/src/IGESGeom/IGESGeom_ToolCircularArc.cxx @@ -143,18 +143,18 @@ void IGESGeom_ToolCircularArc::OwnDump (const Handle(IGESGeom_CircularArc)& ent, const IGESData_IGESDumper& /* dumper */, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "CircularArc from IGESGeom" << endl; - S << "Z-Plane Displacement : " << ent->ZPlane() << endl; + S << "CircularArc from IGESGeom" << Message_EndLine; + S << "Z-Plane Displacement : " << ent->ZPlane() << Message_EndLine; S << "Center : "; IGESData_DumpXYLZ(S,level, ent->Center(), ent->Location(), ent->ZPlane()); - S << endl; + S << Message_EndLine; S << "Start Point : "; IGESData_DumpXYLZ(S,level, ent->StartPoint(), ent->Location(),ent->ZPlane()); - S << endl; + S << Message_EndLine; S << "End Point : "; IGESData_DumpXYLZ(S,level, ent->EndPoint(), ent->Location(), ent->ZPlane()); - S << endl; + S << Message_EndLine; if (level <= 5) return; S<< " Normal Axis : "; IGESData_DumpXYZL(S,level,ent->Axis(),ent->VectorLocation()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESGeom/IGESGeom_ToolCompositeCurve.cxx b/src/IGESGeom/IGESGeom_ToolCompositeCurve.cxx index 09960fc30f..7d13962d37 100644 --- a/src/IGESGeom/IGESGeom_ToolCompositeCurve.cxx +++ b/src/IGESGeom/IGESGeom_ToolCompositeCurve.cxx @@ -123,8 +123,8 @@ void IGESGeom_ToolCompositeCurve::OwnDump (const Handle(IGESGeom_CompositeCurve)& ent, const IGESData_IGESDumper& dumper, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESGeom_CompositeCurve" << endl; - S << "Curve Entities : " << endl; + S << "IGESGeom_CompositeCurve" << Message_EndLine; + S << "Curve Entities : " << Message_EndLine; IGESData_DumpEntities(S,dumper ,level,1, ent->NbCurves(),ent->Curve); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESGeom/IGESGeom_ToolConicArc.cxx b/src/IGESGeom/IGESGeom_ToolConicArc.cxx index 150ef66e63..6ef8a7385d 100644 --- a/src/IGESGeom/IGESGeom_ToolConicArc.cxx +++ b/src/IGESGeom/IGESGeom_ToolConicArc.cxx @@ -283,42 +283,42 @@ void IGESGeom_ToolConicArc::OwnDump(const Handle(IGESGeom_ConicArc)& ent, { Standard_Real A,B,C,D,E,F; ent->Equation(A,B,C,D,E,F); - S << "IGESGeom_ConicArc" << endl; + S << "IGESGeom_ConicArc" << Message_EndLine; Standard_Integer cf = ent->FormNumber(); if (cf == 0) cf = ent->ComputedFormNumber(); - if (cf == 1) S << " -- Ellipse --" << endl; - else if (cf == 2) S << " -- Hyperbola --" << endl; - else if (cf == 3) S << " -- Parabola --" << endl; - else S << " -- (Undetermined type of Conic) --" << endl; - S << "Conic Coefficient A : " << A << endl; - S << "Conic Coefficient B : " << B << endl; - S << "Conic Coefficient C : " << C << endl; - S << "Conic Coefficient D : " << D << endl; - S << "Conic Coefficient E : " << E << endl; - S << "Conic Coefficient F : " << F << endl; - S << "Z-Plane shift : " << ent->ZPlane() << endl; + if (cf == 1) S << " -- Ellipse --" << Message_EndLine; + else if (cf == 2) S << " -- Hyperbola --" << Message_EndLine; + else if (cf == 3) S << " -- Parabola --" << Message_EndLine; + else S << " -- (Undetermined type of Conic) --" << Message_EndLine; + S << "Conic Coefficient A : " << A << Message_EndLine; + S << "Conic Coefficient B : " << B << Message_EndLine; + S << "Conic Coefficient C : " << C << Message_EndLine; + S << "Conic Coefficient D : " << D << Message_EndLine; + S << "Conic Coefficient E : " << E << Message_EndLine; + S << "Conic Coefficient F : " << F << Message_EndLine; + S << "Z-Plane shift : " << ent->ZPlane() << Message_EndLine; S << "Start Point : "; IGESData_DumpXYLZ(S,level, ent->StartPoint(), ent->Location(),ent->ZPlane()); - S << endl; + S << Message_EndLine; S << "End Point : "; IGESData_DumpXYLZ(S,level, ent->EndPoint(), ent->Location(), ent->ZPlane()); - S << endl; - if (level <= 4) S<<" -- Computed Definition : ask level > 4" << endl; + S << Message_EndLine; + if (level <= 4) S<<" -- Computed Definition : ask level > 4" << Message_EndLine; else { gp_Pnt Cen; gp_Dir Ax; Standard_Real Rmin,Rmax; ent->Definition (Cen,Ax,Rmin,Rmax); - S << " -- Computed Definition (and Transformed if level > 5)" << endl; + S << " -- Computed Definition (and Transformed if level > 5)" << Message_EndLine; if (cf != 3) { S<<" Center : "; IGESData_DumpXYZL(S,level,Cen,ent->Location()); - S<VectorLocation()); - S<Axis(),ent->VectorLocation()); - S << endl; + S << Message_EndLine; } } diff --git a/src/IGESGeom/IGESGeom_ToolCopiousData.cxx b/src/IGESGeom/IGESGeom_ToolCopiousData.cxx index d1428976ec..5d558a41c5 100644 --- a/src/IGESGeom/IGESGeom_ToolCopiousData.cxx +++ b/src/IGESGeom/IGESGeom_ToolCopiousData.cxx @@ -272,7 +272,7 @@ void IGESGeom_ToolCopiousData::OwnDump(const Handle(IGESGeom_CopiousData)& ent, gp_GTrsf locv = ent->VectorLocation(); Standard_Boolean yatr = (level > 5 && ent->HasTransf()); - S << "IGESGeom_CopiousData" << endl; + S << "IGESGeom_CopiousData" << Message_EndLine; if (ent->IsPointSet()) S << "Point Set "; else if (ent->IsPolyline()) S << "Polyline "; @@ -281,12 +281,12 @@ void IGESGeom_ToolCopiousData::OwnDump(const Handle(IGESGeom_CopiousData)& ent, S << "Number of T-uples = " << nbPnts << " "; if (dtype == 1) { S << "(Points 2D) "; - S << "ZPlane = " << ent->ZPlane() << endl; + S << "ZPlane = " << ent->ZPlane() << Message_EndLine; } else if (dtype == 2) - S << "(Points 3D)" << endl; + S << "(Points 3D)" << Message_EndLine; else if (dtype == 3) - S << "(Points 3D + Vectors 3D)" << endl; + S << "(Points 3D + Vectors 3D)" << Message_EndLine; if (level > 4) { for (i = 1; i <= nbPnts; i ++) { @@ -309,9 +309,9 @@ void IGESGeom_ToolCopiousData::OwnDump(const Handle(IGESGeom_CopiousData)& ent, S << " Transformed ("<< T.X() << "," << T.Y() << "," << T.Z() << ")"; } } - S << endl; + S << Message_EndLine; } } else S << " [ for content, ask level > 4 ]"; - S << endl; + S << Message_EndLine; } diff --git a/src/IGESGeom/IGESGeom_ToolCurveOnSurface.cxx b/src/IGESGeom/IGESGeom_ToolCurveOnSurface.cxx index 1c48a9ede1..e1bbfbb18e 100644 --- a/src/IGESGeom/IGESGeom_ToolCurveOnSurface.cxx +++ b/src/IGESGeom/IGESGeom_ToolCurveOnSurface.cxx @@ -268,30 +268,30 @@ void IGESGeom_ToolCurveOnSurface::OwnDump(const Handle(IGESGeom_CurveOnSurface)& const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESGeom_CurveOnSurface" << endl << endl; + S << "IGESGeom_CurveOnSurface" << Message_EndLine << Message_EndLine; Standard_Integer sublevel = (level <= 4) ? 0 : 1; Standard_Integer crem = ent->CreationMode(); S << "Creation Mode : " << crem << " i.e. "; - if (crem == 0) S << " " << endl; - else if (crem == 1) S << " Projection of a Curve on a Surface" << endl; - else if (crem == 2) S << " Intersection of two Surfaces" << endl; - else if (crem == 3) S << " Isoparametric Curve (either U or V)" << endl; - else S << " " << endl; + if (crem == 0) S << " " << Message_EndLine; + else if (crem == 1) S << " Projection of a Curve on a Surface" << Message_EndLine; + else if (crem == 2) S << " Intersection of two Surfaces" << Message_EndLine; + else if (crem == 3) S << " Isoparametric Curve (either U or V)" << Message_EndLine; + else S << " " << Message_EndLine; S << "The Surface on which the curve lies : "; dumper.Dump(ent->Surface(),S, sublevel); - S << endl; + S << Message_EndLine; S << "The curve B (in the parametric space (u, v)) : "; dumper.Dump(ent->CurveUV(),S, sublevel); - S << endl; + S << Message_EndLine; S << "The curve C (in the 3D Space) : "; dumper.Dump(ent->Curve3D(),S, sublevel); - S << endl; + S << Message_EndLine; Standard_Integer pref = ent->PreferenceMode(); S << "Preferred representation mode : " << pref << " i.e. "; - if (pref == 0) S << " " << endl; - else if (pref == 1) S << " Curve B on Surface" << endl; - else if (pref == 2) S << " Curve C in 3D Space" << endl; - else if (pref == 3) S << " Curves B & C equally preferred" << endl; - else S << " " << endl; + if (pref == 0) S << " " << Message_EndLine; + else if (pref == 1) S << " Curve B on Surface" << Message_EndLine; + else if (pref == 2) S << " Curve C in 3D Space" << Message_EndLine; + else if (pref == 3) S << " Curves B & C equally preferred" << Message_EndLine; + else S << " " << Message_EndLine; } diff --git a/src/IGESGeom/IGESGeom_ToolDirection.cxx b/src/IGESGeom/IGESGeom_ToolDirection.cxx index de6365f1e8..516234e44c 100644 --- a/src/IGESGeom/IGESGeom_ToolDirection.cxx +++ b/src/IGESGeom/IGESGeom_ToolDirection.cxx @@ -117,9 +117,9 @@ void IGESGeom_ToolDirection::OwnDump (const Handle(IGESGeom_Direction)& ent, const IGESData_IGESDumper& /* dumper */, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESGeom_Direction" << endl << endl; + S << "IGESGeom_Direction" << Message_EndLine << Message_EndLine; S << "Value : "; IGESData_DumpXYZL(S,level, ent->Value(), ent->VectorLocation()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESGeom/IGESGeom_ToolFlash.cxx b/src/IGESGeom/IGESGeom_ToolFlash.cxx index 5a0a990404..de2dfeec88 100644 --- a/src/IGESGeom/IGESGeom_ToolFlash.cxx +++ b/src/IGESGeom/IGESGeom_ToolFlash.cxx @@ -178,9 +178,9 @@ void IGESGeom_ToolFlash::OwnDump Standard_Integer sublevel = (level <= 4) ? 0 : 1; Standard_Integer fn = ent->FormNumber(); - S << "IGESGeom_Flash" << endl; + S << "IGESGeom_Flash" << Message_EndLine; switch (fn) { - case 0 : S << " -- Form defined by reference entity --" << endl; break; + case 0 : S << " -- Form defined by reference entity --" << Message_EndLine; break; case 1 : S << " -- Circular -- "; break; case 2 : S << " -- Rectangle -- "; break; case 3 : S << " -- Donut -- "; break; @@ -191,9 +191,9 @@ void IGESGeom_ToolFlash::OwnDump S << "Flash reference point : "; IGESData_DumpXYL(S,level, ent->ReferencePoint(), ent->Location()); S << " First sizing parameter : " << ent->Dimension1() << " "; - S << " Second sizing parameter : " << ent->Dimension2() << endl; - S << " Rotation about reference entity : " << ent->Rotation() << endl; + S << " Second sizing parameter : " << ent->Dimension2() << Message_EndLine; + S << " Rotation about reference entity : " << ent->Rotation() << Message_EndLine; S << "Reference Entity : "; dumper.Dump(ent->ReferenceEntity(),S, sublevel); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESGeom/IGESGeom_ToolLine.cxx b/src/IGESGeom/IGESGeom_ToolLine.cxx index f70e5ca35a..64c81301f8 100644 --- a/src/IGESGeom/IGESGeom_ToolLine.cxx +++ b/src/IGESGeom/IGESGeom_ToolLine.cxx @@ -112,16 +112,16 @@ void IGESGeom_ToolLine::OwnDump { Standard_Integer infin = ent->Infinite(); switch (infin) { - case 1 : S << "Semi-Infinite Line"<StartPoint(), ent->Location()); - S << endl; + S << Message_EndLine; S << "End Point : "; IGESData_DumpXYZL(S,level, ent->EndPoint(), ent->Location()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESGeom/IGESGeom_ToolOffsetCurve.cxx b/src/IGESGeom/IGESGeom_ToolOffsetCurve.cxx index 6b5c4ecf7b..b3148e6383 100644 --- a/src/IGESGeom/IGESGeom_ToolOffsetCurve.cxx +++ b/src/IGESGeom/IGESGeom_ToolOffsetCurve.cxx @@ -356,22 +356,22 @@ void IGESGeom_ToolOffsetCurve::OwnDump(const Handle(IGESGeom_OffsetCurve)& ent, { Standard_Integer sublevel = (level <= 4) ? 0 : 1; - S << "IGESGeom_OffsetCurve" << endl; + S << "IGESGeom_OffsetCurve" << Message_EndLine; - S << "The curve to be offset : " << endl; + S << "The curve to be offset : " << Message_EndLine; dumper.Dump(ent->BaseCurve(),S, sublevel); - S << "Offset Distance Flag : " << ent->OffsetType() << endl; + S << "Offset Distance Flag : " << ent->OffsetType() << Message_EndLine; S << "Curve entity whose coordinate defines the offset : "; dumper.Dump(ent->Function(),S, sublevel); - S << endl; - S << "In which Coordinate to use : " << ent->FunctionParameter() << endl; - S << "Tapered Offset Type Flag : " << ent->TaperedOffsetType() << endl; + S << Message_EndLine; + S << "In which Coordinate to use : " << ent->FunctionParameter() << Message_EndLine; + S << "Tapered Offset Type Flag : " << ent->TaperedOffsetType() << Message_EndLine; S << "First Offset Distance : " << ent->FirstOffsetDistance() << " "; - S << "Arc Length : " << ent->ArcLength1() << endl; + S << "Arc Length : " << ent->ArcLength1() << Message_EndLine; S << "Second Offset Distance : " << ent->SecondOffsetDistance() << " "; - S << "Arc Length : " << ent->ArcLength2() << endl; + S << "Arc Length : " << ent->ArcLength2() << Message_EndLine; S << "Normal Vector : "; - IGESData_DumpXYZL(S,level, ent->NormalVector(), ent->VectorLocation()); S<NormalVector(), ent->VectorLocation()); S<StartParameter() << " "; - S << "Ending : " << ent->EndParameter() << endl; + S << "Ending : " << ent->EndParameter() << Message_EndLine; } diff --git a/src/IGESGeom/IGESGeom_ToolOffsetSurface.cxx b/src/IGESGeom/IGESGeom_ToolOffsetSurface.cxx index 6a240ae65d..3857c449a8 100644 --- a/src/IGESGeom/IGESGeom_ToolOffsetSurface.cxx +++ b/src/IGESGeom/IGESGeom_ToolOffsetSurface.cxx @@ -151,13 +151,13 @@ void IGESGeom_ToolOffsetSurface::OwnDump { Standard_Integer sublevel = (level <= 4) ? 0 : 1; - S << "IGESGeom_OffsetSurface" << endl; + S << "IGESGeom_OffsetSurface" << Message_EndLine; S << "Offset Indicator : "; IGESData_DumpXYZL(S,level, ent->OffsetIndicator(), ent->VectorLocation()); - S << endl; + S << Message_EndLine; S << "Offset Distance : " << ent->Distance() << " "; S << "Surface to be offset : "; dumper.Dump(ent->Surface(),S, sublevel); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESGeom/IGESGeom_ToolPlane.cxx b/src/IGESGeom/IGESGeom_ToolPlane.cxx index 4ae7ef7df8..9fa0a8b7d1 100644 --- a/src/IGESGeom/IGESGeom_ToolPlane.cxx +++ b/src/IGESGeom/IGESGeom_ToolPlane.cxx @@ -269,18 +269,18 @@ void IGESGeom_ToolPlane::OwnDump(const Handle(IGESGeom_Plane)& ent, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESGeom_Plane" << endl; + S << "IGESGeom_Plane" << Message_EndLine; Standard_Real A,B,C,D; ent->Equation(A,B,C,D); - S << "Plane Coefficient A : " << A << endl; - S << "Plane Coefficient B : " << B << endl; - S << "Plane Coefficient C : " << C << endl; - S << "Plane Coefficient D : " << D << endl; + S << "Plane Coefficient A : " << A << Message_EndLine; + S << "Plane Coefficient B : " << B << Message_EndLine; + S << "Plane Coefficient C : " << C << Message_EndLine; + S << "Plane Coefficient D : " << D << Message_EndLine; S << "The Bounding Curve : " ; dumper.Dump(ent->BoundingCurve(),S, (level <= 4) ? 0 : 1); - S << endl; + S << Message_EndLine; S << "Display Symbol Location : "; IGESData_DumpXYZL(S,level, ent->SymbolAttach(), ent->Location()); - S << " Size : " << ent->SymbolSize() << endl; + S << " Size : " << ent->SymbolSize() << Message_EndLine; } diff --git a/src/IGESGeom/IGESGeom_ToolPoint.cxx b/src/IGESGeom/IGESGeom_ToolPoint.cxx index bc134d875f..677032e664 100644 --- a/src/IGESGeom/IGESGeom_ToolPoint.cxx +++ b/src/IGESGeom/IGESGeom_ToolPoint.cxx @@ -144,12 +144,12 @@ void IGESGeom_ToolPoint::OwnDump (const Handle(IGESGeom_Point)& ent, const IGESData_IGESDumper& dumper, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESGeom_Point" << endl; + S << "IGESGeom_Point" << Message_EndLine; S << " Value : "; IGESData_DumpXYZL(S,level, ent->Value(), ent->Location()); - S << endl; + S << Message_EndLine; S << " Display Symbol : "; dumper.Dump(ent->DisplaySymbol(),S, (level <= 4) ? 0 : 1); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESGeom/IGESGeom_ToolRuledSurface.cxx b/src/IGESGeom/IGESGeom_ToolRuledSurface.cxx index b6275764cb..2dc97ae3d0 100644 --- a/src/IGESGeom/IGESGeom_ToolRuledSurface.cxx +++ b/src/IGESGeom/IGESGeom_ToolRuledSurface.cxx @@ -157,17 +157,17 @@ void IGESGeom_ToolRuledSurface::OwnDump { Standard_Integer tempSubLevel = (level <= 4) ? 0 : 1; - S << "IGESGeom_RuledSurface" << endl; + S << "IGESGeom_RuledSurface" << Message_EndLine; S << "First Curve : "; dumper.Dump(ent->FirstCurve(),S, tempSubLevel); - S << endl; + S << Message_EndLine; S << "Second Curve : "; dumper.Dump(ent->SecondCurve(),S, tempSubLevel); - S << endl; + S << Message_EndLine; S << "Direction Flag : " << ent->DirectionFlag() << " i.e."; - if (ent->DirectionFlag() == 0) S<< "Join First to First, Last to Last"<IsDevelopable()) S << " .. Is Developable" << endl; - else S << " .. Is possibly not developable .." << endl; + if (ent->DirectionFlag() == 0) S<< "Join First to First, Last to Last"<IsDevelopable()) S << " .. Is Developable" << Message_EndLine; + else S << " .. Is possibly not developable .." << Message_EndLine; } diff --git a/src/IGESGeom/IGESGeom_ToolSplineCurve.cxx b/src/IGESGeom/IGESGeom_ToolSplineCurve.cxx index 87984d39e3..3b7b893071 100644 --- a/src/IGESGeom/IGESGeom_ToolSplineCurve.cxx +++ b/src/IGESGeom/IGESGeom_ToolSplineCurve.cxx @@ -322,7 +322,7 @@ void IGESGeom_ToolSplineCurve::OwnDump (const Handle(IGESGeom_SplineCurve)& ent, const IGESData_IGESDumper& /* dumper */, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESGeom_SplineCurve" << endl; + S << "IGESGeom_SplineCurve" << Message_EndLine; Standard_Integer nbSegments = ent->NbSegments(); S << "Spline Type : " << ent->SplineType() << " "; @@ -336,17 +336,17 @@ void IGESGeom_ToolSplineCurve::OwnDump case 6 : S << "(B-Spline)"; break; default : S << "(Invalid value)"; break; } - S << endl; - S << "Degree Of Continuity : " << ent->Degree() << endl; - S << "Number Of Dimensions : " << ent->NbDimensions() << endl; - S << "Number Of Segments : " << ent->NbSegments() << endl; + S << Message_EndLine; + S << "Degree Of Continuity : " << ent->Degree() << Message_EndLine; + S << "Number Of Dimensions : " << ent->NbDimensions() << Message_EndLine; + S << "Number Of Segments : " << ent->NbSegments() << Message_EndLine; S << "Segment Break Points : "; IGESData_DumpVals(S ,level,1, nbSegments+1,ent->BreakPoint); if (level <= 4) { - S << " [ also ask level > 4 for X-Y-Z Polynomials ]" << endl; + S << " [ also ask level > 4 for X-Y-Z Polynomials ]" << Message_EndLine; return; } - S << " -- Polynomial Values --" << endl; + S << " -- Polynomial Values --" << Message_EndLine; Standard_Real AX,BX,CX,DX, AY,BY,CY,DY, AZ,BZ,CZ,DZ; for (Standard_Integer I = 1; I <= nbSegments; I++) { //no need to declare (hides the same name in an outer scope) @@ -354,18 +354,18 @@ void IGESGeom_ToolSplineCurve::OwnDump ent->XCoordPolynomial(I,AX,BX,CX,DX); ent->YCoordPolynomial(I,AY,BY,CY,DY); ent->ZCoordPolynomial(I,AZ,BZ,CZ,DZ); - S << "Segment "<XValues(AX,BX,CX,DX); ent->YValues(AY,BY,CY,DY); ent->ZValues(AZ,BZ,CZ,DZ); - S << "Terminate Point : X Y Z"<NbUSegments(); @@ -330,39 +330,39 @@ void IGESGeom_ToolSplineSurface::OwnDump case 6 : S << " (B-Spline)"; break; default : S << " (Invalid value)"; break; } - S << endl; + S << Message_EndLine; S << "The Patch Type : " << ent->PatchType(); if (ent->PatchType() == 1) S << " (Cartesian Product)"; else S << " (Unspecified)"; - S << endl; + S << Message_EndLine; S << "Number Of Segments. In U : " - << nbUSegs << " In V : " << nbVSegs << endl; + << nbUSegs << " In V : " << nbVSegs << Message_EndLine; S << "The U Break Points : "; IGESData_DumpVals(S ,level,1, nbUSegs+1,ent->UBreakPoint); - S <VBreakPoint); - S < 4) { for (I = 1; I <= nbUSegs; I++) for (J = 1; J <= nbVSegs; J++) { - S << "[" << I <<"," << J << "]: " << endl; + S << "[" << I <<"," << J << "]: " << Message_EndLine; S << "X Polynomial : "; temp = ent->XPolynomial(I,J); IGESData_DumpVals(S,level,1, temp->Length(),temp->Value); - S << endl; + S << Message_EndLine; S << "Y Polynomial : "; temp = ent->YPolynomial(I,J); IGESData_DumpVals(S,level,1, temp->Length(),temp->Value); - S << endl; + S << Message_EndLine; S << "Z Polynomial : "; temp = ent->ZPolynomial(I,J); IGESData_DumpVals(S,level,1, temp->Length(),temp->Value); - S << endl; + S << Message_EndLine; } } - else S << endl; + else S << Message_EndLine; } diff --git a/src/IGESGeom/IGESGeom_ToolSurfaceOfRevolution.cxx b/src/IGESGeom/IGESGeom_ToolSurfaceOfRevolution.cxx index bf8227e999..4a3904cfbe 100644 --- a/src/IGESGeom/IGESGeom_ToolSurfaceOfRevolution.cxx +++ b/src/IGESGeom/IGESGeom_ToolSurfaceOfRevolution.cxx @@ -167,15 +167,15 @@ void IGESGeom_ToolSurfaceOfRevolution::OwnDump const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESGeom_SurfaceOfRevolution" << endl << endl; + S << "IGESGeom_SurfaceOfRevolution" << Message_EndLine << Message_EndLine; Standard_Integer sublevel = (level <= 4) ? 0 : 1; S << "Axis Of Revolution : "; dumper.Dump(ent->AxisOfRevolution(),S, sublevel); - S << endl; + S << Message_EndLine; S << "Generatrix : "; dumper.Dump(ent->Generatrix(),S, sublevel); - S << endl; + S << Message_EndLine; S << "Start Angle : " << ent->StartAngle() << " "; - S << "End Angle : " << ent->EndAngle() << endl; + S << "End Angle : " << ent->EndAngle() << Message_EndLine; } diff --git a/src/IGESGeom/IGESGeom_ToolTabulatedCylinder.cxx b/src/IGESGeom/IGESGeom_ToolTabulatedCylinder.cxx index 0d9859ee7d..26079bea74 100644 --- a/src/IGESGeom/IGESGeom_ToolTabulatedCylinder.cxx +++ b/src/IGESGeom/IGESGeom_ToolTabulatedCylinder.cxx @@ -137,12 +137,12 @@ void IGESGeom_ToolTabulatedCylinder::OwnDump { Standard_Integer sublevel = (level <= 4) ? 0 : 1; - S << "IGESGeom_TabulatedCylinder" << endl; + S << "IGESGeom_TabulatedCylinder" << Message_EndLine; S << "Directrix : "; dumper.Dump(ent->Directrix(),S, sublevel); - S << endl; + S << Message_EndLine; S << "Terminate Point : "; IGESData_DumpXYZL(S,level, ent->EndPoint(), ent->Location()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESGeom/IGESGeom_ToolTransformationMatrix.cxx b/src/IGESGeom/IGESGeom_ToolTransformationMatrix.cxx index c6f9b93e7f..fc4e73d96e 100644 --- a/src/IGESGeom/IGESGeom_ToolTransformationMatrix.cxx +++ b/src/IGESGeom/IGESGeom_ToolTransformationMatrix.cxx @@ -214,26 +214,26 @@ void IGESGeom_ToolTransformationMatrix::OwnDump (const Handle(IGESGeom_TransformationMatrix)& ent, const IGESData_IGESDumper& /*dumper*/, const Handle(Message_Messenger)& S, const Standard_Integer /*level*/) const { - S << "IGESGeom_TransformationMatrix" << endl; + S << "IGESGeom_TransformationMatrix" << Message_EndLine; S << "| R11, R12, R13, T1 | " << ent->Data(1, 1) << ", " << ent->Data(1, 2) << ", " - << ent->Data(1, 3) << ", " << ent->Data(1, 4) << endl; + << ent->Data(1, 3) << ", " << ent->Data(1, 4) << Message_EndLine; S << "| R21, R22, R23, T2 | " << ent->Data(2, 1) << ", " << ent->Data(2, 2) << ", " - << ent->Data(2, 3) << ", " << ent->Data(2, 4) << endl; + << ent->Data(2, 3) << ", " << ent->Data(2, 4) << Message_EndLine; S << "| R31, R32, R33, T3 | " << ent->Data(3, 1) << ", " << ent->Data(3, 2) << ", " - << ent->Data(3, 3) << ", " << ent->Data(3, 4) << endl; + << ent->Data(3, 3) << ", " << ent->Data(3, 4) << Message_EndLine; switch (ent->FormNumber()) { - case 0 : S << "-- Direct Orthogonal Matrix" << endl; break; - case 1 : S << "-- Reverse Orthogonal Matrix" << endl; break; - case 10 : S << "-- Cartesien Coordinate System" << endl; break; - case 11 : S << "-- Cylindrical Coordinate System" << endl; break; - case 12 : S << "-- Spherical Coordinate System" << endl; break; - default : S << "-- (Incorrect Form Number)" << endl; break; + case 0 : S << "-- Direct Orthogonal Matrix" << Message_EndLine; break; + case 1 : S << "-- Reverse Orthogonal Matrix" << Message_EndLine; break; + case 10 : S << "-- Cartesien Coordinate System" << Message_EndLine; break; + case 11 : S << "-- Cylindrical Coordinate System" << Message_EndLine; break; + case 12 : S << "-- Spherical Coordinate System" << Message_EndLine; break; + default : S << "-- (Incorrect Form Number)" << Message_EndLine; break; } } diff --git a/src/IGESGeom/IGESGeom_ToolTrimmedSurface.cxx b/src/IGESGeom/IGESGeom_ToolTrimmedSurface.cxx index 33a4cb1685..8c7dd3a0c8 100644 --- a/src/IGESGeom/IGESGeom_ToolTrimmedSurface.cxx +++ b/src/IGESGeom/IGESGeom_ToolTrimmedSurface.cxx @@ -304,16 +304,16 @@ void IGESGeom_ToolTrimmedSurface::OwnDump(const Handle(IGESGeom_TrimmedSurface)& { Standard_Integer tempSubLevel = (level <= 4) ? 0 : 1; - S << "IGESGeom_TrimmedSurface" << endl; + S << "IGESGeom_TrimmedSurface" << Message_EndLine; S << "Surface to be trimmed : "; dumper.Dump(ent->Surface(),S, tempSubLevel); - S << endl; - S << "Boundary type : " << ent->OuterBoundaryType() << endl; + S << Message_EndLine; + S << "Boundary type : " << ent->OuterBoundaryType() << Message_EndLine; S << "Outer Boundary : "; dumper.Dump(ent->OuterContour(),S, tempSubLevel); - S << endl; + S << Message_EndLine; S << "Inner Boundaries : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbInnerContours(),ent->InnerContour); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESGeom/IGESGeom_TransformationMatrix.cxx b/src/IGESGeom/IGESGeom_TransformationMatrix.cxx index d4bb1a4989..9cce88f585 100644 --- a/src/IGESGeom/IGESGeom_TransformationMatrix.cxx +++ b/src/IGESGeom/IGESGeom_TransformationMatrix.cxx @@ -53,7 +53,7 @@ IGESGeom_TransformationMatrix::IGESGeom_TransformationMatrix () { } void IGESGeom_TransformationMatrix::SetFormNumber (const Standard_Integer fm) { if(theData.IsNull()) - cout<<"Inavalid Transformation Data"< 1) && (fm < 10 || fm > 12)) throw Standard_OutOfRange("IGESGeom_TransformationMatrix : SetFormNumber"); InitTypeAndForm(124,fm); } diff --git a/src/IGESGraph/IGESGraph_ToolColor.cxx b/src/IGESGraph/IGESGraph_ToolColor.cxx index 3e1c885fe9..94e6a39f2c 100644 --- a/src/IGESGraph/IGESGraph_ToolColor.cxx +++ b/src/IGESGraph/IGESGraph_ToolColor.cxx @@ -120,14 +120,14 @@ void IGESGraph_ToolColor::OwnDump (const Handle(IGESGraph_Color)& ent, const IGESData_IGESDumper& /*dumper*/, const Handle(Message_Messenger)& S, const Standard_Integer /*level*/) const { - S << "IGESGraph_Color" << endl; + S << "IGESGraph_Color" << Message_EndLine; Standard_Real Red,Green,Blue; ent->RGBIntensity(Red,Green,Blue); - S << "Red (in % Of Full Intensity) : " << Red << endl; - S << "Green (in % Of Full Intensity) : " << Green << endl; - S << "Blue (in % Of Full Intensity) : " << Blue << endl; + S << "Red (in % Of Full Intensity) : " << Red << Message_EndLine; + S << "Green (in % Of Full Intensity) : " << Green << Message_EndLine; + S << "Blue (in % Of Full Intensity) : " << Blue << Message_EndLine; S << "Color Name : "; IGESData_DumpString(S,ent->ColorName()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESGraph/IGESGraph_ToolDefinitionLevel.cxx b/src/IGESGraph/IGESGraph_ToolDefinitionLevel.cxx index 18f4bcedbf..03e63814b0 100644 --- a/src/IGESGraph/IGESGraph_ToolDefinitionLevel.cxx +++ b/src/IGESGraph/IGESGraph_ToolDefinitionLevel.cxx @@ -114,10 +114,10 @@ void IGESGraph_ToolDefinitionLevel::OwnDump (const Handle(IGESGraph_DefinitionLevel)& ent, const IGESData_IGESDumper& /*dumper*/, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESGraph_DefinitionLevel" << endl; + S << "IGESGraph_DefinitionLevel" << Message_EndLine; S << "Level Numbers : "; IGESData_DumpVals(S ,level,1, ent->NbPropertyValues(),ent->LevelNumber); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESGraph/IGESGraph_ToolDrawingSize.cxx b/src/IGESGraph/IGESGraph_ToolDrawingSize.cxx index ca8a4643c2..83dffafb4b 100644 --- a/src/IGESGraph/IGESGraph_ToolDrawingSize.cxx +++ b/src/IGESGraph/IGESGraph_ToolDrawingSize.cxx @@ -113,10 +113,10 @@ void IGESGraph_ToolDrawingSize::OwnDump (const Handle(IGESGraph_DrawingSize)& ent, const IGESData_IGESDumper& /*dumper*/, const Handle(Message_Messenger)& S, const Standard_Integer /*level*/) const { - S << "IGESGraph_DrawingSize" << endl; + S << "IGESGraph_DrawingSize" << Message_EndLine; - S << "No. of property values : " << ent->NbPropertyValues() << endl; - S << "Drawing extent along positive X-axis : " << ent->XSize() << endl; - S << "Drawing extent along positive Y-axis : " << ent->YSize() << endl; - S << endl; + S << "No. of property values : " << ent->NbPropertyValues() << Message_EndLine; + S << "Drawing extent along positive X-axis : " << ent->XSize() << Message_EndLine; + S << "Drawing extent along positive Y-axis : " << ent->YSize() << Message_EndLine; + S << Message_EndLine; } diff --git a/src/IGESGraph/IGESGraph_ToolDrawingUnits.cxx b/src/IGESGraph/IGESGraph_ToolDrawingUnits.cxx index 2cde323922..4ab83d2472 100644 --- a/src/IGESGraph/IGESGraph_ToolDrawingUnits.cxx +++ b/src/IGESGraph/IGESGraph_ToolDrawingUnits.cxx @@ -223,12 +223,12 @@ void IGESGraph_ToolDrawingUnits::OwnDump (const Handle(IGESGraph_DrawingUnits)& ent, const IGESData_IGESDumper& /*dumper*/, const Handle(Message_Messenger)& S, const Standard_Integer /*level*/) const { - S << "IGESGraph_DrawingUnits" << endl; + S << "IGESGraph_DrawingUnits" << Message_EndLine; - S << "No. of property values : " << ent->NbPropertyValues() << endl; + S << "No. of property values : " << ent->NbPropertyValues() << Message_EndLine; S << " Units Flag : " << ent->Flag(); S << " Units Name : "; IGESData_DumpString(S,ent->Unit()); S << " computed Value (in meters) : " << ent->UnitValue(); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESGraph/IGESGraph_ToolHighLight.cxx b/src/IGESGraph/IGESGraph_ToolHighLight.cxx index 9e73c675fb..b9549af9da 100644 --- a/src/IGESGraph/IGESGraph_ToolHighLight.cxx +++ b/src/IGESGraph/IGESGraph_ToolHighLight.cxx @@ -109,9 +109,9 @@ void IGESGraph_ToolHighLight::OwnDump (const Handle(IGESGraph_HighLight)& ent, const IGESData_IGESDumper& /*dumper*/, const Handle(Message_Messenger)& S, const Standard_Integer /*level*/) const { - S << "IGESGraph_HighLight" << endl; + S << "IGESGraph_HighLight" << Message_EndLine; - S << "No. of property values : " << ent->NbPropertyValues() << endl; - S << "Highlight Status : " << ent->HighLightStatus() << endl; - S << endl; + S << "No. of property values : " << ent->NbPropertyValues() << Message_EndLine; + S << "Highlight Status : " << ent->HighLightStatus() << Message_EndLine; + S << Message_EndLine; } diff --git a/src/IGESGraph/IGESGraph_ToolIntercharacterSpacing.cxx b/src/IGESGraph/IGESGraph_ToolIntercharacterSpacing.cxx index 88cda99f35..97948ba58e 100644 --- a/src/IGESGraph/IGESGraph_ToolIntercharacterSpacing.cxx +++ b/src/IGESGraph/IGESGraph_ToolIntercharacterSpacing.cxx @@ -111,9 +111,9 @@ void IGESGraph_ToolIntercharacterSpacing::OwnDump (const Handle(IGESGraph_IntercharacterSpacing)& ent, const IGESData_IGESDumper& /*dumper*/, const Handle(Message_Messenger)& S, const Standard_Integer /*level*/) const { - S << "IGESGraph_IntercharacterSpacing" << endl; + S << "IGESGraph_IntercharacterSpacing" << Message_EndLine; - S << "No. of property values : " << ent->NbPropertyValues() << endl; - S << "Intercharacter space in % of text height : " << ent->ISpace() << endl; - S << endl; + S << "No. of property values : " << ent->NbPropertyValues() << Message_EndLine; + S << "Intercharacter space in % of text height : " << ent->ISpace() << Message_EndLine; + S << Message_EndLine; } diff --git a/src/IGESGraph/IGESGraph_ToolLineFontDefPattern.cxx b/src/IGESGraph/IGESGraph_ToolLineFontDefPattern.cxx index 80c58c2c82..bbda86aafc 100644 --- a/src/IGESGraph/IGESGraph_ToolLineFontDefPattern.cxx +++ b/src/IGESGraph/IGESGraph_ToolLineFontDefPattern.cxx @@ -132,19 +132,19 @@ void IGESGraph_ToolLineFontDefPattern::OwnDump (const Handle(IGESGraph_LineFontDefPattern)& ent, const IGESData_IGESDumper& /*dumper*/, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESGraph_LineFontDefPattern" << endl; + S << "IGESGraph_LineFontDefPattern" << Message_EndLine; S << "Visible-Blank Segments : "; Standard_Integer nb = ent->NbSegments(); IGESData_DumpVals(S ,level,1, nb,ent->Length); - S <DisplayPattern()); - S << endl; + S << Message_EndLine; if (level > 4) { - S << " -> Which Segments are Visible (the others are Blank) : " << endl; + S << " -> Which Segments are Visible (the others are Blank) : " << Message_EndLine; for (Standard_Integer I = 1; I <= nb; I ++) { if (ent->IsVisible(I)) S << " " << I; } - S << endl; + S << Message_EndLine; } } diff --git a/src/IGESGraph/IGESGraph_ToolLineFontDefTemplate.cxx b/src/IGESGraph/IGESGraph_ToolLineFontDefTemplate.cxx index 1f7a4ce9ad..68d65df8b7 100644 --- a/src/IGESGraph/IGESGraph_ToolLineFontDefTemplate.cxx +++ b/src/IGESGraph/IGESGraph_ToolLineFontDefTemplate.cxx @@ -121,14 +121,14 @@ void IGESGraph_ToolLineFontDefTemplate::OwnDump { Standard_Integer tempSubLevel = (level <= 4) ? 0 : 1; - S << "IGESGraph_LineFontDefTemplate" << endl; + S << "IGESGraph_LineFontDefTemplate" << Message_EndLine; - S << "Orientation : " << ent->Orientation() << endl; + S << "Orientation : " << ent->Orientation() << Message_EndLine; S << "Subfigure Display Entity For Template Display : "; dumper.Dump(ent->TemplateEntity(),S, tempSubLevel); - S << endl; - S << "Length Between Successive Template Figure : " << ent->Distance()<Scale() << endl; - S << endl; + S << Message_EndLine; + S << "Length Between Successive Template Figure : " << ent->Distance()<Scale() << Message_EndLine; + S << Message_EndLine; } diff --git a/src/IGESGraph/IGESGraph_ToolLineFontPredefined.cxx b/src/IGESGraph/IGESGraph_ToolLineFontPredefined.cxx index b4200cf796..6360513bb6 100644 --- a/src/IGESGraph/IGESGraph_ToolLineFontPredefined.cxx +++ b/src/IGESGraph/IGESGraph_ToolLineFontPredefined.cxx @@ -108,9 +108,9 @@ void IGESGraph_ToolLineFontPredefined::OwnDump (const Handle(IGESGraph_LineFontPredefined)& ent, const IGESData_IGESDumper& /*dumper*/, const Handle(Message_Messenger)& S, const Standard_Integer /*level*/) const { - S << "IGESGraph_LineFontPredefined" << endl; + S << "IGESGraph_LineFontPredefined" << Message_EndLine; - S << "No. of property values : " << ent->NbPropertyValues() << endl; - S << "Line font pattern code : " << ent->LineFontPatternCode() << endl; - S << endl; + S << "No. of property values : " << ent->NbPropertyValues() << Message_EndLine; + S << "Line font pattern code : " << ent->LineFontPatternCode() << Message_EndLine; + S << Message_EndLine; } diff --git a/src/IGESGraph/IGESGraph_ToolNominalSize.cxx b/src/IGESGraph/IGESGraph_ToolNominalSize.cxx index f0922682f6..a7b73c12d2 100644 --- a/src/IGESGraph/IGESGraph_ToolNominalSize.cxx +++ b/src/IGESGraph/IGESGraph_ToolNominalSize.cxx @@ -146,14 +146,14 @@ void IGESGraph_ToolNominalSize::OwnDump (const Handle(IGESGraph_NominalSize)& ent, const IGESData_IGESDumper& /*dumper*/, const Handle(Message_Messenger)& S, const Standard_Integer /*level*/) const { - S << "IGESGraph_NominalSize" << endl; + S << "IGESGraph_NominalSize" << Message_EndLine; - S << "No. of property values : " << ent->NbPropertyValues() << endl; - S << "Nominal size value : " << ent->NominalSizeValue() << endl; + S << "No. of property values : " << ent->NbPropertyValues() << Message_EndLine; + S << "Nominal size value : " << ent->NominalSizeValue() << Message_EndLine; S << "Nominal size name : "; IGESData_DumpString(S,ent->NominalSizeName()); - S << endl; + S << Message_EndLine; S << "Name of relevant engineering standard : "; IGESData_DumpString(S,ent->StandardName()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESGraph/IGESGraph_ToolPick.cxx b/src/IGESGraph/IGESGraph_ToolPick.cxx index 79d02ceef3..7f8a9ceb2e 100644 --- a/src/IGESGraph/IGESGraph_ToolPick.cxx +++ b/src/IGESGraph/IGESGraph_ToolPick.cxx @@ -111,10 +111,10 @@ void IGESGraph_ToolPick::OwnDump (const Handle(IGESGraph_Pick)& ent, const IGESData_IGESDumper& /*dumper*/, const Handle(Message_Messenger)& S, const Standard_Integer /*level*/) const { - S << "IGESGraph_Pick" << endl; + S << "IGESGraph_Pick" << Message_EndLine; - S << "No. of property values : " << ent->NbPropertyValues() << endl; + S << "No. of property values : " << ent->NbPropertyValues() << Message_EndLine; S << "Pick flag : " << ent->PickFlag(); S << (ent->PickFlag() == 0 ? " NO" : " YES" ); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESGraph/IGESGraph_ToolTextDisplayTemplate.cxx b/src/IGESGraph/IGESGraph_ToolTextDisplayTemplate.cxx index e419bd0fc0..d1ed697d33 100644 --- a/src/IGESGraph/IGESGraph_ToolTextDisplayTemplate.cxx +++ b/src/IGESGraph/IGESGraph_ToolTextDisplayTemplate.cxx @@ -186,10 +186,10 @@ void IGESGraph_ToolTextDisplayTemplate::OwnDump { Standard_Integer sublevel = (level <= 4) ? 0 : 1; - S << "IGESGraph_TextDisplayTemplate" << endl; + S << "IGESGraph_TextDisplayTemplate" << Message_EndLine; S << "Character box width : " << ent->BoxWidth() << " "; - S << "Character box height : " << ent->BoxHeight() << endl; + S << "Character box height : " << ent->BoxHeight() << Message_EndLine; if ( ent->IsFontEntity() ) { S << "Font Entity : "; @@ -197,15 +197,15 @@ void IGESGraph_ToolTextDisplayTemplate::OwnDump } else S << "Font code : " << ent->FontCode(); - S << endl; + S << Message_EndLine; S << "Slant angle : " << ent->SlantAngle() << " "; - S << "Rotation angle : " << ent->RotationAngle() << endl; + S << "Rotation angle : " << ent->RotationAngle() << Message_EndLine; S << "Mirror flag : " << ent->MirrorFlag() << " "; - S << "Rotate flag : " << ent->RotateFlag() << endl; + S << "Rotate flag : " << ent->RotateFlag() << Message_EndLine; if ( ent->FormNumber() == 0 ) S << "Lower Left Corner coordinates : "; else S << "Increments from coordinates : "; IGESData_DumpXYZL(S,level, ent->StartingCorner(), ent->Location()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESGraph/IGESGraph_ToolTextFontDef.cxx b/src/IGESGraph/IGESGraph_ToolTextFontDef.cxx index 32c73abc1f..e1be0fb46e 100644 --- a/src/IGESGraph/IGESGraph_ToolTextFontDef.cxx +++ b/src/IGESGraph/IGESGraph_ToolTextFontDef.cxx @@ -293,27 +293,27 @@ void IGESGraph_ToolTextFontDef::OwnDump Standard_Integer sublevel = (level <= 4) ? 0 : 1; Standard_Integer nbchars = ent->NbCharacters(); - S << "IGESGraph_TextFontDef" << endl; + S << "IGESGraph_TextFontDef" << Message_EndLine; - S << "Font Code : " << ent->FontCode() << endl; + S << "Font Code : " << ent->FontCode() << Message_EndLine; S << "Font Name : "; IGESData_DumpString(S,ent->FontName()); - S << endl; + S << Message_EndLine; if ( ent->IsSupersededFontEntity() ) { S << "Text Definition Entity : "; dumper.Dump(ent->SupersededFontEntity(),S, sublevel); } else S << "Superseding Font Number : " << ent->SupersededFontCode(); - S << endl; - S << "No. of Grid Units eqvt to 1 Text Height : " << ent->Scale() << endl; - S << "ASCII Codes : " << endl - << "Grid Locations of next character origins : " << endl - << "Pen Motions : " << endl - << "Pen Positions : " << endl + S << Message_EndLine; + S << "No. of Grid Units eqvt to 1 Text Height : " << ent->Scale() << Message_EndLine; + S << "ASCII Codes : " << Message_EndLine + << "Grid Locations of next character origins : " << Message_EndLine + << "Pen Motions : " << Message_EndLine + << "Pen Positions : " << Message_EndLine << "Grid Locations the pen moves to : "; - S << "Count = " << nbchars << endl; + S << "Count = " << nbchars << Message_EndLine; IGESData_DumpVals(S,-level,1,nbchars,ent->ASCIICode); - S << endl; + S << Message_EndLine; if (level > 4 ) { Handle(TColgp_HArray1OfXY) arrXY; @@ -322,25 +322,25 @@ void IGESGraph_ToolTextFontDef::OwnDump { Standard_Integer IX,IY; S << "[" << I << "]: "; - S << "ASCII Code : " << ent->ASCIICode(I) << endl; + S << "ASCII Code : " << ent->ASCIICode(I) << Message_EndLine; S << "Grid Location of next character's origin : "; ent->NextCharOrigin(I,IX,IY); S << "X=" << IX << " Y=" << IY; nbmotions = ent->NbPenMotions(I); S << " No. of Pen Motions : " << nbmotions; - if (level <= 5) S << " [ ask level > 5 for Details ]" << endl; + if (level <= 5) S << " [ ask level > 5 for Details ]" << Message_EndLine; else { - S << endl; + S << Message_EndLine; for (J = 1; J <= nbmotions; J++) { S << "Pen up(1) / down(0) flag : " << (Standard_Integer)ent->IsPenUp(I,J); S << " Next Pen Position : "; ent->NextPenPosition(I,J, IX,IY); S << " X="<NbPropertyValues() << endl; + S << "No. of property values : " << ent->NbPropertyValues() << Message_EndLine; S << "Grid : " << ( ent->IsFinite() ? "Finite" : "Infinite"); S << " - Composed of " << ( ent->IsLine() ? "Lines" : "Points"); - S << " - " << ( ent->IsWeighted() ? "Weighted" : "Unweighted") << endl; + S << " - " << ( ent->IsWeighted() ? "Weighted" : "Unweighted") << Message_EndLine; S << "Grid Point : "; IGESData_DumpXY(S, ent->GridPoint()); S << " Grid Spacing : "; - IGESData_DumpXY(S, ent->GridSpacing()); S << endl; + IGESData_DumpXY(S, ent->GridSpacing()); S << Message_EndLine; if (ent->IsFinite()) S << "No. of points/lines in direction : X : " << ent->NbPointsX() - << " - Y : " << ent->NbPointsY() << endl; + << " - Y : " << ent->NbPointsY() << Message_EndLine; } diff --git a/src/IGESSelect/IGESSelect_Activator.cxx b/src/IGESSelect/IGESSelect_Activator.cxx index 33ab49d16d..16ba5583fe 100644 --- a/src/IGESSelect/IGESSelect_Activator.cxx +++ b/src/IGESSelect/IGESSelect_Activator.cxx @@ -126,24 +126,24 @@ IGESSelect_Activator::IGESSelect_Activator() Standard_Integer listmode = 0; if (argc == 2 && arg1[0] == '?') argc = -1; if (argc < 2) { - cout<<"Ajouter un argument pour avoir :\n"<< + std::cout<<"Ajouter un argument pour avoir :\n"<< " l : liste resumee"<< " c : liste complete par item (mais pas pour remaining)\n"<< " r : idem + liste complete remaining\n"<< - " sur tout le modele. Ajouter nom selection pour lister sur une partie"<= 0 ? IFSelect_RetError : IFSelect_RetVoid); } if (arg1[0] == 'l') { - listmode = 0; cout<<"Liste resumee"; + listmode = 0; std::cout<<"Liste resumee"; } else if (arg1[0] == 'c') { - listmode = 1; cout<<"Liste complete par item (pas pour Remaining)"<NamedItem(arg2)); if (sel.IsNull()) { - cout<<"Pas une selection : "<AddList (WS->SelectionResult(sel)); @@ -163,24 +163,24 @@ IGESSelect_Activator::IGESSelect_Activator() if (number == 7) vs->SortSingleViews(Standard_True); Handle(IFSelect_PacketList) sets = vs->Sets(listdr); Standard_Integer nb = vs->NbSets(listdr); - cout<<" -- ViewSorter for"; - if (number == 5) cout<<" Views & Drawings"; - if (number == 6) cout<<" Drawings only (complete)"; - if (number == 7) cout<<" Single Views & Drawing Frames"; - cout<<", on "<NbEntities()<<" ent.s, give "<NbEntities()<<" ent.s, give "<Model()->Number(vs->SetItem(i,listdr))<<" List:"; - cout<NbEntities(i)<<" ent.s:"<NbEntities(i)<<" ent.s:"<Entities(i); WS->ListEntities (iter,0); } - cout <<" -- Remaining Entities (not yet sorted) :" - <NbDuplicated(0,Standard_False)<NbDuplicated(0,Standard_False)<Duplicated(0,Standard_False); WS->ListEntities(iter,0); @@ -189,8 +189,8 @@ IGESSelect_Activator::IGESSelect_Activator() case 10 : { // **** IGESType (form Type/Form) if (argc < 2) { - cout<<"Donner le n0 de type desire, + en option la forme\n" - <<" Si pas de forme, prend toutes les formes du type demande"<NamedItem(arg1)); if (lev.IsNull()) { - cout<= 48 && prem <= 57) digits = atoi(arg1); else { - cout<<"floatformat digits, digits=nb de chiffres signifiants, ou\n" + std::cout<<"floatformat digits, digits=nb de chiffres signifiants, ou\n" << "floatformat NZ %mainformat [%rangeformat [Rmin Rmax]]\n" <<" NZ : N ou n pour Non-zero-suppress, Z ou z pour zero-suppress\n" <<" %mainformat : format principal type printf, ex,: %E\n" <<" + optionnel : format secondaire (flottants autour de 1.) :\n" <<" %rangeformat Rmin Rmax : format type printf entre Rmin et Rmax\n" <<" %rangeformat tout seul : format type printf entre 0.1 et 1000.\n" - < 4) { Rmin = Atof(pilot->Word(4).ToCString()); Rmax = Atof(pilot->Word(5).ToCString()); - if (Rmin <= 0 || Rmax <= 0) { cout<<"intervalle : donner reels > 0"< 0"<SetDefault(digits); @@ -299,17 +299,17 @@ IGESSelect_Activator::IGESSelect_Activator() case 41 : { // **** SetGlobalParameter if (argc < 3) { - cout<<"Donner entier=n0 param a changer + nom TextParam pour la valeur"<NamedItem(arg2)); if (val.IsNull()) { - cout<<"Pas un nom de TextParam:"< 0) S<<"REMARK for LEVEL LIST : Entities are counted in" - <<" \n, and in each Level value of their list"<\n, and in each Level value of their list"<HasName()) return Standard_False; if (thename.IsNull()) return Standard_False; Handle(TCollection_HAsciiString) name = igesent->NameValue(); -// cout<<"SelectName:"<ToCString()<<",with:"<ToCString()<<",IsSameString="<IsSameString (name,Standard_False)<ToCString()<<",with:"<ToCString()<<",IsSameString="<IsSameString (name,Standard_False)<Length(); Standard_Integer nb1 = name->Length(); Standard_Integer nbf = (nb1 <= nb0 ? nb1 : nb0); diff --git a/src/IGESSelect/IGESSelect_SplineToBSpline.cxx b/src/IGESSelect/IGESSelect_SplineToBSpline.cxx index 9fb4833ed5..a405fefdc2 100644 --- a/src/IGESSelect/IGESSelect_SplineToBSpline.cxx +++ b/src/IGESSelect/IGESSelect_SplineToBSpline.cxx @@ -54,8 +54,8 @@ Standard_Boolean IGESSelect_SplineToBSpline::Perform if (it == 112 || it == 126) { thefound = Standard_True; #ifdef OCCT_DEBUG - cout<<"IGESSelect_SplineToBSpline : n0."< 0) sout<<"Error when reading file : "< 0) sout<<"Error when reading file : "<AddFail("IGES File could not be created"); - sout<<" - IGES File could not be created : " << ctx.FileName() << endl; return 0; + sout<<" - IGES File could not be created : " << ctx.FileName() << Message_EndLine; return 0; } sout<<" IGES File Name : "<Label(); if (ctx.IsForAll()) sout << " (all model)"; else sout << " (" << ctx.NbEntities() << " entities)"; -// sout << flush; +// sout << std::flush; } // Envoi VW.SendModel(prot); sout<<" Write "; if (themodefnes) VW.WriteMode() = 10; - Standard_Boolean status = VW.Print(fout); sout<<" Done"<IsRedefinedContent(num); Handle(Standard_Transient) con; if (iserr) con = model->ReportEntity(num)->Content(); - if (entity.IsNull()) { S<<" Null"<DynamicType()->Name(); - else S << "(undefined)" << endl; + else S << "(undefined)" << Message_EndLine; igesent = GetCasted(IGESData_IGESEntity,con); con.Nullify(); Handle(Interface_Check) check = model->ReportEntity(num)->Check(); @@ -192,6 +192,6 @@ static Handle(IGESData_FileProtocol) IGESProto; dump.Dump(igesent,S,level,(level-1)/3); } catch (Standard_Failure const&) { - S << " ** Dump Interrupt **" << endl; + S << " ** Dump Interrupt **" << Message_EndLine; } } diff --git a/src/IGESSolid/IGESSolid_ToolBlock.cxx b/src/IGESSolid/IGESSolid_ToolBlock.cxx index e88e881924..eb7421cdf8 100644 --- a/src/IGESSolid/IGESSolid_ToolBlock.cxx +++ b/src/IGESSolid/IGESSolid_ToolBlock.cxx @@ -187,15 +187,15 @@ void IGESSolid_ToolBlock::OwnDump (const Handle(IGESSolid_Block)& ent, const IGESData_IGESDumper& /* dumper */, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESSolid_Block" << endl; + S << "IGESSolid_Block" << Message_EndLine; S << "Size : "; IGESData_DumpXYZ(S, ent->Size()); - S << endl << "Corner : "; + S << Message_EndLine << "Corner : "; IGESData_DumpXYZL(S,level, ent->Corner(), ent->Location()); - S << endl << "XAxis : "; + S << Message_EndLine << "XAxis : "; IGESData_DumpXYZL(S,level, ent->XAxis(), ent->VectorLocation()); - S << endl << "ZAxis : "; + S << Message_EndLine << "ZAxis : "; IGESData_DumpXYZL(S,level, ent->ZAxis(), ent->VectorLocation()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESSolid/IGESSolid_ToolBooleanTree.cxx b/src/IGESSolid/IGESSolid_ToolBooleanTree.cxx index 5ec8254f21..abddb0d71b 100644 --- a/src/IGESSolid/IGESSolid_ToolBooleanTree.cxx +++ b/src/IGESSolid/IGESSolid_ToolBooleanTree.cxx @@ -178,31 +178,31 @@ void IGESSolid_ToolBooleanTree::OwnDump { Standard_Integer i, length = ent->Length(); - S << "IGESSolid_Boolean Tree" << endl; + S << "IGESSolid_Boolean Tree" << Message_EndLine; - S << "Length of the post-order notation :" << length << endl; + S << "Length of the post-order notation :" << length << Message_EndLine; if (level > 4) { - S << "Post-order notation of the Boolean Tree :" << endl; + S << "Post-order notation of the Boolean Tree :" << Message_EndLine; for (i = 1; i <= length; i++) { if (ent->IsOperand(i)) { S << "[" << i << "] Operand : "; dumper.Dump (ent->Operand(i),S, 1); - S << endl; + S << Message_EndLine; } else { Standard_Integer opcode = ent->Operation(i); S << "[" << i << "] Operator : " << opcode; if (opcode == 1) S << " (Union)"; - else if (opcode == 2) S << " (Intersection)" << endl; - else if (opcode == 3) S << " (Difference)" << endl; - else S << " (incorrect value)" << endl; + else if (opcode == 2) S << " (Intersection)" << Message_EndLine; + else if (opcode == 3) S << " (Difference)" << Message_EndLine; + else S << " (incorrect value)" << Message_EndLine; } } } -// S << endl; +// S << std::endl; } diff --git a/src/IGESSolid/IGESSolid_ToolConeFrustum.cxx b/src/IGESSolid/IGESSolid_ToolConeFrustum.cxx index bf11166e88..7008154edd 100644 --- a/src/IGESSolid/IGESSolid_ToolConeFrustum.cxx +++ b/src/IGESSolid/IGESSolid_ToolConeFrustum.cxx @@ -171,14 +171,14 @@ void IGESSolid_ToolConeFrustum::OwnDump (const Handle(IGESSolid_ConeFrustum)& ent, const IGESData_IGESDumper& /* dumper */, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESSolid_ConeFrustum" << endl; + S << "IGESSolid_ConeFrustum" << Message_EndLine; S << "Height : " << ent->Height() << " "; S << "Larger face Radius : " << ent->LargerRadius() << " "; - S << "Smaller face Radius : " << ent->SmallerRadius() << endl; + S << "Smaller face Radius : " << ent->SmallerRadius() << Message_EndLine; S << "Face Center : "; IGESData_DumpXYZL(S,level, ent->FaceCenter(), ent->Location()); - S << endl << "Axis : "; + S << Message_EndLine << "Axis : "; IGESData_DumpXYZL(S,level, ent->Axis(), ent->VectorLocation()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESSolid/IGESSolid_ToolConicalSurface.cxx b/src/IGESSolid/IGESSolid_ToolConicalSurface.cxx index d832bb0fa1..d0559cbc34 100644 --- a/src/IGESSolid/IGESSolid_ToolConicalSurface.cxx +++ b/src/IGESSolid/IGESSolid_ToolConicalSurface.cxx @@ -143,22 +143,22 @@ void IGESSolid_ToolConicalSurface::OwnDump (const Handle(IGESSolid_ConicalSurface)& ent, const IGESData_IGESDumper& dumper, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESSolid_ConicalSurface" << endl; + S << "IGESSolid_ConicalSurface" << Message_EndLine; Standard_Integer sublevel = (level <= 4) ? 0 : 1; S << "Point on axis : "; dumper.Dump(ent->LocationPoint(),S, sublevel); - S << endl; + S << Message_EndLine; S << "Axis direction : "; dumper.Dump(ent->Axis(),S, sublevel); - S << endl; + S << Message_EndLine; S << "Radius : " << ent->Radius() << " "; - S << "Semi-angle : " << ent->SemiAngle() << endl; + S << "Semi-angle : " << ent->SemiAngle() << Message_EndLine; if (ent->IsParametrised()) { - S << "Surface is Parametrised - Reference direction : " << endl; + S << "Surface is Parametrised - Reference direction : " << Message_EndLine; dumper.Dump(ent->ReferenceDir(),S, sublevel); - S << endl; + S << Message_EndLine; } - else S << "Surface is UnParametrised" << endl; + else S << "Surface is UnParametrised" << Message_EndLine; } diff --git a/src/IGESSolid/IGESSolid_ToolCylinder.cxx b/src/IGESSolid/IGESSolid_ToolCylinder.cxx index 1b383ca7dd..8c72c03a0b 100644 --- a/src/IGESSolid/IGESSolid_ToolCylinder.cxx +++ b/src/IGESSolid/IGESSolid_ToolCylinder.cxx @@ -165,13 +165,13 @@ void IGESSolid_ToolCylinder::OwnDump // gp_Pnt TCenter = ent->TransformedFaceCenter(); // gp_Dir TAxis = ent->TransformedAxis(); - S << "IGESSolid_Cylinder" << endl; + S << "IGESSolid_Cylinder" << Message_EndLine; S << "Height : " << ent->Height() << " "; - S << "Radius : " << ent->Radius() << endl; + S << "Radius : " << ent->Radius() << Message_EndLine; S << "Center : "; IGESData_DumpXYZL(S,level, ent->FaceCenter(), ent->Location()); - S << endl << "Axis : "; + S << Message_EndLine << "Axis : "; IGESData_DumpXYZL(S,level, ent->Axis(), ent->VectorLocation()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESSolid/IGESSolid_ToolCylindricalSurface.cxx b/src/IGESSolid/IGESSolid_ToolCylindricalSurface.cxx index 813f99f8a7..1666f8766c 100644 --- a/src/IGESSolid/IGESSolid_ToolCylindricalSurface.cxx +++ b/src/IGESSolid/IGESSolid_ToolCylindricalSurface.cxx @@ -136,21 +136,21 @@ void IGESSolid_ToolCylindricalSurface::OwnDump (const Handle(IGESSolid_CylindricalSurface)& ent, const IGESData_IGESDumper& dumper, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESSolid_CylindricalSurface" << endl; + S << "IGESSolid_CylindricalSurface" << Message_EndLine; Standard_Integer sublevel = (level <= 4) ? 0 : 1; S << "Point on axis : "; dumper.Dump(ent->LocationPoint(),S, sublevel); - S << endl; + S << Message_EndLine; S << "Axis direction : "; dumper.Dump(ent->Axis(),S, sublevel); - S << endl; - S << "Radius : " << ent->Radius() << endl; + S << Message_EndLine; + S << "Radius : " << ent->Radius() << Message_EndLine; if (ent->IsParametrised()) { S << "Surface is Parametrised - Reference direction : "; dumper.Dump(ent->ReferenceDir(),S, sublevel); - S << endl; + S << Message_EndLine; } - else S << "Surface is UnParametrised" << endl; + else S << "Surface is UnParametrised" << Message_EndLine; } diff --git a/src/IGESSolid/IGESSolid_ToolEdgeList.cxx b/src/IGESSolid/IGESSolid_ToolEdgeList.cxx index e390ba678f..a49d44ef69 100644 --- a/src/IGESSolid/IGESSolid_ToolEdgeList.cxx +++ b/src/IGESSolid/IGESSolid_ToolEdgeList.cxx @@ -351,8 +351,8 @@ void IGESSolid_ToolEdgeList::OwnDump(const Handle(IGESSolid_EdgeList)& ent, { Standard_Integer i, length = ent->NbEdges(); - S << "IGESSolid_EdgeList" << endl; - S << "Number of edge tuples : " << length << endl; + S << "IGESSolid_EdgeList" << Message_EndLine; + S << "Number of edge tuples : " << length << Message_EndLine; switch (level) { case 4 : @@ -360,15 +360,15 @@ void IGESSolid_ToolEdgeList::OwnDump(const Handle(IGESSolid_EdgeList)& ent, S << "Start Vertex List : "; S << "Start Vertex Index : "; IGESData_DumpVals(S ,level,1, length,ent->StartVertexIndex); - S << endl; + S << Message_EndLine; S << "End Vertex List : "; S << "End Vertex Index : "; IGESData_DumpVals(S ,level,1, length,ent->EndVertexIndex); - S << endl; + S << Message_EndLine; break; case 5 : case 6 : - S<<" Curve - Vertices. Start : (VertexList,Index) End : (VertexList,Index)"<EndVertexList(i),S, 0); S << " , " << ent->EndVertexIndex(i); - S << ")" << endl; + S << ")" << Message_EndLine; } break; default : break; } - S << endl; + S << Message_EndLine; } diff --git a/src/IGESSolid/IGESSolid_ToolEllipsoid.cxx b/src/IGESSolid/IGESSolid_ToolEllipsoid.cxx index f931acb142..46e05ae3f2 100644 --- a/src/IGESSolid/IGESSolid_ToolEllipsoid.cxx +++ b/src/IGESSolid/IGESSolid_ToolEllipsoid.cxx @@ -190,15 +190,15 @@ void IGESSolid_ToolEllipsoid::OwnDump (const Handle(IGESSolid_Ellipsoid)& ent, const IGESData_IGESDumper& /* dumper */, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESSolid_Ellipsoid" << endl; + S << "IGESSolid_Ellipsoid" << Message_EndLine; S << "Size : "; IGESData_DumpXYZ(S, ent->Size()); - S << endl << "Center : "; + S << Message_EndLine << "Center : "; IGESData_DumpXYZL(S,level, ent->Center(), ent->Location()); - S << endl << "XAxis : "; + S << Message_EndLine << "XAxis : "; IGESData_DumpXYZL(S,level, ent->XAxis(), ent->VectorLocation()); - S << endl << "ZAxis : "; + S << Message_EndLine << "ZAxis : "; IGESData_DumpXYZL(S,level, ent->ZAxis(), ent->VectorLocation()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESSolid/IGESSolid_ToolFace.cxx b/src/IGESSolid/IGESSolid_ToolFace.cxx index 293ca11c70..3b2053ce56 100644 --- a/src/IGESSolid/IGESSolid_ToolFace.cxx +++ b/src/IGESSolid/IGESSolid_ToolFace.cxx @@ -249,16 +249,16 @@ void IGESSolid_ToolFace::OwnDump(const Handle(IGESSolid_Face)& ent, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESSolid_Face" << endl; + S << "IGESSolid_Face" << Message_EndLine; Standard_Integer sublevel = (level <= 4) ? 0 : 1; S << "Surface : "; dumper.Dump(ent->Surface(),S, sublevel); - S << endl; - if (ent->HasOuterLoop()) S << "Outer loop is present (First one)" << endl; - else S << "Outer loop is not present" << endl; + S << Message_EndLine; + if (ent->HasOuterLoop()) S << "Outer loop is present (First one)" << Message_EndLine; + else S << "Outer loop is not present" << Message_EndLine; S << "Loops : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbLoops(),ent->Loop); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESSolid/IGESSolid_ToolLoop.cxx b/src/IGESSolid/IGESSolid_ToolLoop.cxx index 4798630575..85385925a0 100644 --- a/src/IGESSolid/IGESSolid_ToolLoop.cxx +++ b/src/IGESSolid/IGESSolid_ToolLoop.cxx @@ -375,15 +375,15 @@ void IGESSolid_ToolLoop::OwnDump(const Handle(IGESSolid_Loop)& ent, Standard_Integer nbedges = ent->NbEdges(); Standard_Integer sublevel = (level <= 4) ? 0 : 1; - S << "IGESSolid_Loop" << endl; + S << "IGESSolid_Loop" << Message_EndLine; - S << "Edge types : " << endl; - S << "Edges : " << endl; - S << "List index : " << endl; - S << "Orientation flags : " << endl; + S << "Edge types : " << Message_EndLine; + S << "Edges : " << Message_EndLine; + S << "List index : " << Message_EndLine; + S << "Orientation flags : " << Message_EndLine; S << "Parametric flags : "; IGESData_DumpEntities(S,dumper,-level,1, nbedges,ent->Edge); - S << endl; + S << Message_EndLine; if (level > 4) { S << "[ "; @@ -409,14 +409,14 @@ void IGESSolid_ToolLoop::OwnDump(const Handle(IGESSolid_Loop)& ent, << ( ent->IsIsoparametric(i,j) ? "True" : "False" ) << " "; S << "Parametric curve : "; dumper.Dump (ent->ParametricCurve(i,j),S, sublevel); - S << endl; + S << Message_EndLine; } S << " ]"; } } - S << endl; + S << Message_EndLine; } S << " ]"; } - S << endl; + S << Message_EndLine; } diff --git a/src/IGESSolid/IGESSolid_ToolManifoldSolid.cxx b/src/IGESSolid/IGESSolid_ToolManifoldSolid.cxx index 60e8c9b2e9..d87f164dc4 100644 --- a/src/IGESSolid/IGESSolid_ToolManifoldSolid.cxx +++ b/src/IGESSolid/IGESSolid_ToolManifoldSolid.cxx @@ -209,22 +209,22 @@ void IGESSolid_ToolManifoldSolid::OwnDump (const Handle(IGESSolid_ManifoldSolid)& ent, const IGESData_IGESDumper& dumper, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESSolid_ManifoldSolid" << endl; + S << "IGESSolid_ManifoldSolid" << Message_EndLine; Standard_Integer sublevel = (level <= 4) ? 0 : 1; S << "Shell : "; dumper.Dump(ent->Shell(),S, sublevel); - S << endl; + S << Message_EndLine; if (ent->OrientationFlag()) - S << "Orientation agrees with the underlying surface" << endl; + S << "Orientation agrees with the underlying surface" << Message_EndLine; else - S << "Orientation does not agrees with the underlying surface" << endl; - S << "Void shells :" << endl << "Orientation flags : "; + S << "Orientation does not agrees with the underlying surface" << Message_EndLine; + S << "Void shells :" << Message_EndLine << "Orientation flags : "; IGESData_DumpEntities(S,dumper,-level,1, ent->NbVoidShells(),ent->VoidShell); - S << endl; + S << Message_EndLine; if (level > 4) { - S << "[ " << endl; + S << "[ " << Message_EndLine; if (ent->NbVoidShells() > 0) { Standard_Integer upper = ent->NbVoidShells(); @@ -234,12 +234,12 @@ void IGESSolid_ToolManifoldSolid::OwnDump S << "Void shell : "; dumper.Dump (ent->VoidShell(i),S, sublevel); S << " - Orientation flag : "; - if (ent->VoidOrientationFlag(i)) S << "True" << endl; - else S << "False" << endl; + if (ent->VoidOrientationFlag(i)) S << "True" << Message_EndLine; + else S << "False" << Message_EndLine; } } - S << " ]" << endl; + S << " ]" << Message_EndLine; } - S << endl; + S << Message_EndLine; } diff --git a/src/IGESSolid/IGESSolid_ToolPlaneSurface.cxx b/src/IGESSolid/IGESSolid_ToolPlaneSurface.cxx index d51a8350df..02a8806716 100644 --- a/src/IGESSolid/IGESSolid_ToolPlaneSurface.cxx +++ b/src/IGESSolid/IGESSolid_ToolPlaneSurface.cxx @@ -257,20 +257,20 @@ void IGESSolid_ToolPlaneSurface::OwnDump(const Handle(IGESSolid_PlaneSurface)& e const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESSolid_PlaneSurface" << endl; + S << "IGESSolid_PlaneSurface" << Message_EndLine; Standard_Integer sublevel = (level <= 4) ? 0 : 1; S << "Point on axis : "; dumper.Dump(ent->LocationPoint(),S, sublevel); - S << endl; + S << Message_EndLine; S << "Normal direction : "; dumper.Dump(ent->Normal(),S, sublevel); - S << endl; + S << Message_EndLine; if (ent->IsParametrised()) { S << "Surface is Parametrised - Reference direction : "; dumper.Dump(ent->ReferenceDir(),S, sublevel); - S << endl; + S << Message_EndLine; } - else S << "Surface is UnParametrised" << endl; + else S << "Surface is UnParametrised" << Message_EndLine; } diff --git a/src/IGESSolid/IGESSolid_ToolRightAngularWedge.cxx b/src/IGESSolid/IGESSolid_ToolRightAngularWedge.cxx index e7d71c66af..c9c698a9ca 100644 --- a/src/IGESSolid/IGESSolid_ToolRightAngularWedge.cxx +++ b/src/IGESSolid/IGESSolid_ToolRightAngularWedge.cxx @@ -196,16 +196,16 @@ void IGESSolid_ToolRightAngularWedge::OwnDump (const Handle(IGESSolid_RightAngularWedge)& ent, const IGESData_IGESDumper& /* dumper */, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESSolid_RightAngularWedge" << endl; + S << "IGESSolid_RightAngularWedge" << Message_EndLine; S << "Size : "; IGESData_DumpXYZ(S, ent->Size()); S << " "; - S << "XSmall : " << ent->XSmallLength() << endl; + S << "XSmall : " << ent->XSmallLength() << Message_EndLine; S << "Corner : "; IGESData_DumpXYZL(S,level, ent->Corner(), ent->Location()); - S << endl << "XAxis : "; + S << Message_EndLine << "XAxis : "; IGESData_DumpXYZL(S,level, ent->XAxis(), ent->VectorLocation()); - S << endl << "ZAxis : "; + S << Message_EndLine << "ZAxis : "; IGESData_DumpXYZL(S,level, ent->ZAxis(), ent->VectorLocation()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESSolid/IGESSolid_ToolSelectedComponent.cxx b/src/IGESSolid/IGESSolid_ToolSelectedComponent.cxx index 3e15d01779..16c91cd318 100644 --- a/src/IGESSolid/IGESSolid_ToolSelectedComponent.cxx +++ b/src/IGESSolid/IGESSolid_ToolSelectedComponent.cxx @@ -107,12 +107,12 @@ void IGESSolid_ToolSelectedComponent::OwnDump (const Handle(IGESSolid_SelectedComponent)& ent, const IGESData_IGESDumper& dumper, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESSolid_SelectedComponent" << endl; + S << "IGESSolid_SelectedComponent" << Message_EndLine; // the heading for boolean tree is in BooleanTree OwnDump - S << "Boolean Tree Entity : " << endl; + S << "Boolean Tree Entity : " << Message_EndLine; dumper.Dump(ent->Component(),S, (level <= 4) ? 0 : 1); S << "Seleted Point : "; IGESData_DumpXYZL(S,level, ent->SelectPoint(), ent->Location()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESSolid/IGESSolid_ToolShell.cxx b/src/IGESSolid/IGESSolid_ToolShell.cxx index 4e6ceefd57..d37266f5cc 100644 --- a/src/IGESSolid/IGESSolid_ToolShell.cxx +++ b/src/IGESSolid/IGESSolid_ToolShell.cxx @@ -232,25 +232,25 @@ void IGESSolid_ToolShell::OwnDump(const Handle(IGESSolid_Shell)& ent, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESSolid_Shell" << endl; + S << "IGESSolid_Shell" << Message_EndLine; Standard_Integer upper = ent->NbFaces(); Standard_Integer sublevel = (level <= 4) ? 0 : 1; - S << "Faces : " << endl << "Orientation flags : "; + S << "Faces : " << Message_EndLine << "Orientation flags : "; IGESData_DumpEntities(S,dumper,-level,1, ent->NbFaces(),ent->Face); - S << endl; + S << Message_EndLine; if (level > 4) { - S << "[" << endl; + S << "[" << Message_EndLine; for (Standard_Integer i = 1; i <= upper; i ++) { S << "[" << i << "]: "; S << "Face : "; dumper.Dump (ent->Face(i),S, sublevel); S << " - Orientation flag : "; - if (ent->Orientation(i)) S << "True" << endl; - else S << "False" << endl; + if (ent->Orientation(i)) S << "True" << Message_EndLine; + else S << "False" << Message_EndLine; } } - S << endl; + S << Message_EndLine; } diff --git a/src/IGESSolid/IGESSolid_ToolSolidAssembly.cxx b/src/IGESSolid/IGESSolid_ToolSolidAssembly.cxx index 2f0d7a9d29..4bd250ab6e 100644 --- a/src/IGESSolid/IGESSolid_ToolSolidAssembly.cxx +++ b/src/IGESSolid/IGESSolid_ToolSolidAssembly.cxx @@ -160,12 +160,12 @@ void IGESSolid_ToolSolidAssembly::OwnDump { // Standard_Integer upper = ent->NbItems(); - S << "IGESSolid_SolidAssembly" << endl; + S << "IGESSolid_SolidAssembly" << Message_EndLine; S << "Items : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbItems(),ent->Item); - S << endl; + S << Message_EndLine; S << "Matrices : "; IGESData_DumpEntities(S,dumper ,level,1, ent->NbItems(),ent->TransfMatrix); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESSolid/IGESSolid_ToolSolidInstance.cxx b/src/IGESSolid/IGESSolid_ToolSolidInstance.cxx index 54e45e8d67..6825ff9b4a 100644 --- a/src/IGESSolid/IGESSolid_ToolSolidInstance.cxx +++ b/src/IGESSolid/IGESSolid_ToolSolidInstance.cxx @@ -93,9 +93,9 @@ void IGESSolid_ToolSolidInstance::OwnDump (const Handle(IGESSolid_SolidInstance)& ent, const IGESData_IGESDumper& dumper, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESSolid_SolidInstance" << endl; + S << "IGESSolid_SolidInstance" << Message_EndLine; S << "Solid entity : "; dumper.Dump(ent->Entity(),S, (level <= 4) ? 0 : 1); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESSolid/IGESSolid_ToolSolidOfLinearExtrusion.cxx b/src/IGESSolid/IGESSolid_ToolSolidOfLinearExtrusion.cxx index 11f20b22c9..144c09c35d 100644 --- a/src/IGESSolid/IGESSolid_ToolSolidOfLinearExtrusion.cxx +++ b/src/IGESSolid/IGESSolid_ToolSolidOfLinearExtrusion.cxx @@ -137,13 +137,13 @@ void IGESSolid_ToolSolidOfLinearExtrusion::OwnDump (const Handle(IGESSolid_SolidOfLinearExtrusion)& ent, const IGESData_IGESDumper& dumper, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESSolid_SolidOfLinearExtrusion" << endl; + S << "IGESSolid_SolidOfLinearExtrusion" << Message_EndLine; S << "Curve entity : "; dumper.Dump(ent->Curve(),S, (level <= 4) ? 0 : 1); - S << endl; - S << "Extrusion length : " << ent->ExtrusionLength() << endl; + S << Message_EndLine; + S << "Extrusion length : " << ent->ExtrusionLength() << Message_EndLine; S << "Extrusion direction : "; IGESData_DumpXYZL(S,level, ent->ExtrusionDirection(), ent->VectorLocation()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESSolid/IGESSolid_ToolSolidOfRevolution.cxx b/src/IGESSolid/IGESSolid_ToolSolidOfRevolution.cxx index 13a78cdd5b..58e2552316 100644 --- a/src/IGESSolid/IGESSolid_ToolSolidOfRevolution.cxx +++ b/src/IGESSolid/IGESSolid_ToolSolidOfRevolution.cxx @@ -169,15 +169,15 @@ void IGESSolid_ToolSolidOfRevolution::OwnDump (const Handle(IGESSolid_SolidOfRevolution)& ent, const IGESData_IGESDumper& dumper, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESSolid_SolidOfRevolution" << endl; + S << "IGESSolid_SolidOfRevolution" << Message_EndLine; S << "Curve entity :"; dumper.Dump(ent->Curve(),S, (level <= 4) ? 0 : 1); - S << endl; - S << "Fraction of rotation : " << ent->Fraction() << endl; + S << Message_EndLine; + S << "Fraction of rotation : " << ent->Fraction() << Message_EndLine; S << "Axis Point : "; IGESData_DumpXYZL(S,level, ent->AxisPoint(), ent->Location()); - S << endl << "Axis direction : "; + S << Message_EndLine << "Axis direction : "; IGESData_DumpXYZL(S,level, ent->Axis(), ent->VectorLocation()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESSolid/IGESSolid_ToolSphere.cxx b/src/IGESSolid/IGESSolid_ToolSphere.cxx index 131dead26c..f260734ba7 100644 --- a/src/IGESSolid/IGESSolid_ToolSphere.cxx +++ b/src/IGESSolid/IGESSolid_ToolSphere.cxx @@ -122,10 +122,10 @@ void IGESSolid_ToolSphere::OwnDump (const Handle(IGESSolid_Sphere)& ent, const IGESData_IGESDumper& /* dumper */, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESSolid_Sphere" << endl; + S << "IGESSolid_Sphere" << Message_EndLine; - S << "Radius : " << ent->Radius() << endl; + S << "Radius : " << ent->Radius() << Message_EndLine; S << "Center : "; IGESData_DumpXYZL(S,level, ent->Center(), ent->Location()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESSolid/IGESSolid_ToolSphericalSurface.cxx b/src/IGESSolid/IGESSolid_ToolSphericalSurface.cxx index 813b8e8ac9..cbc73c1655 100644 --- a/src/IGESSolid/IGESSolid_ToolSphericalSurface.cxx +++ b/src/IGESSolid/IGESSolid_ToolSphericalSurface.cxx @@ -143,22 +143,22 @@ void IGESSolid_ToolSphericalSurface::OwnDump (const Handle(IGESSolid_SphericalSurface)& ent, const IGESData_IGESDumper& dumper, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESSolid_SphericalSurface" << endl; + S << "IGESSolid_SphericalSurface" << Message_EndLine; Standard_Integer sublevel = (level <= 4) ? 0 : 1; S << "Center : "; dumper.Dump(ent->Center(),S, sublevel); - S << endl; - S << "Radius : " << ent->Radius() << endl; + S << Message_EndLine; + S << "Radius : " << ent->Radius() << Message_EndLine; if (ent->IsParametrised()) { - S << "Surface is Parametrised" << endl; + S << "Surface is Parametrised" << Message_EndLine; S << "Axis direction : "; dumper.Dump(ent->Axis(),S, sublevel); - S << endl; + S << Message_EndLine; S << "Reference direction : "; dumper.Dump(ent->ReferenceDir(),S, sublevel); - S << endl; + S << Message_EndLine; } - else S << "Surface is UnParametrised" << endl; + else S << "Surface is UnParametrised" << Message_EndLine; } diff --git a/src/IGESSolid/IGESSolid_ToolToroidalSurface.cxx b/src/IGESSolid/IGESSolid_ToolToroidalSurface.cxx index 1106c165e0..4683358147 100644 --- a/src/IGESSolid/IGESSolid_ToolToroidalSurface.cxx +++ b/src/IGESSolid/IGESSolid_ToolToroidalSurface.cxx @@ -140,22 +140,22 @@ void IGESSolid_ToolToroidalSurface::OwnDump (const Handle(IGESSolid_ToroidalSurface)& ent, const IGESData_IGESDumper& dumper, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESSolid_ToroidalSurface" << endl; + S << "IGESSolid_ToroidalSurface" << Message_EndLine; Standard_Integer sublevel = (level <= 4) ? 0 : 1; S << "Center : "; dumper.Dump(ent->Center(),S, sublevel); - S << endl; + S << Message_EndLine; S << "Axis direction : "; dumper.Dump(ent->Axis(),S, sublevel); - S << endl; + S << Message_EndLine; S << "Major Radius : " << ent->MajorRadius() << " "; - S << "Minor Radius : " << ent->MinorRadius() << endl; + S << "Minor Radius : " << ent->MinorRadius() << Message_EndLine; if (ent->IsParametrised()) { S << "Surface is Parametrised - Reference direction : "; dumper.Dump(ent->ReferenceDir(),S, sublevel); - S << endl; + S << Message_EndLine; } - else S << "Surface is UnParametrised" << endl; + else S << "Surface is UnParametrised" << Message_EndLine; } diff --git a/src/IGESSolid/IGESSolid_ToolTorus.cxx b/src/IGESSolid/IGESSolid_ToolTorus.cxx index 17647e5679..0fffb8c9c1 100644 --- a/src/IGESSolid/IGESSolid_ToolTorus.cxx +++ b/src/IGESSolid/IGESSolid_ToolTorus.cxx @@ -161,13 +161,13 @@ void IGESSolid_ToolTorus::OwnDump (const Handle(IGESSolid_Torus)& ent, const IGESData_IGESDumper& /* dumper */, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESSolid_Torus" << endl; + S << "IGESSolid_Torus" << Message_EndLine; S << "Radius of revolution : " << ent->MajorRadius() << " "; - S << "Radius of the disc : " << ent->DiscRadius() << endl; + S << "Radius of the disc : " << ent->DiscRadius() << Message_EndLine; S << "Center Point : "; IGESData_DumpXYZL(S,level, ent->AxisPoint(), ent->Location()); - S << endl << "Axis direction : "; + S << Message_EndLine << "Axis direction : "; IGESData_DumpXYZL(S,level, ent->Axis(), ent->VectorLocation()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESSolid/IGESSolid_ToolVertexList.cxx b/src/IGESSolid/IGESSolid_ToolVertexList.cxx index 2b3486dad1..60b8d84478 100644 --- a/src/IGESSolid/IGESSolid_ToolVertexList.cxx +++ b/src/IGESSolid/IGESSolid_ToolVertexList.cxx @@ -204,9 +204,9 @@ void IGESSolid_ToolVertexList::OwnDump(const Handle(IGESSolid_VertexList)& ent, const Handle(Message_Messenger)& S, const Standard_Integer level) const { - S << "IGESSolid_VertexList" << endl; + S << "IGESSolid_VertexList" << Message_EndLine; S << "Vertices : "; IGESData_DumpListXYZL(S ,level,1, ent->NbVertices(),ent->Vertex,ent->Location()); - S << endl; + S << Message_EndLine; } diff --git a/src/IGESToBRep/IGESToBRep.cxx b/src/IGESToBRep/IGESToBRep.cxx index 2375baa1f8..41bcff4c2b 100644 --- a/src/IGESToBRep/IGESToBRep.cxx +++ b/src/IGESToBRep/IGESToBRep.cxx @@ -297,15 +297,15 @@ Standard_Boolean IGESToBRep::IsBRepEntity(const Handle(IGESData_IGESEntity)& sta } else { #ifdef OCCT_DEBUG - cout << "Warning: IGESToBRep::TransferPCurve: pcurves are not SameRange" << endl; + std::cout << "Warning: IGESToBRep::TransferPCurve: pcurves are not SameRange" << std::endl; #endif result = Standard_False; } } catch(Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout << "\n**IGESToBRep::TransferPCurve: Exception in SameRange : "; - anException.Print(cout); + std::cout << "\n**IGESToBRep::TransferPCurve: Exception in SameRange : "; + anException.Print(std::cout); #endif (void)anException; result = Standard_False; diff --git a/src/IGESToBRep/IGESToBRep_BasicCurve.cxx b/src/IGESToBRep/IGESToBRep_BasicCurve.cxx index d8ad1c4449..41a6c70f0e 100644 --- a/src/IGESToBRep/IGESToBRep_BasicCurve.cxx +++ b/src/IGESToBRep/IGESToBRep_BasicCurve.cxx @@ -219,8 +219,8 @@ Handle(Geom_Curve) IGESToBRep_BasicCurve::TransferBasicCurve } //:36 catch(Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout << "\n** Exception in IGESToBRep_BasicCurve::TransferBasicCurve : "; - anException.Print(cout); + std::cout << "\n** Exception in IGESToBRep_BasicCurve::TransferBasicCurve : "; + anException.Print(std::cout); #endif (void)anException; } @@ -283,8 +283,8 @@ Handle(Geom2d_Curve) IGESToBRep_BasicCurve::Transfer2dBasicCurve } //:h8 catch(Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout << "\n** Exception in IGESToBRep_BasicCurve::Transfer2dBasicCurve : "; - anException.Print(cout); + std::cout << "\n** Exception in IGESToBRep_BasicCurve::Transfer2dBasicCurve : "; + anException.Print(std::cout); #endif (void)anException; } @@ -1092,8 +1092,8 @@ Handle(Geom_Curve) IGESToBRep_BasicCurve::TransferBSplineCurve } catch(Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout << "\n** Exception in IGESToBRep_BasicCurve::TransferBSplineCurve during creation of Geom_BSplineCurve : "; - anException.Print(cout); + std::cout << "\n** Exception in IGESToBRep_BasicCurve::TransferBSplineCurve during creation of Geom_BSplineCurve : "; + anException.Print(std::cout); #endif (void)anException; } diff --git a/src/IGESToBRep/IGESToBRep_BasicSurface.cxx b/src/IGESToBRep/IGESToBRep_BasicSurface.cxx index d9aed32d2b..8f62cc7a03 100644 --- a/src/IGESToBRep/IGESToBRep_BasicSurface.cxx +++ b/src/IGESToBRep/IGESToBRep_BasicSurface.cxx @@ -223,8 +223,8 @@ Handle(Geom_Surface) IGESToBRep_BasicSurface::TransferBasicSurface } //:36 catch(Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout << "\n** Exception in IGESToBRep_BasicSurface::TransferBasicSurface : "; - anException.Print(cout); + std::cout << "\n** Exception in IGESToBRep_BasicSurface::TransferBasicSurface : "; + anException.Print(std::cout); #endif (void)anException; } diff --git a/src/IGESToBRep/IGESToBRep_CurveAndSurface.cxx b/src/IGESToBRep/IGESToBRep_CurveAndSurface.cxx index 7b567103b7..3511d96e21 100644 --- a/src/IGESToBRep/IGESToBRep_CurveAndSurface.cxx +++ b/src/IGESToBRep/IGESToBRep_CurveAndSurface.cxx @@ -194,7 +194,7 @@ void IGESToBRep_CurveAndSurface::SetModel(const Handle(IGESData_IGESModel)& mode if (unitfactor != 1.) { if ( myTP->TraceLevel() > 2 ) - myTP->Messenger() << "UnitFactor = "<< unitfactor << endl; + myTP->Messenger() << "UnitFactor = "<< unitfactor << Message_EndLine; myUnitFactor = unitfactor; } UpdateMinMaxTol(); diff --git a/src/IGESToBRep/IGESToBRep_TopoSurface.cxx b/src/IGESToBRep/IGESToBRep_TopoSurface.cxx index 56c337ccd2..efe37e6a44 100644 --- a/src/IGESToBRep/IGESToBRep_TopoSurface.cxx +++ b/src/IGESToBRep/IGESToBRep_TopoSurface.cxx @@ -785,9 +785,9 @@ TopoDS_Shape IGESToBRep_TopoSurface::TransferSurfaceOfRevolution } catch (Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout << "Warning: IgesToBRep_TopoSurface::" + std::cout << "Warning: IgesToBRep_TopoSurface::" "TransferSurfaceOfRevolution(): exception by Geom: "; - anException.Print ( cout ); cout << endl; + anException.Print ( std::cout ); std::cout << std::endl; #endif (void)anException; }//catch (Standard_Failure) @@ -918,8 +918,8 @@ TopoDS_Shape IGESToBRep_TopoSurface::TransferTabulatedCylinder } catch (Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout << "Warning: IgesToBRep_TopoSurface::TransferTabulatedCylinder(): exception by Geom: "; - anException.Print ( cout ); cout << endl; + std::cout << "Warning: IgesToBRep_TopoSurface::TransferTabulatedCylinder(): exception by Geom: "; + anException.Print ( std::cout ); std::cout << std::endl; #endif (void)anException; } @@ -1310,7 +1310,7 @@ TopoDS_Shape IGESToBRep_TopoSurface::TransferBoundedSurface if (myshape.IsNull()) { //#55 rln 24.12.98 UKI60878 entity D593 #ifdef OCCT_DEBUG - cout << "Fail: IGESToBRep_TopoSurface::TransferBoundedSurface UntrimmedSurface is translated into Null" << endl; + std::cout << "Fail: IGESToBRep_TopoSurface::TransferBoundedSurface UntrimmedSurface is translated into Null" << std::endl; #endif return res; } diff --git a/src/IVtkDraw/IVtkDraw_Interactor.cxx b/src/IVtkDraw/IVtkDraw_Interactor.cxx index 9401662dd4..743caf9a39 100644 --- a/src/IVtkDraw/IVtkDraw_Interactor.cxx +++ b/src/IVtkDraw/IVtkDraw_Interactor.cxx @@ -249,7 +249,7 @@ void IVtkDraw_Interactor::MoveTo (Standard_Integer theX, Standard_Integer theY) Handle(Message_Messenger) anOutput = Message::DefaultMessenger(); if (!myPipelines->IsBound(aShapeID)) { - anOutput << "Warning: there is no VTK pipeline registered for highlighted shape" << endl; + anOutput << "Warning: there is no VTK pipeline registered for highlighted shape" << Message_EndLine; continue; } @@ -314,7 +314,7 @@ void IVtkDraw_Interactor::OnSelection() Handle(Message_Messenger) anOutput = Message::DefaultMessenger(); if (!myPipelines->IsBound (aShapeID)) { - anOutput << "Warning: there is no VTK pipeline registered for picked shape" << endl; + anOutput << "Warning: there is no VTK pipeline registered for picked shape" << Message_EndLine; continue; } diff --git a/src/IntAna/IntAna_Curve.cxx b/src/IntAna/IntAna_Curve.cxx index a3a8a73881..312efb96db 100644 --- a/src/IntAna/IntAna_Curve.cxx +++ b/src/IntAna/IntAna_Curve.cxx @@ -517,7 +517,7 @@ void IntAna_Curve::FindParameter(const gp_Pnt& theP, gp_Pnt IntAna_Curve::InternalValue(const Standard_Real U, const Standard_Real _V) const { - //-- cout<<" ["< 100000.0 ) { V= 100000.0; } if(V < -100000.0 ) { V=-100000.0; } diff --git a/src/IntAna/IntAna_IntLinTorus.cxx b/src/IntAna/IntAna_IntLinTorus.cxx index b1cf38e53b..e504a6862d 100644 --- a/src/IntAna/IntAna_IntLinTorus.cxx +++ b/src/IntAna/IntAna_IntLinTorus.cxx @@ -91,9 +91,9 @@ void IntAna_IntLinTorus::Perform (const gp_Lin& L, const gp_Torus& T) { if(a0>0.0000000001) { aNbBadSol++; #if 0 - cout<<" ------- Erreur : P Ligne < > P Tore "< P Tore "<0.0000000001) { - cout<<" ------- Erreur : P Ligne < > P Tore "; - cout<<"Ligne : X:"< P Tore "; + std::cout<<"Ligne : X:"< NotDone\n\n"< NotDone\n\n"< tol || val[nbsol]<-tol) { @@ -153,7 +153,7 @@ MyDirectPolynomialRoots::MyDirectPolynomialRoots(const Standard_Real A4, //------------------------------------------------------------ //-- On trie les valeurs par ordre decroissant de val //-- for(i=0;i (R1*R1+R2*R2)) ? Standard_True : Standard_False; - //if(Circle1.IsDirect()) { cout<<" C1 Direct"< NbPntIn) { - cout << "OutOfRange Polygon2d::ApproxParamOnCurve " <1.0) { #ifdef OCCT_DEBUG - cout<<" ParamOnLine = "< NbPntIn) { - cout << "OutOfRange Polygon::ApproxParamOnCurve " < %f \n",Binf,Bsup); diff --git a/src/IntCurveSurface/IntCurveSurface_PolygonTool.gxx b/src/IntCurveSurface/IntCurveSurface_PolygonTool.gxx index 5d76c79f38..e0fec2b5bd 100644 --- a/src/IntCurveSurface/IntCurveSurface_PolygonTool.gxx +++ b/src/IntCurveSurface/IntCurveSurface_PolygonTool.gxx @@ -19,15 +19,15 @@ void IntCurveSurface_PolygonTool::Dump(const ThePolygon& L) { static Standard_Integer num=0; num++; Standard_Integer nbs = IntCurveSurface_PolygonTool::NbSegments(L); - cout<<"\npol2d "< RIEN "< RIEN "<InsertBefore(ip,Line->Value(ipn)); // Line->RemovePoint(ip+2); // result = Standard_True; - // cout << "swap vertex " << endl; + // std::cout << "swap vertex " << std::endl; // break; } } diff --git a/src/IntPatch/IntPatch_InterferencePolyhedron.cxx b/src/IntPatch/IntPatch_InterferencePolyhedron.cxx index 65b183711a..a6beb6f8bf 100644 --- a/src/IntPatch/IntPatch_InterferencePolyhedron.cxx +++ b/src/IntPatch/IntPatch_InterferencePolyhedron.cxx @@ -696,12 +696,12 @@ void IntPatch_InterferencePolyhedron::Intersect Standard_Real d=piOT(-ideb).Pnt().Distance(piOT(-ifin).Pnt()); if(dVertex(iv2).*pParOnArc)() : paramsResolved(iv2)); #ifdef OCCT_DEBUG - cout<<"****** Parameters on arc on S"< void IntPatch_Point::Dump() const { - cout<<"----------- IntPatch_Point : "<1) IndexInf--; //if(IndexSup10) { // #ifdef OCCT_DEBUG - // cout<<"\n IntPatch_PrmPrmIntersection.gxx : Increment:"< "< "<=1 && pol<=aNbVertex) { - cout<<"----> IntSurf_PntOn2S : "<< + std::cout<<"----> IntSurf_PntOn2S : "<< polr <<", Pnt (" << Vertex(pol).Value().X() << "," << Vertex(pol).Value().Y() << "," << - Vertex(pol).Value().Z() <<")" < Restrictions Infinies :"< Restrictions Infinies :"<IsUClosed()) { pu1=Surf1->LastUParameter() - Surf1->FirstUParameter(); - //cout<<" UClosed1 "<IsVPeriodic()) { pv1=Surf1->VPeriod(); } else if(Surf1->IsVClosed()) { pv1=Surf1->LastVParameter() - Surf1->FirstVParameter(); - //cout<<" VClosed1 "<IsUClosed()) { pu2=Surf2->LastUParameter() - Surf2->FirstUParameter(); - //cout<<" UClosed2 "<IsVPeriodic()) { @@ -1059,7 +1059,7 @@ void IntPatch_RstInt::PutVertexOnLine (const Handle(IntPatch_Line)& L, } else if(Surf2->IsVClosed()) { pv2=Surf2->LastVParameter() - Surf2->FirstVParameter(); - //cout<<" VClosed2 "<=1 && pol<=nbvtx) { - cout<<"----> IntSurf_PntOn2S : "< IntSurf_PntOn2S : "<=1 && pol<=nbvtx) { - cout<<"----> IntSurf_PntOn2S : "< IntSurf_PntOn2S : "<=1 && pol<=aNbVertex) { - cout<<"----> IntSurf_PntOn2S : "<< + std::cout<<"----> IntSurf_PntOn2S : "<< polr <<", Pnt (" << Vertex(pol).Value().X() << "," << Vertex(pol).Value().Y() << "," << - Vertex(pol).Value().Z() <<")" < Middle ###### "< Middle ###### "< -ostream& operator << (ostream&, IntRes2d_Transition&); +std::ostream& operator << (std::ostream&, IntRes2d_Transition&); inline IntRes2d_Transition::IntRes2d_Transition (const Standard_Boolean Tangent, const IntRes2d_Position Pos, diff --git a/src/IntStart/IntStart_SearchOnBoundaries.gxx b/src/IntStart/IntStart_SearchOnBoundaries.gxx index abbcbfffb4..538baef507 100644 --- a/src/IntStart/IntStart_SearchOnBoundaries.gxx +++ b/src/IntStart/IntStart_SearchOnBoundaries.gxx @@ -873,8 +873,8 @@ void PointProcess (const gp_Pnt& Pt, toler = TheSOBTool::Tolerance(vtx,A); #ifdef OCCT_DEBUG if(toler>0.1) { - cout<<"IntStart_SearchOnBoundaries_1.gxx : ** WARNING ** Tol Vertex="<10000) toler=1e-7; } #endif diff --git a/src/IntTools/IntTools_FaceFace.cxx b/src/IntTools/IntTools_FaceFace.cxx index 759e5dda91..f2a572f964 100644 --- a/src/IntTools/IntTools_FaceFace.cxx +++ b/src/IntTools/IntTools_FaceFace.cxx @@ -534,7 +534,7 @@ void IntTools_FaceFace::Perform(const TopoDS_Face& aF1, Sprintf(aBuff, "%s -p %+10.20f %+10.20f %+10.20f %+10.20f", aBuff, u1, v1, u2, v2); } - cout << aBuff << endl; + std::cout << aBuff << std::endl; } #endif diff --git a/src/IntWalk/IntWalk_IWLine.lxx b/src/IntWalk/IntWalk_IWLine.lxx index 63f048599d..55d44a4325 100644 --- a/src/IntWalk/IntWalk_IWLine.lxx +++ b/src/IntWalk/IntWalk_IWLine.lxx @@ -19,7 +19,7 @@ inline void IntWalk_IWLine::Cut(const Standard_Integer Index) { -//-- cout<<" split : "<Split(Index); } @@ -146,7 +146,7 @@ inline void IntWalk_IWLine::SetTangentVector (const gp_Vec& V, indextg = Index; vcttg = V; - //-- cout<<"\n IntWalk_IWLine::SetTangentVector : "< 20) || (nbEqualPoints > 20)) { #ifdef OCCT_DEBUG - cout<<"Infinite loop detected. Stop iterations (IntWalk_PWalking_1.gxx)" << endl; + std::cout<<"Infinite loop detected. Stop iterations (IntWalk_PWalking_1.gxx)" << std::endl; #endif bStop = Standard_True; break; diff --git a/src/Interface/Interface_Check.cxx b/src/Interface/Interface_Check.cxx index c1b77bb302..a54d5be7a8 100644 --- a/src/Interface/Interface_Check.cxx +++ b/src/Interface/Interface_Check.cxx @@ -692,7 +692,7 @@ void Interface_Check::Print(const Handle(Message_Messenger)& S, const Standard_I if (level >= 1) { nb = NbFails(); -// if (nb > 0) S<<" --> Fails : "< 0) S<<" --> Fails : "<= 0) S<= 2) { nb = NbWarnings(); -// if (nb > 0) S<<" --> Warnings : "< 0) S<<" --> Warnings : "<= 0) S<= 0) { nb = NbInfoMsgs(); -// if (nb > 0) S<<" --> Infos : "< 0) S<<" --> Infos : "<= 0) S< 0 ? mesnum1 : mesnum2); - if (!titre) S<<" ** " << Name() << " **"< 9 && i < 10) S<<" "; if (nb > 99 && i < 100) S<<" "; S<Print (ent,S); } @@ -552,16 +552,16 @@ void Interface_CheckIterator::Print(const Handle(Message_Messenger)& S, // S<<" -- Entity n0 "<PrintLabel(ent,S); } - if (num >= 0 && entnul) S<<" (unknown Type)"<= 0 && entnul) S<<" (unknown Type)"<= 0 && !entnul) { - if (yamod) S<<" Type:"<TypeName(ent)<DynamicType()->Name()<TypeName(ent)<DynamicType()->Name()<Print (S, (failsonly ? 1 : 3)); } -// if (nbch > 0) S<<" ---- Checks : "< 0) S<<" ---- Checks : "<::Iterator iter(thedic); for (; iter.More(); iter.Next()) { if (!iter.Key().StartsWith(rootkey)) continue; @@ -164,7 +164,7 @@ Standard_Integer Interface_MSG::Read (Standard_IStream& S) nb ++; S<ToCString()<<"\n"; } - S<ToCString(); } - if (theprint) cout<<" ** Interface_MSG:Translate ?? "<Value(2*i-1); S<<"** DUP:"<ToCString(); dup = thedup->Value(2*i); - S<<" ** "<ToCString()<ToCString()<::Iterator iter(thelist); for (; iter.More(); iter.Next()) { - S<<"** MSG(NB="<Print(ent,S); } - S<Name()<Name()< class LDOM_XmlReader; -//class istream; +//class std::istream; // Class LDOMParser // @@ -48,7 +48,7 @@ class LDOMParser // Returns True if error occurred, then GetError() can be called Standard_EXPORT Standard_Boolean - parse (istream& anInput, + parse (std::istream& anInput, const Standard_Boolean theTagPerStep = Standard_False, const Standard_Boolean theWithoutRoot = Standard_False); // Parse a C++ stream diff --git a/src/LDOM/LDOM_BasicNode.cxx b/src/LDOM/LDOM_BasicNode.cxx index 5d6ee6368d..24f4d6aeed 100644 --- a/src/LDOM/LDOM_BasicNode.cxx +++ b/src/LDOM/LDOM_BasicNode.cxx @@ -73,27 +73,27 @@ char * db_pretty_print (const LDOM_BasicNode * aBNode, int fl, char *) aBNode = aBElem.GetFirstChild(); int counter = MAX_SIBLINGS; if (aBNode) { - out << endl << " == Children:" << endl; + out << std::endl << " == Children:" << std::endl; while (aBNode && counter--) { if (aBNode -> getNodeType() == LDOM_Node::ATTRIBUTE_NODE) break; out << " *(LDOM_BasicNode*)" << aBNode << " : " << - db_pretty_print (aBNode, FLITERAL, 0) << endl; + db_pretty_print (aBNode, FLITERAL, 0) << std::endl; aBNode = aBNode -> GetSibling(); } } aBNode = aBElem.GetSibling(); if (aBNode) { - out << " == Siblings:" << endl; + out << " == Siblings:" << std::endl; counter = MAX_SIBLINGS; while (aBNode && counter--) { if (aBNode -> getNodeType() == LDOM_Node::ATTRIBUTE_NODE) break; out << " *(LDOM_BasicNode*)" << aBNode << " : " << - db_pretty_print (aBNode, FLITERAL, 0) << endl; + db_pretty_print (aBNode, FLITERAL, 0) << std::endl; aBNode = aBNode -> GetSibling(); } } } - out << ends; + out << std::ends; break; } case LDOM_Node::ATTRIBUTE_NODE: @@ -101,7 +101,7 @@ char * db_pretty_print (const LDOM_BasicNode * aBNode, int fl, char *) const LDOM_BasicAttribute& aBAtt = * (const LDOM_BasicAttribute *) aBNode; if ((fl & FLITERAL) == 0) out << "LDOM_BasicAttribute: "; out << aBAtt.GetName() << '=' - << db_pretty_print (&aBAtt.GetValue(), FLITERAL, 0) << ends; + << db_pretty_print (&aBAtt.GetValue(), FLITERAL, 0) << std::ends; break; } case LDOM_Node::TEXT_NODE: @@ -110,11 +110,11 @@ char * db_pretty_print (const LDOM_BasicNode * aBNode, int fl, char *) { const LDOM_BasicText& aBText = * (const LDOM_BasicText *) aBNode; if ((fl & FLITERAL) == 0) out << "LDOM_BasicText: "; - out << db_pretty_print (&aBText.GetData(), FLITERAL, 0) << ends; + out << db_pretty_print (&aBText.GetData(), FLITERAL, 0) << std::ends; break; } default: - out << "UNKNOWN" << ends; + out << "UNKNOWN" << std::ends; break; } return (char *)out.str(); diff --git a/src/LDOM/LDOM_MemManager.cxx b/src/LDOM/LDOM_MemManager.cxx index 5492166e49..b65287bd29 100644 --- a/src/LDOM/LDOM_MemManager.cxx +++ b/src/LDOM/LDOM_MemManager.cxx @@ -258,8 +258,8 @@ LDOM_MemManager::~LDOM_MemManager () aBlock = aBlock -> Next(); } if (aCount > 1) - cout << ".. Destroying " << aCount << " LDOM memory allocations: " - << aSomme / 256 << " kB" << endl; + std::cout << ".. Destroying " << aCount << " LDOM memory allocations: " + << aSomme / 256 << " kB" << std::endl; //fclose (out); #endif delete myFirstBlock; diff --git a/src/LDOM/LDOM_OSStream.hxx b/src/LDOM/LDOM_OSStream.hxx index 2f60c7ac73..63330db1bb 100644 --- a/src/LDOM/LDOM_OSStream.hxx +++ b/src/LDOM/LDOM_OSStream.hxx @@ -24,7 +24,7 @@ #include #include /* EOF */ -//! Class LDOM_SBuffer inherits streambuf and +//! Class LDOM_SBuffer inherits std::streambuf and //! redefines some virtual methods of it (overflow() and xsputn()). //! This class contains pointers on first and current element //! of sequence, also it has methods for the sequence management. @@ -67,7 +67,7 @@ public: //! Clears first element of sequence and removes all others Standard_EXPORT void Clear (); - // Methods of streambuf + // Methods of std::streambuf Standard_EXPORT virtual int overflow(int c = EOF) Standard_OVERRIDE; Standard_EXPORT virtual int underflow() Standard_OVERRIDE; @@ -93,8 +93,8 @@ private: //! of outputting data into a string avoiding reallocation of buffer. //! Class LDOM_OSStream implements output into a sequence of //! strings and getting the result as a string. -//! It inherits Standard_OStream (ostream). -//! Beside methods of ostream, it also has additional +//! It inherits Standard_OStream (std::ostream). +//! Beside methods of std::ostream, it also has additional //! useful methods: str(), Length() and Clear(). class LDOM_OSStream : public Standard_OStream { diff --git a/src/LDOM/LDOM_XmlReader.cxx b/src/LDOM/LDOM_XmlReader.cxx index 2380632faf..944a966f17 100644 --- a/src/LDOM/LDOM_XmlReader.cxx +++ b/src/LDOM/LDOM_XmlReader.cxx @@ -13,7 +13,7 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -//AGV 060302: Input from istream +//AGV 060302: Input from std::istream // AGV 130302: bug corr: was error if strlen(root_elem_name) < 7 #include diff --git a/src/LDOM/LDOM_XmlReader.hxx b/src/LDOM/LDOM_XmlReader.hxx index a0d42e1603..16b923e3d1 100644 --- a/src/LDOM/LDOM_XmlReader.hxx +++ b/src/LDOM/LDOM_XmlReader.hxx @@ -13,7 +13,7 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -//AGV 060302: Input from istream +//AGV 060302: Input from std::istream // AGV 130302: bug corr: was error if strlen(root_elem_name) < 7 #ifndef LDOM_XmlReader_HeaderFile @@ -51,7 +51,7 @@ class LDOM_XmlReader TCollection_AsciiString& anErrorString, const Standard_Boolean theTagPerStep = Standard_False); // Constructor - takes a file descriptor for input - // Constructor - takes an istream for input + // Constructor - takes an std::istream for input RecordType ReadRecord (Standard_IStream& theIStream, LDOM_OSStream& theData); // reading a markup or other element of XML format diff --git a/src/LDOM/LDOM_XmlWriter.cxx b/src/LDOM/LDOM_XmlWriter.cxx index b2210e5f7d..950d5692be 100644 --- a/src/LDOM/LDOM_XmlWriter.cxx +++ b/src/LDOM/LDOM_XmlWriter.cxx @@ -311,8 +311,8 @@ void LDOM_XmlWriter::Write (Standard_OStream& theOStream, const LDOM_Node& theNo } default: #ifndef _MSC_VER - cerr << "Unrecognized node type = " - << (long)theNode.getNodeType() << endl + std::cerr << "Unrecognized node type = " + << (long)theNode.getNodeType() << std::endl #endif ; } } diff --git a/src/LocOpe/LocOpe_BuildShape.cxx b/src/LocOpe/LocOpe_BuildShape.cxx index ed785c0c6e..58f8004e51 100644 --- a/src/LocOpe/LocOpe_BuildShape.cxx +++ b/src/LocOpe/LocOpe_BuildShape.cxx @@ -406,7 +406,7 @@ static Standard_Boolean IsInside(const TopoDS_Shape& S1, } } #ifdef OCCT_DEBUG - cout << "Classification impossible sur vertex " << endl; + std::cout << "Classification impossible sur vertex " << std::endl; #endif return Standard_True; diff --git a/src/LocOpe/LocOpe_DPrism.cxx b/src/LocOpe/LocOpe_DPrism.cxx index 8da855d765..6b3de646bb 100644 --- a/src/LocOpe/LocOpe_DPrism.cxx +++ b/src/LocOpe/LocOpe_DPrism.cxx @@ -708,8 +708,8 @@ Handle(Geom_Curve) LocOpe_DPrism::BarycCurve() const #ifdef OCCT_DEBUG Standard_Boolean trc = BRepFeat_GettraceFEAT(); if (trc) { - cout << "LocOpe_DPrism::BarycCurve()" << endl; - cout << " Reversed Spine orientation" << endl; + std::cout << "LocOpe_DPrism::BarycCurve()" << std::endl; + std::cout << " Reversed Spine orientation" << std::endl; } #endif // Normale.Reverse(); //cts20871 diff --git a/src/LocOpe/LocOpe_FindEdges.cxx b/src/LocOpe/LocOpe_FindEdges.cxx index e55d32c889..57af7d4240 100644 --- a/src/LocOpe/LocOpe_FindEdges.cxx +++ b/src/LocOpe/LocOpe_FindEdges.cxx @@ -152,7 +152,7 @@ void LocOpe_FindEdges::Set(const TopoDS_Shape& FFrom, else { // Cas non traite : on est a cheval #ifdef OCCT_DEBUG - cout <<" cas a cheval."<< endl; + std::cout <<" cas a cheval."<< std::endl; #endif // myLFrom.Append(edgf); @@ -204,7 +204,7 @@ void LocOpe_FindEdges::Set(const TopoDS_Shape& FFrom, else { // Cas non traite : on est a cheval #ifdef OCCT_DEBUG - cout <<" cas a cheval."<< endl; + std::cout <<" cas a cheval."<< std::endl; #endif // myLFrom.Append(edgf); // myLTo.Append(edgt); @@ -287,7 +287,7 @@ void LocOpe_FindEdges::Set(const TopoDS_Shape& FFrom, if (IsSame) { #ifdef OCCT_DEBUG - cout <<"memes bsplines."<< endl; + std::cout <<"memes bsplines."<< std::endl; #endif myLFrom.Append(edgf); myLTo.Append(edgt); @@ -347,7 +347,7 @@ void LocOpe_FindEdges::Set(const TopoDS_Shape& FFrom, if (IsSame) { #ifdef OCCT_DEBUG - cout <<"memes beziers."<< endl; + std::cout <<"memes beziers."<< std::endl; #endif myLFrom.Append(edgf); myLTo.Append(edgt); diff --git a/src/LocOpe/LocOpe_Generator.cxx b/src/LocOpe/LocOpe_Generator.cxx index 05b674657b..4debc420e9 100644 --- a/src/LocOpe/LocOpe_Generator.cxx +++ b/src/LocOpe/LocOpe_Generator.cxx @@ -574,7 +574,7 @@ void LocOpe_Generator::Perform(const Handle(LocOpe_GeneratedShape)& G) B.UpdateEdge(edg,C2d,newface,tol); } // else { - // cout << "Edge double bizarre... " << endl; + // std::cout << "Edge double bizarre... " << std::endl; // } } } @@ -890,7 +890,7 @@ void LocOpe_Generator::Perform(const Handle(LocOpe_GeneratedShape)& G) B.UpdateEdge(edg,C2d,newface,tol); } // else { - // cout << "Edge double bizarre... " << endl; + // std::cout << "Edge double bizarre... " << std::endl; // } } } diff --git a/src/LocOpe/LocOpe_SplitDrafts.cxx b/src/LocOpe/LocOpe_SplitDrafts.cxx index 553623fe46..5f824f067c 100644 --- a/src/LocOpe/LocOpe_SplitDrafts.cxx +++ b/src/LocOpe/LocOpe_SplitDrafts.cxx @@ -160,7 +160,7 @@ void LocOpe_SplitDrafts::Perform(const TopoDS_Face& F, } if (!FinS) { - cout << "LocOpe_SplitDrafts:!Fins throw Standard_ConstructionError()" << endl; + std::cout << "LocOpe_SplitDrafts:!Fins throw Standard_ConstructionError()" << std::endl; throw Standard_ConstructionError(); } @@ -197,7 +197,7 @@ void LocOpe_SplitDrafts::Perform(const TopoDS_Face& F, TopoDS_Wire theW = W; if (i2s.IsDone() && i2s.NbLines() > 0) { - // on split le wire" << endl; + // on split le wire" << std::endl; GeomFill_Pipe thePipe; thePipe.GenerateParticularCase(Standard_True); @@ -658,7 +658,7 @@ void LocOpe_SplitDrafts::Perform(const TopoDS_Face& F, } } if (!itl.More()) { - cout << "LocOpe_SplitDrafts: betite probleme "<< endl; + std::cout << "LocOpe_SplitDrafts: betite probleme "<< std::endl; return; } @@ -907,7 +907,7 @@ void LocOpe_SplitDrafts::Perform(const TopoDS_Face& F, } else { #ifdef OCCT_DEBUG - cout << "Pb d'analyse" << endl; + std::cout << "Pb d'analyse" << std::endl; #endif return; } @@ -1253,7 +1253,7 @@ void LocOpe_SplitDrafts::Perform(const TopoDS_Face& F, if (theSubs.IsCopied(itl.Value())) { if (theSubs.Copy(itl.Value()).Extent() != 1) { #ifdef OCCT_DEBUG - cout << "Invalid number of descendant" << endl; + std::cout << "Invalid number of descendant" << std::endl; #endif return; } @@ -1388,7 +1388,7 @@ static Standard_Boolean NewPlane(const TopoDS_Face& F, } } } - cout << "fin newplane return standard_false" << endl; + std::cout << "fin newplane return standard_false" << std::endl; return Standard_False; } @@ -1457,7 +1457,7 @@ static void MakeFace(TopoDS_Face& F, } } if (C2d.IsNull()) { - cout << "Ca merde violemment" << endl; + std::cout << "Ca merde violemment" << std::endl; } } } @@ -1547,7 +1547,7 @@ static void MakeFace(TopoDS_Face& F, B.Add(F,lwires.First()); } else { - cout << "Not yet implemented : nbwire >= 2" << endl; + std::cout << "Not yet implemented : nbwire >= 2" << std::endl; } } @@ -1728,7 +1728,7 @@ static TopoDS_Edge NewEdge(const TopoDS_Edge& edg, Standard_Real ptol = Precision::PConfusion(); if (prmf < imf - ptol || prmf > iml + ptol || prml < imf - ptol || prml > iml + ptol) { - cout << "Ca ne va pas aller" << endl; + std::cout << "Ca ne va pas aller" << std::endl; } #endif diff --git a/src/LocOpe/LocOpe_SplitShape.cxx b/src/LocOpe/LocOpe_SplitShape.cxx index 35c2935c20..4d292c9351 100644 --- a/src/LocOpe/LocOpe_SplitShape.cxx +++ b/src/LocOpe/LocOpe_SplitShape.cxx @@ -589,7 +589,7 @@ Standard_Boolean LocOpe_SplitShape::Add(const TopoDS_Wire& W, } } catch (Standard_Failure const&) { #ifdef OCCT_DEBUG - cout << "Warning: SpliShape internal problem detected, some faces may be lost. Check input edges/wires" < le vertex projete est a une "; - cout <<"distance / la face = "< le vertex projete est a une "; + std::cout <<"distance / la face = "<EdgeNumber()<EdgeNumber()<EdgeNumber()<EdgeNumber()<More()) { - cout<<" Bisectors List : "<Dump(ashift+1,1); } } - cout<IndexNumber()<BisectorNumber()<IndexNumber()<BisectorNumber()< "< "< 0) { - for (Standard_Integer i = 0; i BisectorNumber(),1); #ifdef ICONTINUE - cin>>Icontinue; + std::cin>>Icontinue; #endif #endif } @@ -430,7 +430,7 @@ void MAT2d_Mat2d::CreateMatOpen(MAT2d_Tool2d& atool) //------------------------------------------- #ifdef ICONTINUE - cin>>Icontinue; + std::cin>>Icontinue; #endif } //-------------- // Fin Boucle 2. @@ -525,14 +525,14 @@ void MAT2d_Mat2d::CreateMatOpen(MAT2d_Tool2d& atool) //----------------------------------------------------------------- #ifdef OCCT_DEBUG_Mat - cout <<" Test sur les parametres pour elimination"<Current()->EdgeNumber()<Current()->EdgeNumber()< 0 && parama[1] > 0) { #ifdef OCCT_DEBUG_Mat - cout <<" A ELIMINER "<Index(); @@ -628,7 +628,7 @@ void MAT2d_Mat2d::CreateMatOpen(MAT2d_Tool2d& atool) shift++; #ifdef OCCT_DEBUG_Mat - cout<<" Suppression de l'arete : "<EdgeNumber()<EdgeNumber()<BisectorNumber(),1); #ifdef ICONTINUE - cin>>Icontinue; + std::cin>>Icontinue; #endif #endif } @@ -1131,7 +1131,7 @@ void MAT2d_Mat2d::CreateMat(MAT2d_Tool2d& atool) //------------------------------------------- #ifdef ICONTINUE - cin>>Icontinue; + std::cin>>Icontinue; #endif } //-------------- // Fin Boucle 2. @@ -1225,14 +1225,14 @@ void MAT2d_Mat2d::CreateMat(MAT2d_Tool2d& atool) //----------------------------------------------------------------- #ifdef OCCT_DEBUG_Mat - cout <<" Test sur les parametres pour elimination"<Current()->EdgeNumber()<Current()->EdgeNumber()< 0 && parama[1] > 0) { #ifdef OCCT_DEBUG_Mat - cout <<" A ELIMINER "<Index(); @@ -1334,7 +1334,7 @@ void MAT2d_Mat2d::CreateMat(MAT2d_Tool2d& atool) shift++; #ifdef OCCT_DEBUG_Mat - cout<<" Suppression de l'arete : "<EdgeNumber()<EdgeNumber()<BisectorNumber()<<" "<< - lastbisectortoremove[index]->BisectorNumber()<BisectorNumber()<Dump(1,1); - cout<Dump(1,1); - cout<BisectorNumber()<BisectorNumber()<BisectorNumber()<< - " et de "<BisectorNumber()<BisectorNumber()<< + " et de "<BisectorNumber()<BasisCurve())->Dump(-1,1); - cout<BasisCurve())->Dump(-1,1); - cout<NbLinks(); - cout << "nblink=" << nbLinks << endl; + std::cout << "nblink=" << nbLinks << std::endl; TCollection_AsciiString aName(theNameStr); for (Standard_Integer i = 1; i <= nbLinks; i++) { @@ -83,7 +83,7 @@ Standard_EXPORT const char* MeshTest_DrawTriangles(const char* theNameStr, void* if (aMeshData.IsNull()) return "Null mesh data structure"; Standard_Integer nbElem = aMeshData->NbElements(); - cout << "nbelem=" << nbElem << endl; + std::cout << "nbelem=" << nbElem << std::endl; TCollection_AsciiString aName(theNameStr); for (Standard_Integer i = 1; i <= nbElem; i++) { diff --git a/src/MeshTest/MeshTest_PluginCommands.cxx b/src/MeshTest/MeshTest_PluginCommands.cxx index dafaf1bb8f..f65194a582 100644 --- a/src/MeshTest/MeshTest_PluginCommands.cxx +++ b/src/MeshTest/MeshTest_PluginCommands.cxx @@ -300,7 +300,7 @@ static Standard_Integer triarea (Draw_Interpretor& di, int n, const char ** a) TopLoc_Location aLoc; Handle(Poly_Triangulation) aPoly = BRep_Tool::Triangulation(aFace,aLoc); if (aPoly.IsNull()) { - cout << "face "<Triangles(); diff --git a/src/MeshVS/MeshVS_Mesh.cxx b/src/MeshVS/MeshVS_Mesh.cxx index 57bb641134..e1cf169281 100644 --- a/src/MeshVS/MeshVS_Mesh.cxx +++ b/src/MeshVS/MeshVS_Mesh.cxx @@ -1063,11 +1063,11 @@ void MeshVS_Mesh::HilightSelected ( const Handle(PrsMgr_PresentationManager3d)& Standard_Integer min, hour; gTimer.Show ( sec, min, hour, cpu ); - cout << "HilightSelected : " << endl; - cout << aSelNodes.Extent() << " nodes " << endl; - cout << aSelElements.Extent() << " elements " << endl; - cout << "Time : " << sec << " sec" << endl; - cout << "CPU time : " << cpu << " sec" << endl << endl; + std::cout << "HilightSelected : " << std::endl; + std::cout << aSelNodes.Extent() << " nodes " << std::endl; + std::cout << aSelElements.Extent() << " elements " << std::endl; + std::cout << "Time : " << sec << " sec" << std::endl; + std::cout << "CPU time : " << cpu << " sec" << std::endl << std::endl; gTimer.Stop(); #endif } diff --git a/src/Message/Message.hxx b/src/Message/Message.hxx index 72693ce93e..4be71135b3 100644 --- a/src/Message/Message.hxx +++ b/src/Message/Message.hxx @@ -48,7 +48,7 @@ public: //! Defines default messenger for OCCT applications. //! This is global static instance of the messenger. - //! By default, it contains single printer directed to cout. + //! By default, it contains single printer directed to std::cout. //! It can be customized according to the application needs. Standard_EXPORT static const Handle(Message_Messenger)& DefaultMessenger(); diff --git a/src/Message/Message_Messenger.hxx b/src/Message/Message_Messenger.hxx index 0779461e04..76873bd13f 100644 --- a/src/Message/Message_Messenger.hxx +++ b/src/Message/Message_Messenger.hxx @@ -53,7 +53,7 @@ class Message_Messenger : public Standard_Transient DEFINE_STANDARD_RTTIEXT(Message_Messenger, Standard_Transient) public: - //! Empty constructor; initializes by single printer directed to cout. + //! Empty constructor; initializes by single printer directed to std::cout. //! Note: the default messenger is not empty but directed to cout //! in order to protect against possibility to forget defining printers. //! If printing to cout is not needed, clear messenger by GetPrinters().Clear() @@ -178,6 +178,13 @@ inline const Handle(Message_Messenger)& return pman (theMessenger); } +// Message_EndLine +inline const Handle(Message_Messenger)& Message_EndLine (const Handle(Message_Messenger)& theMessenger) +{ + theMessenger->Send ("", Message_Info, Standard_True); + return theMessenger; +} + // endl inline const Handle(Message_Messenger)& endl (const Handle(Message_Messenger)& theMessenger) { diff --git a/src/Message/Message_PrinterOStream.cxx b/src/Message/Message_PrinterOStream.cxx index b3c7e238b5..d2ed843d0d 100644 --- a/src/Message/Message_PrinterOStream.cxx +++ b/src/Message/Message_PrinterOStream.cxx @@ -39,7 +39,7 @@ Message_PrinterOStream::Message_PrinterOStream (const Message_Gravity theTraceLe //======================================================================= //function : Constructor -//purpose : Opening a file as an ostream +//purpose : Opening a file as an std::ostream // for specific file names standard streams are created //======================================================================= Message_PrinterOStream::Message_PrinterOStream (const Standard_CString theFileName, @@ -115,7 +115,7 @@ void Message_PrinterOStream::Send (const Standard_CString theString, if ( theGravity < myTraceLevel || ! myStream ) return; Standard_OStream* ostr = (Standard_OStream*)myStream; (*ostr) << theString; - if ( putEndl ) (*ostr) << endl; + if ( putEndl ) (*ostr) << std::endl; } //======================================================================= diff --git a/src/Message/Message_PrinterOStream.hxx b/src/Message/Message_PrinterOStream.hxx index e593f9441b..3c505c5f4b 100644 --- a/src/Message/Message_PrinterOStream.hxx +++ b/src/Message/Message_PrinterOStream.hxx @@ -23,8 +23,8 @@ class Message_PrinterOStream; DEFINE_STANDARD_HANDLE(Message_PrinterOStream, Message_Printer) -//! Implementation of a message printer associated with an ostream -//! The ostream may be either externally defined one (e.g. cout), +//! Implementation of a message printer associated with an std::ostream +//! The std::ostream may be either externally defined one (e.g. std::cout), //! or file stream maintained internally (depending on constructor). class Message_PrinterOStream : public Message_Printer { diff --git a/src/MoniTool/MoniTool_Timer.cxx b/src/MoniTool/MoniTool_Timer.cxx index b58a58bcfb..fb7021f935 100644 --- a/src/MoniTool/MoniTool_Timer.cxx +++ b/src/MoniTool/MoniTool_Timer.cxx @@ -40,7 +40,7 @@ void MoniTool_Timer::Dump(Standard_OStream &ostr) Sprintf ( buff, "Elapsed:%6.1f sec, CPU User:%9.4f sec, CPU Sys:%9.4f sec, hits: %d", elapsed, user, system, myCount ); - ostr << buff << endl; + ostr << buff << std::endl; } //======================================================================= @@ -93,7 +93,7 @@ void MoniTool_Timer::DumpTimers (Standard_OStream &ostr) Standard_Integer NbTimers = dic.Extent(); - ostr << "DUMP OF TIMERS:" << endl; + ostr << "DUMP OF TIMERS:" << std::endl; Standard_CString *keys = new Standard_CString[NbTimers]; Standard_Integer i=0; for( ; iter.More() && i < NbTimers; iter.Next()) { @@ -115,7 +115,7 @@ void MoniTool_Timer::DumpTimers (Standard_OStream &ostr) //iter.Value()->Dump ( ostr ); Timer(stmp)->Dump(ostr); keys[ntmp]=0; - if ( Timer(stmp)->IsRunning() ) cerr << "Warning: timer " << stmp << " is running" << endl; + if ( Timer(stmp)->IsRunning() ) std::cerr << "Warning: timer " << stmp << " is running" << std::endl; } delete[] keys; } @@ -194,12 +194,12 @@ void MoniTool_Timer::ComputeAmendments () amAccess += ( 0.5 * ( cpu3 - cpu1 ) ) / NBTESTS; amError = Abs ( cpu1 + cpu3 - 2 * cpu2 ) / NBTESTS; - cout << "CPU 0: " << cpu0 << endl; - cout << "CPU 1: " << cpu1 << " INTERNAL: " << cput1 << endl; - cout << "CPU 2: " << cpu2 << " INTERNAL: " << cput2 << endl; - cout << "CPU 3: " << cpu3 << " INTERNAL: " << cput3 << endl; - cout << "Access: " << amAccess << ", External: " << amExternal << - ", Internal: " << amInternal << ", Error: " << amError << endl; + std::cout << "CPU 0: " << cpu0 << std::endl; + std::cout << "CPU 1: " << cpu1 << " INTERNAL: " << cput1 << std::endl; + std::cout << "CPU 2: " << cpu2 << " INTERNAL: " << cput2 << std::endl; + std::cout << "CPU 3: " << cpu3 << " INTERNAL: " << cput3 << std::endl; + std::cout << "Access: " << amAccess << ", External: " << amExternal << + ", Internal: " << amInternal << ", Error: " << amError << std::endl; } diff --git a/src/MoniTool/MoniTool_TypedValue.cxx b/src/MoniTool/MoniTool_TypedValue.cxx index 34b38cfa24..d964b768aa 100644 --- a/src/MoniTool/MoniTool_TypedValue.cxx +++ b/src/MoniTool/MoniTool_TypedValue.cxx @@ -232,12 +232,12 @@ static Standard_Boolean StaticPath(const Handle(TCollection_HAsciiString)& val) { S<<"--- Typed Value : "< 0) S<<" Label : "< 0) { l += sizes[i] * i; - S << setw(5) << sizes[i] <<" buckets of size "< class NCollection_UBTreeFiller /** * Check the filled tree for the total number of items and the balance - * outputting these results to ostream. + * outputting these results to std::ostream. * @return * the tree size (the same value is returned by method Fill()). */ @@ -107,8 +107,8 @@ template class NCollection_UBTreeFiller { if (mySeqPtr.Length() > 0) #ifdef OCCT_DEBUG_UBTREE - cout << "~NCollection_UBTreeFiller: " << Fill() - << " objects added to the tree" << endl; + std::cout << "~NCollection_UBTreeFiller: " << Fill() + << " objects added to the tree" << std::endl; #else Fill(); #endif @@ -181,7 +181,7 @@ Standard_Integer NCollection_UBTreeFiller::CheckTree char buf[128]; sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f", aNumber, aLen1 / aLen0); - theStream << buf << endl; + theStream << buf << std::endl; return aNumber; } diff --git a/src/OSD/OSD_Path.cxx b/src/OSD/OSD_Path.cxx index edd5189de2..cca6172504 100644 --- a/src/OSD/OSD_Path.cxx +++ b/src/OSD/OSD_Path.cxx @@ -44,11 +44,11 @@ static OSD_SysType whereAmI() #else struct utsname info; uname(&info); - cout << info.sysname << endl; - cout << info.nodename << endl; - cout << info.release << endl; - cout << info.version << endl; - cout << info.machine << endl; + std::cout << info.sysname << std::endl; + std::cout << info.nodename << std::endl; + std::cout << info.release << std::endl; + std::cout << info.version << std::endl; + std::cout << info.machine << std::endl; return OSD_Default; #endif } @@ -356,7 +356,7 @@ OSD_Path::OSD_Path(const TCollection_AsciiString& aDependentName, break; default: #ifdef OCCT_DEBUG - cout << " WARNING WARNING : OSD Path for an Unknown SYSTEM : " << (Standard_Integer)todo << endl; + std::cout << " WARNING WARNING : OSD Path for an Unknown SYSTEM : " << (Standard_Integer)todo << std::endl; #endif break ; } diff --git a/src/OSD/OSD_Timer.cxx b/src/OSD/OSD_Timer.cxx index 0b36bd6bff..e8bc5d9519 100644 --- a/src/OSD/OSD_Timer.cxx +++ b/src/OSD/OSD_Timer.cxx @@ -135,7 +135,7 @@ void OSD_Timer::Restart () void OSD_Timer::Show() const { - Show (cout); + Show (std::cout); } //======================================================================= diff --git a/src/OSD/OSD_signal.cxx b/src/OSD/OSD_signal.cxx index 79031e6287..1b712deccf 100644 --- a/src/OSD/OSD_signal.cxx +++ b/src/OSD/OSD_signal.cxx @@ -115,59 +115,59 @@ static LONG CallHandler (DWORD dwExceptionCode, buffer[0] = '\0' ; -// cout << "CallHandler " << dwExceptionCode << endl ; +// std::cout << "CallHandler " << dwExceptionCode << std::endl ; switch ( dwExceptionCode ) { case EXCEPTION_FLT_DENORMAL_OPERAND: -// cout << "CallHandler : EXCEPTION_FLT_DENORMAL_OPERAND:" << endl ; +// std::cout << "CallHandler : EXCEPTION_FLT_DENORMAL_OPERAND:" << std::endl ; StringCchCopyW (buffer, _countof(buffer), L"FLT DENORMAL OPERAND"); flterr = 1 ; break ; case EXCEPTION_FLT_DIVIDE_BY_ZERO: -// cout << "CallHandler : EXCEPTION_FLT_DIVIDE_BY_ZERO:" << endl ; +// std::cout << "CallHandler : EXCEPTION_FLT_DIVIDE_BY_ZERO:" << std::endl ; StringCchCopyW (buffer, _countof(buffer), L"FLT DIVIDE BY ZERO"); flterr = 1 ; break ; case EXCEPTION_FLT_INEXACT_RESULT: -// cout << "CallHandler : EXCEPTION_FLT_INEXACT_RESULT:" << endl ; +// std::cout << "CallHandler : EXCEPTION_FLT_INEXACT_RESULT:" << std::endl ; StringCchCopyW (buffer, _countof(buffer), L"FLT INEXACT RESULT"); flterr = 1 ; break ; case EXCEPTION_FLT_INVALID_OPERATION: -// cout << "CallHandler : EXCEPTION_FLT_INVALID_OPERATION:" << endl ; +// std::cout << "CallHandler : EXCEPTION_FLT_INVALID_OPERATION:" << std::endl ; StringCchCopyW (buffer, _countof(buffer), L"FLT INVALID OPERATION"); flterr = 1 ; break ; case EXCEPTION_FLT_OVERFLOW: -// cout << "CallHandler : EXCEPTION_FLT_OVERFLOW:" << endl ; +// std::cout << "CallHandler : EXCEPTION_FLT_OVERFLOW:" << std::endl ; StringCchCopyW (buffer, _countof(buffer), L"FLT OVERFLOW"); flterr = 1 ; break ; case EXCEPTION_FLT_STACK_CHECK: -// cout << "CallHandler : EXCEPTION_FLT_STACK_CHECK:" << endl ; +// std::cout << "CallHandler : EXCEPTION_FLT_STACK_CHECK:" << std::endl ; StringCchCopyW (buffer, _countof(buffer), L"FLT STACK CHECK"); flterr = 1 ; break ; case EXCEPTION_FLT_UNDERFLOW: -// cout << "CallHandler : EXCEPTION_FLT_UNDERFLOW:" << endl ; +// std::cout << "CallHandler : EXCEPTION_FLT_UNDERFLOW:" << std::endl ; StringCchCopyW (buffer, _countof(buffer), L"FLT UNDERFLOW"); flterr = 1 ; break ; case STATUS_FLOAT_MULTIPLE_TRAPS: -// cout << "CallHandler : EXCEPTION_FLT_UNDERFLOW:" << endl ; +// std::cout << "CallHandler : EXCEPTION_FLT_UNDERFLOW:" << std::endl ; StringCchCopyW (buffer, _countof(buffer), L"FLT MULTIPLE TRAPS (possible overflow in conversion of double to integer)"); flterr = 1 ; break ; case STATUS_FLOAT_MULTIPLE_FAULTS: -// cout << "CallHandler : EXCEPTION_FLT_UNDERFLOW:" << endl ; +// std::cout << "CallHandler : EXCEPTION_FLT_UNDERFLOW:" << std::endl ; StringCchCopyW (buffer, _countof(buffer), L"FLT MULTIPLE FAULTS"); flterr = 1 ; break ; case STATUS_NO_MEMORY: -// cout << "CallHandler : STATUS_NO_MEMORY:" << endl ; +// std::cout << "CallHandler : STATUS_NO_MEMORY:" << std::endl ; THROW_OR_JUMP (OSD_Exception_STATUS_NO_MEMORY, "MEMORY ALLOCATION ERROR ( no room in the process heap )"); break; case EXCEPTION_ACCESS_VIOLATION: -// cout << "CallHandler : EXCEPTION_ACCESS_VIOLATION:" << endl ; +// std::cout << "CallHandler : EXCEPTION_ACCESS_VIOLATION:" << std::endl ; StringCchPrintfW (buffer, _countof(buffer), L"%s%s%s0x%.8p%s%s%s", L"ACCESS VIOLATION", fMsgBox ? L"\n" : L" ", L"at address ", ExceptionInformation1 , @@ -176,51 +176,51 @@ static LONG CallHandler (DWORD dwExceptionCode, L"' operation"); break; case EXCEPTION_ARRAY_BOUNDS_EXCEEDED: -// cout << "CallHandler : EXCEPTION_ARRAY_BOUNDS_EXCEEDED:" << endl ; +// std::cout << "CallHandler : EXCEPTION_ARRAY_BOUNDS_EXCEEDED:" << std::endl ; StringCchCopyW (buffer, _countof(buffer), L"ARRAY BOUNDS EXCEEDED"); break; case EXCEPTION_DATATYPE_MISALIGNMENT: -// cout << "CallHandler : EXCEPTION_DATATYPE_MISALIGNMENT:" << endl ; +// std::cout << "CallHandler : EXCEPTION_DATATYPE_MISALIGNMENT:" << std::endl ; StringCchCopyW (buffer, _countof(buffer), L"DATATYPE MISALIGNMENT"); break; case EXCEPTION_ILLEGAL_INSTRUCTION: -// cout << "CallHandler : EXCEPTION_ILLEGAL_INSTRUCTION:" << endl ; +// std::cout << "CallHandler : EXCEPTION_ILLEGAL_INSTRUCTION:" << std::endl ; StringCchCopyW (buffer, _countof(buffer), L"ILLEGAL INSTRUCTION"); break; case EXCEPTION_IN_PAGE_ERROR: -// cout << "CallHandler : EXCEPTION_IN_PAGE_ERROR:" << endl ; +// std::cout << "CallHandler : EXCEPTION_IN_PAGE_ERROR:" << std::endl ; StringCchCopyW (buffer, _countof(buffer), L"IN_PAGE ERROR"); break; case EXCEPTION_INT_DIVIDE_BY_ZERO: -// cout << "CallHandler : EXCEPTION_INT_DIVIDE_BY_ZERO:" << endl ; +// std::cout << "CallHandler : EXCEPTION_INT_DIVIDE_BY_ZERO:" << std::endl ; StringCchCopyW (buffer, _countof(buffer), L"INTEGER DIVISION BY ZERO"); break; case EXCEPTION_INT_OVERFLOW: -// cout << "CallHandler : EXCEPTION_INT_OVERFLOW:" << endl ; +// std::cout << "CallHandler : EXCEPTION_INT_OVERFLOW:" << std::endl ; StringCchCopyW (buffer, _countof(buffer), L"INTEGER OVERFLOW"); break; case EXCEPTION_INVALID_DISPOSITION: -// cout << "CallHandler : EXCEPTION_INVALID_DISPOSITION:" << endl ; +// std::cout << "CallHandler : EXCEPTION_INVALID_DISPOSITION:" << std::endl ; StringCchCopyW (buffer, _countof(buffer), L"INVALID DISPOSITION"); break; case EXCEPTION_NONCONTINUABLE_EXCEPTION: -// cout << "CallHandler : EXCEPTION_NONCONTINUABLE_EXCEPTION:" << endl ; +// std::cout << "CallHandler : EXCEPTION_NONCONTINUABLE_EXCEPTION:" << std::endl ; StringCchCopyW (buffer, _countof(buffer), L"NONCONTINUABLE EXCEPTION"); break; case EXCEPTION_PRIV_INSTRUCTION: -// cout << "CallHandler : EXCEPTION_PRIV_INSTRUCTION:" << endl ; +// std::cout << "CallHandler : EXCEPTION_PRIV_INSTRUCTION:" << std::endl ; StringCchCopyW (buffer, _countof(buffer), L"PRIVELEGED INSTRUCTION ENCOUNTERED"); break; case EXCEPTION_STACK_OVERFLOW: -// cout << "CallHandler : EXCEPTION_STACK_OVERFLOW:" << endl ; +// std::cout << "CallHandler : EXCEPTION_STACK_OVERFLOW:" << std::endl ; #if defined( _MSC_VER ) && ( _MSC_VER >= 1300 ) && !defined(OCCT_UWP) // try recovering from stack overflow: available in MS VC++ 7.0 if (!_resetstkoflw()) @@ -262,7 +262,7 @@ static LONG CallHandler (DWORD dwExceptionCode, _fpreset () ; _clearfp() ; _controlfp ( 0, _OSD_FPX ) ; // JR add : -// cout << "OSD::WntHandler _controlfp( 0, _OSD_FPX ) " << hex << _controlfp(0,0) << dec << endl ; +// std::cout << "OSD::WntHandler _controlfp( 0, _OSD_FPX ) " << std::hex << _controlfp(0,0) << std::dec << std::endl ; } char aBufferA[2048]; @@ -282,7 +282,7 @@ static void SIGWntHandler (int signum, int sub_code) switch( signum ) { case SIGFPE : if ( signal( signum , (void(*)(int))SIGWntHandler ) == SIG_ERR ) - cout << "signal error" << endl ; + std::cout << "signal error" << std::endl ; switch( sub_code ) { case _FPE_INVALID : CallHandler( EXCEPTION_FLT_INVALID_OPERATION ,0,0) ; @@ -303,23 +303,23 @@ static void SIGWntHandler (int signum, int sub_code) CallHandler( EXCEPTION_FLT_INEXACT_RESULT ,0,0) ; break ; default: - cout << "SIGWntHandler(default) -> throw Standard_NumericError(\"Floating Point Error\");" << endl; + std::cout << "SIGWntHandler(default) -> throw Standard_NumericError(\"Floating Point Error\");" << std::endl; THROW_OR_JUMP (Standard_NumericError, "Floating Point Error"); break ; } break ; case SIGSEGV : if ( signal( signum, (void(*)(int))SIGWntHandler ) == SIG_ERR ) - cout << "signal error" << endl ; + std::cout << "signal error" << std::endl ; CallHandler( EXCEPTION_ACCESS_VIOLATION ,0,0) ; break ; case SIGILL : if ( signal( signum, (void(*)(int))SIGWntHandler ) == SIG_ERR ) - cout << "signal error" << endl ; + std::cout << "signal error" << std::endl ; CallHandler( EXCEPTION_ILLEGAL_INSTRUCTION ,0,0) ; break ; default: - cout << "SIGWntHandler unexpected signal : " << signum << endl ; + std::cout << "SIGWntHandler unexpected signal : " << signum << std::endl ; break ; } #ifndef OCCT_UWP @@ -379,7 +379,7 @@ void OSD::SetSignal (const Standard_Boolean theFloatingSignal) TCollection_AsciiString val = env.Value(); if (!env.Failed()) { - cout << "Environment variable CSF_DEBUG_MODE setted.\n"; + std::cout << "Environment variable CSF_DEBUG_MODE setted.\n"; fMsgBox = Standard_True; } else @@ -397,11 +397,11 @@ void OSD::SetSignal (const Standard_Boolean theFloatingSignal) // Signal handlers will only be used when the method ::raise() will be used // Handlers must be set for every thread if (signal (SIGSEGV, (void(*)(int))SIGWntHandler) == SIG_ERR) - cout << "signal(OSD::SetSignal) error\n"; + std::cout << "signal(OSD::SetSignal) error\n"; if (signal (SIGFPE, (void(*)(int))SIGWntHandler) == SIG_ERR) - cout << "signal(OSD::SetSignal) error\n"; + std::cout << "signal(OSD::SetSignal) error\n"; if (signal (SIGILL, (void(*)(int))SIGWntHandler) == SIG_ERR) - cout << "signal(OSD::SetSignal) error\n"; + std::cout << "signal(OSD::SetSignal) error\n"; // Set Ctrl-C and Ctrl-Break handler fCtrlBrk = Standard_False; @@ -562,40 +562,40 @@ LONG _osd_debug ( void ) { si.cb = sizeof ( STARTUPINFO ); si.dwFlags = STARTF_FORCEONFEEDBACK; - // cout << "_osd_debug -> CreateProcess" << endl ; + // std::cout << "_osd_debug -> CreateProcess" << std::endl ; if ( !CreateProcess ( NULL, cmdLine, NULL, NULL, TRUE, CREATE_DEFAULT_ERROR_MODE, NULL, NULL, &si, &pi ) ) __leave; - // cout << "_osd_debug -> WaitForSingleObject " << endl ; + // std::cout << "_osd_debug -> WaitForSingleObject " << std::endl ; WaitForSingleObject ( hEvent, INFINITE ); - // cout << "_osd_debug <- WaitForSingleObject -> CloseHandle " << endl ; + // std::cout << "_osd_debug <- WaitForSingleObject -> CloseHandle " << std::endl ; CloseHandle ( pi.hProcess ); CloseHandle ( pi.hThread ); - // cout << "_osd_debug fDbgLoaded " << endl ; + // std::cout << "_osd_debug fDbgLoaded " << std::endl ; fDbgLoaded = TRUE; } // end __try __finally { -// cout << "_osd_debug -> CloseHandle(hKey) " << endl ; +// std::cout << "_osd_debug -> CloseHandle(hKey) " << std::endl ; if ( hKey != INVALID_HANDLE_VALUE ) CloseHandle ( hKey ); -// cout << "_osd_debug -> CloseHandle(hEvent) " << endl ; +// std::cout << "_osd_debug -> CloseHandle(hEvent) " << std::endl ; if ( hEvent != INVALID_HANDLE_VALUE ) CloseHandle ( hEvent ); -// cout << "_osd_debug end __finally " << endl ; +// std::cout << "_osd_debug end __finally " << std::endl ; } // end __finally } /* end if */ action = fDbgLoaded ? EXCEPTION_CONTINUE_EXECUTION : EXCEPTION_EXECUTE_HANDLER; -// cout << "_osd_debug return " << action << " EXCEPTION_CONTINUE_EXECUTION(" -// << EXCEPTION_CONTINUE_EXECUTION << ")" << endl ; +// std::cout << "_osd_debug return " << action << " EXCEPTION_CONTINUE_EXECUTION(" +// << EXCEPTION_CONTINUE_EXECUTION << ")" << std::endl ; return action ; } // end _osd_debug @@ -686,14 +686,14 @@ static void Handler (const int theSignal) struct sigaction oldact, act; // re-install the signal if ( ! sigaction (theSignal, NULL, &oldact) ) { - // cout << " signal is " << theSignal << " handler is " << oldact.sa_handler << endl; + // std::cout << " signal is " << theSignal << " handler is " << oldact.sa_handler << std::endl; if (sigaction (theSignal, &oldact, &act)) perror ("sigaction"); } else { perror ("sigaction"); } - // cout << "OSD::Handler: signal " << (int) theSignal << " occured inside a try block " << endl ; + // std::cout << "OSD::Handler: signal " << (int) theSignal << " occured inside a try block " << std::endl ; if ( ADR_ACT_SIGIO_HANDLER != NULL ) (*ADR_ACT_SIGIO_HANDLER)() ; #ifdef __linux__ @@ -796,7 +796,7 @@ static void Handler (const int theSignal) #endif default: #ifdef OCCT_DEBUG - cout << "Unexpected signal " << theSignal << endl ; + std::cout << "Unexpected signal " << theSignal << std::endl ; #endif break; } @@ -819,7 +819,7 @@ static void SegvHandler(const int theSignal, feenableexcept (FE_INVALID | FE_DIVBYZERO | FE_OVERFLOW); //feenableexcept (FE_INVALID | FE_DIVBYZERO); #endif -// cout << "OSD::SegvHandler activated(SA_SIGINFO)" << endl ; +// std::cout << "OSD::SegvHandler activated(SA_SIGINFO)" << std::endl ; if ( ip != NULL ) { sigset_t set; sigemptyset(&set); @@ -835,7 +835,7 @@ static void SegvHandler(const int theSignal, } #ifdef OCCT_DEBUG else { - cout << "Wrong undefined address." << endl ; + std::cout << "Wrong undefined address." << std::endl ; } #endif exit(SIGSEGV); @@ -856,7 +856,7 @@ static void SegvHandler(const int theSignal, if ( theContext != NULL ) { Space = ((struct sigcontext *)theContext)->sc_sl.sl_ss.ss_cr20 ; Offset = ((struct sigcontext *)theContext)->sc_sl.sl_ss.ss_cr21 ; -// cout << "Wrong address = " << hex(Offset) << endl ; +// std::cout << "Wrong address = " << hex(Offset) << std::endl ; { sprintf(Msg,"SIGSEGV 'segmentation violation' detected. Address %lx",Offset) ; OSD_SIGSEGV::Jump(Msg); @@ -866,7 +866,7 @@ static void SegvHandler(const int theSignal, } #ifdef OCCT_DEBUG else { - cout << "Wrong undefined address." << endl ; + std::cout << "Wrong undefined address." << std::endl ; } #endif exit(SIGSEGV); @@ -897,7 +897,7 @@ void OSD::SetSignal(const Standard_Boolean aFloatingSignal) if (stat) { #ifdef OCCT_DEBUG - cerr << "ieee_handler does not work !!! KO " << endl; + std::cerr << "ieee_handler does not work !!! KO " << std::endl; #endif } #elif defined (__linux__) @@ -917,9 +917,9 @@ void OSD::SetSignal(const Standard_Boolean aFloatingSignal) char *TRAP_FPE = getenv("TRAP_FPE") ; if ( TRAP_FPE == NULL ) { #ifdef OCCT_DEBUG - cout << "On SGI you must set TRAP_FPE environment variable : " << endl ; - cout << "set env(TRAP_FPE) \"UNDERFL=FLUSH_ZERO;OVERFL=DEFAULT;DIVZERO=DEFAULT;INT_OVERFL=DEFAULT\" or" << endl ; - cout << "setenv TRAP_FPE \"UNDERFL=FLUSH_ZERO;OVERFL=DEFAULT;DIVZERO=DEFAULT;INT_OVERFL=DEFAULT\"" << endl ; + std::cout << "On SGI you must set TRAP_FPE environment variable : " << std::endl ; + std::cout << "set env(TRAP_FPE) \"UNDERFL=FLUSH_ZERO;OVERFL=DEFAULT;DIVZERO=DEFAULT;INT_OVERFL=DEFAULT\" or" << std::endl ; + std::cout << "setenv TRAP_FPE \"UNDERFL=FLUSH_ZERO;OVERFL=DEFAULT;DIVZERO=DEFAULT;INT_OVERFL=DEFAULT\"" << std::endl ; #endif } #endif @@ -944,7 +944,7 @@ void OSD::SetSignal(const Standard_Boolean aFloatingSignal) stat = sigaction(SIGFPE,&act,&oact); // ...... floating point exception if (stat) { #ifdef OCCT_DEBUG - cerr << "sigaction does not work !!! KO " << endl; + std::cerr << "sigaction does not work !!! KO " << std::endl; #endif perror("sigaction "); } diff --git a/src/OpenGl/OpenGl_View_Raytrace.cxx b/src/OpenGl/OpenGl_View_Raytrace.cxx index 9f900fe723..7f1cf49573 100644 --- a/src/OpenGl/OpenGl_View_Raytrace.cxx +++ b/src/OpenGl/OpenGl_View_Raytrace.cxx @@ -29,8 +29,6 @@ #include "../Shaders/Shaders_RaytraceSmooth_fs.pxx" #include "../Shaders/Shaders_Display_fs.pxx" -using namespace OpenGl_Raytrace; - //! Use this macro to output ray-tracing debug info // #define RAY_TRACE_PRINT_INFO diff --git a/src/PCDM/PCDM_ReadWriter_1.cxx b/src/PCDM/PCDM_ReadWriter_1.cxx index cb23cb26f3..c47b436cf9 100644 --- a/src/PCDM/PCDM_ReadWriter_1.cxx +++ b/src/PCDM/PCDM_ReadWriter_1.cxx @@ -252,7 +252,7 @@ Standard_Integer PCDM_ReadWriter_1::ReadReferenceCounter(const TCollection_Exten if(refUserInfo(i).Search(REFERENCE_COUNTER) != -1) { try { OCC_CATCH_SIGNALS theReferencesCounter=refUserInfo(i).Token(" ",2).IntegerValue();} catch (Standard_Failure const&) { -// cout << "warning: could not read the reference counter in " << aFileName << endl; +// std::cout << "warning: could not read the reference counter in " << aFileName << std::endl; TCollection_ExtendedString aMsg("Warning: "); aMsg = aMsg.Cat("could not read the reference counter in ").Cat(aFileName).Cat("\0"); if(!theMsgDriver.IsNull()) @@ -305,7 +305,7 @@ void PCDM_ReadWriter_1::ReadReferences(const TCollection_ExtendedString& aFileNa if(!theAbsolutePath.IsEmpty()) thePath=theAbsolutePath; } if(!theMsgDriver.IsNull()) { -// cout << "reference found; ReferenceIdentifier: " << theReferenceIdentifier << "; File:" << thePath << ", version:" << theDocumentVersion; +// std::cout << "reference found; ReferenceIdentifier: " << theReferenceIdentifier << "; File:" << thePath << ", version:" << theDocumentVersion; TCollection_ExtendedString aMsg("Warning: "); aMsg = aMsg.Cat("reference found; ReferenceIdentifier: ").Cat(theReferenceIdentifier).Cat("; File:").Cat(thePath).Cat(", version:").Cat(theDocumentVersion).Cat("\0"); theMsgDriver->Send(aMsg.ToExtString()); @@ -401,7 +401,7 @@ Standard_Integer PCDM_ReadWriter_1::ReadDocumentVersion(const TCollection_Extend if(refUserInfo(i).Search(MODIFICATION_COUNTER) != -1) { try { OCC_CATCH_SIGNALS theVersion=refUserInfo(i).Token(" ",2).IntegerValue();} catch (Standard_Failure const&) { -// cout << "warning: could not read the version in " << aFileName << endl; +// std::cout << "warning: could not read the version in " << aFileName << std::endl; TCollection_ExtendedString aMsg("Warning: "); aMsg = aMsg.Cat("could not read the version in ").Cat(aFileName).Cat("\0"); if(!theMsgDriver.IsNull()) diff --git a/src/PLib/PLib.cxx b/src/PLib/PLib.cxx index d67c4f81c4..4016a70b0e 100644 --- a/src/PLib/PLib.cxx +++ b/src/PLib/PLib.cxx @@ -1791,10 +1791,10 @@ Standard_Boolean PLib::HermiteInterpolate // If FirstOrder=LastOrder=0 then 2,3,5,6th rows and 3,4,5,6th columns are missing math_Gauss Equations(A); - // cout << "A=" << A << endl; + // std::cout << "A=" << A << std::endl; for (Standard_Integer idim=1; idim<=Dimension; idim++) { - // cout << "idim=" << idim << endl; + // std::cout << "idim=" << idim << std::endl; math_Vector B(0,FirstOrder+LastOrder+1); Standard_Integer icol ; @@ -1803,11 +1803,11 @@ Standard_Boolean PLib::HermiteInterpolate for (icol=0; icol<=LastOrder; icol++) B(FirstOrder+1+icol) = LastConstr(idim,icol); - // cout << "B=" << B << endl; + // std::cout << "B=" << B << std::endl; // The solving of equations system A * X = B. Then B = X Equations.Solve(B); - // cout << "After Solving" << endl << "B=" << B << endl; + // std::cout << "After Solving" << std::endl << "B=" << B << std::endl; if (Equations.IsDone()==Standard_False) return Standard_False; diff --git a/src/Plugin/Plugin.cxx b/src/Plugin/Plugin.cxx index 04b7f59e5a..b478296f89 100644 --- a/src/Plugin/Plugin.cxx +++ b/src/Plugin/Plugin.cxx @@ -49,9 +49,9 @@ Handle(Standard_Transient) Plugin::Load (const Standard_GUID& aGUID, if(!PluginResource->Find(theResource.ToCString())) { Standard_SStream aMsg; aMsg << "could not find the resource:"; - aMsg << theResource.ToCString() << endl; + aMsg << theResource.ToCString() << std::endl; if (theVerbose) - cout << "could not find the resource:" << theResource.ToCString() << endl; + std::cout << "could not find the resource:" << theResource.ToCString() << std::endl; throw Plugin_Failure(aMsg.str().c_str()); } @@ -77,7 +77,7 @@ Handle(Standard_Transient) Plugin::Load (const Standard_GUID& aGUID, aMsg << "; reason:"; aMsg << error.ToCString(); if (theVerbose) - cout << "could not open: " << PluginResource->Value(theResource.ToCString())<< " ; reason: "<< error.ToCString() << endl; + std::cout << "could not open: " << PluginResource->Value(theResource.ToCString())<< " ; reason: "<< error.ToCString() << std::endl; throw Plugin_Failure(aMsg.str().c_str()); } f = theSharedLibrary.DlSymb("PLUGINFACTORY"); diff --git a/src/Poly/Poly.cxx b/src/Poly/Poly.cxx index 06272fa8b3..179a657446 100644 --- a/src/Poly/Poly.cxx +++ b/src/Poly/Poly.cxx @@ -98,8 +98,8 @@ void Poly::Write(const Handle(Poly_Triangulation)& T, OS << ((T->HasUVNodes()) ? "1" : "0") << "\n"; } else { - OS << setw(8) << T->NbNodes() << " Nodes\n"; - OS << setw(8) << T->NbTriangles() << " Triangles\n"; + OS << std::setw(8) << T->NbNodes() << " Nodes\n"; + OS << std::setw(8) << T->NbTriangles() << " Triangles\n"; OS << ((T->HasUVNodes()) ? "with" : "without") << " UV nodes\n"; } @@ -115,12 +115,12 @@ void Poly::Write(const Handle(Poly_Triangulation)& T, Standard_Integer i, nbNodes = T->NbNodes(); const TColgp_Array1OfPnt& Nodes = T->Nodes(); for (i = 1; i <= nbNodes; i++) { - if (!Compact) OS << setw(10) << i << " : "; - if (!Compact) OS << setw(17); + if (!Compact) OS << std::setw(10) << i << " : "; + if (!Compact) OS << std::setw(17); OS << Nodes(i).X() << " "; - if (!Compact) OS << setw(17); + if (!Compact) OS << std::setw(17); OS << Nodes(i).Y() << " "; - if (!Compact) OS << setw(17); + if (!Compact) OS << std::setw(17); OS << Nodes(i).Z() << "\n"; } @@ -128,10 +128,10 @@ void Poly::Write(const Handle(Poly_Triangulation)& T, if (!Compact) OS << "\nUV Nodes :\n"; const TColgp_Array1OfPnt2d& UVNodes = T->UVNodes(); for (i = 1; i <= nbNodes; i++) { - if (!Compact) OS << setw(10) << i << " : "; - if (!Compact) OS << setw(17); + if (!Compact) OS << std::setw(10) << i << " : "; + if (!Compact) OS << std::setw(17); OS << UVNodes(i).X() << " "; - if (!Compact) OS << setw(17); + if (!Compact) OS << std::setw(17); OS << UVNodes(i).Y() << "\n"; } } @@ -141,13 +141,13 @@ void Poly::Write(const Handle(Poly_Triangulation)& T, Standard_Integer n1, n2, n3; const Poly_Array1OfTriangle& Triangles = T->Triangles(); for (i = 1; i <= nbTriangles; i++) { - if (!Compact) OS << setw(10) << i << " : "; + if (!Compact) OS << std::setw(10) << i << " : "; Triangles(i).Get(n1, n2, n3); - if (!Compact) OS << setw(10); + if (!Compact) OS << std::setw(10); OS << n1 << " "; - if (!Compact) OS << setw(10); + if (!Compact) OS << std::setw(10); OS << n2 << " "; - if (!Compact) OS << setw(10); + if (!Compact) OS << std::setw(10); OS << n3 << "\n"; } @@ -168,7 +168,7 @@ void Poly::Write(const Handle(Poly_Polygon3D)& P, OS << ((P->HasParameters()) ? "1" : "0") << "\n"; } else { - OS << setw(8) << P->NbNodes() << " Nodes\n"; + OS << std::setw(8) << P->NbNodes() << " Nodes\n"; OS << ((P->HasParameters()) ? "with" : "without") << " parameters\n"; } @@ -184,12 +184,12 @@ void Poly::Write(const Handle(Poly_Polygon3D)& P, Standard_Integer i, nbNodes = P->NbNodes(); const TColgp_Array1OfPnt& Nodes = P->Nodes(); for (i = 1; i <= nbNodes; i++) { - if (!Compact) OS << setw(10) << i << " : "; - if (!Compact) OS << setw(17); + if (!Compact) OS << std::setw(10) << i << " : "; + if (!Compact) OS << std::setw(17); OS << Nodes(i).X() << " "; - if (!Compact) OS << setw(17); + if (!Compact) OS << std::setw(17); OS << Nodes(i).Y() << " "; - if (!Compact) OS << setw(17); + if (!Compact) OS << std::setw(17); OS << Nodes(i).Z() << "\n"; } @@ -220,7 +220,7 @@ void Poly::Write(const Handle(Poly_Polygon2D)& P, OS << P->NbNodes() << " "; } else { - OS << setw(8) << P->NbNodes() << " Nodes\n"; + OS << std::setw(8) << P->NbNodes() << " Nodes\n"; } // write the deflection @@ -235,10 +235,10 @@ void Poly::Write(const Handle(Poly_Polygon2D)& P, Standard_Integer i, nbNodes = P->NbNodes(); const TColgp_Array1OfPnt2d& Nodes = P->Nodes(); for (i = 1; i <= nbNodes; i++) { - if (!Compact) OS << setw(10) << i << " : "; - if (!Compact) OS << setw(17); + if (!Compact) OS << std::setw(10) << i << " : "; + if (!Compact) OS << std::setw(17); OS << Nodes(i).X() << " "; - if (!Compact) OS << setw(17); + if (!Compact) OS << std::setw(17); OS << Nodes(i).Y() << "\n"; } } @@ -291,7 +291,7 @@ Handle(Poly_Triangulation) Poly::ReadTriangulation(Standard_IStream& IS) IS >> line; if (strcmp(line,"Poly_Triangulation")) { #ifdef OCCT_DEBUG - cout << "Not a Triangulation in the file" << endl; + std::cout << "Not a Triangulation in the file" << std::endl; #endif return Handle(Poly_Triangulation)(); } @@ -357,7 +357,7 @@ Handle(Poly_Polygon3D) Poly::ReadPolygon3D(Standard_IStream& IS) IS >> line; if (strcmp(line,"Poly_Polygon3D")) { #ifdef OCCT_DEBUG - cout << "Not a Polygon3D in the file" << endl; + std::cout << "Not a Polygon3D in the file" << std::endl; #endif return Handle(Poly_Polygon3D)(); } @@ -412,7 +412,7 @@ Handle(Poly_Polygon2D) Poly::ReadPolygon2D(Standard_IStream& IS) IS >> line; if (strcmp(line,"Poly_Polygon2D")) { #ifdef OCCT_DEBUG - cout << "Not a Polygon2D in the file" << endl; + std::cout << "Not a Polygon2D in the file" << std::endl; #endif return Handle(Poly_Polygon2D)(); } diff --git a/src/Poly/Poly_CoherentNode.cxx b/src/Poly/Poly_CoherentNode.cxx index 73e716e304..d84265646a 100644 --- a/src/Poly/Poly_CoherentNode.cxx +++ b/src/Poly/Poly_CoherentNode.cxx @@ -99,11 +99,11 @@ void Poly_CoherentNode::Dump(Standard_OStream& theStream) const { char buf[256]; Sprintf (buf, " X =%9.4f; Y =%9.4f; Z =%9.4f", X(), Y(), Z()); - theStream << buf << endl; + theStream << buf << std::endl; Poly_CoherentTriPtr::Iterator anIter(* myTriangles); for (; anIter.More(); anIter.Next()) { const Poly_CoherentTriangle& aTri = anIter.Value(); Sprintf (buf, " %5d %5d %5d", aTri.Node(0),aTri.Node(1),aTri.Node(2)); - theStream << buf << endl; + theStream << buf << std::endl; } } diff --git a/src/Poly/Poly_MakeLoops.cxx b/src/Poly/Poly_MakeLoops.cxx index c9701bc9e7..a235a690b0 100644 --- a/src/Poly/Poly_MakeLoops.cxx +++ b/src/Poly/Poly_MakeLoops.cxx @@ -178,10 +178,10 @@ Standard_Integer Poly_MakeLoops::Perform() if (aStartNumber > 1) if (doDebug) { - cout << "--- found contour with hanging links:" << endl; + std::cout << "--- found contour with hanging links:" << std::endl; for (i = 1; i <= aContour.Extent(); i++) - cout << " " << aContour(i); - cout << endl; + std::cout << " " << aContour(i); + std::cout << std::endl; } #endif if (aStartNumber == 0) @@ -223,8 +223,8 @@ Standard_Integer Poly_MakeLoops::Perform() } #ifdef OCCT_DEBUG if (doDebug && nbLoopsOnPass2) - cout << "MakeLoops: " << nbLoopsOnPass2 - << " contours accepted on the second pass" << endl; + std::cout << "MakeLoops: " << nbLoopsOnPass2 + << " contours accepted on the second pass" << std::endl; #endif if (!myLoops.IsEmpty()) @@ -545,13 +545,13 @@ void Poly_MakeLoops::showBoundaryBreaks() const if (isFirst) { isFirst = Standard_False; - cout << "boundary breaks are found in the following nodes:" << endl; + std::cout << "boundary breaks are found in the following nodes:" << std::endl; } - cout << aNode << " "; + std::cout << aNode << " "; } } if (!isFirst) - cout << endl; + std::cout << std::endl; } #endif diff --git a/src/ProjLib/ProjLib_CompProjectedCurve.cxx b/src/ProjLib/ProjLib_CompProjectedCurve.cxx index c8a38d8c2a..919db15608 100644 --- a/src/ProjLib/ProjLib_CompProjectedCurve.cxx +++ b/src/ProjLib/ProjLib_CompProjectedCurve.cxx @@ -805,7 +805,7 @@ void ProjLib_CompProjectedCurve::Init() myTolU, myTolV, myCurve, mySurface)) { #ifdef OCCT_DEBUG - cout<<"There is a problem with ExactBound computation"<GetData(),argv[2],L)) return 1; Handle(TPrsStd_AISViewer) viewer; - //cout << "OCC73_SelectionMode 3" << endl; + //std::cout << "OCC73_SelectionMode 3" << std::endl; if( !TPrsStd_AISViewer::Find(L, viewer) ) return 1; Handle(TPrsStd_AISPresentation) prs; - //cout << "OCC73_SelectionMode 4" << endl; + //std::cout << "OCC73_SelectionMode 4" << std::endl; if(L.FindAttribute( TPrsStd_AISPresentation::GetID(), prs) ) { if( argc == 4 ) { prs->SetSelectionMode((Standard_Integer)Draw::Atoi(argv[3])); @@ -167,11 +167,11 @@ static Standard_Integer OCC73_SelectionMode (Draw_Interpretor& di, Standard_Inte } else { Standard_Integer SelectionMode = prs->SelectionMode(); - //cout << "SelectionMode = " << SelectionMode << endl; + //std::cout << "SelectionMode = " << SelectionMode << std::endl; di< STEP:1 { di << " Error in Build \n"; @@ -1017,13 +1017,13 @@ static Standard_Integer OCC828 (Draw_Interpretor& di,Standard_Integer argc, cons } if (index < argc) DBRep::Set(argv[index++], slab.Shape()); -// cout << "Slab Successfully Created ! Now Blending ..." << endl; +// std::cout << "Slab Successfully Created ! Now Blending ..." << std::endl; // TopoDS_Shape aShape; // int ret = performBlend(slab.Shape(), radius, aShape); // if (ret) return 1; // if (index < argc) DBRep::Set(argv[index++], aShape); -// cout << "Blending Successfully Done ! Now Triangulating ..." << endl; +// std::cout << "Blending Successfully Done ! Now Triangulating ..." << std::endl; // performTriangulation(aShape); } catch ( Standard_Failure const& ) diff --git a/src/QABugs/QABugs_11.cxx b/src/QABugs/QABugs_11.cxx index 3b44114f09..1e97855a9d 100644 --- a/src/QABugs/QABugs_11.cxx +++ b/src/QABugs/QABugs_11.cxx @@ -1296,15 +1296,15 @@ static Standard_Integer OCC524 (Draw_Interpretor& di, Standard_Integer argc, con math_Vector Vector(LowerVector, UpperVector, InitialValueVector); math_Matrix Matrix(LowerRowMatrix, UpperRowMatrix, LowerColMatrix, UpperColMatrix, InitialValueMatrix); - //Vector.Dump(cout); - //cout< Precision::Confusion()) { - //cout.precision(3); + //std::cout.precision(3); di<<"error_dist = "<Lower() == LOWER && array->Upper() == UPPER) - cout<<"1: OK"<CommitCommand(); @@ -2682,11 +2682,11 @@ static Standard_Integer OCC10138 (Draw_Interpretor& di, Standard_Integer argc, c { if (array->Value(i) != i) { - cout<<"2: Failed.."<CommitCommand(); //! 3. Re-init the array @@ -2694,7 +2694,7 @@ static Standard_Integer OCC10138 (Draw_Interpretor& di, Standard_Integer argc, c array->Init(LOWER + 2, UPPER + 4); if (array->Lower() != LOWER + 2 && array->Upper() != UPPER + 4) { - cout<<"3: Failed.."<Value(i) != i) { - cout<<"3: Failed.."<CommitCommand(); //! 4. Change array @@ -2720,11 +2720,11 @@ static Standard_Integer OCC10138 (Draw_Interpretor& di, Standard_Integer argc, c { if (array->Value(i) != i) { - cout<<"4: Failed.."<CommitCommand(); //! 5. Copy the array @@ -2733,24 +2733,24 @@ static Standard_Integer OCC10138 (Draw_Interpretor& di, Standard_Integer argc, c copier.Perform(); if (!copier.IsDone()) { - cout<<"5: Failed.."<Value(i) != i) { - cout<<"5: Failed.."<CommitCommand(); //! 6. Undo/Redo @@ -2759,7 +2759,7 @@ static Standard_Integer OCC10138 (Draw_Interpretor& di, Standard_Integer argc, c if (!label1.FindAttribute(TDataStd_RealArray::GetID(), array) || label2.FindAttribute(TDataStd_RealArray::GetID(), array2)) { - cout<<"6.a: Failed.."<Lower() != LOWER + 2 || array->Upper() != UPPER + 4) { - cout<<"6.b: Failed.."<Value(i) != i) { - cout<<"6.b: Failed.."<Lower() != LOWER || array->Upper() != UPPER) { - cout<<"6.c: Failed.."<Value(i) != i) { - cout<<"6.c: Failed.."<Lower() != LOWER || array->Upper() != UPPER) { - cout<<"6.d: Failed.."<Value(i) != i) { - cout<<"6.d: Failed.."<OpenCommand(); array = TDataStd_RealArray::Set(label1, LOWER + 1, UPPER + 1); if (array->Lower() != LOWER + 1 && array->Upper() != UPPER + 1) { - cout<<"7: Failed.."<Value(i) != i) { - cout<<"7: Failed.."<CommitCommand(); //! 8.Test of speed: set LOWER and UPPER equal to great integer number and @@ -2924,16 +2924,16 @@ static Standard_Integer OCC8797 (Draw_Interpretor& di, Standard_Integer argc, co GeomAdaptor_Curve adaptor_spline(spline); GCPnts_AbscissaPoint temp; l_abcissa=temp.Length(adaptor_spline); - cout<<"Length Spline(abcissa_Pnt): "<GProp_GProps): "<GProp_GProps): "< SubvolumeVol(l)) || (vol <= 0.0); - //cout << (err? "ERROR" : "Info") << ": final subvolume " << l << " volume = " << vol << endl; + //std::cout << (err? "ERROR" : "Info") << ": final subvolume " << l << " volume = " << vol << std::endl; if (err) di << "ERROR: final subvolume " << l << " volume = " << vol << "\n"; else diff --git a/src/QABugs/QABugs_14.cxx b/src/QABugs/QABugs_14.cxx index 7eed91b22a..796f048ded 100644 --- a/src/QABugs/QABugs_14.cxx +++ b/src/QABugs/QABugs_14.cxx @@ -380,7 +380,7 @@ static Standard_Integer BUC60944 (Draw_Interpretor& di, Standard_Integer argc, c else di << "Faulty : The convertion is incorrect : " << out.ToCString() << "\n"; di << out.ToCString() << "\n"; -// cout << aPath->Trek() << " !" << endl; +// std::cout << aPath->Trek() << " !" << std::endl; return 0; } @@ -587,7 +587,7 @@ static Standard_Integer BUC60920(Draw_Interpretor& di, Standard_Integer /*argc* Handle(AIS_InteractiveContext) myAISContext = ViewerTest::GetAISContext(); if(myAISContext.IsNull()) { - cerr << "use 'vinit' command before " << argv[0] << "\n"; + std::cerr << "use 'vinit' command before " << argv[0] << "\n"; return -1; } @@ -608,17 +608,17 @@ static Standard_Integer BUC60920(Draw_Interpretor& di, Standard_Integer /*argc* double Xv,Yv; myV3dView->Project(20,20,0,Xv,Yv); -// cout<Convert(Xv,Yv,Xp,Yp); -// cout<MoveTo (Xp,Yp, myV3dView, Standard_True); // if (myAISContext->IsHilighted(anAISShape)) -// cout << "has hilighted shape : OK" << endl; -// else cout << "has hilighted shape : bugged - Faulty " << endl; +// std::cout << "has hilighted shape : OK" << std::endl; +// else std::cout << "has hilighted shape : bugged - Faulty " << std::endl; return 0; } @@ -716,7 +716,7 @@ static Standard_Integer OCC984 (Draw_Interpretor& di, Standard_Integer argc, co //{ // if( argc != 1) // { -// cout << "Usage : " << argv[0] << endl; +// std::cout << "Usage : " << argv[0] << std::endl; // return 1; // } // @@ -733,7 +733,7 @@ static Standard_Integer OCC984 (Draw_Interpretor& di, Standard_Integer argc, co // } // catch ( Standard_Failure ) { // isCaught = Standard_True; -// cout << "OCC1723 Case 1 : OK" << endl; +// std::cout << "OCC1723 Case 1 : OK" << std::endl; // } // } // isBad = isBad || !isCaught; @@ -748,7 +748,7 @@ static Standard_Integer OCC984 (Draw_Interpretor& di, Standard_Integer argc, co // } // catch ( Standard_Failure ) { // isCaught = Standard_True; -// cout << "OCC1723 Case 2 : OK" << endl; +// std::cout << "OCC1723 Case 2 : OK" << std::endl; // } // } // isBad = isBad || !isCaught; @@ -764,7 +764,7 @@ static Standard_Integer OCC984 (Draw_Interpretor& di, Standard_Integer argc, co // } // catch ( Standard_Failure ) { // isCaught = Standard_True; -// cout << "OCC1723 Case 3 : OK" << endl; +// std::cout << "OCC1723 Case 3 : OK" << std::endl; // } // } // // MSV: underflow is not caught @@ -781,15 +781,15 @@ static Standard_Integer OCC984 (Draw_Interpretor& di, Standard_Integer argc, co // } // catch ( Standard_Failure ) { // isCaught = Standard_True; -// cout << "OCC1723 Case 4 : OK" << endl; +// std::cout << "OCC1723 Case 4 : OK" << std::endl; // } // } // isBad = isBad || !isCaught; // // if (isBad) { -// cout << "OCC1723 : Error" << endl; +// std::cout << "OCC1723 : Error" << std::endl; // } else { -// cout << "OCC1723 : OK" << endl; +// std::cout << "OCC1723 : OK" << std::endl; // } // // return 0; @@ -955,7 +955,7 @@ static Standard_Integer OCC3277 (Draw_Interpretor& di, Standard_Integer argc, co TCollection_ExtendedString ExtendedString; TCollection_ExtendedString InputString(argv[1]); ExtendedString.Cat(InputString); - //ExtendedString.Print(cout); + //ExtendedString.Print(std::cout); Standard_SStream aSStream; ExtendedString.Print(aSStream); di << aSStream; @@ -1022,15 +1022,15 @@ static Standard_Integer OCC16485 (Draw_Interpretor& di, Standard_Integer argc, c Standard_Real xmin, ymin, zmin, xmax, ymax, zmax; Box.Get (xmin, ymin, zmin, xmax, ymax, zmax); - //cout.precision(16); - //cout << "Resulting dimensions: Xmin = " << xmin << " , Xmax = " << xmax << " , Tolerance = " << tol << endl; + //std::cout.precision(16); + //std::cout << "Resulting dimensions: Xmin = " << xmin << " , Xmax = " << xmax << " , Tolerance = " << tol << std::endl; di << "Resulting dimensions: Xmin = " << xmin << " , Xmax = " << xmax << " , Tolerance = " << tol << "\n"; if ( Abs ( xmin + tol ) > 1e-10 ) di << "TEST FAILED: Xmin must be equal to -1e3!\n"; else di << "TEST OK\n"; - //cout << "TEST FAILED: Xmin must be equal to -1e3!" << endl; - //cout << "TEST OK" << endl; + //std::cout << "TEST FAILED: Xmin must be equal to -1e3!" << std::endl; + //std::cout << "TEST OK" << std::endl; //di << "TEST FAILED: Xmin must be equal to -1e3!\n"; //di << "TEST OK\n"; return 0; diff --git a/src/QABugs/QABugs_17.cxx b/src/QABugs/QABugs_17.cxx index db12430a08..6638171e0b 100644 --- a/src/QABugs/QABugs_17.cxx +++ b/src/QABugs/QABugs_17.cxx @@ -1362,7 +1362,7 @@ static Standard_Integer OCC1642 (Draw_Interpretor& di, Standard_Integer argc, co IntRes2d_SequenceOfIntersectionPoint points2d; TColgp_SequenceOfPnt points3d; - cout << "\n j =" << j << ", CheckSelfIntersectingEdge = " << + std::cout << "\n j =" << j << ", CheckSelfIntersectingEdge = " << advWA->CheckSelfIntersectingEdge(j, points2d, points3d); diff --git a/src/QABugs/QABugs_19.cxx b/src/QABugs/QABugs_19.cxx index 22827e8d91..dfce9c34fe 100644 --- a/src/QABugs/QABugs_19.cxx +++ b/src/QABugs/QABugs_19.cxx @@ -397,23 +397,23 @@ static Standard_Address GeomConvertTest (Standard_Address data) GeomConvert_ApproxSurface aGAS (info->surf, 1e-4, GeomAbs_C1, GeomAbs_C1, 9, 9, 100, 1); if (!aGAS.IsDone()) { - cout << "Error: ApproxSurface is not done!" << endl; + std::cout << "Error: ApproxSurface is not done!" << std::endl; return 0; } const Handle(Geom_BSplineSurface)& aBSurf = aGAS.Surface(); if (aBSurf.IsNull()) { - cout << "Error: BSplineSurface is not created!" << endl; + std::cout << "Error: BSplineSurface is not created!" << std::endl; return 0; } - cout << "Number of UPoles:" << aBSurf->NbUPoles(); + std::cout << "Number of UPoles:" << aBSurf->NbUPoles(); if (aBSurf->NbUPoles() == info->nbupoles) { - cout << ": OK" << endl; + std::cout << ": OK" << std::endl; return data; // any non-null pointer } else { - cout << ": Error, must be " << info->nbupoles << endl; + std::cout << ": Error, must be " << info->nbupoles << std::endl; return 0; } } @@ -421,7 +421,7 @@ static Standard_Address GeomConvertTest (Standard_Address data) static Standard_Integer OCC23952sweep (Draw_Interpretor& di, Standard_Integer argc, const char ** argv) { if (argc != 3) { - cout << "Error: invalid number of arguments" << endl; + std::cout << "Error: invalid number of arguments" << std::endl; return 1; } @@ -430,7 +430,7 @@ static Standard_Integer OCC23952sweep (Draw_Interpretor& di, Standard_Integer ar aStorage.surf = DrawTrSurf::GetSurface(argv[2]); if (aStorage.surf.IsNull()) { - cout << "Error: " << argv[2] << " is not a DRAW surface!" << endl; + std::cout << "Error: " << argv[2] << " is not a DRAW surface!" << std::endl; return 0; } @@ -471,19 +471,19 @@ static Standard_Address GeomIntSSTest (Standard_Address data) GeomInt_IntSS anInter; anInter.Perform (info->surf1, info->surf2, Precision::Confusion(), Standard_True); if (!anInter.IsDone()) { - cout << "An intersection is not done!" << endl; + std::cout << "An intersection is not done!" << std::endl; return 0; } - cout << "Number of Lines:" << anInter.NbLines(); + std::cout << "Number of Lines:" << anInter.NbLines(); if (anInter.NbLines() == info->nbsol) { - cout << ": OK" << endl; + std::cout << ": OK" << std::endl; return data; // any non-null pointer } else { - cout << ": Error, must be " << info->nbsol << endl; + std::cout << ": Error, must be " << info->nbsol << std::endl; return 0; } } @@ -491,7 +491,7 @@ static Standard_Address GeomIntSSTest (Standard_Address data) static Standard_Integer OCC23952intersect (Draw_Interpretor& di, Standard_Integer argc, const char ** argv) { if (argc != 4) { - cout << "Error: invalid number of arguments" << endl; + std::cout << "Error: invalid number of arguments" << std::endl; return 1; } @@ -501,7 +501,7 @@ static Standard_Integer OCC23952intersect (Draw_Interpretor& di, Standard_Intege aStorage.surf2 = DrawTrSurf::GetSurface(argv[3]); if (aStorage.surf1.IsNull() || aStorage.surf2.IsNull()) { - cout << "Error: Either " << argv[2] << " or " << argv[3] << " is not a DRAW surface!" << endl; + std::cout << "Error: Either " << argv[2] << " or " << argv[3] << " is not a DRAW surface!" << std::endl; return 0; } @@ -3288,7 +3288,7 @@ static Standard_Integer OCC24881 (Draw_Interpretor& di, Standard_Integer narg , di<<"Usage: "< > (theDI, nbm1, nbm2); else { - cout << "Error: unrecognized argument " << theArgv[1] << endl; + std::cout << "Error: unrecognized argument " << theArgv[1] << std::endl; return 1; } return 0; diff --git a/src/QABugs/QABugs_3.cxx b/src/QABugs/QABugs_3.cxx index e62df60526..c3d6882024 100644 --- a/src/QABugs/QABugs_3.cxx +++ b/src/QABugs/QABugs_3.cxx @@ -525,7 +525,7 @@ static Standard_Integer coordload (Draw_Interpretor& theDi, return 1; } - std::ifstream aFile (theArgVec[2], ios::in); + std::ifstream aFile (theArgVec[2], std::ios::in); if (!aFile) { theDi << "unable to open " << theArgVec[2] << " for input\n"; @@ -951,7 +951,7 @@ static int BUC60836(Draw_Interpretor& di, Standard_Integer argc, const char ** a Handle(TDF_Delta) D = IDL.Value(); TCollection_ExtendedString S(Names[i-1]); D->SetName(S); -// cout<<" U"<Name()<HasOwnWidth()){ -// cout << "Width = " << prs->Width() << endl; +// std::cout << "Width = " << prs->Width() << std::endl; di<Width(); } else{ diff --git a/src/QABugs/QABugs_6.cxx b/src/QABugs/QABugs_6.cxx index 6a72be8c9a..2eeba16c59 100644 --- a/src/QABugs/QABugs_6.cxx +++ b/src/QABugs/QABugs_6.cxx @@ -33,7 +33,7 @@ static Standard_Integer OCC281bug (Draw_Interpretor& di, Standard_Integer argc, Handle(AIS_InteractiveContext) aContext = ViewerTest::GetAISContext(); if(aContext.IsNull()) { - cerr << "use 'vinit' command before " << argv[0] << "\n"; + std::cerr << "use 'vinit' command before " << argv[0] << "\n"; return -1; } if(argc < 4) { diff --git a/src/QADNaming/QADNaming.cxx b/src/QADNaming/QADNaming.cxx index b48dadda2c..371a287ebd 100644 --- a/src/QADNaming/QADNaming.cxx +++ b/src/QADNaming/QADNaming.cxx @@ -86,7 +86,7 @@ TopoDS_Shape QADNaming::CurrentShape (const Standard_CString LabelName, TDF_Label Label; Standard_Boolean Found = DDF::AddLabel (DF, LabelName, Label); if (!Found) { - cout <<"no labels"<Evolution(),cout); + //TNaming::Print(NS->Evolution(),std::cout); Standard_SStream aSStream; TNaming::Print(NS->Evolution(),aSStream); di << aSStream; diff --git a/src/QADNaming/QADNaming_SelectionCommands.cxx b/src/QADNaming/QADNaming_SelectionCommands.cxx index acbeb60a7b..e9538a772e 100644 --- a/src/QADNaming/QADNaming_SelectionCommands.cxx +++ b/src/QADNaming/QADNaming_SelectionCommands.cxx @@ -81,13 +81,13 @@ static void DumpNaming (const Handle(TNaming_Naming)& naming, Draw_Interpretor& TCollection_AsciiString Entry; const TNaming_Name& AName = naming->GetName(); - //TNaming::Print(AName.Type(),cout); + //TNaming::Print(AName.Type(),std::cout); Standard_SStream aSStream1; TNaming::Print(AName.Type(),aSStream1); di << aSStream1; di << " "; - //TopAbs::Print(AName.ShapeType(),cout); + //TopAbs::Print(AName.ShapeType(),std::cout); Standard_SStream aSStream2; TopAbs::Print(AName.ShapeType(),aSStream2); di << aSStream2; diff --git a/src/QADNaming/QADNaming_ToolsCommands.cxx b/src/QADNaming/QADNaming_ToolsCommands.cxx index aabc6f6f85..4876f79253 100644 --- a/src/QADNaming/QADNaming_ToolsCommands.cxx +++ b/src/QADNaming/QADNaming_ToolsCommands.cxx @@ -132,7 +132,7 @@ static Standard_Integer QADNaming_TCopyShape (Draw_Interpretor& di, TR.Perform(); if(TR.IsDone()){ -// cout << "QADNaming_CopyShape:: Copy is Done " << endl; +// std::cout << "QADNaming_CopyShape:: Copy is Done " << std::endl; DNaming_DataMapIteratorOfDataMapOfShapeOfName itrn(aDMapOfShapeOfName); for(;itrn.More();itrn.Next()) { diff --git a/src/QANCollection/QANCollection_Perf.cxx b/src/QANCollection/QANCollection_Perf.cxx index e42e14500e..8183bfd069 100644 --- a/src/QANCollection/QANCollection_Perf.cxx +++ b/src/QANCollection/QANCollection_Perf.cxx @@ -731,8 +731,8 @@ static void CompDoubleMap (Draw_Interpretor& theDI, } printAllMeters(theDI); if (iFail1 || iFail2) - cout << "Warning : N map failed " << iFail1 << " times, T map - " << - iFail2 << endl; + std::cout << "Warning : N map failed " << iFail1 << " times, T map - " << + iFail2 << std::endl; } // ===================== Test perform of IndexedMap type ========================== diff --git a/src/QANCollection/QANCollection_Test.cxx b/src/QANCollection/QANCollection_Test.cxx index e09c1d4980..3454695dac 100644 --- a/src/QANCollection/QANCollection_Test.cxx +++ b/src/QANCollection/QANCollection_Test.cxx @@ -348,11 +348,11 @@ static void TestMap(QANCollection_MapFunc& theM, Draw_Interpretor& theDI) Standard_Integer i; printf ("Info: testing Map(l=%d)\n", iExt); - theM.Statistics(cout); + theM.Statistics(std::cout); // Resize theM.ReSize(8); - theM.Statistics(cout); - cout.flush(); + theM.Statistics(std::cout); + std::cout.flush(); // Constructor ////////////////////////////////QANCollection_Map aM; QANCollection_MapFunc aM; @@ -371,7 +371,7 @@ static void TestMap(QANCollection_MapFunc& theM, Draw_Interpretor& theDI) else { aM.Remove(aKey); - cout << " successfully removed item, l=%d\n" << aM.Size() << "\n"; + std::cout << " successfully removed item, l=%d\n" << aM.Size() << "\n"; } // Copy constructor (including operator=) ////////////////////////////////QANCollection_Map aM2 = QANCollection_Map(aM); @@ -416,11 +416,11 @@ static void TestDataMap (QANCollection_DataMapFunc& theM) Standard_Integer i; printf ("Info: testing DataMap(l=%d)\n", iExt); - theM.Statistics(cout); + theM.Statistics(std::cout); // Resize theM.ReSize(8); - theM.Statistics(cout); - cout.flush(); + theM.Statistics(std::cout); + std::cout.flush(); // Constructor ////////////////////////////////QANCollection_DataMap aM; QANCollection_DataMapFunc aM; @@ -467,11 +467,11 @@ static void TestDoubleMap (QANCollection_DoubleMapFunc& theM) Standard_Integer i; printf ("Info: testing DoubleMap(l=%d)\n", iExt); - theM.Statistics(cout); + theM.Statistics(std::cout); // Resize theM.ReSize(8); - theM.Statistics(cout); - cout.flush(); + theM.Statistics(std::cout); + std::cout.flush(); // Constructor ////////////////////////////////QANCollection_DoubleMap aM; QANCollection_DoubleMapFunc aM; @@ -530,11 +530,11 @@ static void TestIndexedMap (QANCollection_IndexedMapFunc& theM) Standard_Integer i; printf ("Info: testing IndexedMap(l=%d)\n", iExt); - theM.Statistics(cout); + theM.Statistics(std::cout); // Resize theM.ReSize(8); - theM.Statistics(cout); - cout.flush(); + theM.Statistics(std::cout); + std::cout.flush(); // Constructor ////////////////////////////////QANCollection_IndexedMap aM; QANCollection_IndexedMapFunc aM; @@ -591,11 +591,11 @@ static void TestIndexedDataMap (QANCollection_IDMapFunc& theM) Standard_Integer i; printf ("Info: testing IndexedDataMap(l=%d)\n", iExt); - theM.Statistics(cout); + theM.Statistics(std::cout); // Resize theM.ReSize(8); - theM.Statistics(cout); - cout.flush(); + theM.Statistics(std::cout); + std::cout.flush(); // Constructor ////////////////////////////////QANCollection_IDMap aM; QANCollection_IDMapFunc aM; @@ -865,14 +865,14 @@ static Standard_Integer QANColTestVector (Draw_Interpretor&, Standard_Integer, c aVec.Append(5); if (aVec(0) != 5) - std::cout << "Error: wrong value in original vector!" << endl; + std::cout << "Error: wrong value in original vector!" << std::endl; aVec2.Append(5); if (aVec2(0) != 5) - std::cout << "Error: wrong value in copy-constructed vector!" << endl; + std::cout << "Error: wrong value in copy-constructed vector!" << std::endl; aVec3.Append(5); if (aVec3(0) != 5) - std::cout << "Error: wrong value in copied vector!" << endl; - std::cout << "Test OK" << endl; + std::cout << "Error: wrong value in copied vector!" << std::endl; + std::cout << "Test OK" << std::endl; return 0; } diff --git a/src/Quantity/Quantity_Color.cxx b/src/Quantity/Quantity_Color.cxx index 1662a5799e..ae29401215 100644 --- a/src/Quantity/Quantity_Color.cxx +++ b/src/Quantity/Quantity_Color.cxx @@ -3634,7 +3634,7 @@ void TestOfColor (); } catch (Standard_Failure const& anException) { - cout << anException << endl; + std::cout << anException << std::endl; } } @@ -3646,7 +3646,7 @@ Standard_Real R, G, B; Standard_Real DC, DI; Standard_Integer i; -cout << "definition color tests\n----------------------\n"; +std::cout << "definition color tests\n----------------------\n"; Quantity_Color C1; Quantity_Color C2 (Quantity_NOC_ROYALBLUE2); @@ -3662,20 +3662,20 @@ Standard_Real RR, GG, BB; const Standard_Real DELTA = 1.0e-4; -cout << "Get values and names of color tests\n-----------------------------------\n"; +std::cout << "Get values and names of color tests\n-----------------------------------\n"; C1.Values (R, G, B, Quantity_TOC_RGB); if ( (R!=1.0) || (G!=1.0) || (B!=0.0) ) { - cout << "TEST_ERROR : Values () bad default color\n"; - cout << "R, G, B values: " << R << " " << G << " " << B << "\n"; + std::cout << "TEST_ERROR : Values () bad default color\n"; + std::cout << "R, G, B values: " << R << " " << G << " " << B << "\n"; } if ( (C1.Red ()!=1.0) || (C1.Green ()!=1.0) || (C1.Blue ()!=0.0) ) { - cout << "TEST_ERROR : Values () bad default color\n"; - cout << "R, G, B values: " << C1.Red () << " " << C1.Green () + std::cout << "TEST_ERROR : Values () bad default color\n"; + std::cout << "R, G, B values: " << C1.Red () << " " << C1.Green () << " " << C1.Blue () << "\n"; } if (strcmp (Quantity_Color::StringName (C1.Name()), cyan) != 0) - cout << "TEST_ERROR : StringName () " << + std::cout << "TEST_ERROR : StringName () " << Quantity_Color::StringName (C1.Name()) << " != YELLOW\n"; @@ -3685,66 +3685,66 @@ cout << "Get values and names of color tests\n---------------------------------- if ( (Abs (RR-R) > DELTA) || (Abs (GG-G) > DELTA) || (Abs (BB-B) > DELTA) ) { - cout << "TEST_ERROR : Values () bad default color\n"; - cout << "R, G, B values: " << R << " " << G << " " << B << "\n"; + std::cout << "TEST_ERROR : Values () bad default color\n"; + std::cout << "R, G, B values: " << R << " " << G << " " << B << "\n"; } if (C2 != C1) { - cout << "TEST_ERROR : IsDifferent ()\n"; + std::cout << "TEST_ERROR : IsDifferent ()\n"; } if (C3 == C1) { - cout << "TEST_ERROR : IsEqual ()\n"; + std::cout << "TEST_ERROR : IsEqual ()\n"; } - cout << "Distance C1,C2 " << C1.Distance (C2) << "\n"; - cout << "Distance C1,C3 " << C1.Distance (C3) << "\n"; - cout << "Distance C2,C3 " << C2.Distance (C3) << "\n"; - cout << "SquareDistance C1,C2 " << C1.SquareDistance (C2) << "\n"; - cout << "SquareDistance C1,C3 " << C1.SquareDistance (C3) << "\n"; - cout << "SquareDistance C2,C3 " << C2.SquareDistance (C3) << "\n"; + std::cout << "Distance C1,C2 " << C1.Distance (C2) << "\n"; + std::cout << "Distance C1,C3 " << C1.Distance (C3) << "\n"; + std::cout << "Distance C2,C3 " << C2.Distance (C3) << "\n"; + std::cout << "SquareDistance C1,C2 " << C1.SquareDistance (C2) << "\n"; + std::cout << "SquareDistance C1,C3 " << C1.SquareDistance (C3) << "\n"; + std::cout << "SquareDistance C2,C3 " << C2.SquareDistance (C3) << "\n"; if (strcmp (Quantity_Color::StringName (C2.Name()), blue) != 0) - cout << "TEST_ERROR : StringName () " << + std::cout << "TEST_ERROR : StringName () " << Quantity_Color::StringName (C2.Name()) << " != ROYALBLUE2\n"; -cout << "conversion rgbhls tests\n-----------------------\n"; +std::cout << "conversion rgbhls tests\n-----------------------\n"; Quantity_Color::RgbHls (R, G, B, H, L, S); Quantity_Color::HlsRgb (H, L, S, R, G, B); RR=0.262745; GG=0.431373; BB=0.933333; if ( (Abs (RR-R) > DELTA) || (Abs (GG-G) > DELTA) || (Abs (BB-B) > DELTA) ) { - cout << "TEST_ERROR : RgbHls or HlsRgb bad conversion\n"; - cout << "RGB init : " << RR << " " << GG << " " << BB << "\n"; - cout << "RGB values : " << R << " " << G << " " << B << "\n"; - cout << "Difference RGB : " + std::cout << "TEST_ERROR : RgbHls or HlsRgb bad conversion\n"; + std::cout << "RGB init : " << RR << " " << GG << " " << BB << "\n"; + std::cout << "RGB values : " << R << " " << G << " " << B << "\n"; + std::cout << "Difference RGB : " << RR-R << " " << GG-G << " " << BB-B << "\n"; } -cout << "distance tests\n--------------\n"; +std::cout << "distance tests\n--------------\n"; R = (float ) 0.9568631; G = (float ) 0.6431371; B = (float ) 0.3764711; C2.SetValues (R, G, B, Quantity_TOC_RGB); if (C2.Distance (C3) > DELTA) { - cout << "TEST_ERROR : Distance () bad result\n"; - cout << "Distance C2 and C3 : " << C2.Distance (C3) << "\n"; + std::cout << "TEST_ERROR : Distance () bad result\n"; + std::cout << "Distance C2 and C3 : " << C2.Distance (C3) << "\n"; } C2.Delta (C3, DC, DI); if (Abs (DC) > DELTA) - cout << "TEST_ERROR : Delta () bad result for DC\n"; + std::cout << "TEST_ERROR : Delta () bad result for DC\n"; if (Abs (DI) > DELTA) - cout << "TEST_ERROR : Delta () bad result for DI\n"; + std::cout << "TEST_ERROR : Delta () bad result for DI\n"; -cout << "name tests\n----------\n"; +std::cout << "name tests\n----------\n"; R = (float ) 0.9568631; G = (float ) 0.6431371; B = (float ) 0.3764711; C2.SetValues (R, G, B, Quantity_TOC_RGB); if (strcmp (Quantity_Color::StringName (C2.Name()), brown) != 0) - cout << "TEST_ERROR : StringName () " << + std::cout << "TEST_ERROR : StringName () " << Quantity_Color::StringName (C2.Name()) << " != SANDYBROWN\n"; -cout << "contrast change tests\n---------------------\n"; +std::cout << "contrast change tests\n---------------------\n"; for (i=1; i<=10; i++) { C2.ChangeContrast (10.); C2.ChangeContrast (-9.09090909); @@ -3754,9 +3754,9 @@ cout << "contrast change tests\n---------------------\n"; if ( (Abs (RR-R) > DELTA) || (Abs (GG-G) > DELTA) || (Abs (BB-B) > DELTA) ) { - cout << "TEST_ERROR : ChangeContrast () bad values\n"; - cout << "RGB init : " << RR << " " << GG << " " << BB << "\n"; - cout << "RGB values : " << R << " " << G << " " << B << "\n"; + std::cout << "TEST_ERROR : ChangeContrast () bad values\n"; + std::cout << "RGB init : " << RR << " " << GG << " " << BB << "\n"; + std::cout << "RGB values : " << R << " " << G << " " << B << "\n"; } } diff --git a/src/RWHeaderSection/RWHeaderSection_ReadWriteModule.cxx b/src/RWHeaderSection/RWHeaderSection_ReadWriteModule.cxx index 4957a2e2b7..1ef5efcf5b 100644 --- a/src/RWHeaderSection/RWHeaderSection_ReadWriteModule.cxx +++ b/src/RWHeaderSection/RWHeaderSection_ReadWriteModule.cxx @@ -66,7 +66,7 @@ Standard_Integer RWHeaderSection_ReadWriteModule::CaseStep (const TColStd_Sequen { Standard_Integer NbComp = types.Length(); if (NbComp < 2) { - cout << "Plex Instance illegal " << endl; + std::cout << "Plex Instance illegal " << std::endl; } return 0; } diff --git a/src/RWStepAP214/RWStepAP214_ReadWriteModule.cxx b/src/RWStepAP214/RWStepAP214_ReadWriteModule.cxx index 2290ccfe7e..3f1af6de27 100644 --- a/src/RWStepAP214/RWStepAP214_ReadWriteModule.cxx +++ b/src/RWStepAP214/RWStepAP214_ReadWriteModule.cxx @@ -3278,7 +3278,7 @@ Standard_Integer RWStepAP214_ReadWriteModule::CaseStep Standard_Integer NbComp = theTypes.Length(); if (NbComp < 2) { #ifdef OCCT_DEBUG - cout << "Not a Plex" << endl; + std::cout << "Not a Plex" << std::endl; #endif } else { @@ -4897,7 +4897,7 @@ void RWStepAP214_ReadWriteModule::ReadStep(const Standard_Integer CN, { if (CN == 0) { #ifdef OCCT_DEBUG - cout << "CN = 0 for num = " << num << endl; + std::cout << "CN = 0 for num = " << num << std::endl; #endif return; } diff --git a/src/RWStepGeom/RWStepGeom_RWBSplineCurveWithKnots.cxx b/src/RWStepGeom/RWStepGeom_RWBSplineCurveWithKnots.cxx index 8911fcfc8f..0a64fd3d05 100644 --- a/src/RWStepGeom/RWStepGeom_RWBSplineCurveWithKnots.cxx +++ b/src/RWStepGeom/RWStepGeom_RWBSplineCurveWithKnots.cxx @@ -254,8 +254,8 @@ void RWStepGeom_RWBSplineCurveWithKnots::Check Standard_Integer nbMult = ent->NbKnotMultiplicities(); Standard_Integer nbKno = ent->NbKnots(); Standard_Integer sumMult = 0; -// cout << "BSplineCurveWithKnots: nbMult=" << nbMult << " nbKno= " << -// nbKno << " nbCPL= " << nbCPL << " degree= " << dgBSC << endl; +// std::cout << "BSplineCurveWithKnots: nbMult=" << nbMult << " nbKno= " << +// nbKno << " nbCPL= " << nbCPL << " degree= " << dgBSC << std::endl; if(nbMult != nbKno) { ach->AddFail("ERROR: No.of KnotMultiplicities not equal No.of Knots"); } @@ -266,8 +266,8 @@ void RWStepGeom_RWBSplineCurveWithKnots::Check Standard_Integer sumNonP = nbCPL + dgBSC + 1; Standard_Integer mult1 = ent->KnotMultiplicitiesValue(1); Standard_Integer multN = ent->KnotMultiplicitiesValue(nbMult); -// cout << "BSplineCurveWithKnots: mult1=" << mult1 << " multN= " << -// multN << " sumMult= " << sumMult << endl; +// std::cout << "BSplineCurveWithKnots: mult1=" << mult1 << " multN= " << +// multN << " sumMult= " << sumMult << std::endl; if((sumMult + multN) == sumNonP) { } else if((sumMult == nbCPL) && (mult1 == multN)) { diff --git a/src/RWStepGeom/RWStepGeom_RWBSplineSurfaceWithKnots.cxx b/src/RWStepGeom/RWStepGeom_RWBSplineSurfaceWithKnots.cxx index 5d51cb8d17..a15faef3e6 100644 --- a/src/RWStepGeom/RWStepGeom_RWBSplineSurfaceWithKnots.cxx +++ b/src/RWStepGeom/RWStepGeom_RWBSplineSurfaceWithKnots.cxx @@ -353,10 +353,10 @@ void RWStepGeom_RWBSplineSurfaceWithKnots::Check Standard_Integer sumMulU = 0; Standard_Integer sumMulV = 0; Standard_Integer i; -// cout << "BSplineSurfaceWithKnots: nbMulU=" << nbMulU << " nbKnoU= " << -// nbKnoU << " nbCPLU= " << nbCPLU << " degreeU= " << dgBSSU << endl; -// cout << " nbMulV=" << nbMulV << " nbKnoV= " << -// nbKnoV << " nbCPLV= " << nbCPLV << " degreeV= " << dgBSSV << endl; +// std::cout << "BSplineSurfaceWithKnots: nbMulU=" << nbMulU << " nbKnoU= " << +// nbKnoU << " nbCPLU= " << nbCPLU << " degreeU= " << dgBSSU << std::endl; +// std::cout << " nbMulV=" << nbMulV << " nbKnoV= " << +// nbKnoV << " nbCPLV= " << nbCPLV << " degreeV= " << dgBSSV << std::endl; if(nbMulU != nbKnoU) { ach->AddFail("ERROR: No.of KnotMultiplicities not equal No.of Knots in U"); } @@ -372,8 +372,8 @@ void RWStepGeom_RWBSplineSurfaceWithKnots::Check Standard_Integer sumNonPU = nbCPLU + dgBSSU + 1; Standard_Integer mult1U = ent->UMultiplicitiesValue(1); Standard_Integer multNU = ent->UMultiplicitiesValue(nbMulU); -// cout << "BSplineSurfaceWithKnots: mult1U=" << mult1U << " multNU= " << -// multNU << " sumMulU= " << sumMulU << endl; +// std::cout << "BSplineSurfaceWithKnots: mult1U=" << mult1U << " multNU= " << +// multNU << " sumMulU= " << sumMulU << std::endl; if((sumMulU + multNU) == sumNonPU) { } else if((sumMulU == nbCPLU) && (mult1U == multNU)) { @@ -397,8 +397,8 @@ void RWStepGeom_RWBSplineSurfaceWithKnots::Check Standard_Integer sumNonPV = nbCPLV + dgBSSV + 1; Standard_Integer mult1V = ent->VMultiplicitiesValue(1); Standard_Integer multNV = ent->VMultiplicitiesValue(nbMulV); -// cout << " : mult1V=" << mult1V << " multNV= " << -// multNV << " sumMulV= " << sumMulV << endl; +// std::cout << " : mult1V=" << mult1V << " multNV= " << +// multNV << " sumMulV= " << sumMulV << std::endl; if((sumMulV + multNV) == sumNonPV) { } else if((sumMulV == nbCPLV) && (mult1V == multNV)) { diff --git a/src/RWStepGeom/RWStepGeom_RWRationalBSplineCurve.cxx b/src/RWStepGeom/RWStepGeom_RWRationalBSplineCurve.cxx index ff442e2c67..e4df636926 100644 --- a/src/RWStepGeom/RWStepGeom_RWRationalBSplineCurve.cxx +++ b/src/RWStepGeom/RWStepGeom_RWRationalBSplineCurve.cxx @@ -193,8 +193,8 @@ void RWStepGeom_RWRationalBSplineCurve::Check { Standard_Integer nbWght = ent->NbWeightsData(); Standard_Integer nbCPL = ent->NbControlPointsList(); -// cout << "RationalBSplineCurve: nbWght=" << nbWght << " nbCPL: " << -// nbCPL << endl; +// std::cout << "RationalBSplineCurve: nbWght=" << nbWght << " nbCPL: " << +// nbCPL << std::endl; if(nbWght != nbCPL) { ach->AddFail("ERROR: No.of ControlPoints not equal No.of Weights"); } diff --git a/src/RWStepGeom/RWStepGeom_RWRationalBSplineSurface.cxx b/src/RWStepGeom/RWStepGeom_RWRationalBSplineSurface.cxx index d2f405c6da..26bd64035e 100644 --- a/src/RWStepGeom/RWStepGeom_RWRationalBSplineSurface.cxx +++ b/src/RWStepGeom/RWStepGeom_RWRationalBSplineSurface.cxx @@ -259,10 +259,10 @@ void RWStepGeom_RWRationalBSplineSurface::Check Standard_Integer nbCPLV = ent->NbControlPointsListJ(); Standard_Integer i; Standard_Integer j; -// cout << "RationalBSplineCurve: nbWgtU=" << nbWgtU << " nbCPLU: " << -// nbCPLU << endl; -// cout << " nbWgtV=" << nbWgtV << " nbCPLV: " << -// nbCPLV << endl; +// std::cout << "RationalBSplineCurve: nbWgtU=" << nbWgtU << " nbCPLU: " << +// nbCPLU << std::endl; +// std::cout << " nbWgtV=" << nbWgtV << " nbCPLV: " << +// nbCPLV << std::endl; if(nbWgtU != nbCPLU) { ach->AddFail("ERROR: No.of ControlPoints not equal No.of Weights in U"); } diff --git a/src/RWStepGeom/RWStepGeom_RWToroidalSurface.cxx b/src/RWStepGeom/RWStepGeom_RWToroidalSurface.cxx index 8b55005c0e..62fedc7ad8 100644 --- a/src/RWStepGeom/RWStepGeom_RWToroidalSurface.cxx +++ b/src/RWStepGeom/RWStepGeom_RWToroidalSurface.cxx @@ -102,7 +102,7 @@ void RWStepGeom_RWToroidalSurface::Check const Interface_ShareTool& , Handle(Interface_Check)& ach) const { -// cout << "------ calling CheckToroidalSurface ------" << endl; +// std::cout << "------ calling CheckToroidalSurface ------" << std::endl; if (ent->MajorRadius() < 0.0) ach->AddFail("ERROR: ToroidalSurface: MajorRadius < 0.0"); if (ent->MinorRadius() < 0.0) diff --git a/src/RWStepShape/RWStepShape_RWEdgeCurve.cxx b/src/RWStepShape/RWStepShape_RWEdgeCurve.cxx index 89c38a65ca..d0a0535f93 100644 --- a/src/RWStepShape/RWStepShape_RWEdgeCurve.cxx +++ b/src/RWStepShape/RWStepShape_RWEdgeCurve.cxx @@ -120,7 +120,7 @@ void RWStepShape_RWEdgeCurve::Check const Interface_ShareTool& aShto, Handle(Interface_Check)& ach) const { -// cout << "------ calling CheckEdgeCurve ------" << endl; +// std::cout << "------ calling CheckEdgeCurve ------" << std::endl; Handle(StepShape_OrientedEdge) theOE1, theOE2; Handle(StepShape_FaceBound) theFOB1, theFOB2; @@ -190,7 +190,7 @@ void RWStepShape_RWEdgeCurve::Check Standard_Boolean sharOE1 = aShto.IsShared(theOE1); if(!sharOE1){ #ifdef OCCT_DEBUG - cout << "OrientedEdge1 not shared" < 1) { #ifdef OCCT_DEBUG - cout << "OrientedEdge referenced more than once" << endl; + std::cout << "OrientedEdge referenced more than once" << std::endl; #endif } } @@ -248,7 +248,7 @@ void RWStepShape_RWEdgeCurve::Check Standard_Boolean sharOE2 = aShto.IsShared(theOE2); if(!sharOE2){ #ifdef OCCT_DEBUG - cout << "OrientedEdge2 not shared" <NbEdgeList(); diff --git a/src/RWStepShape/RWStepShape_RWFaceBound.cxx b/src/RWStepShape/RWStepShape_RWFaceBound.cxx index df6d20fbd5..da7fbfe10e 100644 --- a/src/RWStepShape/RWStepShape_RWFaceBound.cxx +++ b/src/RWStepShape/RWStepShape_RWFaceBound.cxx @@ -125,7 +125,7 @@ void RWStepShape_RWFaceBound::Check Standard_Boolean sharOE2 = aShto.IsShared(theOE2); if(!sharOE2){ #ifdef OCCT_DEBUG - cout << "OrientedEdge2 not shared" <IsSameString(ap203, Standard_False) && !format->IsSameString(ap214, Standard_False)) { #ifdef OCCT_DEBUG - cout << "Warning: STEPCAFControl_Reader::Transfer: Extern document is neither STEP AP203 nor AP214" << endl; + std::cout << "Warning: STEPCAFControl_Reader::Transfer: Extern document is neither STEP AP203 nor AP214" << std::endl; #else continue; #endif } } #ifdef OCCT_DEBUG - else cout << "Warning: STEPCAFControl_Reader::Transfer: Extern document format not defined" << endl; + else std::cout << "Warning: STEPCAFControl_Reader::Transfer: Extern document format not defined" << std::endl; #endif // get and check filename of the current extern ref const Standard_CString filename = ExtRefs.FileName(i); #ifdef OCCT_DEBUG - cout << "filename=" << filename << endl; + std::cout << "filename=" << filename << std::endl; #endif if (!filename || !filename[0]) { #ifdef OCCT_DEBUG - cout << "Warning: STEPCAFControl_Reader::Transfer: Extern reference file name is empty" << endl; + std::cout << "Warning: STEPCAFControl_Reader::Transfer: Extern reference file name is empty" << std::endl; #endif continue; // not a valid extern ref } @@ -785,9 +785,9 @@ TDF_Label STEPCAFControl_Reader::AddShape(const TopoDS_Shape &S, } #ifdef OCCT_DEBUG if (!EF->GetLabel().IsNull()) - cout << "Warning: STEPCAFControl_Reader::AddShape: Non-empty shape with external ref; ref is ignored" << endl; + std::cout << "Warning: STEPCAFControl_Reader::AddShape: Non-empty shape with external ref; ref is ignored" << std::endl; else if (nbComponents <= 0) - cout << "Warning: STEPCAFControl_Reader::AddShape: Result of reading extern ref is Null" << endl; + std::cout << "Warning: STEPCAFControl_Reader::AddShape: Result of reading extern ref is Null" << std::endl; #endif } } @@ -835,7 +835,7 @@ Handle(STEPCAFControl_ExternFile) STEPCAFControl_Reader::ReadExternFile(const St } #ifdef OCCT_DEBUG - cout << "Reading extern file: " << fullname << endl; + std::cout << "Reading extern file: " << fullname << std::endl; #endif // create new WorkSession and Reader @@ -939,7 +939,7 @@ Standard_Boolean STEPCAFControl_Reader::ReadColors(const Handle(XSControl_WorkSe STEPConstruct_Styles Styles(WS); if (!Styles.LoadStyles()) { #ifdef OCCT_DEBUG - cout << "Warning: no styles are found in the model" << endl; + std::cout << "Warning: no styles are found in the model" << std::endl; #endif return Standard_False; } @@ -1147,7 +1147,7 @@ TDF_Label STEPCAFControl_Reader::FindInstance(const Handle(StepRepr_NextAssembly Handle(Transfer_Binder) binder = TP->Find(NAUO); if (binder.IsNull() || !binder->HasResult()) { #ifdef OCCT_DEBUG - cout << "Error: STEPCAFControl_Reader::FindInstance: NAUO is not mapped to shape" << endl; + std::cout << "Error: STEPCAFControl_Reader::FindInstance: NAUO is not mapped to shape" << std::endl; #endif return L; } @@ -1155,7 +1155,7 @@ TDF_Label STEPCAFControl_Reader::FindInstance(const Handle(StepRepr_NextAssembly TopoDS_Shape S = TransferBRep::ShapeResult(TP, binder); if (S.IsNull()) { #ifdef OCCT_DEBUG - cout << "Error: STEPCAFControl_Reader::FindInstance: NAUO is not mapped to shape" << endl; + std::cout << "Error: STEPCAFControl_Reader::FindInstance: NAUO is not mapped to shape" << std::endl; #endif return L; } @@ -1300,7 +1300,7 @@ Standard_Boolean STEPCAFControl_Reader::ReadValProps(const Handle(XSControl_Work STEPConstruct_ValidationProps Props(WS); if (!Props.LoadProps(props)) { #ifdef OCCT_DEBUG - cout << "Warning: no validation props found in the model" << endl; + std::cout << "Warning: no validation props found in the model" << std::endl; #endif return Standard_False; } @@ -1463,7 +1463,7 @@ Standard_Boolean STEPCAFControl_Reader::ReadLayers(const Handle(XSControl_WorkSe for (subs.Start(); subs.More(); subs.Next()) { if (!subs.Value()->IsKind(STANDARD_TYPE(StepVisual_Invisibility))) continue; #ifdef OCCT_DEBUG - cout << "\tLayer \"" << aLayerName << "\" is invisible" << endl; + std::cout << "\tLayer \"" << aLayerName << "\" is invisible" << std::endl; #endif //TDF_Label InvLayerLab = LTool->FindLayer(aLayerName); TDF_Label InvLayerLab = LTool->AddLayer(aLayerName); //skl for OCC3926 @@ -1537,7 +1537,7 @@ static TDF_Label setSHUOintoDoc(const Handle(XSControl_WorkSession) &WS, Handle(StepRepr_NextAssemblyUsageOccurrence) NUNAUO = SHUO->NextUsage(); if (UUNAUO.IsNull() || NUNAUO.IsNull()) { #ifdef OCCT_DEBUG - cout << "Warning: " << __FILE__ << ": Upper_usage or Next_usage of styled SHUO is null. Skip it" << endl; + std::cout << "Warning: " << __FILE__ << ": Upper_usage or Next_usage of styled SHUO is null. Skip it" << std::endl; #endif return aMainLabel; } @@ -1596,7 +1596,7 @@ Standard_Boolean STEPCAFControl_Reader::ReadSHUOs(const Handle(XSControl_WorkSes STEPConstruct_Styles Styles(WS); if (!Styles.LoadStyles()) { #ifdef OCCT_DEBUG - cout << "Warning: no styles are found in the model" << endl; + std::cout << "Warning: no styles are found in the model" << std::endl; #endif return Standard_False; } @@ -1616,7 +1616,7 @@ Standard_Boolean STEPCAFControl_Reader::ReadSHUOs(const Handle(XSControl_WorkSes continue; // found that current style is invisible. #ifdef OCCT_DEBUG - cout << "Warning: item No " << i << "(" << style->Item()->DynamicType()->Name() << ") is invisible" << endl; + std::cout << "Warning: item No " << i << "(" << style->Item()->DynamicType()->Name() << ") is invisible" << std::endl; #endif IsVisible = Standard_False; break; @@ -1655,7 +1655,7 @@ Standard_Boolean STEPCAFControl_Reader::ReadSHUOs(const Handle(XSControl_WorkSes TDF_Label aLabelForStyle = setSHUOintoDoc(WS, SHUO, STool, PDFileMap, ShapeLabelMap); if (aLabelForStyle.IsNull()) { #ifdef OCCT_DEBUG - cout << "Warning: " << __FILE__ << ": coudnot create SHUO structure in the document" << endl; + std::cout << "Warning: " << __FILE__ << ": coudnot create SHUO structure in the document" << std::endl; #endif continue; } @@ -2867,7 +2867,7 @@ TDF_Label STEPCAFControl_Reader::createGDTObjectInXCAF(const Handle(Standard_Tra } if (dim1 < 0) continue; if (dim2 < 0) dim2 = dim1; - //cout<<"DimensionalSize: dim1="<SetWriteStatus ( EF->GetWS()->SendAll ( fname.ToCString() ) ); @@ -829,7 +829,7 @@ Standard_Boolean STEPCAFControl_Writer::WriteExternRefs (const Handle(XSControl_ Handle(TransferBRep_ShapeMapper) mapper = TransferBRep::ShapeMapper ( FP, S ); if ( ! FP->FindTypedTransient ( mapper, STANDARD_TYPE(StepShape_ShapeDefinitionRepresentation), SDR ) ) { #ifdef OCCT_DEBUG - cout << "Warning: Cannot find SDR for " << S.TShape()->DynamicType()->Name() << endl; + std::cout << "Warning: Cannot find SDR for " << S.TShape()->DynamicType()->Name() << std::endl; #endif continue; } @@ -841,7 +841,7 @@ Standard_Boolean STEPCAFControl_Writer::WriteExternRefs (const Handle(XSControl_ Handle(StepRepr_PropertyDefinition) aPropDef = RD.PropertyDefinition(); if (aPropDef.IsNull()) { #ifdef OCCT_DEBUG - cout << "Warning: STEPCAFControl_Writer::WriteExternRefs StepRepr_PropertyDefinition is null for " << S.TShape()->DynamicType()->Name() << endl; + std::cout << "Warning: STEPCAFControl_Writer::WriteExternRefs StepRepr_PropertyDefinition is null for " << S.TShape()->DynamicType()->Name() << std::endl; #endif continue; } @@ -849,7 +849,7 @@ Standard_Boolean STEPCAFControl_Writer::WriteExternRefs (const Handle(XSControl_ Handle(StepBasic_ProductDefinition) PD = CharDef.ProductDefinition(); if (PD.IsNull()) { #ifdef OCCT_DEBUG - cout << "Warning: STEPCAFControl_Writer::WriteExternRefs StepBasic_ProductDefinition is null for " << S.TShape()->DynamicType()->Name() << endl; + std::cout << "Warning: STEPCAFControl_Writer::WriteExternRefs StepBasic_ProductDefinition is null for " << S.TShape()->DynamicType()->Name() << std::endl; #endif continue; } @@ -1082,7 +1082,7 @@ static void MakeSTEPStyles (STEPConstruct_Styles &Styles, TColStd_SequenceOfTransient seqRI; Standard_Integer nb = FindEntities ( Styles.FinderProcess(), S, L, seqRI ); #ifdef OCCT_DEBUG - if ( nb <=0 ) cout << "Warning: Cannot find RI for " << S.TShape()->DynamicType()->Name() << endl; + if ( nb <=0 ) std::cout << "Warning: Cannot find RI for " << S.TShape()->DynamicType()->Name() << std::endl; #endif //Get overridden style gka 10.06.03 if ( isComponent && nb) @@ -1176,8 +1176,8 @@ Standard_Boolean STEPCAFControl_Writer::WriteColors (const Handle(XSControl_Work // are not supported (it is not clear how to encode that in STEP) if ( XCAFDoc_ShapeTool::IsAssembly ( L ) ) { #ifdef OCCT_DEBUG - cout << "Warning: Cannot write color for Assembly" << endl; - cout << "Info: Check for colors assigned to components in assembly" << endl; + std::cout << "Warning: Cannot write color for Assembly" << std::endl; + std::cout << "Info: Check for colors assigned to components in assembly" << std::endl; #endif // PTV 22.01.2003 Write color for instances. TDF_LabelSequence compLabels; @@ -1262,7 +1262,7 @@ Standard_Boolean STEPCAFControl_Writer::WriteColors (const Handle(XSControl_Work if (!isComponent) { if ( myMapCompMDGPR.IsBound( aTopSh )) { #ifdef OCCT_DEBUG - cerr << "Error: Current Top-Level shape have MDGPR already " << endl; + std::cerr << "Error: Current Top-Level shape have MDGPR already " << std::endl; #endif } Styles.CreateMDGPR ( Context, aMDGPR ); @@ -1371,7 +1371,7 @@ Standard_Boolean STEPCAFControl_Writer::WriteNames (const Handle(XSControl_WorkS Handle(TransferBRep_ShapeMapper) mapper = TransferBRep::ShapeMapper ( FP, S ); if ( ! FP->FindTypedTransient ( mapper, STANDARD_TYPE(StepShape_ShapeDefinitionRepresentation), SDR ) ) { #ifdef OCCT_DEBUG - cout << "Warning: Cannot find SDR for " << S.TShape()->DynamicType()->Name() << endl; + std::cout << "Warning: Cannot find SDR for " << S.TShape()->DynamicType()->Name() << std::endl; #endif continue; } @@ -1607,7 +1607,7 @@ Standard_Boolean STEPCAFControl_Writer::WriteLayers (const Handle(XSControl_Work Standard_Integer nb = FindEntities ( FP, oneShape, Loc, seqRI ); if ( nb <=0 ) - FP->Messenger() << "Warning: Cannot find RI for " << oneShape.TShape()->DynamicType()->Name() << endl; + FP->Messenger() << "Warning: Cannot find RI for " << oneShape.TShape()->DynamicType()->Name() << Message_EndLine; } if ( seqRI.Length() <= 0 ) continue; @@ -1619,7 +1619,7 @@ Standard_Boolean STEPCAFControl_Writer::WriteLayers (const Handle(XSControl_Work if (L.FindAttribute(XCAFDoc::InvisibleGUID(), aUAttr)) { descr = new TCollection_HAsciiString ("invisible"); #ifdef OCCT_DEBUG - FP->Messenger() << "\tLayer \"" << hName->String().ToCString() << "\" is invisible"<Messenger() << "\tLayer \"" << hName->String().ToCString() << "\" is invisible"< 1 ) - cout << "Warning: store only one next_usage of current SHUO" << endl; + std::cout << "Warning: store only one next_usage of current SHUO" << std::endl; #endif theSTool->GetSHUO( aNextUsageLabs.Value(1), NuSHUO ); Handle(StepRepr_SpecifiedHigherUsageOccurrence) aNUEntSHUO = @@ -1807,7 +1807,7 @@ static Standard_Boolean writeSHUO (const Handle(XCAFDoc_GraphNode)& theSHUO, if (!getProDefinitionOfNAUO( WS, aUUSh, nullPD, UUNAUO, Standard_True ) || !getProDefinitionOfNAUO( WS, aNUSh, aRelatedPD, NUNAUO, Standard_False )) { #ifdef OCCT_DEBUG - cout << "Warning: cannot get related or relating PD" << endl; + std::cout << "Warning: cannot get related or relating PD" << std::endl; #endif return Standard_False; } @@ -1892,7 +1892,7 @@ static Standard_Boolean createSHUOStyledItem (const XCAFPrs_Style& style, FindEntities ( FP, Sh, L, seqRI ); #ifdef OCCT_DEBUG if ( seqRI.Length() <=0 ) - FP->Messenger() << "Warning: Cannot find RI for " << Sh.TShape()->DynamicType()->Name() << endl; + FP->Messenger() << "Warning: Cannot find RI for " << Sh.TShape()->DynamicType()->Name() << Message_EndLine; #endif item = Handle(StepRepr_RepresentationItem)::DownCast(seqRI(1)); //get overridden styled item @@ -1908,7 +1908,7 @@ static Standard_Boolean createSHUOStyledItem (const XCAFPrs_Style& style, if ( !aTopSh.IsNull() && !myMapCompMDGPR.IsBound( aTopSh ) ) { // create MDGPR and record it in model #ifdef OCCT_DEBUG - cout << "Warning: " << __FILE__ << ": Create new MDGPR for SHUO instance" << endl; + std::cout << "Warning: " << __FILE__ << ": Create new MDGPR for SHUO instance" << std::endl; #endif Handle(StepVisual_MechanicalDesignGeometricPresentationRepresentation) aMDGPR; Styles.CreateMDGPR ( Context, aMDGPR ); @@ -1939,7 +1939,7 @@ static Standard_Boolean createSHUOStyledItem (const XCAFPrs_Style& style, else { WS->Model()->AddWithRefs ( STEPstyle ); // add as root to the model, but it is not good #ifdef OCCT_DEBUG - cout << "Warning: " << __FILE__ << ": adds styled item of SHUO as root, casue cannot find MDGPR" << endl; + std::cout << "Warning: " << __FILE__ << ": adds styled item of SHUO as root, casue cannot find MDGPR" << std::endl; #endif } // create invisibility item for the styled item @@ -2011,7 +2011,7 @@ Standard_Boolean STEPCAFControl_Writer::WriteSHUOs (const Handle(XSControl_WorkS XCAFPrs_Style SHUOstyle; if ( !getSHUOstyle ( aSHUOlab, CTool, SHUOstyle ) ) { #ifdef OCCT_DEBUG - cout << "Warning: " << __FILE__ << ": do not store SHUO without any style to the STEP model" << endl; + std::cout << "Warning: " << __FILE__ << ": do not store SHUO without any style to the STEP model" << std::endl; #endif continue; } @@ -2024,13 +2024,13 @@ Standard_Boolean STEPCAFControl_Writer::WriteSHUOs (const Handle(XSControl_WorkS writeSHUO( aSHUO, CTool->ShapeTool(), WS, anEntOfSHUO, NAUOShape, aRelatingPD, isDeepest ); if ( anEntOfSHUO.IsNull() || NAUOShape.IsNull() ) { #ifdef OCCT_DEBUG - cout << "Warning: " << __FILE__ << ": Cannot store SHUO" << endl; + std::cout << "Warning: " << __FILE__ << ": Cannot store SHUO" << std::endl; #endif continue; } // create new Product Definition Shape for TOP SHUO #ifdef OCCT_DEBUG - cout << "Info: " << __FILE__ << ": Create NEW PDS for current SHUO " << endl; + std::cout << "Info: " << __FILE__ << ": Create NEW PDS for current SHUO " << std::endl; #endif Handle(StepRepr_ProductDefinitionShape) PDS = new StepRepr_ProductDefinitionShape; Handle(TCollection_HAsciiString) aPDSname = new TCollection_HAsciiString("SHUO"); @@ -2320,7 +2320,7 @@ Handle(StepRepr_ShapeAspect) STEPCAFControl_Writer::WriteShapeAspect (const Hand TColStd_SequenceOfTransient aSeqRI; FindEntities( FP, theShape, aLoc, aSeqRI ); if ( aSeqRI.Length() <= 0 ) { - FP->Messenger() << "Warning: Cannot find RI for "<DynamicType()->Name()<Messenger() << "Warning: Cannot find RI for "<DynamicType()->Name()<Messenger() << "Warning: Cannot find RI for " << aShape.TShape()->DynamicType()->Name() << endl; + FP->Messenger() << "Warning: Cannot find RI for " << aShape.TShape()->DynamicType()->Name() << Message_EndLine; continue; } anEnt = aSeqRI.Value(1); @@ -3404,7 +3404,7 @@ Standard_Boolean STEPCAFControl_Writer::WriteDGTs (const Handle(XSControl_WorkSe TColStd_SequenceOfTransient seqRI; FindEntities( FP, aShape, Loc, seqRI ); if ( seqRI.Length() <= 0 ) { - FP->Messenger() << "Warning: Cannot find RI for "<DynamicType()->Name()<Messenger() << "Warning: Cannot find RI for "<DynamicType()->Name()<Number(PDS)="<Number(PDS)<Number(PDS)="<Number(PDS)<GetName(); @@ -3486,7 +3486,7 @@ Standard_Boolean STEPCAFControl_Writer::WriteDGTs (const Handle(XSControl_WorkSe TColStd_SequenceOfTransient seqRI; FindEntities( FP, aShape, Loc, seqRI ); if ( seqRI.Length() <= 0 ) { - FP->Messenger() << "Warning: Cannot find RI for "<DynamicType()->Name()<Messenger() << "Warning: Cannot find RI for "<DynamicType()->Name()<Number(PDS)="<Number(PDS)<Number(PDS)="<Number(PDS)<FindTypedTransient (mapper,STANDARD_TYPE(StepRepr_RepresentationItem), item); #ifdef OCCT_DEBUG - if ( item.IsNull() ) cout << Shape.TShape()->DynamicType()->Name() << ": RepItem not found" << endl; - else cout << Shape.TShape()->DynamicType()->Name() << ": RepItem found: " << item->DynamicType()->Name() << endl; + if ( item.IsNull() ) std::cout << Shape.TShape()->DynamicType()->Name() << ": RepItem not found" << std::endl; + else std::cout << Shape.TShape()->DynamicType()->Name() << ": RepItem found: " << item->DynamicType()->Name() << std::endl; #endif return item; } @@ -69,9 +69,9 @@ Handle(StepRepr_RepresentationItem) STEPConstruct::FindEntity (const Handle(Tran FinderProcess->FindTypedTransient (mapper,STANDARD_TYPE(StepRepr_RepresentationItem), item); } #ifdef OCCT_DEBUG - if ( item.IsNull() ) cout << Shape.TShape()->DynamicType()->Name() << ": RepItem not found" << endl; - else if ( Loc != Shape.Location() ) cout << Shape.TShape()->DynamicType()->Name() << ": RepItem found for shape without location: " << item->DynamicType()->Name() << endl; - else cout << Shape.TShape()->DynamicType()->Name() << ": RepItem found: " << item->DynamicType()->Name() << endl; + if ( item.IsNull() ) std::cout << Shape.TShape()->DynamicType()->Name() << ": RepItem not found" << std::endl; + else if ( Loc != Shape.Location() ) std::cout << Shape.TShape()->DynamicType()->Name() << ": RepItem found for shape without location: " << item->DynamicType()->Name() << std::endl; + else std::cout << Shape.TShape()->DynamicType()->Name() << ": RepItem found: " << item->DynamicType()->Name() << std::endl; #endif return item; } diff --git a/src/STEPConstruct/STEPConstruct_Assembly.cxx b/src/STEPConstruct/STEPConstruct_Assembly.cxx index 9c511fb526..5bfbed9baa 100644 --- a/src/STEPConstruct/STEPConstruct_Assembly.cxx +++ b/src/STEPConstruct/STEPConstruct_Assembly.cxx @@ -189,7 +189,7 @@ Standard_Boolean STEPConstruct_Assembly::CheckSRRReversesNAUO(const Interface_Gr ( CDSR->RepresentedProductRelation()->Definition().ProductDefinitionRelationship() ); if ( nauo.IsNull() ) { #ifdef OCCT_DEBUG - cout << "Warning: No NAUO found in CDSR !" << endl; + std::cout << "Warning: No NAUO found in CDSR !" << std::endl; #endif return Standard_False; } @@ -235,15 +235,15 @@ Standard_Boolean STEPConstruct_Assembly::CheckSRRReversesNAUO(const Interface_Gr } #ifdef OCCT_DEBUG - cout << "Warning: SRR and NAUO are incompatible" << endl; -// cout << "NAUO = " << Model->StringLabel(nauo)->ToCString() << -// ",\tCDSR = " << Model->StringLabel(CDSR)->ToCString() << endl; -// cout << "Rep1 = " << Model->StringLabel(rep1)->ToCString() << -// ",\tRep2 = " << Model->StringLabel(rep2)->ToCString() << endl; -// cout << "PD1 = " << Model->StringLabel(pd1)->ToCString() << -// ",\tPD2 = " << Model->StringLabel(pd2)->ToCString() << endl; -// cout << "Rel1 = " << Model->StringLabel(nauo->RelatingProductDefinition())->ToCString() << -// ",\tRel2 = " << Model->StringLabel(nauo->RelatedProductDefinition())->ToCString() << endl; + std::cout << "Warning: SRR and NAUO are incompatible" << std::endl; +// std::cout << "NAUO = " << Model->StringLabel(nauo)->ToCString() << +// ",\tCDSR = " << Model->StringLabel(CDSR)->ToCString() << std::endl; +// std::cout << "Rep1 = " << Model->StringLabel(rep1)->ToCString() << +// ",\tRep2 = " << Model->StringLabel(rep2)->ToCString() << std::endl; +// std::cout << "PD1 = " << Model->StringLabel(pd1)->ToCString() << +// ",\tPD2 = " << Model->StringLabel(pd2)->ToCString() << std::endl; +// std::cout << "Rel1 = " << Model->StringLabel(nauo->RelatingProductDefinition())->ToCString() << +// ",\tRel2 = " << Model->StringLabel(nauo->RelatedProductDefinition())->ToCString() << std::endl; #endif if ( pd2 == nauo->RelatedProductDefinition() || //:k3 abv 25 Nov 98: rp1sd.stp - bad assemblies diff --git a/src/STEPConstruct/STEPConstruct_Styles.cxx b/src/STEPConstruct/STEPConstruct_Styles.cxx index a4cb702c81..565e13d342 100644 --- a/src/STEPConstruct/STEPConstruct_Styles.cxx +++ b/src/STEPConstruct/STEPConstruct_Styles.cxx @@ -312,7 +312,7 @@ Handle(StepRepr_RepresentationContext) STEPConstruct_Styles::FindContext (const Handle(StepShape_ShapeRepresentation) sr; if ( FinderProcess()->FindTypedTransient (mapper,STANDARD_TYPE(StepShape_ShapeRepresentation), sr) ) { #ifdef OCCT_DEBUG -// cout << "Context of " << Shape.TShape()->DynamicType()->Name() << ": SR found: " << sr->DynamicType()->Name() << endl; +// std::cout << "Context of " << Shape.TShape()->DynamicType()->Name() << ": SR found: " << sr->DynamicType()->Name() << std::endl; #endif Context = sr->ContextOfItems(); } @@ -320,12 +320,12 @@ Handle(StepRepr_RepresentationContext) STEPConstruct_Styles::FindContext (const Handle(StepGeom_GeometricRepresentationItem) item; if ( FinderProcess()->FindTypedTransient (mapper,STANDARD_TYPE(StepGeom_GeometricRepresentationItem), item) ) { #ifdef OCCT_DEBUG -// cout << "Context of " << Shape.TShape()->DynamicType()->Name() << ": GeomRepItem found: " << item->DynamicType()->Name() << endl; +// std::cout << "Context of " << Shape.TShape()->DynamicType()->Name() << ": GeomRepItem found: " << item->DynamicType()->Name() << std::endl; #endif Interface_EntityIterator subs = Graph().Sharings(item); for (subs.Start(); Context.IsNull() && subs.More(); subs.Next()) { #ifdef OCCT_DEBUG -// cout << "Parsing back refs: found " << subs.Value()->DynamicType()->Name() << endl; +// std::cout << "Parsing back refs: found " << subs.Value()->DynamicType()->Name() << std::endl; #endif if ( ! subs.Value()->IsKind(STANDARD_TYPE(StepShape_ShapeRepresentation)) ) continue; sr = Handle(StepShape_ShapeRepresentation)::DownCast ( subs.Value() ); @@ -335,7 +335,7 @@ Handle(StepRepr_RepresentationContext) STEPConstruct_Styles::FindContext (const } #ifdef OCCT_DEBUG if ( Context.IsNull() ) { - cout << Shape.TShape()->DynamicType()->Name() << ": Cannot find context" << endl; + std::cout << Shape.TShape()->DynamicType()->Name() << ": Cannot find context" << std::endl; } #endif @@ -495,7 +495,7 @@ Handle(StepVisual_PresentationStyleAssignment) STEPConstruct_Styles::MakeColorPS if ( items.Length() <1 ) { #ifdef OCCT_DEBUG - cout << "Error: no color is supplied" << endl; + std::cout << "Error: no color is supplied" << std::endl; #endif return PSA; } @@ -724,7 +724,7 @@ Standard_Boolean STEPConstruct_Styles::DecodeColor (const Handle(StepVisual_Colo else if ( name.IsEqual ( "white" ) ) Col.SetValues ( Quantity_NOC_WHITE ); else { #ifdef OCCT_DEBUG - cout << "Error: color name \"" << name << "\" is not recognized" << endl; + std::cout << "Error: color name \"" << name << "\" is not recognized" << std::endl; #endif return Standard_False; } diff --git a/src/STEPConstruct/STEPConstruct_UnitContext.cxx b/src/STEPConstruct/STEPConstruct_UnitContext.cxx index 1de10cf889..461b0b1e3f 100644 --- a/src/STEPConstruct/STEPConstruct_UnitContext.cxx +++ b/src/STEPConstruct/STEPConstruct_UnitContext.cxx @@ -235,7 +235,7 @@ Standard_Boolean STEPConstruct_UnitContext::SiUnitNameFactor(const Handle(StepBa case StepBasic_sunSteradian: return Standard_True; default: -// cout << "Unknown SiUnitName : " << aSiUnit->Name() << endl; +// std::cout << "Unknown SiUnitName : " << aSiUnit->Name() << std::endl; return Standard_False; } } @@ -260,7 +260,7 @@ Standard_Integer STEPConstruct_UnitContext::ComputeFactors(const Handle(StepRepr if (aContext.IsNull()) { #ifdef OCCT_DEBUG - cout<<" -- STEPConstruct_UnitContext:ComputeFactor, Context undefined -> default"< default"<ValueComponent(); @@ -344,7 +344,7 @@ Standard_Integer STEPConstruct_UnitContext::ComputeFactors(const Handle(StepBasi else { status = 14; #ifdef OCCT_DEBUG - cout << "Error in the file : parameter double defined" << endl; + std::cout << "Error in the file : parameter double defined" << std::endl; #endif } } @@ -369,7 +369,7 @@ Standard_Integer STEPConstruct_UnitContext::ComputeFactors(const Handle(StepBasi else { status = 14; #ifdef OCCT_DEBUG - cout << "Error in the file : parameter double defined" << endl; + std::cout << "Error in the file : parameter double defined" << std::endl; #endif } } @@ -377,7 +377,7 @@ Standard_Integer STEPConstruct_UnitContext::ComputeFactors(const Handle(StepBasi // Defining a type of unit if(!parameterDone) { #ifdef OCCT_DEBUG - cout << "Unit Type not implemented" << endl; + std::cout << "Unit Type not implemented" << std::endl; #endif return 0; } @@ -394,7 +394,7 @@ Standard_Integer STEPConstruct_UnitContext::ComputeFactors(const Handle(StepBasi else { status = 14; #ifdef OCCT_DEBUG - cout << "Error in the file : LengthFactor double defined" << endl; + std::cout << "Error in the file : LengthFactor double defined" << std::endl; #endif } } // end of LengthUnit @@ -455,7 +455,7 @@ Standard_Integer STEPConstruct_UnitContext::ComputeTolerance Handle(StepBasic_UncertaintyMeasureWithUnit) aUMWU = aContext->UncertaintyValue(un); if (aUMWU.IsNull()) { #ifdef OCCT_DEBUG - cout<<"BAD Uncertainty Measure with Units, n0."<RepresentationRelation()->Rep2()->ContextOfItems(); } #ifdef OCCT_DEBUG - else cout << "INSTANCE: CDRS from NAUO NOT found" << endl; + else std::cout << "INSTANCE: CDRS from NAUO NOT found" << std::endl; #endif } #ifdef OCCT_DEBUG - else cout << "INSTANCE: NAUO NOT found" << endl; + else std::cout << "INSTANCE: NAUO NOT found" << std::endl; #endif */ } @@ -169,12 +169,12 @@ Standard_Boolean STEPConstruct_ValidationProps::FindTarget (const TopoDS_Shape & } target.SetValue ( PDS ); #ifdef OCCT_DEBUG -// cout << "COMPOUND: SDR found: " << sdr->DynamicType()->Name() << endl; +// std::cout << "COMPOUND: SDR found: " << sdr->DynamicType()->Name() << std::endl; #endif } else { #ifdef OCCT_DEBUG - cout << "COMPOUND: ProdDef NOT found" << endl; + std::cout << "COMPOUND: ProdDef NOT found" << std::endl; #endif Handle(StepShape_ShapeRepresentation) SR; if(FinderProcess()->FindTypedTransient(mapper,STANDARD_TYPE(StepShape_ShapeRepresentation),SR)) { @@ -220,14 +220,14 @@ Standard_Boolean STEPConstruct_ValidationProps::FindTarget (const TopoDS_Shape & Handle(StepGeom_GeometricRepresentationItem) item; if ( FinderProcess()->FindTypedTransient (mapper,STANDARD_TYPE(StepGeom_GeometricRepresentationItem), item) ) { #ifdef OCCT_DEBUG -// cout << Shape.TShape()->DynamicType()->Name() << ": GeomRepItem found: " << item->DynamicType()->Name() << endl; +// std::cout << Shape.TShape()->DynamicType()->Name() << ": GeomRepItem found: " << item->DynamicType()->Name() << std::endl; #endif // find PDS (GRI <- SR <- SDR -> PDS) Handle(StepRepr_ProductDefinitionShape) PDS; Interface_EntityIterator subs = Graph().Sharings(item); for (subs.Start(); PDS.IsNull() && subs.More(); subs.Next()) { #ifdef OCCT_DEBUG -// cout << "Parsing back refs: found " << subs.Value()->DynamicType()->Name() << endl; +// std::cout << "Parsing back refs: found " << subs.Value()->DynamicType()->Name() << std::endl; #endif if ( ! subs.Value()->IsKind(STANDARD_TYPE(StepShape_ShapeRepresentation)) ) continue; Handle(StepShape_ShapeRepresentation) sr = @@ -262,7 +262,7 @@ Standard_Boolean STEPConstruct_ValidationProps::FindTarget (const TopoDS_Shape & // if ( ! FinderProcess()->FindTypedTransient (mapper,STANDARD_TYPE(StepRepr_ShapeAspect), aspect ) || // aspect->OfShape() != PDS ) #ifdef OCCT_DEBUG - cout << Shape.TShape()->DynamicType()->Name() << ": SHAPE_ASPECT NOT found, creating" << endl; + std::cout << Shape.TShape()->DynamicType()->Name() << ": SHAPE_ASPECT NOT found, creating" << std::endl; #endif // create aspect and all related data Handle(TCollection_HAsciiString) AspectName = new TCollection_HAsciiString ( "" ); @@ -299,7 +299,7 @@ Standard_Boolean STEPConstruct_ValidationProps::FindTarget (const TopoDS_Shape & // SHAPE_ASPECT found, but we also need context: FIND IT !!!! else { #ifdef OCCT_DEBUG - cout << Shape.TShape()->DynamicType()->Name() << ": SHAPE_ASPECT found" << endl; + std::cout << Shape.TShape()->DynamicType()->Name() << ": SHAPE_ASPECT found" << std::endl; #endif Handle(StepRepr_ProductDefinitionShape) aPDS = aspect->OfShape(); Interface_EntityIterator asubs = Graph().Sharings(aPDS); @@ -314,11 +314,11 @@ Standard_Boolean STEPConstruct_ValidationProps::FindTarget (const TopoDS_Shape & if ( ! aspect.IsNull() ) target.SetValue ( aspect ); } #ifdef OCCT_DEBUG - else cout << Shape.TShape()->DynamicType()->Name() << ": PDS NOT found, fail to create SHAPE_ASPECT" << endl; + else std::cout << Shape.TShape()->DynamicType()->Name() << ": PDS NOT found, fail to create SHAPE_ASPECT" << std::endl; #endif } #ifdef OCCT_DEBUG - else cout << Shape.TShape()->DynamicType()->Name() << ": GeomRepItem NOT found" << endl; + else std::cout << Shape.TShape()->DynamicType()->Name() << ": GeomRepItem NOT found" << std::endl; #endif } @@ -533,7 +533,7 @@ Handle(StepBasic_ProductDefinition) STEPConstruct_ValidationProps::GetPropPD (co Handle(Message_Messenger) sout = Message::DefaultMessenger(); sout << "Error: Cannot find target entity (SA) for geometric_validation_property "; Model()->PrintLabel ( PD, sout ); - sout << endl; + sout << Message_EndLine; #endif return ProdDef; } @@ -558,7 +558,7 @@ Handle(StepBasic_ProductDefinition) STEPConstruct_ValidationProps::GetPropPD (co Handle(Message_Messenger) sout = Message::DefaultMessenger(); sout << "Error: Cannot find target entity (SDR) for geometric_validation_property "; Model()->PrintLabel ( PD, sout ); - sout << endl; + sout << Message_EndLine; } #endif return ProdDef; @@ -611,7 +611,7 @@ TopoDS_Shape STEPConstruct_ValidationProps::GetPropShape (const Handle(StepBasic Handle(Message_Messenger) sout = Message::DefaultMessenger(); sout << "Warning: Entity "; Model()->PrintLabel ( ProdDef, sout ); - sout << " is not mapped to shape" << endl; + sout << " is not mapped to shape" << Message_EndLine; } #endif return S; @@ -682,7 +682,7 @@ Standard_Boolean STEPConstruct_ValidationProps::GetPropReal (const Handle(StepRe else if ( Name == "VOLUME_MEASURE" ) isArea = Standard_False; else { #ifdef OCCT_DEBUG - cout << "Warning: Measure " << Model()->StringLabel ( M )->String() << " is neither area not volume" << endl; + std::cout << "Warning: Measure " << Model()->StringLabel ( M )->String() << " is neither area not volume" << std::endl; #endif return Standard_False; } @@ -705,7 +705,7 @@ Standard_Boolean STEPConstruct_ValidationProps::GetPropPnt (const Handle(StepRep Handle(StepGeom_CartesianPoint) P = Handle(StepGeom_CartesianPoint)::DownCast ( item ); if ( P.IsNull() || P->NbCoordinates() != 3 ) { #ifdef OCCT_DEBUG - cout << "Warning: Point " << Model()->StringLabel ( P )->String() << " is not valid for centroid" << endl; + std::cout << "Warning: Point " << Model()->StringLabel ( P )->String() << " is not valid for centroid" << std::endl; #endif return Standard_False;; } diff --git a/src/STEPControl/STEPControl_ActorRead.cxx b/src/STEPControl/STEPControl_ActorRead.cxx index 11fece1ed3..37463e7e1d 100644 --- a/src/STEPControl/STEPControl_ActorRead.cxx +++ b/src/STEPControl/STEPControl_ActorRead.cxx @@ -176,15 +176,15 @@ static void DumpWhatIs(const TopoDS_Shape& S) { } } - cout << "//What is?// NB COMPOUNDS: " << nbCompounds << endl; - cout << "//What is?// NB SOLIDS: " << nbSolids << endl; - cout << "//What is?// NB SHELLS: " << nbShells << endl; - cout << "//What is?// OPEN SHELLS: " << nbOpenShells << endl; - cout << "//What is?// CLOSED SHELLS: " << nbShells - nbOpenShells << endl; - cout << "//What is?// NB FACES: " << nbFaces << endl; - cout << "//What is?// NB WIRES: " << nbWires << endl; - cout << "//What is?// NB EDGES: " << nbEdges << endl; - cout << "//What is?// NB VERTEXES: " << nbVertexes << endl; + std::cout << "//What is?// NB COMPOUNDS: " << nbCompounds << std::endl; + std::cout << "//What is?// NB SOLIDS: " << nbSolids << std::endl; + std::cout << "//What is?// NB SHELLS: " << nbShells << std::endl; + std::cout << "//What is?// OPEN SHELLS: " << nbOpenShells << std::endl; + std::cout << "//What is?// CLOSED SHELLS: " << nbShells - nbOpenShells << std::endl; + std::cout << "//What is?// NB FACES: " << nbFaces << std::endl; + std::cout << "//What is?// NB WIRES: " << nbWires << std::endl; + std::cout << "//What is?// NB EDGES: " << nbEdges << std::endl; + std::cout << "//What is?// NB VERTEXES: " << nbVertexes << std::endl; } #endif @@ -284,12 +284,12 @@ Handle(Transfer_Binder) STEPControl_ActorRead::Transfer if(aPPVersion.IsNull()) continue; #ifdef OCCT_DEBUG - cout << "Preprocessor version detected: " << aPPVersion->ToCString() << endl; + std::cout << "Preprocessor version detected: " << aPPVersion->ToCString() << std::endl; #endif Standard_Integer anIDeasResult = aPPVersion->Search("I-DEAS"); if (anIDeasResult != -1) { #ifdef OCCT_DEBUG - cout << "Recognized as I-DEAS STP" << endl; + std::cout << "Recognized as I-DEAS STP" << std::endl; #endif myNMTool.SetIDEASCase(Standard_True); } @@ -542,7 +542,7 @@ static void getSDR(const Handle(StepRepr_ProductDefinitionShape)& PDS, #ifdef TRANSLOG if (TP->TraceLevel() > 1) - sout<<" -- Actor : Ent.n0 "<Model()->Number(PD)<<" -> Shared Ent.no"<Model()->Number(NAUO)<Model()->Number(PD)<<" -> Shared Ent.no"<Model()->Number(NAUO)<IsBound(NAUO)) binder = TransferEntity(NAUO,TP); @@ -762,7 +762,7 @@ Handle(TransferBRep_ShapeBinder) STEPControl_ActorRead::TransferEntity(const Han Handle(Message_Messenger) sout = TP->Messenger(); #ifdef TRANSLOG if (TP->TraceLevel() > 2) - sout<<" -- Actor : case ShapeRepr. NbItems="<TraceLevel() > 2) - sout<<" -- Actor, shape_representation.item n0. "<ItemsValue(i); Handle(Transfer_Binder) binder; @@ -1099,7 +1099,7 @@ Handle(TransferBRep_ShapeBinder) STEPControl_ActorRead::OldWay(const Handle(Stan #ifdef TRANSLOG if (TP->TraceLevel() > 2) - sout<<" -- Actor : case shape_definition_representation."<Find(rep); if (binder.IsNull()) binder = TP->Transferring(rep); @@ -1140,7 +1140,7 @@ Handle(TransferBRep_ShapeBinder) STEPControl_ActorRead::OldWay(const Handle(Stan // if (anitem.IsNull()) continue; #ifdef TRANSLOG if (TP->TraceLevel() > 1) - sout<<" -- Actor : Ent.n0 "<Model()->Number(start)<<" -> Shared Ent.no"<Model()->Number(anitem)<Model()->Number(start)<<" -> Shared Ent.no"<Model()->Number(anitem)<IsBound(anitem)) binder = TP->Transferring(anitem); @@ -1179,7 +1179,7 @@ Handle(TransferBRep_ShapeBinder) STEPControl_ActorRead::TransferEntity(const Han OSD_Timer chrono; if (TP->TraceLevel() > 2) sout << "Begin transfer STEP -> CASCADE, Type " - << start->DynamicType()->Name() << endl; + << start->DynamicType()->Name() << Message_EndLine; chrono.Start(); #endif @@ -1260,7 +1260,7 @@ Handle(TransferBRep_ShapeBinder) STEPControl_ActorRead::TransferEntity(const Han #ifdef TRANSLOG chrono.Stop(); if (TP->TraceLevel() > 2) - sout<<"End transfer STEP -> CASCADE :" << (found ? "OK" : " : no result")< CASCADE :" << (found ? "OK" : " : no result")<TraceLevel() > 2) chrono.Show(); #endif @@ -1419,7 +1419,7 @@ Handle(Transfer_Binder) STEPControl_ActorRead::TransferShape(const Handle(Standa #ifdef TRANSLOG // POUR MISE AU POINT, a supprimer ensuite if (TP->TraceLevel() > 1) - sout<<" -- Actor : Transfer Ent.n0 "<Model()->Number(start)<<" Type "<DynamicType()->Name()<Model()->Number(start)<<" Type "<DynamicType()->Name()<TraceLevel() > 1) - TP->Messenger() <<" Cc1ToTopoDS : Length Unit = "<StringLabel(cmp->GetSDR())->ToCString()<<"\t"; - os << "Product: "<GetSDR())<GetSDR())<GetList()->Length(); i++) { for ( Standard_Integer j=0; j < level+1; j++ ) os << "\t"; os << "NAUO :"<StringLabel(cmp->GetList()->Value(i)->GetNAUO())->ToCString()<<";\t"; @@ -186,7 +186,7 @@ void STEPSelections_AssemblyExplorer::Dump(Standard_OStream &os) const { Handle(Interface_InterfaceModel) model = myGraph.Model(); for(Standard_Integer i = 1 ; i <=myRoots.Length(); i++) { - os<<"Assembly N: "<NbEdges(); for (i = 1; i <= nb; i ++) { Standard_Boolean stat = sfw->FixSmall (i, Standard_True, 0.0); - //cout<<"FixSmall for"<0 ) { di << "Splitting by U: "; for ( Standard_Integer j=1; j <= uval.Length(); j++ ) { - //cout << ( i >j ? ", " : "" ) << uval(j); + //std::cout << ( i >j ? ", " : "" ) << uval(j); if (i >j) { di << ", "; } else { @@ -1042,7 +1042,7 @@ static Standard_Integer splitface if ( vval.Length() >0 ) { di << "Splitting by V: "; for ( Standard_Integer j=1; j <= vval.Length(); j++ ) { - //cout << ( j >1 ? ", " : "" ) << vval(j); + //std::cout << ( j >1 ? ", " : "" ) << vval(j); if (j >1) { di << ", "; } else { @@ -1401,14 +1401,14 @@ static Standard_Integer reshape(Draw_Interpretor& /*theDI*/, { if ( theArgc < 4 ) { - cout << "Error: wrong number of arguments. Type 'help " << theArgv[0] << "'\n"; + std::cout << "Error: wrong number of arguments. Type 'help " << theArgv[0] << "'\n"; return 1; } TopoDS_Shape aSource = DBRep::Get(theArgv[2]); if ( aSource.IsNull() ) { - cout << "Error: source shape ('" << theArgv[2] << "') is null\n"; + std::cout << "Error: source shape ('" << theArgv[2] << "') is null\n"; return 1; } @@ -1425,21 +1425,21 @@ static Standard_Integer reshape(Draw_Interpretor& /*theDI*/, { if ( theArgc - i < 3 ) { - cout << "Error: not enough arguments for replacement\n"; + std::cout << "Error: not enough arguments for replacement\n"; return 1; } TopoDS_Shape aWhat = DBRep::Get(theArgv[++i]); if ( aWhat.IsNull() ) { - cout << "Error: argument shape ('" << theArgv[i] << "') is null\n"; + std::cout << "Error: argument shape ('" << theArgv[i] << "') is null\n"; return 1; } TopoDS_Shape aWith = DBRep::Get(theArgv[++i]); if ( aWith.IsNull() ) { - cout << "Error: replacement shape ('" << theArgv[i] << "') is null\n"; + std::cout << "Error: replacement shape ('" << theArgv[i] << "') is null\n"; return 1; } @@ -1449,14 +1449,14 @@ static Standard_Integer reshape(Draw_Interpretor& /*theDI*/, { if ( theArgc - i < 2 ) { - cout << "Error: not enough arguments for removal\n"; + std::cout << "Error: not enough arguments for removal\n"; return 1; } TopoDS_Shape aWhat = DBRep::Get(theArgv[++i]); if ( aWhat.IsNull() ) { - cout << "Error: shape to remove ('" << theArgv[i] << "') is null\n"; + std::cout << "Error: shape to remove ('" << theArgv[i] << "') is null\n"; return 1; } @@ -1464,7 +1464,7 @@ static Standard_Integer reshape(Draw_Interpretor& /*theDI*/, } else { - cout << "Error: invalid syntax at " << anOpt << "\n" ; + std::cout << "Error: invalid syntax at " << anOpt << "\n" ; return 1; } } @@ -1473,7 +1473,7 @@ static Standard_Integer reshape(Draw_Interpretor& /*theDI*/, TopoDS_Shape aResult = aReShaper->Apply(aSource); if ( aResult.IsNull() ) { - cout << "Error: result shape is null\n"; + std::cout << "Error: result shape is null\n"; return 1; } diff --git a/src/ShapeAnalysis/ShapeAnalysis_CheckSmallFace.cxx b/src/ShapeAnalysis/ShapeAnalysis_CheckSmallFace.cxx index 800d2f49ae..3e7f669b82 100644 --- a/src/ShapeAnalysis/ShapeAnalysis_CheckSmallFace.cxx +++ b/src/ShapeAnalysis/ShapeAnalysis_CheckSmallFace.cxx @@ -653,7 +653,7 @@ Standard_Boolean ShapeAnalysis_CheckSmallFace::CheckPin (const TopoDS_Face& F, case 2: myStatusPin = ShapeExtend::EncodeStatus (ShapeExtend_DONE2); break; default : break; } - // cout<<(whatstat == 1 ? "Smooth" : "Sharp")<<" Pin on "<<(sens == 1 ? "U" : "V")<<" Row n0 "< distmin="< distmin="<IsKind(STANDARD_TYPE(Geom_BoundedCurve)) && !theCurve->IsClosed()) { if (First < cf) { #ifdef OCCT_DEBUG - cout << "Update Edge First Parameter to Curve First Parameter" << endl; + std::cout << "Update Edge First Parameter to Curve First Parameter" << std::endl; #endif First = cf; } else if (First > cl) { #ifdef OCCT_DEBUG - cout << "Update Edge First Parameter to Curve Last Parameter" << endl; + std::cout << "Update Edge First Parameter to Curve Last Parameter" << std::endl; #endif First = cl; } if (Last < cf) { #ifdef OCCT_DEBUG - cout << "Update Edge Last Parameter to Curve First Parameter" << endl; + std::cout << "Update Edge Last Parameter to Curve First Parameter" << std::endl; #endif Last = cf; } else if (Last > cl) { #ifdef OCCT_DEBUG - cout << "Update Edge Last Parameter to Curve Last Parameter" << endl; + std::cout << "Update Edge Last Parameter to Curve Last Parameter" << std::endl; #endif Last = cl; } @@ -547,7 +547,7 @@ Standard_Boolean ShapeAnalysis_Curve::ValidateRange (const Handle(Geom_Curve)& t if ( theCurve->Value(Last).Distance(theCurve->Value(cl)) < preci ) Last = cl; if ( First > Last ) { #ifdef OCCT_DEBUG - cout << "Warning : parameter range of edge crossing non periodic curve origin" << endl; + std::cout << "Warning : parameter range of edge crossing non periodic curve origin" << std::endl; #endif Standard_Real tmp = First; First = Last; @@ -575,7 +575,7 @@ Standard_Boolean ShapeAnalysis_Curve::ValidateRange (const Handle(Geom_Curve)& t // on inverse quand meme les parametres !!!!!! else { #ifdef OCCT_DEBUG - cout << "Warning : parameter range of edge crossing non periodic curve origin" << endl; + std::cout << "Warning : parameter range of edge crossing non periodic curve origin" << std::endl; #endif Standard_Real tmp = First; First = Last; @@ -585,7 +585,7 @@ Standard_Boolean ShapeAnalysis_Curve::ValidateRange (const Handle(Geom_Curve)& t //abv 15.03.00 #72 bm1_pe_t4 protection of exceptions in draw else if ( First > Last ) { #ifdef OCCT_DEBUG - cout << "Warning: parameter range is bad; curve reversed" << endl; + std::cout << "Warning: parameter range is bad; curve reversed" << std::endl; #endif First = theCurve->ReversedParameter ( First ); Last = theCurve->ReversedParameter ( Last ); @@ -599,15 +599,15 @@ Standard_Boolean ShapeAnalysis_Curve::ValidateRange (const Handle(Geom_Curve)& t } else { #ifdef OCCT_DEBUG - cout << "UpdateParam3d Failed" << endl; - cout << " - Curve Type : " << theCurve->DynamicType() << endl; - cout << " - Param 1 : " << First << endl; - cout << " - Param 2 : " << Last << endl; + std::cout << "UpdateParam3d Failed" << std::endl; + std::cout << " - Curve Type : " << theCurve->DynamicType() << std::endl; + std::cout << " - Param 1 : " << First << std::endl; + std::cout << " - Param 2 : " << Last << std::endl; #endif //abv 15.03.00 #72 bm1_pe_t4 protection of exceptions in draw if ( First > Last ) { #ifdef OCCT_DEBUG - cout << "Warning: parameter range is bad; curve reversed" << endl; + std::cout << "Warning: parameter range is bad; curve reversed" << std::endl; #endif First = theCurve->ReversedParameter ( First ); Last = theCurve->ReversedParameter ( Last ); diff --git a/src/ShapeAnalysis/ShapeAnalysis_Surface.cxx b/src/ShapeAnalysis/ShapeAnalysis_Surface.cxx index 93c2d0f892..2d61d04fd5 100644 --- a/src/ShapeAnalysis/ShapeAnalysis_Surface.cxx +++ b/src/ShapeAnalysis/ShapeAnalysis_Surface.cxx @@ -508,8 +508,8 @@ static Handle(Geom_Curve) ComputeIso catch (Standard_Failure const& anException) { #ifdef OCCT_DEBUG //:s5 - cout << "\nWarning: ShapeAnalysis_Surface, ComputeIso(): Exception in UVIso(): "; - anException.Print(cout); cout << endl; + std::cout << "\nWarning: ShapeAnalysis_Surface, ComputeIso(): Exception in UVIso(): "; + anException.Print(std::cout); std::cout << std::endl; #endif (void)anException; iso.Nullify(); @@ -1044,12 +1044,12 @@ Standard_Integer ShapeAnalysis_Surface::SurfaceNewton(const gp_Pnt2d &p2dPrev, // if ( rs2 > 100 * preci * preci ) { fail = 6; break; } // OK, return the result - // cout << "Newton: solution found in " << i+1 << " iterations" << endl; + // std::cout << "Newton: solution found in " << i+1 << " iterations" << std::endl; sol.SetCoord(U, V); return (nrm2 < 0.01 * ru2 * rv2 ? 2 : 1); //:q6 } - // cout << "Newton: failed after " << i+1 << " iterations (fail " << fail << " )" << endl; + // std::cout << "Newton: failed after " << i+1 << " iterations (fail " << fail << " )" << std::endl; return Standard_False; } @@ -1200,12 +1200,12 @@ gp_Pnt2d ShapeAnalysis_Surface::ValueOfUV(const gp_Pnt& P3D, const Standard_Real if (SurfaceNewton(prev, P3D, preci, solution) != 0) { #ifdef OCCT_DEBUG - cout << "Newton found point on conic extrusion" << endl; + std::cout << "Newton found point on conic extrusion" << std::endl; #endif return solution; } #ifdef OCCT_DEBUG - cout << "Newton failed point on conic extrusion" << endl; + std::cout << "Newton failed point on conic extrusion" << std::endl; #endif uf = -500; ul = 500; @@ -1318,7 +1318,7 @@ gp_Pnt2d ShapeAnalysis_Surface::ValueOfUV(const gp_Pnt& P3D, const Standard_Real } else { #ifdef OCCT_DEBUG - cout << "Warning: ShapeAnalysis_Surface::ValueOfUV(): Extrema failed, doing Newton" << endl; + std::cout << "Warning: ShapeAnalysis_Surface::ValueOfUV(): Extrema failed, doing Newton" << std::endl; #endif // on essai sur les bords Standard_Real UU = S, VV = T;//, DistMinOnIso; @@ -1355,8 +1355,8 @@ gp_Pnt2d ShapeAnalysis_Surface::ValueOfUV(const gp_Pnt& P3D, const Standard_Real // En attendant, on met une valeur "pas idiote" mais surement fausse ... //szv#4:S4163:12Mar99 optimized //:s5 - cout << "\nWarning: ShapeAnalysis_Surface::ValueOfUV(): Exception: "; - anException.Print(cout); cout << endl; + std::cout << "\nWarning: ShapeAnalysis_Surface::ValueOfUV(): Exception: "; + anException.Print(std::cout); std::cout << std::endl; #endif (void)anException; S = (Precision::IsInfinite(uf)) ? 0 : (uf + ul) / 2.; @@ -1403,7 +1403,7 @@ Standard_Real ShapeAnalysis_Surface::UVFromIso(const gp_Pnt& P3d, const Standard Bnd_Box aPBox; aPBox.Set(P3d); - //cout<<"Adaptor3d()->Surface().GetType() = "<Surface().GetType()<Surface().GetType() = "<Surface().GetType()<Axis(); Handle(Geom_SurfaceOfRevolution) newRevol = new Geom_SurfaceOfRevolution(bspl,axis); #ifdef OCCT_DEBUG - cout <<" Revolution on offset converted" << endl; + std::cout <<" Revolution on offset converted" << std::endl; #endif S = newRevol; } @@ -240,8 +240,8 @@ Handle(Geom_BSplineSurface) ShapeConstruct::ConvertSurfaceToBSpline(const Handle #ifdef OCCT_DEBUG Standard_Integer nbOfSpan = (anApprox.Surface()->NbUKnots()-1)*(anApprox.Surface()->NbVKnots()-1); - cout << "\terror = " << anApprox.MaxError() << "\tspans = " << nbOfSpan << endl; - cout << " Surface is aproximated with continuity " << (GeomAbs_Shape)cnt < 0) cnt--; @@ -364,8 +364,8 @@ Standard_Boolean ShapeConstruct::JoinPCurves(const Handle(TopTools_HSequenceOfSh } catch ( Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout<<"Error: ShapeConstruct::JoinPCurves Exception in GeomConvert_CompCurveToBSplineCurve: "; - anException.Print(cout); cout< NCONTROL ) - cout << "Warning: number of points for projecting is " << nbPini << endl; + std::cout << "Warning: number of points for projecting is " << nbPini << std::endl; #endif } @@ -481,8 +481,8 @@ Standard_Boolean ShapeConstruct_ProjectCurveOnSurface::PerformByProjLib(Handle(G } catch(Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout << "Warning: ShapeConstruct_ProjectCurveOnSurface::PerformByProjLib(): Exception: "; - anException.Print(cout); cout << endl; + std::cout << "Warning: ShapeConstruct_ProjectCurveOnSurface::PerformByProjLib(): Exception: "; + anException.Print(std::cout); std::cout << std::endl; #endif (void)anException; myStatus = ShapeExtend::EncodeStatus (ShapeExtend_FAIL3); @@ -1127,7 +1127,7 @@ Standard_Boolean ShapeConstruct_ProjectCurveOnSurface::PerformByProjLib(Handle(G const Standard_Real TolOnVPeriod = Precision::Confusion() * Vp; #ifdef OCCT_DEBUG if (mySurf->IsUClosed(myPreci) && mySurf->IsVClosed(myPreci)) {//#78 rln 12.03.99 S4135 - cout << "WARNING : Recadrage incertain sur U & VClosed" << endl; + std::cout << "WARNING : Recadrage incertain sur U & VClosed" << std::endl; } #endif // Si la surface est UCLosed, on recadre les points @@ -1330,7 +1330,7 @@ Standard_Boolean ShapeConstruct_ProjectCurveOnSurface::PerformByProjLib(Handle(G #ifdef OCCT_DEBUG dist2d = pnt2d (aPntIter - 1).Distance(pnt2d (aPntIter)); if (dist2d > ( Vp / 2) ) { - cout << "Echec dans le recadrage" << endl; + std::cout << "Echec dans le recadrage" << std::endl; } #endif } @@ -1518,9 +1518,9 @@ Handle(Geom2d_Curve) ShapeConstruct_ProjectCurveOnSurface::ApproximatePCurve(con // debug ... Standard_Integer nbp = params->Length(); Standard_Integer nb2 = points2d->Length(); - cout << "Warning: ShapeConstruct_ProjectCurveOnSurface::ApproximatePCurve(): Exception: "; - anException.Print(cout); - cout<<"Pb Geom2dAPI_Approximate, tol2d="< mini"); @@ -1564,9 +1564,9 @@ Handle(Geom2d_Curve) ShapeConstruct_ProjectCurveOnSurface::ApproximatePCurve(con // // debug ... Standard_Integer nbp = params->Length(); Standard_Integer nb2 = points2d->Length(); - cout << "Warning: ShapeConstruct_ProjectCurveOnSurface::InterpolatePCurve(): Exception: "; - anException.Print(cout); - cout<<"Pb Geom2dAPI_Interpolate, tol2d="< mini"); @@ -1604,8 +1604,8 @@ Handle(Geom_Curve) ShapeConstruct_ProjectCurveOnSurface::InterpolateCurve3d(cons catch(Standard_Failure const& anException) { #ifdef OCCT_DEBUG //:s5 - cout << "Warning: ShapeConstruct_ProjectCurveOnSurface::InterpolateCurve3d(): Exception: "; - anException.Print(cout); cout << endl; + std::cout << "Warning: ShapeConstruct_ProjectCurveOnSurface::InterpolateCurve3d(): Exception: "; + anException.Print(std::cout); std::cout << std::endl; #endif (void)anException; C3d.Nullify(); @@ -1855,13 +1855,13 @@ InsertAdditionalPointOrAdjust(Standard_Boolean& ToAdjust, return; #ifdef OCCT_DEBUG - cout << "Warning : removing 3d points for interpolation" << endl; + std::cout << "Warning : removing 3d points for interpolation" << std::endl; #endif // Build new HArrays Standard_Integer newLast = lastElem - nbPntDropped; if ((newLast - firstElem + 1) < 2) { #ifdef OCCT_DEBUG - cout << "Too many degenerated points for 3D interpolation" << endl; + std::cout << "Too many degenerated points for 3D interpolation" << std::endl; #endif return; } @@ -1926,13 +1926,13 @@ InsertAdditionalPointOrAdjust(Standard_Boolean& ToAdjust, return; #ifdef OCCT_DEBUG - cout << "Warning : removing 2d points for interpolation" << endl; + std::cout << "Warning : removing 2d points for interpolation" << std::endl; #endif // Build new HArrays Standard_Integer newLast = lastElem - nbPntDropped; if ((newLast - firstElem + 1) < 2) { #ifdef OCCT_DEBUG - cout << "Too many degenerated points for 2D interpolation" << endl; + std::cout << "Too many degenerated points for 2D interpolation" << std::endl; #endif //pdn 12.02.99 S4135 Creating pcurve with minimal length. tmpParam.SetValue(firstElem,1); @@ -1951,7 +1951,7 @@ InsertAdditionalPointOrAdjust(Standard_Boolean& ToAdjust, for (i = firstElem; i <= lastElem ; i++) { if (tmpParam.Value(i) == 1) { #ifdef OCCT_DEBUG - cout << "Point " << i << " : " << points->Value(i).X() << " " << points->Value(i).Y() << " at param " << params->Value(i) << endl; + std::cout << "Point " << i << " : " << points->Value(i).X() << " " << points->Value(i).Y() << " at param " << params->Value(i) << std::endl; #endif newPnts->SetValue(newCurr, points->Value(i)); newParams->SetValue(newCurr, params->Value(i)); @@ -1959,7 +1959,7 @@ InsertAdditionalPointOrAdjust(Standard_Boolean& ToAdjust, } else { #ifdef OCCT_DEBUG - cout << "Removed " << i << " : " << points->Value(i).X() << " " << points->Value(i).Y() << " at param " << params->Value(i) << endl; + std::cout << "Removed " << i << " : " << points->Value(i).X() << " " << points->Value(i).Y() << " at param " << params->Value(i) << std::endl; #endif } } @@ -2209,11 +2209,11 @@ InsertAdditionalPointOrAdjust(Standard_Boolean& ToAdjust, #ifdef OCCT_DEBUG // pb : on affiche ce qu on peut for (Standard_Integer numpnt = 1; numpnt <= nbrPnt; numpnt ++) { - cout<<"["<Axis()); aSurf = newRevol; #ifdef OCCT_DEBUG - cout <<" Revolution on offset converted" << endl; + std::cout <<" Revolution on offset converted" << std::endl; #endif } } @@ -683,10 +683,10 @@ Standard_Boolean ShapeCustom_BSplineRestriction::ConvertSurface(const Handle(Geo nbOfSpan = (anApprox.Surface()->NbUKnots()-1)*(anApprox.Surface()->NbVKnots()-1); #ifdef OCCT_DEBUG if((imax-i+1)!=1) { - cout << " iteration = " << i + std::cout << " iteration = " << i << "\terror = " << anApprox.MaxError() - << "\tspans = " << nbOfSpan << endl; - cout<< " Surface is aproximated with continuity " << IntegerToGeomAbsShape(Min(aCU,aCV)) <GMaxDegree(); continue;} else { #ifdef OCCT_DEBUG - cout<<" Approximation iteration out. Surface is not aproximated." << endl; + std::cout<<" Approximation iteration out. Surface is not aproximated." << std::endl; #endif return Standard_False; } @@ -1033,7 +1033,7 @@ Standard_Boolean ShapeCustom_BSplineRestriction::ConvertCurve(const Handle(Geom_ if(MaxSeg < myParameters->GMaxSeg()) { MaxSeg = myParameters->GMaxSeg(); aC =aC1; continue;} else { #ifdef OCCT_DEBUG - cout << "Curve is not aproxed with continuity "<< aCont<Copy()); @@ -1049,7 +1049,7 @@ Standard_Boolean ShapeCustom_BSplineRestriction::ConvertCurve(const Handle(Geom_ } else { #ifdef OCCT_DEBUG - cout << "Curve is not aproxed with continuity "<< aCont<Copy()); @@ -1066,8 +1066,8 @@ Standard_Boolean ShapeCustom_BSplineRestriction::ConvertCurve(const Handle(Geom_ } catch (Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout << "Warning: GeomConvert_ApproxCurve Exception: Wrong Coefficient : Decrease continuity "; - anException.Print(cout); cout << endl; + std::cout << "Warning: GeomConvert_ApproxCurve Exception: Wrong Coefficient : Decrease continuity "; + anException.Print(std::cout); std::cout << std::endl; #endif (void)anException; continue; @@ -1342,7 +1342,7 @@ Standard_Boolean ShapeCustom_BSplineRestriction::ConvertCurve2d(const Handle(Geo if(MaxSeg < myParameters->GMaxSeg()) { MaxSeg = myParameters->GMaxSeg(); aC =aC1; continue;} else { #ifdef OCCT_DEBUG - cout << "Curve is not aproxed with continuity "<< aCont<Copy()); @@ -1358,7 +1358,7 @@ Standard_Boolean ShapeCustom_BSplineRestriction::ConvertCurve2d(const Handle(Geo } else { #ifdef OCCT_DEBUG - cout << "Curve is not aproxed with continuity "<< aCont<Copy()); @@ -1375,8 +1375,8 @@ Standard_Boolean ShapeCustom_BSplineRestriction::ConvertCurve2d(const Handle(Geo } catch (Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout << "Warning: Geom2dConvert_ApproxCurve Exception: Wrong Cofficient :Decrease Continuity "; - anException.Print(cout); cout << endl; + std::cout << "Warning: Geom2dConvert_ApproxCurve Exception: Wrong Cofficient :Decrease Continuity "; + anException.Print(std::cout); std::cout << std::endl; #endif (void)anException; continue; diff --git a/src/ShapeCustom/ShapeCustom_Curve.cxx b/src/ShapeCustom/ShapeCustom_Curve.cxx index 54153af565..64231db8f7 100644 --- a/src/ShapeCustom/ShapeCustom_Curve.cxx +++ b/src/ShapeCustom/ShapeCustom_Curve.cxx @@ -106,7 +106,7 @@ Handle(Geom_Curve) ShapeCustom_Curve::ConvertToPeriodic (const Standard_Boolean } } #ifdef OCCT_DEBUG - cout << "Warning: ShapeCustom_Surface: Closed BSplineSurface is caused to be periodic" << endl; + std::cout << "Warning: ShapeCustom_Surface: Closed BSplineSurface is caused to be periodic" << std::endl; #endif if ( ! converted ) return newCurve; newCurve = BSpl; diff --git a/src/ShapeCustom/ShapeCustom_Surface.cxx b/src/ShapeCustom/ShapeCustom_Surface.cxx index 9085d63a35..aeda99ab02 100644 --- a/src/ShapeCustom/ShapeCustom_Surface.cxx +++ b/src/ShapeCustom/ShapeCustom_Surface.cxx @@ -190,7 +190,7 @@ Handle(Geom_Surface) ShapeCustom_Surface::ConvertToAnalytical (const Standard_Re 0.5*(p1(i).Y()+p2(i).Y()), 0.5*(p1(i).Z()+p2(i).Z())); R(i) = p3(i).Distance(p1(i)); -// cout<<"sphere, i="<D1 (0.,origPnt,origD1U); @@ -203,7 +203,7 @@ Handle(Geom_Surface) ShapeCustom_Surface::ConvertToAnalytical (const Standard_Re //gp_Dir AXY = aAx3.YDirection(); // AXY not used (skl) if (aAx3.YDirection().Dot (origD1U) < 0) { #ifdef OCCT_DEBUG - cout<<" Surface Analytique : sens a inverser"<D1 (0.,0.,resPnt,resD1U,resD1V); #ifdef OCCT_DEBUG if (resD1U.Dot(origD1U) < 0 && j != 2) - cout<<" Tore a inverser !"<Value (Curve(i + 1)->FirstParameter()), Preci); } #ifdef OCCT_DEBUG - if (!ok) cout << "Warning: ShapeExtend_ComplexCurve: not connected in 3d" << endl; + if (!ok) std::cout << "Warning: ShapeExtend_ComplexCurve: not connected in 3d" << std::endl; #endif return ok; } diff --git a/src/ShapeExtend/ShapeExtend_CompositeSurface.cxx b/src/ShapeExtend/ShapeExtend_CompositeSurface.cxx index c493274dba..f71bc21a2a 100644 --- a/src/ShapeExtend/ShapeExtend_CompositeSurface.cxx +++ b/src/ShapeExtend/ShapeExtend_CompositeSurface.cxx @@ -91,7 +91,7 @@ Standard_Boolean ShapeExtend_CompositeSurface::Init (const Handle(TColGeom_HArra ok = Standard_False; ComputeJointValues ( ShapeExtend_Natural ); #ifdef OCCT_DEBUG - cout << "Warning: ShapeExtend_CompositeSurface::Init: bad joint values" << endl; + std::cout << "Warning: ShapeExtend_CompositeSurface::Init: bad joint values" << std::endl; #endif } @@ -838,7 +838,7 @@ Standard_Boolean ShapeExtend_CompositeSurface::CheckConnectivity (const Standard } #ifdef OCCT_DEBUG - if ( ! ok ) cout << "Warning: ShapeExtend_CompositeSurface: not connected in 3d" << endl; + if ( ! ok ) std::cout << "Warning: ShapeExtend_CompositeSurface: not connected in 3d" << std::endl; #endif return ok; } diff --git a/src/ShapeExtend/ShapeExtend_MsgRegistrator.cxx b/src/ShapeExtend/ShapeExtend_MsgRegistrator.cxx index 0d00565d1d..0e03962597 100644 --- a/src/ShapeExtend/ShapeExtend_MsgRegistrator.cxx +++ b/src/ShapeExtend/ShapeExtend_MsgRegistrator.cxx @@ -42,7 +42,7 @@ void ShapeExtend_MsgRegistrator::Send(const Handle(Standard_Transient)& object, { if (object.IsNull()) { #ifdef OCCT_DEBUG - cout << "Warning: ShapeExtend_MsgRegistrator::Send: null object" << endl; + std::cout << "Warning: ShapeExtend_MsgRegistrator::Send: null object" << std::endl; #endif return; } @@ -68,7 +68,7 @@ void ShapeExtend_MsgRegistrator::Send(const Handle(Standard_Transient)& object, { if (shape.IsNull()) { #ifdef OCCT_DEBUG - cout << "Warning: ShapeExtend_MsgRegistrator::Send: null shape" << endl; + std::cout << "Warning: ShapeExtend_MsgRegistrator::Send: null shape" << std::endl; #endif return; } diff --git a/src/ShapeFix/ShapeFix.cxx b/src/ShapeFix/ShapeFix.cxx index 75679bd9da..abeeff3afa 100644 --- a/src/ShapeFix/ShapeFix.cxx +++ b/src/ShapeFix/ShapeFix.cxx @@ -247,9 +247,9 @@ Standard_Boolean ShapeFix::SameParameter(const TopoDS_Shape& shape, if (!status) { #ifdef OCCT_DEBUG - cout<<"** SameParameter not complete. On "< 0) cout<<" "< 0) std::cout<<" "<Add ( E ); #ifdef OCCT_DEBUG - else cout << "Error: ShapeFix_ComposeShell, ApplyContext: wrong mapping of edge" << endl; + else std::cout << "Error: ShapeFix_ComposeShell, ApplyContext: wrong mapping of edge" << std::endl; #endif } @@ -400,7 +400,7 @@ static Standard_Integer ApplyContext (ShapeFix_WireSegment &wire, } } #ifdef OCCT_DEBUG - else cout << "Warning: ShapeFix_ComposeShell, ApplyContext: edge is to remove - not implemented" << endl; + else std::cout << "Warning: ShapeFix_ComposeShell, ApplyContext: edge is to remove - not implemented" << std::endl; #endif return index - iedge; @@ -707,7 +707,7 @@ Standard_Integer ShapeFix_ComposeShell::ComputeCode (const Handle(ShapeExtend_Wi code = IOR_LEFT; myStatus |= ShapeExtend::EncodeStatus ( ShapeExtend_FAIL2 ); #ifdef OCCT_DEBUG - cout << "Warning: ShapeFix_ComposeShell::ComputeCode: lost intersection point" << endl; + std::cout << "Warning: ShapeFix_ComposeShell::ComputeCode: lost intersection point" << std::endl; #endif } return code; @@ -828,7 +828,7 @@ ShapeFix_WireSegment ShapeFix_ComposeShell::SplitWire (ShapeFix_WireSegment &wir DistributeSplitPoints ( wire.WireData(), myFace, i, nsplit, indexes, values ); if ( nsplit <=0 ) { #ifdef OCCT_DEBUG - cout << "Error: ShapeFix_ComposeShell::SplitWire: edge dismissed" << endl; + std::cout << "Error: ShapeFix_ComposeShell::SplitWire: edge dismissed" << std::endl; #endif i--; continue; @@ -1612,7 +1612,7 @@ void ShapeFix_ComposeShell::SplitByLine (ShapeFix_SequenceOfWireSegment &wires, if ( tanglevel <0 ) { // myStatus |= ShapeExtend::EncodeStatus ( ShapeExtend_FAIL4 ); #ifdef OCCT_DEBUG - cout << "Warning: ShapeFix_ComposeShell::SplitByLine: tangency level <0 !" << endl; + std::cout << "Warning: ShapeFix_ComposeShell::SplitByLine: tangency level <0 !" << std::endl; #endif } if ( ! interior ) continue; @@ -1627,7 +1627,7 @@ void ShapeFix_ComposeShell::SplitByLine (ShapeFix_SequenceOfWireSegment &wires, if ( SplitLinePar(i) - SplitLinePar(i-1) < ::Precision::PConfusion() ) { #ifdef OCCT_DEBUG - cout << "Info: ShapeFix_ComposeShell::SplitByLine: Short segment ignored" << endl; + std::cout << "Info: ShapeFix_ComposeShell::SplitByLine: Short segment ignored" << std::endl; #endif if ( ! V1.IsSame ( V2 ) ) { // merge coincident vertices ShapeBuild_Vertex sbv; @@ -1636,7 +1636,7 @@ void ShapeFix_ComposeShell::SplitByLine (ShapeFix_SequenceOfWireSegment &wires, Context()->Replace ( V2, V.Oriented ( V2.Orientation() ) ); V1 = V2 = V; #ifdef OCCT_DEBUG - cout << "Info: ShapeFix_ComposeShell::SplitByLine: Coincided vertices merged" << endl; + std::cout << "Info: ShapeFix_ComposeShell::SplitByLine: Coincided vertices merged" << std::endl; #endif } continue; @@ -1680,7 +1680,7 @@ void ShapeFix_ComposeShell::SplitByLine (ShapeFix_SequenceOfWireSegment &wires, if ( parity % 2 ) { myStatus |= ShapeExtend::EncodeStatus ( ShapeExtend_FAIL4 ); #ifdef OCCT_DEBUG - cout << "Error: ShapeFix_ComposeShell::SplitByLine: parity error" << endl; + std::cout << "Error: ShapeFix_ComposeShell::SplitByLine: parity error" << std::endl; #endif } @@ -2006,7 +2006,7 @@ void ShapeFix_ComposeShell::CollectWires (ShapeFix_SequenceOfWireSegment &wires, #ifdef OCCT_DEBUG for ( Standard_Integer k=1; ! myClosedMode && k <= seqw(i).NbEdges(); k++ ) if ( ! seqw(i).CheckPatchIndex ( k ) ) { - cout << "Warning: ShapeFix_ComposeShell::CollectWires: Wrong patch indices" << endl; + std::cout << "Warning: ShapeFix_ComposeShell::CollectWires: Wrong patch indices" << std::endl; break; } #endif @@ -2018,7 +2018,7 @@ void ShapeFix_ComposeShell::CollectWires (ShapeFix_SequenceOfWireSegment &wires, ( seqw(i).NbEdges() == 1 && //:abv 13.05.02: OCC320 - remove if degenerated BRep_Tool::Degenerated ( seqw(i).Edge(1) ) ) ) ) { #ifdef OCCT_DEBUG - cout << "Info: ShapeFix_ComposeShell::CollectWires: Short segment ignored" << endl; + std::cout << "Info: ShapeFix_ComposeShell::CollectWires: Short segment ignored" << std::endl; #endif seqw(i).Orientation ( TopAbs_INTERNAL ); } @@ -2225,7 +2225,7 @@ void ShapeFix_ComposeShell::CollectWires (ShapeFix_SequenceOfWireSegment &wires, if ( ! endV.IsSame ( sae.FirstVertex ( firstEdge ) ) ) { myStatus |= ShapeExtend::EncodeStatus ( ShapeExtend_FAIL5 ); #ifdef OCCT_DEBUG - cout << "Warning: ShapeFix_ComposeShell::CollectWires: can't close wire" << endl; + std::cout << "Warning: ShapeFix_ComposeShell::CollectWires: can't close wire" << std::endl; #endif } ShapeFix_WireSegment s ( sbwd, TopAbs_FORWARD ); @@ -2285,7 +2285,7 @@ void ShapeFix_ComposeShell::CollectWires (ShapeFix_SequenceOfWireSegment &wires, ShapeFix_WireSegment s ( wd, TopAbs_FORWARD ); wires.Append ( s ); #ifdef OCCT_DEBUG - cout <<"Warning: Short segment processed as separate wire"<0 ) { #ifdef OCCT_DEBUG - cout << "Error: ShapeFix_ComposeShell::MakeFacesOnPatch: can't dispatch wires" << endl; + std::cout << "Error: ShapeFix_ComposeShell::MakeFacesOnPatch: can't dispatch wires" << std::endl; #endif for ( Standard_Integer j=1; j <= loops.Length(); j++ ) { roots.Append ( loops(j) ); @@ -2490,7 +2490,7 @@ void ShapeFix_ComposeShell::MakeFacesOnPatch (TopTools_SequenceOfShape &faces, if ( clas.PerformInfinitePoint() == TopAbs_IN ) { reverse = Standard_True; #ifdef OCCT_DEBUG - cout << "Warning: ShapeFix_ComposeShell::MakeFacesOnPatch: badly oriented wire" << endl; + std::cout << "Warning: ShapeFix_ComposeShell::MakeFacesOnPatch: badly oriented wire" << std::endl; #endif } @@ -2542,7 +2542,7 @@ void ShapeFix_ComposeShell::MakeFacesOnPatch (TopTools_SequenceOfShape &faces, // check for lost wires, and if they are, make them roots if ( i == roots.Length() && loops.Length() >0 ) { #ifdef OCCT_DEBUG - cout << "Error: ShapeFix_ComposeShell::MakeFacesOnPatch: can't dispatch wires" << endl; + std::cout << "Error: ShapeFix_ComposeShell::MakeFacesOnPatch: can't dispatch wires" << std::endl; #endif for ( j=1; j <= loops.Length(); j++ ) { TopoDS_Shape aSh = loops(j); diff --git a/src/ShapeFix/ShapeFix_Edge.cxx b/src/ShapeFix/ShapeFix_Edge.cxx index 46fbfbd943..d7ff00f4d4 100644 --- a/src/ShapeFix/ShapeFix_Edge.cxx +++ b/src/ShapeFix/ShapeFix_Edge.cxx @@ -267,7 +267,7 @@ static Handle(Geom2d_Curve) TranslatePCurve (const Handle(Geom_Surface)& aSurf, */ // Other case not yet implemented #ifdef OCCT_DEBUG - cout << "TranslatePCurve not performed" << endl; + std::cout << "TranslatePCurve not performed" << std::endl; #endif return theNewL2d;//*theL2d; } @@ -277,7 +277,7 @@ static Handle(Geom2d_Curve) TranslatePCurve (const Handle(Geom_Surface)& aSurf, aBC = Handle(Geom2d_BSplineCurve)::DownCast(aC2d); if (aBC.IsNull()) { #ifdef OCCT_DEBUG - cout << "Untreated curve type in TranslatePCurve" << endl; + std::cout << "Untreated curve type in TranslatePCurve" << std::endl; #endif return aC2d; } @@ -558,8 +558,8 @@ Standard_Boolean ShapeFix_Edge::FixAddPCurve (const TopoDS_Edge& edge, catch(Standard_Failure const& anException) { #ifdef OCCT_DEBUG //:s5 - cout << "Warning: ShapeFix_Edge::FixAddPCurve(): Exception: "; - anException.Print(cout); cout << endl; + std::cout << "Warning: ShapeFix_Edge::FixAddPCurve(): Exception: "; + anException.Print(std::cout); std::cout << std::endl; #endif (void)anException; myStatus |= ShapeExtend::EncodeStatus (ShapeExtend_FAIL2); @@ -787,8 +787,8 @@ Standard_Boolean ShapeFix_Edge::FixSameParameter(const TopoDS_Edge& edge, } catch(Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout << "\nWarning: ShapeFix_Edge: Exception in SameParameter: "; - anException.Print(cout); cout << endl; + std::cout << "\nWarning: ShapeFix_Edge: Exception in SameParameter: "; + anException.Print(std::cout); std::cout << std::endl; #endif (void)anException; myStatus |= ShapeExtend::EncodeStatus ( ShapeExtend_FAIL2 ); diff --git a/src/ShapeFix/ShapeFix_EdgeProjAux.cxx b/src/ShapeFix/ShapeFix_EdgeProjAux.cxx index 5b2fb486fa..3c678f2fbb 100644 --- a/src/ShapeFix/ShapeFix_EdgeProjAux.cxx +++ b/src/ShapeFix/ShapeFix_EdgeProjAux.cxx @@ -101,7 +101,7 @@ void ShapeFix_EdgeProjAux::Compute (const Standard_Real preci) Standard_Real U2 = LastParam(); if (U1>=U2) { #ifdef OCCT_DEBUG - cout << "Parametres inverses ... " << endl; + std::cout << "Parametres inverses ... " << std::endl; #endif Standard_Real tmp = U1; U1 = U2; U2 = tmp; @@ -212,8 +212,8 @@ static Standard_Boolean FindParameterWithExt (const gp_Pnt& Pt1, catch(Standard_Failure const& anException) { #ifdef OCCT_DEBUG //:s5 - cout << "Warning: ShapeFix_EdgeProjAux, FindParameterWithExt(): Exception: "; - anException.Print(cout); cout << endl; + std::cout << "Warning: ShapeFix_EdgeProjAux, FindParameterWithExt(): Exception: "; + anException.Print(std::cout); std::cout << std::endl; #endif (void)anException; return Standard_False; @@ -268,7 +268,7 @@ void ShapeFix_EdgeProjAux::Init2d (const Standard_Real preci) } } #ifdef OCCT_DEBUG - else cout <<"Other type of deg curve"<ReversedParameter(Uinf); theCurve2d->Reverse(); #ifdef OCCT_DEBUG - cout << "Warning: ShapeFix_EdgeProjAux: pcurve reversed" << endl; + std::cout << "Warning: ShapeFix_EdgeProjAux: pcurve reversed" << std::endl; #endif return; } @@ -465,7 +465,7 @@ void ShapeFix_EdgeProjAux::Init2d (const Standard_Real preci) else { myLastParam+=period; #ifdef OCCT_DEBUG - cout <<" Added"<ReversedParameter(tmp1); myLastParam = theCurve2d->ReversedParameter(tmp2); theCurve2d->Reverse(); - //cout<<"Reversed case 2"<1) { #ifdef OCCT_DEBUG - cout<<"Wire was splitted on "<Wire(), Message_Msg ( "FixAdvFace.FixOrientation.MSG5" ) );// Wire on face was reversed done = Standard_True; #ifdef OCCT_DEBUG - cout<<"Wire reversed"<Remove(myFace); @@ -1929,7 +1929,7 @@ Standard_Boolean ShapeFix_Face::FixSmallAreaWire(const Standard_Boolean theIsRem return Standard_False; } #ifdef OCCT_DEBUG - cout << "Warning: ShapeFix_Face: " << nbRemoved << " small area wire(s) removed" << endl; + std::cout << "Warning: ShapeFix_Face: " << nbRemoved << " small area wire(s) removed" << std::endl; #endif if ( !Context().IsNull() ) Context()->Replace(myFace, aFace); @@ -2146,7 +2146,7 @@ Standard_Boolean ShapeFix_Face::FixLoopWire(TopTools_SequenceOfShape& aResWires) if(isDone && aResWires.Length() >1) { #ifdef OCCT_DEBUG - cout<<"Wire was splitted on "< stop split"< stop split"<Status(ShapeExtend_OK)) { #ifdef OCCT_DEBUG - cout<<"Warning: ShapeFix_FaceConnect::Build: Edges not replaced by ReShape"<Status(ShapeExtend_FAIL1)) { #ifdef OCCT_DEBUG - cout<<"Error: ShapeFix_FaceConnect::Build: ReShape failed on edges"<Status(ShapeExtend_FAIL1)) { #ifdef OCCT_DEBUG - cout<<"Error: ShapeFix_FaceConnect::Build: ReShape failed on vertices"<Remove(Sh); -// cout << "Empty shell was removed" << endl; +// std::cout << "Empty shell was removed" << std::endl; } } myShape = Context()->Apply(myShape); @@ -449,7 +449,7 @@ ShapeFix_FixSmallFace::ShapeFix_FixSmallFace() } else { #ifdef OCCT_DEBUG - cout << "The face is not strip face" << endl; + std::cout << "The face is not strip face" << std::endl; #endif return theNewEdge; } diff --git a/src/ShapeFix/ShapeFix_IntersectionTool.cxx b/src/ShapeFix/ShapeFix_IntersectionTool.cxx index 223143eec2..f738e9f0dd 100644 --- a/src/ShapeFix/ShapeFix_IntersectionTool.cxx +++ b/src/ShapeFix/ShapeFix_IntersectionTool.cxx @@ -462,7 +462,7 @@ Standard_Boolean ShapeFix_IntersectionTool::UnionVertexes(const Handle(ShapeExte // union vertexes V1F and V2F B.UpdateVertex(V1F,tolv); TopoDS_Edge NewE = sbe.CopyReplaceVertices(edge2,V1F,V2L); -// cout<<"union vertexes V1F and V2F"<Replace(V1F,V); @@ -525,7 +525,7 @@ Standard_Boolean ShapeFix_IntersectionTool::UnionVertexes(const Handle(ShapeExte // union vertexes V1F and V2L B.UpdateVertex(V1F,tolv); TopoDS_Edge NewE = sbe.CopyReplaceVertices(edge2,V2F,V1F); -// cout<<"union vertexes V1F and V2L"<Replace(V1F,V); @@ -589,7 +589,7 @@ Standard_Boolean ShapeFix_IntersectionTool::UnionVertexes(const Handle(ShapeExte // union vertexes V1L and V2F B.UpdateVertex(V1L,tolv); TopoDS_Edge NewE = sbe.CopyReplaceVertices(edge2,V1L,V2L); -// cout<<"union vertexes V1L and V2F"<Replace(V1L,V); @@ -652,7 +652,7 @@ Standard_Boolean ShapeFix_IntersectionTool::UnionVertexes(const Handle(ShapeExte // union vertexes V1L and V2L B.UpdateVertex(V1L,tolv); TopoDS_Edge NewE = sbe.CopyReplaceVertices(edge2,V2F,V1L); -// cout<<"union vertexes V1L and V2L"<Replace(V1L,V); diff --git a/src/ShapeFix/ShapeFix_Solid.cxx b/src/ShapeFix/ShapeFix_Solid.cxx index db2a1bf1e6..cddd7630ab 100644 --- a/src/ShapeFix/ShapeFix_Solid.cxx +++ b/src/ShapeFix/ShapeFix_Solid.cxx @@ -223,8 +223,8 @@ static void CollectSolids(const TopTools_SequenceOfShape& aSeqShells , } catch(Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout << "Warning: ShapeFix_Solid::SolidFromShell: Exception: "; - anException.Print(cout); cout << endl; + std::cout << "Warning: ShapeFix_Solid::SolidFromShell: Exception: "; + anException.Print(std::cout); std::cout << std::endl; #endif (void)anException; continue; @@ -301,8 +301,8 @@ static Standard_Boolean CreateSolids(const TopoDS_Shape theShape,TopTools_Indexe } catch(Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout << "Warning: ShapeFix_Solid::SolidFromShell: Exception: "; - anException.Print(cout); cout << endl; + std::cout << "Warning: ShapeFix_Solid::SolidFromShell: Exception: "; + anException.Print(std::cout); std::cout << std::endl; #endif (void)anException; ShellSolid.Add(aShell,aSolid); @@ -584,8 +584,8 @@ TopoDS_Solid ShapeFix_Solid::SolidFromShell (const TopoDS_Shell& shell) } catch(Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout << "Warning: ShapeFix_Solid::SolidFromShell: Exception: "; - anException.Print(cout); cout << endl; + std::cout << "Warning: ShapeFix_Solid::SolidFromShell: Exception: "; + anException.Print(std::cout); std::cout << std::endl; #endif (void)anException; return solid; diff --git a/src/ShapeFix/ShapeFix_Wire.cxx b/src/ShapeFix/ShapeFix_Wire.cxx index 8158033c3b..0152fef800 100644 --- a/src/ShapeFix/ShapeFix_Wire.cxx +++ b/src/ShapeFix/ShapeFix_Wire.cxx @@ -608,7 +608,7 @@ Standard_Boolean ShapeFix_Wire::FixEdgeCurves() } if ( seq.Length() >0 ) { // supposed that edge is SP #ifdef OCCT_DEBUG - cout << "Edge going over singularity detected; splitted" << endl; + std::cout << "Edge going over singularity detected; splitted" << std::endl; #endif Standard_Boolean isFwd = ( E.Orientation() == TopAbs_FORWARD ); E.Orientation ( TopAbs_FORWARD ); @@ -723,7 +723,7 @@ Standard_Boolean ShapeFix_Wire::FixEdgeCurves() myFixEdge->FixAddPCurve ( sbwd->Edge(overdegen), face, sbwd->IsSeam(overdegen), myAnalyzer->Surface(), Precision()); } #ifdef OCCT_DEBUG - cout << "Edge going over singularity detected; pcurve adjusted" << endl; + std::cout << "Edge going over singularity detected; pcurve adjusted" << std::endl; #endif } } @@ -960,7 +960,7 @@ Standard_Boolean ShapeFix_Wire::FixSelfIntersection() num = ( myClosedMode ? 1 : 2 ); nb = sbwd->NbEdges(); #ifdef OCCT_DEBUG - cout << "Warning: ShapeFix_Wire::FixSelfIntersection: Edge removed" << endl; + std::cout << "Warning: ShapeFix_Wire::FixSelfIntersection: Edge removed" << std::endl; #endif } else @@ -996,8 +996,8 @@ Standard_Boolean ShapeFix_Wire::FixSelfIntersection() } #ifdef OCCT_DEBUG if (StatusSelfIntersection (ShapeExtend_DONE5)) - cout<<"Warning: ShapeFix_Wire::FixIntersection: Non-adjacent intersection fixed (split-" - <Period(); IsVCrvClosed = Standard_True; #ifdef OCCT_DEBUG - cout << "Warning: ShapeFix_Wire::FixShifted set vclosed True for Surface of Revolution" << endl; + std::cout << "Warning: ShapeFix_Wire::FixShifted set vclosed True for Surface of Revolution" << std::endl; #endif } } @@ -1572,7 +1572,7 @@ Standard_Boolean ShapeFix_Wire::FixShifted() } myLastFixStatus |= ShapeExtend::EncodeStatus ( ShapeExtend_DONE1 ); #ifdef OCCT_DEBUG - cout << "Info: ShapeFix_Wire::FixShifted(): bi - meridian case fixed" << endl; + std::cout << "Info: ShapeFix_Wire::FixShifted(): bi - meridian case fixed" << std::endl; #endif continue; } @@ -1869,14 +1869,14 @@ static Standard_Boolean RemoveLoop (TopoDS_Edge &E, const TopoDS_Face &face, return Standard_False; #ifdef OCCT_DEBUG - cout << "Cut Loop: params (" << t1 << ", " << t2; + std::cout << "Cut Loop: params (" << t1 << ", " << t2; #endif GeomAdaptor_Curve GAC ( crv, f, l ); Standard_Real dt = tolfact * GAC.Resolution(prec); t1 -= dt; //1e-3;//::Precision::PConfusion(); t2 += dt; //1e-3;//::Precision::PConfusion(); #ifdef OCCT_DEBUG - cout << ") -> (" << t1 << ", " << t2 << ")" << endl; + std::cout << ") -> (" << t1 << ", " << t2 << ")" << std::endl; #endif if ( t1 <= a || t2 >= b ) { // should not be so, but to be sure .. @@ -1946,7 +1946,7 @@ static Standard_Boolean RemoveLoop (TopoDS_Edge &E, const TopoDS_Face &face, Standard_Real tol = BRep_Tool::Tolerance ( E ); #ifdef OCCT_DEBUG - cout << "Cut Loop: tol orig " << tol << ", prec " << prec << ", new tol " << newtol << endl; + std::cout << "Cut Loop: tol orig " << tol << ", prec " << prec << ", new tol " << newtol << std::endl; #endif if ( newtol > Max ( prec, tol ) ) return Standard_False; //:s2 bs = BRep_Tool::CurveOnSurface ( edge, face, a, b ); @@ -2055,7 +2055,7 @@ static Standard_Boolean RemoveLoop (TopoDS_Edge &E, const TopoDS_Face &face, TopoDS_Edge &E2) { #ifdef OCCT_DEBUG - cout<<"Info: ShapeFix_Wire::FixSelfIntersection : Try insert vertex"<Value(i) < iumin ) myIUMin->SetValue ( i, iumin ); #ifdef OCCT_DEBUG if ( myIUMin->Value(i) > myIUMax->Value(i) ) - cout << "Warning: ShapeFix_WireSegment::DefineIUMin: indexation error" << endl; + std::cout << "Warning: ShapeFix_WireSegment::DefineIUMin: indexation error" << std::endl; #endif } @@ -259,7 +259,7 @@ void ShapeFix_WireSegment::DefineIUMax (const Standard_Integer i, #ifdef OCCT_DEBUG Standard_Integer iun = myIUMin->Value(i), iux = myIUMax->Value(i); if ( iun > iux ) - cout << "Warning: ShapeFix_WireSegment::DefineIUMax: indexation error" << endl; + std::cout << "Warning: ShapeFix_WireSegment::DefineIUMax: indexation error" << std::endl; #endif } @@ -275,7 +275,7 @@ void ShapeFix_WireSegment::DefineIVMin (const Standard_Integer i, #ifdef OCCT_DEBUG Standard_Integer ivn = myIVMin->Value(i), ivx = myIVMax->Value(i); if ( ivn > ivx ) - cout << "Warning: ShapeFix_WireSegment::DefineIVMin: indexation error" << endl; + std::cout << "Warning: ShapeFix_WireSegment::DefineIVMin: indexation error" << std::endl; #endif } @@ -291,7 +291,7 @@ void ShapeFix_WireSegment::DefineIVMax (const Standard_Integer i, #ifdef OCCT_DEBUG Standard_Integer ivn = myIVMin->Value(i), ivx = myIVMax->Value(i); if ( ivn > ivx ) - cout << "Warning: ShapeFix_WireSegment::DefineIVMax: indexation error" << endl; + std::cout << "Warning: ShapeFix_WireSegment::DefineIVMax: indexation error" << std::endl; #endif } @@ -324,7 +324,7 @@ Standard_Boolean ShapeFix_WireSegment::CheckPatchIndex (const Standard_Integer i Standard_Boolean ok = ( dU ==0 || dU ==1 ) && ( dV ==0 || dV ==1 ); #ifdef OCCT_DEBUG if ( ! ok ) - cout << "Warning: ShapeFix_WireSegment::CheckPatchIndex: incomplete indexation" << endl; + std::cout << "Warning: ShapeFix_WireSegment::CheckPatchIndex: incomplete indexation" << std::endl; #endif return ok; } diff --git a/src/ShapeFix/ShapeFix_Wire_1.cxx b/src/ShapeFix/ShapeFix_Wire_1.cxx index 9c51d4d7cf..00ab4a26a6 100644 --- a/src/ShapeFix/ShapeFix_Wire_1.cxx +++ b/src/ShapeFix/ShapeFix_Wire_1.cxx @@ -367,8 +367,8 @@ static Standard_Real AdjustOnPeriodic3d (const Handle(Geom_Curve)& c, } catch (Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout << "Warning: ShapeFix_Wire_1::FixGap3d: Exception in TrimmedCurve" <GetString ( "exec.op", sequence ) ) { #ifdef OCCT_DEBUG - cout << "Error: ShapeProcess_Performer::Perform: sequence not defined for " << seq << endl; + std::cout << "Error: ShapeProcess_Performer::Perform: sequence not defined for " << seq << std::endl; #endif if ( context->TraceLevel() >0 ) { Message_Msg SMSG3 ("SP.Sequence.Warn.NoSeq"); // Sequence %s not found diff --git a/src/ShapeProcess/ShapeProcess_Context.cxx b/src/ShapeProcess/ShapeProcess_Context.cxx index 160a7ecc3f..93bc0c0d19 100644 --- a/src/ShapeProcess/ShapeProcess_Context.cxx +++ b/src/ShapeProcess/ShapeProcess_Context.cxx @@ -117,8 +117,8 @@ Handle(Resource_Manager) ShapeProcess_Context::LoadResourceManager (const Standa } if ( sRC.IsNull() ) { #ifdef OCCT_DEBUG - cout << "Info: ShapeProcess_Context: Reload Resource_Manager: " - << sName.ToCString() << " -> " << name << endl; + std::cout << "Info: ShapeProcess_Context: Reload Resource_Manager: " + << sName.ToCString() << " -> " << name << std::endl; #endif sRC = new Resource_Manager ( name ); if (!isFileModified) @@ -205,7 +205,7 @@ Standard_Boolean ShapeProcess_Context::GetString (const Standard_CString param, Handle(TCollection_HAsciiString) pname = MakeName ( myScope, param ); if ( ! myRC->Find ( pname->ToCString() ) ) { #ifdef OCCT_DEBUG - cout << "Warning: ShapeProcess_Context::GetInteger(): Parameter " << pname->ToCString() << " is not defined" << endl; + std::cout << "Warning: ShapeProcess_Context::GetInteger(): Parameter " << pname->ToCString() << " is not defined" << std::endl; #endif return Standard_False; } @@ -239,7 +239,7 @@ Standard_Boolean ShapeProcess_Context::GetReal (const Standard_CString param, ref.RightAdjust(); if ( ! myRC->Find ( ref.ToCString() ) ) { #ifdef OCCT_DEBUG - cout << "Warning: ShapeProcess_Context::GetInteger(): Parameter " << ref.ToCString() << " is not defined" << endl; + std::cout << "Warning: ShapeProcess_Context::GetInteger(): Parameter " << ref.ToCString() << " is not defined" << std::endl; #endif return Standard_False; } @@ -250,7 +250,7 @@ Standard_Boolean ShapeProcess_Context::GetReal (const Standard_CString param, } } #ifdef OCCT_DEBUG - cout << "Warning: ShapeProcess_Context::GetInteger(): Parameter " << param << " is neither Real nor reference to Real"; + std::cout << "Warning: ShapeProcess_Context::GetInteger(): Parameter " << param << " is neither Real nor reference to Real"; #endif return Standard_False; } @@ -281,7 +281,7 @@ Standard_Boolean ShapeProcess_Context::GetInteger (const Standard_CString param, ref.RightAdjust(); if ( ! myRC->Find ( ref.ToCString() ) ) { #ifdef OCCT_DEBUG - cout << "Warning: ShapeProcess_Context::GetInteger(): Parameter " << ref.ToCString() << " is not defined" << endl; + std::cout << "Warning: ShapeProcess_Context::GetInteger(): Parameter " << ref.ToCString() << " is not defined" << std::endl; #endif return Standard_False; } @@ -292,7 +292,7 @@ Standard_Boolean ShapeProcess_Context::GetInteger (const Standard_CString param, } } #ifdef OCCT_DEBUG - cout << "Warning: ShapeProcess_Context::GetInteger(): Parameter " << param << " is neither Integer nor reference to Integer"; + std::cout << "Warning: ShapeProcess_Context::GetInteger(): Parameter " << param << " is neither Integer nor reference to Integer"; #endif return Standard_False; } @@ -313,8 +313,8 @@ Standard_Boolean ShapeProcess_Context::GetBoolean (const Standard_CString param, } catch (Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout << "Warning: ShapeProcess_Context::GetInteger(): " << param << ": "; - anException.Print(cout); cout << endl; + std::cout << "Warning: ShapeProcess_Context::GetInteger(): " << param << ": "; + anException.Print(std::cout); std::cout << std::endl; #endif (void)anException; } @@ -372,8 +372,8 @@ Standard_CString ShapeProcess_Context::StringVal (const Standard_CString param, } catch (Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout << "Warning: ShapeProcess_Context::GetInteger(): " << param << ": "; - anException.Print(cout); cout << endl; + std::cout << "Warning: ShapeProcess_Context::GetInteger(): " << param << ": "; + anException.Print(std::cout); std::cout << std::endl; #endif (void)anException; } diff --git a/src/ShapeProcess/ShapeProcess_OperLibrary.cxx b/src/ShapeProcess/ShapeProcess_OperLibrary.cxx index a16e6b6187..91898d7daf 100644 --- a/src/ShapeProcess/ShapeProcess_OperLibrary.cxx +++ b/src/ShapeProcess/ShapeProcess_OperLibrary.cxx @@ -207,7 +207,7 @@ static Standard_Boolean splitangle (const Handle(ShapeProcess_Context)& context) if ( ! SDA.Perform() && SDA.Status (ShapeExtend_FAIL) ) { #ifdef OCCT_DEBUG - cout<<"ShapeDivideAngle failed"<DynamicType()->Name() << "\t" << *(void**)&S0.TShape() << - " \t-> " << S.TShape()->DynamicType()->Name() << "\t" << *(void**)&S.TShape() << endl; + std::cout << S0.TShape()->DynamicType()->Name() << "\t" << *(void**)&S0.TShape() << + " \t-> " << S.TShape()->DynamicType()->Name() << "\t" << *(void**)&S.TShape() << std::endl; } - cout << "----" << endl; + std::cout << "----" << std::endl; } #endif */ @@ -258,7 +258,7 @@ void ShapeProcess_ShapeContext::RecordModification (const TopTools_DataMapOfShap RecModif ( myShape, repl, msg, myMap, myMsg, myUntil ); if ( myMap.IsBound(myShape) ) myResult = myMap.Find ( myShape ); #ifdef OCCT_DEBUG -// cout << "Modifier: " << endl; DumpMap (myMap); +// std::cout << "Modifier: " << std::endl; DumpMap (myMap); #endif } @@ -333,7 +333,7 @@ void ShapeProcess_ShapeContext::RecordModification (const Handle(ShapeBuild_ReSh myResult.Location(myShape.Location()); } #ifdef OCCT_DEBUG -// cout << "ReShape: " << endl; DumpMap (myMap); +// std::cout << "ReShape: " << std::endl; DumpMap (myMap); #endif } diff --git a/src/ShapeUpgrade/ShapeUpgrade_ClosedFaceDivide.cxx b/src/ShapeUpgrade/ShapeUpgrade_ClosedFaceDivide.cxx index c534bce6a3..a411d69737 100644 --- a/src/ShapeUpgrade/ShapeUpgrade_ClosedFaceDivide.cxx +++ b/src/ShapeUpgrade/ShapeUpgrade_ClosedFaceDivide.cxx @@ -180,7 +180,7 @@ Standard_Boolean ShapeUpgrade_ClosedFaceDivide::SplitSurface() isUSplit = Standard_True; } #ifdef OCCT_DEBUG - else cout << "Warning: SU_ClosedFaceDivide: Thin face, not splitted" << endl; + else std::cout << "Warning: SU_ClosedFaceDivide: Thin face, not splitted" << std::endl; #endif } } @@ -201,7 +201,7 @@ Standard_Boolean ShapeUpgrade_ClosedFaceDivide::SplitSurface() isUSplit = Standard_False; } #ifdef OCCT_DEBUG - else cout << "Warning: SU_ClosedFaceDivide: Thin face, not splitted" << endl; + else std::cout << "Warning: SU_ClosedFaceDivide: Thin face, not splitted" << std::endl; #endif } } diff --git a/src/ShapeUpgrade/ShapeUpgrade_ConvertCurve2dToBezier.cxx b/src/ShapeUpgrade/ShapeUpgrade_ConvertCurve2dToBezier.cxx index 88fb71debe..7e2f45bed9 100644 --- a/src/ShapeUpgrade/ShapeUpgrade_ConvertCurve2dToBezier.cxx +++ b/src/ShapeUpgrade/ShapeUpgrade_ConvertCurve2dToBezier.cxx @@ -160,14 +160,14 @@ void ShapeUpgrade_ConvertCurve2dToBezier::Compute() Last = bl; if(First < bf){ #ifdef OCCT_DEBUG - cout <<"Warning: The range of the edge exceeds the pcurve domain" <SetValue(1,First); } if(Last > bl){ #ifdef OCCT_DEBUG - cout <<"Warning: The range of the edge exceeds the pcurve domain" <SetValue(mySplitValues->Length(),Last); diff --git a/src/ShapeUpgrade/ShapeUpgrade_ConvertCurve3dToBezier.cxx b/src/ShapeUpgrade/ShapeUpgrade_ConvertCurve3dToBezier.cxx index d05b7c1905..802e1d557a 100644 --- a/src/ShapeUpgrade/ShapeUpgrade_ConvertCurve3dToBezier.cxx +++ b/src/ShapeUpgrade/ShapeUpgrade_ConvertCurve3dToBezier.cxx @@ -144,14 +144,14 @@ void ShapeUpgrade_ConvertCurve3dToBezier::Compute() Last = bl; if(First < bf){ #ifdef OCCT_DEBUG - cout <<"Warning: The range of the edge exceeds the curve domain" <SetValue(1,First); } if(Last > bl){ #ifdef OCCT_DEBUG - cout <<"Warning: The range of the edge exceeds the curve domain" <SetValue(mySplitValues->Length(),Last); diff --git a/src/ShapeUpgrade/ShapeUpgrade_ConvertSurfaceToBezierBasis.cxx b/src/ShapeUpgrade/ShapeUpgrade_ConvertSurfaceToBezierBasis.cxx index 25da8ee064..7da3a3aba1 100644 --- a/src/ShapeUpgrade/ShapeUpgrade_ConvertSurfaceToBezierBasis.cxx +++ b/src/ShapeUpgrade/ShapeUpgrade_ConvertSurfaceToBezierBasis.cxx @@ -189,7 +189,7 @@ void ShapeUpgrade_ConvertSurfaceToBezierBasis::Compute(const Standard_Boolean Se #ifdef OCCT_DEBUG if(NbVFiltered || NbUFiltered) - cout<<"Warning: ShapeUpgrade_ConvertSurfaceToBezierBasis: thin patches dropped."<Copy()); myCurve = CopyOfC; @@ -81,13 +81,13 @@ ShapeUpgrade_SplitCurve2d::ShapeUpgrade_SplitCurve2d() lastPar = lP; if(firstPar < fP){ #ifdef OCCT_DEBUG - cout <<"Warning: The range of the edge exceeds the curve domain" < lP){ #ifdef OCCT_DEBUG - cout <<"Warning: The range of the edge exceeds the curve domain" <Value(1); Standard_Real Last = mySplitValues->Value(mySplitValues->Length()); //PrepareKnots(); @@ -176,8 +176,8 @@ ShapeUpgrade_SplitCurve2d::ShapeUpgrade_SplitCurve2d() } catch (Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout << "Warning: ShapeUpgrade_Split2dCurve::Build(): Exception in Segment :"; - anException.Print(cout); cout << endl; + std::cout << "Warning: ShapeUpgrade_Split2dCurve::Build(): Exception in Segment :"; + anException.Print(std::cout); std::cout << std::endl; #endif (void)anException; theNewCurve = new Geom2d_TrimmedCurve(Handle(Geom2d_Curve)::DownCast(myCurve->Copy()),First,Last); @@ -230,8 +230,8 @@ ShapeUpgrade_SplitCurve2d::ShapeUpgrade_SplitCurve2d() } catch (Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout << "Warning: ShapeUpgrade_Split2dCurve::Build(): Exception in Segment :"; - anException.Print(cout); cout << endl; + std::cout << "Warning: ShapeUpgrade_Split2dCurve::Build(): Exception in Segment :"; + anException.Print(std::cout); std::cout << std::endl; #endif (void)anException; theNewCurve = new Geom2d_TrimmedCurve(Handle(Geom2d_Curve)::DownCast(myCurve->Copy()),Firstt,Lastt); diff --git a/src/ShapeUpgrade/ShapeUpgrade_SplitCurve2dContinuity.cxx b/src/ShapeUpgrade/ShapeUpgrade_SplitCurve2dContinuity.cxx index ffe08641d2..1bc531f978 100644 --- a/src/ShapeUpgrade/ShapeUpgrade_SplitCurve2dContinuity.cxx +++ b/src/ShapeUpgrade/ShapeUpgrade_SplitCurve2dContinuity.cxx @@ -105,9 +105,9 @@ void ShapeUpgrade_SplitCurve2dContinuity::Compute() default : case GeomAbs_C1 : BasCriterion = GeomAbs_C2; break; case GeomAbs_C2 : BasCriterion = GeomAbs_C3; break; - case GeomAbs_C3 : //if (ShapeUpgrade::Debug()) cout<<". this criterion is not suitable for a Offset curve"<Degree(); Standard_Integer NbKnots= MyBSpline->NbKnots(); -// if (ShapeUpgrade::Debug()) cout<<". NbKnots="<InsertBefore(j++,MyBSpline->Knot(iknot)); myNbCurves++; -// if (ShapeUpgrade::Debug()) cout<<". Splitting at Knot "<Copy()); myCurve = CopyOfC; Standard_Real precision = Precision::PConfusion(); @@ -80,13 +80,13 @@ ShapeUpgrade_SplitCurve3d::ShapeUpgrade_SplitCurve3d() lastPar = lP; if(firstPar < fP){ #ifdef OCCT_DEBUG - cout <<"Warning: The range of the edge exceeds the curve domain" < lP){ #ifdef OCCT_DEBUG - cout <<"Warning: The range of the edge exceeds the curve domain" <Value(1); Standard_Real Last = mySplitValues->Value(mySplitValues->Length()); @@ -167,14 +167,14 @@ ShapeUpgrade_SplitCurve3d::ShapeUpgrade_SplitCurve3d() Last = lastPar; if(First < firstPar){ #ifdef OCCT_DEBUG - cout <<"Warning: The range of the edge exceeds the curve domain" <SetValue(1,First); } if(Last > lastPar){ #ifdef OCCT_DEBUG - cout <<"Warning: The range of the edge exceeds the curve domain" <SetValue(mySplitValues->Length(),Last); @@ -203,8 +203,8 @@ ShapeUpgrade_SplitCurve3d::ShapeUpgrade_SplitCurve3d() } catch (Standard_Failure) { #ifdef OCCT_DEBUG - cout << "Warning: ShapeUpgrade_Split3dCurve::Build(): Exception in Segment :"; - Standard_Failure::Caught()->Print(cout); cout << endl; + std::cout << "Warning: ShapeUpgrade_Split3dCurve::Build(): Exception in Segment :"; + Standard_Failure::Caught()->Print(std::cout); std::cout << std::endl; #endif theNewCurve = new Geom_TrimmedCurve(Handle(Geom_Curve)::DownCast(myCurve->Copy()),First,Last); } @@ -252,8 +252,8 @@ ShapeUpgrade_SplitCurve3d::ShapeUpgrade_SplitCurve3d() } catch (Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout << "Warning: ShapeUpgrade_Split3dCurve::Build(): Exception in Segment :"; - anException.Print(cout); cout << endl; + std::cout << "Warning: ShapeUpgrade_Split3dCurve::Build(): Exception in Segment :"; + anException.Print(std::cout); std::cout << std::endl; #endif (void)anException; theNewCurve = new Geom_TrimmedCurve(Handle(Geom_Curve)::DownCast(myCurve->Copy()),Firstt,Lastt); diff --git a/src/ShapeUpgrade/ShapeUpgrade_SplitCurve3dContinuity.cxx b/src/ShapeUpgrade/ShapeUpgrade_SplitCurve3dContinuity.cxx index 3494d48e99..8900e21db3 100644 --- a/src/ShapeUpgrade/ShapeUpgrade_SplitCurve3dContinuity.cxx +++ b/src/ShapeUpgrade/ShapeUpgrade_SplitCurve3dContinuity.cxx @@ -104,9 +104,9 @@ void ShapeUpgrade_SplitCurve3dContinuity::Compute() default : case GeomAbs_C1 : BasCriterion = GeomAbs_C2; break; case GeomAbs_C2 : BasCriterion = GeomAbs_C3; break; - case GeomAbs_C3 : // if (ShapeUpgrade::Debug()) cout<<". this criterion is not suitable for a Offset curve"<Degree(); Standard_Integer NbKnots= MyBSpline->NbKnots(); -// if (ShapeUpgrade::Debug()) cout<<". NbKnots="<InsertBefore(j++,MyBSpline->Knot(iknot)); myNbCurves++; -// if (ShapeUpgrade::Debug()) cout<<". Splitting at Knot "<Length(); icol++) { V2 = myVSplitValues->Value(icol); // if (ShapeUpgrade::Debug()) { -// cout<<".. bounds ="< pos ="< pos ="<Copy() ); @@ -439,8 +439,8 @@ void ShapeUpgrade_SplitSurface::Build(const Standard_Boolean Segment) } catch (Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout << "Warning: ShapeUpgrade_SplitSurface::Build(): Exception in Segment :"; - anException.Print(cout); cout << endl; + std::cout << "Warning: ShapeUpgrade_SplitSurface::Build(): Exception in Segment :"; + anException.Print(std::cout); std::cout << std::endl; #endif (void)anException; Handle(Geom_Surface) theNewSurf = theNew; @@ -471,7 +471,7 @@ void ShapeUpgrade_SplitSurface::Build(const Standard_Boolean Segment) for(i = 1; i <= nbV; i++) VJoints(i) = myVSplitValues->Value(i); myResSurfaces->Init(Surfaces,UJoints,VJoints); -// if (ShapeUpgrade::Debug()) cout<<"SplitSurface::Build - end"<Value(1); Standard_Real VLast = myVSplitValues->Value(myVSplitValues->Length()); Standard_Real precision = Precision::Confusion(); -// if (ShapeUpgrade::Debug()) cout << "SplitSurfaceContinuity::Build" << endl; +// if (ShapeUpgrade::Debug()) std::cout << "SplitSurfaceContinuity::Build" << std::endl; if(mySurface->Continuity() < myCriterion) myStatus = ShapeExtend::EncodeStatus (ShapeExtend_DONE2); if (myUSplitValues->Length() >2 || myVSplitValues->Length() >2 ) @@ -176,9 +176,9 @@ ShapeUpgrade_SplitSurfaceContinuity::ShapeUpgrade_SplitSurfaceContinuity() default : case GeomAbs_C1 : BasCriterion = GeomAbs_C2; break; case GeomAbs_C2 : BasCriterion = GeomAbs_C3; break; - case GeomAbs_C3 : //if (ShapeUpgrade::Debug()) cout<<". this criterion is not suitable for a Offset Surface"<IsKind(STANDARD_TYPE(Geom_BSplineSurface))) MyBSpline = Handle(Geom_BSplineSurface)::DownCast(mySurface->Copy()); if (MyBSpline.IsNull()) { -// if (ShapeUpgrade::Debug()) cout<<". Surface is not a Bspline"<Continuity() >= myCriterion) { @@ -224,7 +224,7 @@ ShapeUpgrade_SplitSurfaceContinuity::ShapeUpgrade_SplitSurfaceContinuity() VLastInd = MyBSpline->LastVKnotIndex()-1; Standard_Integer NbVKnots= MyBSpline->NbVKnots(); -// if (ShapeUpgrade::Debug()) cout<<". NbUKnots="<UKnot(iknot); myUSplitValues->InsertBefore(j++,u); myNbResultingRow++; -// if (ShapeUpgrade::Debug()) cout<<". Splitting at Knot "<VKnot(iknot); myVSplitValues->InsertBefore(j1++,v); myNbResultingCol++; -// if (ShapeUpgrade::Debug()) cout<<". Splitting at Knot "< make approximation"< make approximation"<Apply(ItW.Value(),TopAbs_SHAPE); for(TopExp_Explorer exp(sh,TopAbs_EDGE); exp.More(); exp.Next()) { TopoDS_Edge E = TopoDS::Edge(exp.Current()); -// if (ShapeUpgrade::Debug()) cout << ".. Edge " << (void*) &(*E.TShape()) << endl; +// if (ShapeUpgrade::Debug()) std::cout << ".. Edge " << (void*) &(*E.TShape()) << std::endl; // skip degenerated edges (and also INTERNAL/EXTERNAL, to avoid failures) if ( E.Orientation() == TopAbs_INTERNAL || E.Orientation() == TopAbs_EXTERNAL ) { @@ -380,7 +380,7 @@ void ShapeUpgrade_WireDivide::Perform () if(revKnots2d->Length()!=theKnots2d->Length()) { isSeam = Standard_False; #ifdef OCCT_DEBUG - cout << "Error: ShapeUpgrade_WireDivide: seam has different splitting values on pcurvesd" << endl; + std::cout << "Error: ShapeUpgrade_WireDivide: seam has different splitting values on pcurvesd" << std::endl; #endif } else @@ -460,7 +460,7 @@ void ShapeUpgrade_WireDivide::Perform () Standard_Integer nbc2d = theSegments2d->Length(); if (nbc!=nbc2d) { #ifdef OCCT_DEBUG - cout<<"Error: Number of intervals are not equal for 2d 3d. Ignored."<GetMessageString() << endl; + std::cerr << "\t... The exception is:" << theError->GetMessageString() << std::endl; exit(1); } diff --git a/src/Standard/Standard_GUID.cxx b/src/Standard/Standard_GUID.cxx index 011a252312..6383445f88 100644 --- a/src/Standard/Standard_GUID.cxx +++ b/src/Standard/Standard_GUID.cxx @@ -75,7 +75,7 @@ Standard_PCharacter Standard_GUID_GetValue16(Standard_PCharacter tmpBuffer, my32b = (Standard_ExtCharacter) strtoul(strtmp, (char **)NULL, 16); } else return NULL; -// cout << "V16 :" << hex(my32b) << endl; +// std::cout << "V16 :" << hex(my32b) << std::endl; return &tmpBuffer[pos+1]; } //======================================================================= @@ -90,7 +90,7 @@ Standard_PCharacter Standard_GUID_GetValue8(Standard_PCharacter tmpBuffer, strncpy(strtmp,tmpBuffer,2); strtmp[2] = '\0'; my32b = (Standard_Byte) strtoul(strtmp, (char **)NULL, 16); -// cout << "V8 :" << hex(my32b) << endl; +// std::cout << "V8 :" << hex(my32b) << std::endl; return &tmpBuffer[2]; } //======================================================================= diff --git a/src/Standard/Standard_Real.cxx b/src/Standard/Standard_Real.cxx index 1f2cbac123..d9791b73ea 100644 --- a/src/Standard/Standard_Real.cxx +++ b/src/Standard/Standard_Real.cxx @@ -255,7 +255,7 @@ Standard_Real ATanh(const Standard_Real Value) { if ( (Value <= -1.) || (Value >= 1.) ){ #ifdef OCCT_DEBUG - cout << "Illegal agument in ATanh" << endl ; + std::cout << "Illegal agument in ATanh" << std::endl ; #endif throw Standard_NumericError("Illegal agument in ATanh"); } @@ -273,7 +273,7 @@ Standard_Real ACosh (const Standard_Real Value) { if ( Value < 1. ){ #ifdef OCCT_DEBUG - cout << "Illegal agument in ACosh" << endl ; + std::cout << "Illegal agument in ACosh" << std::endl ; #endif throw Standard_NumericError("Illegal agument in ACosh"); } @@ -291,7 +291,7 @@ Standard_Real Cosh (const Standard_Real Value) { if ( Abs(Value) > 0.71047586007394394e+03 ){ #ifdef OCCT_DEBUG - cout << "Result of Cosh exceeds the maximum value Standard_Real" << endl ; + std::cout << "Result of Cosh exceeds the maximum value Standard_Real" << std::endl ; #endif throw Standard_NumericError("Result of Cosh exceeds the maximum value Standard_Real"); } @@ -305,7 +305,7 @@ Standard_Real Sinh (const Standard_Real Value) { if ( Abs(Value) > 0.71047586007394394e+03 ){ #ifdef OCCT_DEBUG - cout << "Result of Sinh exceeds the maximum value Standard_Real" << endl ; + std::cout << "Result of Sinh exceeds the maximum value Standard_Real" << std::endl ; #endif throw Standard_NumericError("Result of Sinh exceeds the maximum value Standard_Real"); } @@ -318,7 +318,7 @@ Standard_Real Sinh (const Standard_Real Value) Standard_Real Log (const Standard_Real Value) { if ( Value <= 0. ){ #ifdef OCCT_DEBUG - cout << "Illegal agument in Log" << endl ; + std::cout << "Illegal agument in Log" << std::endl ; #endif throw Standard_NumericError("Illegal agument in Log"); } @@ -331,7 +331,7 @@ Standard_Real Sqrt (const Standard_Real Value) { if ( Value < 0. ){ #ifdef OCCT_DEBUG - cout << "Illegal agument in Sqrt" << endl ; + std::cout << "Illegal agument in Sqrt" << std::endl ; #endif throw Standard_NumericError("Illegal agument in Sqrt"); } diff --git a/src/Standard/Standard_Type.cxx b/src/Standard/Standard_Type.cxx index a07b48735d..9516915110 100644 --- a/src/Standard/Standard_Type.cxx +++ b/src/Standard/Standard_Type.cxx @@ -63,7 +63,7 @@ Standard_Boolean Standard_Type::SubType (const Standard_CString theName) const // ------------------------------------------------------------------ void Standard_Type::Print (Standard_OStream& AStream) const { - AStream << hex << (Standard_Address)this << " : " << dec << myName ; + AStream << std::hex << (Standard_Address)this << " : " << std::dec << myName ; } //============================================================================ @@ -120,7 +120,7 @@ Standard_Type* Standard_Type::Register (const char* theSystemName, const char* t // then add it to registry and return (the reference to the handle stored in the registry) aRegistry.Bind (aType->mySystemName, aType); -// cout << "Registering " << theSystemName << ": " << aRegistry.Extent() << endl; +// std::cout << "Registering " << theSystemName << ": " << aRegistry.Extent() << std::endl; return aType; } @@ -131,7 +131,7 @@ Standard_Type::~Standard_Type () registry_type& aRegistry = GetRegistry(); Standard_ASSERT(aRegistry.UnBind (mySystemName), "Standard_Type::~Standard_Type() cannot find itself in registry",); -// cout << "Unregistering " << mySystemName << ": " << aRegistry.Extent() << endl; +// std::cout << "Unregistering " << mySystemName << ": " << aRegistry.Extent() << std::endl; Standard::Free (mySystemName); Standard::Free (myName); } diff --git a/src/StdDrivers/StdDrivers.cxx b/src/StdDrivers/StdDrivers.cxx index 1b934a63fd..4d15883492 100644 --- a/src/StdDrivers/StdDrivers.cxx +++ b/src/StdDrivers/StdDrivers.cxx @@ -39,7 +39,7 @@ Handle(Standard_Transient) StdDrivers::Factory (const Standard_GUID& aGUID) if (aGUID == StdRetrievalDriver) { #ifdef OCCT_DEBUG - cout << "StdDrivers : Retrieval Plugin" << endl; + std::cout << "StdDrivers : Retrieval Plugin" << std::endl; #endif static Handle(StdDrivers_DocumentRetrievalDriver) model_rd = new StdDrivers_DocumentRetrievalDriver; diff --git a/src/StdLDrivers/StdLDrivers.cxx b/src/StdLDrivers/StdLDrivers.cxx index 1ae738e530..03c8bdf9ec 100644 --- a/src/StdLDrivers/StdLDrivers.cxx +++ b/src/StdLDrivers/StdLDrivers.cxx @@ -36,7 +36,7 @@ Handle(Standard_Transient) StdLDrivers::Factory (const Standard_GUID& aGUID) if (aGUID == StdLRetrievalDriver) { #ifdef OCCT_DEBUG - cout << "StdLDrivers : Retrieval Plugin" << endl; + std::cout << "StdLDrivers : Retrieval Plugin" << std::endl; #endif static Handle(StdLDrivers_DocumentRetrievalDriver) model_rd = new StdLDrivers_DocumentRetrievalDriver; diff --git a/src/StdLDrivers/StdLDrivers_DocumentRetrievalDriver.cxx b/src/StdLDrivers/StdLDrivers_DocumentRetrievalDriver.cxx index 9ef6dc78d5..8dd6398cb8 100644 --- a/src/StdLDrivers/StdLDrivers_DocumentRetrievalDriver.cxx +++ b/src/StdLDrivers/StdLDrivers_DocumentRetrievalDriver.cxx @@ -100,7 +100,7 @@ Handle(StdObjMgt_Persistent) StdLDrivers_DocumentRetrievalDriver::read ( myReaderStatus = PCDM_RS_OpenError; Standard_SStream aMsg; - aMsg << anException << endl; + aMsg << anException << std::endl; throw Standard_Failure(aMsg.str().c_str()); } @@ -123,7 +123,7 @@ Handle(StdObjMgt_Persistent) StdLDrivers_DocumentRetrievalDriver::read ( myReaderStatus = PCDM_RS_NoDocument; Standard_SStream aMsg; - aMsg << "could not find any document in this file" << endl; + aMsg << "could not find any document in this file" << std::endl; throw Standard_Failure(aMsg.str().c_str()); } @@ -161,7 +161,7 @@ Handle(StdObjMgt_Persistent) StdLDrivers_DocumentRetrievalDriver::read ( { aMsg << anUnknownTypes(i); if (i < anUnknownTypes.Length()) aMsg << ","; - else aMsg << endl; + else aMsg << std::endl; } throw Standard_Failure(aMsg.str().c_str()); @@ -252,37 +252,37 @@ void StdLDrivers_DocumentRetrievalDriver::raiseOnStorageError (Storage_Error the case Storage_VSNotOpen: case Storage_VSAlreadyOpen: myReaderStatus = PCDM_RS_OpenError; - aMsg << "Stream Open Error" << endl; + aMsg << "Stream Open Error" << std::endl; throw Standard_Failure(aMsg.str().c_str()); case Storage_VSModeError: myReaderStatus = PCDM_RS_WrongStreamMode; - aMsg << "Stream is opened with a wrong mode for operation" << endl; + aMsg << "Stream is opened with a wrong mode for operation" << std::endl; throw Standard_Failure(aMsg.str().c_str()); case Storage_VSSectionNotFound: myReaderStatus = PCDM_RS_FormatFailure; - aMsg << "Section is not found" << endl; + aMsg << "Section is not found" << std::endl; throw Standard_Failure(aMsg.str().c_str()); case Storage_VSFormatError: myReaderStatus = PCDM_RS_FormatFailure; - aMsg << "Wrong format error" << endl; + aMsg << "Wrong format error" << std::endl; throw Standard_Failure(aMsg.str().c_str()); case Storage_VSUnknownType: myReaderStatus = PCDM_RS_TypeFailure; - aMsg << "Try to read an unknown type" << endl; + aMsg << "Try to read an unknown type" << std::endl; throw Standard_Failure(aMsg.str().c_str()); case Storage_VSTypeMismatch: myReaderStatus = PCDM_RS_TypeFailure; - aMsg << "Try to read a wrong primitive type" << endl; + aMsg << "Try to read a wrong primitive type" << std::endl; throw Standard_Failure(aMsg.str().c_str()); default: myReaderStatus = PCDM_RS_DriverFailure; - aMsg << "Retrieval Driver Failure" << endl; + aMsg << "Retrieval Driver Failure" << std::endl; throw Standard_Failure(aMsg.str().c_str()); } } diff --git a/src/StdPrs/StdPrs_WFDeflectionRestrictedFace.cxx b/src/StdPrs/StdPrs_WFDeflectionRestrictedFace.cxx index d212da923d..2f144474a8 100644 --- a/src/StdPrs/StdPrs_WFDeflectionRestrictedFace.cxx +++ b/src/StdPrs/StdPrs_WFDeflectionRestrictedFace.cxx @@ -182,7 +182,7 @@ void StdPrs_WFDeflectionRestrictedFace::Add } #ifdef OCCT_DEBUG else { - cout << "Cannot evaluate curve on surface"< 80) { S << endl; lng = ln1; } + if (lng > 80) { S << std::endl; lng = ln1; } S << " " << i << " : " << thenames.Value(i); } - if (lng == 0) S << endl; + if (lng == 0) S << std::endl; nb = theignored.Length(); if (!thedone) { - S << " --- Evaluation of Protocol not Done ---" << endl; + S << " --- Evaluation of Protocol not Done ---" << std::endl; } else if (nb == 0) { - S << " --- All Names correspond to a known Protocol ---" << endl; + S << " --- All Names correspond to a known Protocol ---" << std::endl; } else { lng = ln1 = 0; - S << " --- Among them, " << nb << " remain unrecognized ---" << endl; + S << " --- Among them, " << nb << " remain unrecognized ---" << std::endl; for (i = 1; i <= nb; i ++) { ln1 = theignored.Value(i).Length() + 3; lng += ln1; - if (lng > 80) { S << endl; lng = ln1; } + if (lng > 80) { S << std::endl; lng = ln1; } S << " : " << theignored.Value(i); } - if (lng == 0) S << endl; + if (lng == 0) S << std::endl; } } diff --git a/src/StepData/StepData_StepDumper.cxx b/src/StepData/StepData_StepDumper.cxx index 1448cbc371..22f65accf5 100644 --- a/src/StepData/StepData_StepDumper.cxx +++ b/src/StepData/StepData_StepDumper.cxx @@ -64,18 +64,18 @@ Standard_Boolean StepData_StepDumper::Dump TColStd_SequenceOfAsciiString listypes; if (!module->ComplexType(CN,listypes)) S << "(Complex Type : ask level > 0) cdl = " - << ent->DynamicType()->Name() << " (...);" << endl; + << ent->DynamicType()->Name() << " (...);" << Message_EndLine; else { Standard_Integer n = listypes.Length(); for (i = 1; i <= n; i ++) S << listypes.Value(i) << " (...)"; - S << endl; + S << Message_EndLine; } } - else S << module->StepType(CN) << " (...);" << endl; + else S << module->StepType(CN) << " (...);" << Message_EndLine; } else S << "(Unrecognized Type for protocol) cdl = " - << ent->DynamicType()->Name() << " (...);" << endl; - if (nlab > 0) S << "/* Ident in file for "<DynamicType()->Name() << " (...);" << Message_EndLine; + if (nlab > 0) S << "/* Ident in file for "<= 0) continue; S<<" #"< 0) { S<<" (ident = num): "; for (i = 1; i <= nb; i ++) { if (ids.Value(i) == i) S<<" #"< 79) { nbl = nbc; S< 79) { nbl = nbc; S< 0; nbr0 --) S << " "; } S< 79) { S< 79) { S<#"< 5) { nbl = nbr = 0; S< 5) { nbl = nbr = 0; S< 0) S< 0) S< 0) S<<"In dump, iii:#jjj means : entity rank iii has step ident #jjj"< 0) S<<"In dump, iii:#jjj means : entity rank iii has step ident #jjj"< 0) { diff --git a/src/StepData/StepData_StepModel.cxx b/src/StepData/StepData_StepModel.cxx index 306609cea8..109a751e11 100644 --- a/src/StepData/StepData_StepModel.cxx +++ b/src/StepData/StepData_StepModel.cxx @@ -119,9 +119,9 @@ void StepData_StepModel::DumpHeader S << " " << iter.Value()->DynamicType()->Name() << "\n"; } if (!iapro || nb == 0) return; - S << " -- -- STEP MODEL HEADER CONTENT -- --" << endl; + S << " -- -- STEP MODEL HEADER CONTENT -- --" << Message_EndLine; S << " -- Dumped with Protocol : " << stepro->DynamicType()->Name() - << " --"< " << num * 100 / NbRecords() << " % in File) ***"; if (prev > 0) sout << " Ident #" << theidents(prev); - sout << "\n" << errm << endl; + sout << "\n" << errm << Message_EndLine; #endif thecheck->AddWarning(errm.ToCString(), "Complex Type incorrect : "); } @@ -1563,7 +1563,7 @@ void StepData_StepReaderData::SetEntityNumbers(const Standard_Boolean withmap) if (letype == Interface_ParamSub) { Standard_Integer numsub = FP.EntityNumber(); if (numsub > thelastn) { - sout << "Bad Sub.N0, Record " << num << " Param " << na << ":$" << numsub << endl; + sout << "Bad Sub.N0, Record " << num << " Param " << na << ":$" << numsub << Message_EndLine; continue; } FP.SetEntityNumber(subn(numsub)); @@ -1586,7 +1586,7 @@ void StepData_StepReaderData::SetEntityNumbers(const Standard_Boolean withmap) // ... Et sortir message un peu plus complet sout << "*** ERR StepReaderData *** Pour Entite #" << ident << "\n Type:" << RecordType(num) - << " Param.n0 " << na << ": #" << id << " Non trouve" << endl; + << " Param.n0 " << na << ": #" << id << " Non trouve" << Message_EndLine; } // FIN Mapping } // FIN Traitement Reference } // FIN Boucle Parametres @@ -1653,7 +1653,7 @@ void StepData_StepReaderData::SetEntityNumbers(const Standard_Boolean withmap) char ligne[80]; sprintf(ligne, "Ident defined SEVERAL TIMES : #%d", ident); thecheck->AddFail(ligne, "Ident defined SEVERAL TIMES : #%d"); - sout << "StepReaderData:SetEntityNumbers, " << ligne << endl; + sout << "StepReaderData:SetEntityNumbers, " << ligne << Message_EndLine; } if (indm(indmap) > 0) indm(indmap) = -indm(indmap); // Pas pour Map // Cas Normal pour la Map @@ -1846,7 +1846,7 @@ void StepData_StepReaderData::SetEntityNumbers(const Standard_Boolean withmap) sout << "*** ERR StepReaderData *** Pour Entite " << nument << ", a " << (nr * 100) / nbseq << "% de DATA : #" << ident << "\n Type:" << RecordType(num) - << " Param.n0 " << na << ": #" << id << " Non trouve" << endl; + << " Param.n0 " << na << ": #" << id << " Non trouve" << Message_EndLine; FP.SetEntityNumber(0); // -> Reference non resolue } } diff --git a/src/StepData/StepData_StepReaderTool.cxx b/src/StepData/StepData_StepReaderTool.cxx index 134fdf7ec0..1751f8e564 100644 --- a/src/StepData/StepData_StepReaderTool.cxx +++ b/src/StepData/StepData_StepReaderTool.cxx @@ -184,7 +184,7 @@ void StepData_StepReaderTool::BeginRead Handle(Interface_Check) mch = model->GlobalCheck(); Standard_Integer nbmess = ach->NbWarnings(); sout<DynamicType()->Name() << endl; + if (!ent.IsNull()) sout << ent->DynamicType()->Name() << Message_EndLine; for (Standard_Integer nf = 1; nf <= nbmess; nf ++) sout << ach->CWarning(nf) << "\n"; } @@ -192,7 +192,7 @@ void StepData_StepReaderTool::BeginRead Handle(Interface_Check) mch = model->GlobalCheck(); Standard_Integer nbmess = ach->NbFails(); sout << " Errors on Reading Header Entity N0."<DynamicType()->Name() << endl; + if (!ent.IsNull()) sout << ent->DynamicType()->Name() << Message_EndLine; for (Standard_Integer nf = 1; nf <= nbmess; nf ++) sout << ach->CFail(nf) << "\n"; } diff --git a/src/StepData/StepData_StepWriter.cxx b/src/StepData/StepData_StepWriter.cxx index 8186299b56..dc3695de8d 100644 --- a/src/StepData/StepData_StepWriter.cxx +++ b/src/StepData/StepData_StepWriter.cxx @@ -127,8 +127,8 @@ void StepData_StepWriter::SetScope (const Standard_Integer numscope, } else if (thescopenext->Value(numin) != 0) { #ifdef OCCT_DEBUG - cout << "StepWriter : SetScope (scope : " << numscope << " entity : " - << numin << "), Entity already in a Scope"<Value(i)->ToCString() << "\n"; - S<< flush; + S<< std::flush; isGood = (S && S.good()); return isGood; diff --git a/src/StepFile/StepFile_Read.cxx b/src/StepFile/StepFile_Read.cxx index 9ce43273dc..ca16bd22fc 100644 --- a/src/StepFile/StepFile_Read.cxx +++ b/src/StepFile/StepFile_Read.cxx @@ -129,7 +129,7 @@ Standard_Integer StepFile_Read OSD_Timer c ; c.Reset () ; c.Start(); - sout << " ... Step File Reading : " << ficnom << "" << endl; + sout << " ... Step File Reading : " << ficnom << "" << Message_EndLine; #endif try { @@ -138,9 +138,9 @@ Standard_Integer StepFile_Read } catch (Standard_Failure const& anException) { #ifdef OCCT_DEBUG - sout << " ... Exception Raised while reading Step File : " << ficnom << ":\n" << endl; + sout << " ... Exception Raised while reading Step File : " << ficnom << ":\n" << Message_EndLine; sout << anException.GetMessageString(); - sout << " ..." << endl; + sout << " ..." << Message_EndLine; #endif (void)anException; lir_file_fin(3); @@ -150,7 +150,7 @@ Standard_Integer StepFile_Read // Continue reading of file despite of possible fails //if (checkread->HasFailed()) { lir_file_fin(3); stepread_endinput (newin,ficnom); return 1; } #ifdef CHRONOMESURE - sout << " ... STEP File Read ... " << endl; + sout << " ... STEP File Read ... " << Message_EndLine; c.Show(); #endif @@ -193,10 +193,10 @@ Standard_Integer StepFile_Read // on a undirec pret pour la suite #ifdef CHRONOMESURE - sout << " ... Step File loaded ... " << endl; + sout << " ... Step File loaded ... " << Message_EndLine; c.Show(); sout << " "<< undirec->NbRecords () << - " records (entities,sub-lists,scopes), "<< nbpar << " parameters\n" << endl; + " records (entities,sub-lists,scopes), "<< nbpar << " parameters\n" << Message_EndLine; #endif // Analyse : par StepReaderTool @@ -219,10 +219,10 @@ Standard_Integer StepFile_Read readtool.Clear(); undirec.Nullify(); #ifdef CHRONOMESURE - sout << " ... Objets analysed ... " << endl; + sout << " ... Objets analysed ... " << Message_EndLine; c.Show(); n = stepmodel->NbEntities() ; - sout << " STEP Loading done : " << n << " Entities" << endl; + sout << " STEP Loading done : " << n << " Entities" << Message_EndLine; #endif stepread_endinput (newin,ficnom); return 0 ; @@ -232,7 +232,7 @@ void StepFile_Interrupt (char* mess) { #ifdef OCCT_DEBUG Handle(Message_Messenger) sout = Message::DefaultMessenger(); - sout << " **** StepFile Error : " << mess << " ****" << endl; + sout << " **** StepFile Error : " << mess << " ****" << Message_EndLine; #endif checkread->AddFail(mess); } diff --git a/src/StepSelect/StepSelect_Activator.cxx b/src/StepSelect/StepSelect_Activator.cxx index c97bfbee17..fe4697b3ec 100644 --- a/src/StepSelect/StepSelect_Activator.cxx +++ b/src/StepSelect/StepSelect_Activator.cxx @@ -61,41 +61,41 @@ IFSelect_ReturnStatus StepSelect_Activator::Do case 1 : { // **** StepSchema if (argc < 2) { - cout<<"Identify an entity"<Number(arg1); if (num <= 0) { - cout<<"Not an entity : "<Session()->StartingEntity(num); DeclareAndCast(StepData_UndefinedEntity,und,ent); if (!und.IsNull()) { - cout<<"Entity "<StepType()<StepType()<DynamicType()->Name()<DynamicType()->Name()<= 48 && prem <= 57) digits = atoi(arg1); else { - cout<<"floatformat digits, digits=nb de chiffres signifiants, ou\n" + std::cout<<"floatformat digits, digits=nb de chiffres signifiants, ou\n" << "floatformat NZ %mainformat [%rangeformat [Rmin Rmax]]\n" <<" NZ : N ou n pour Non-zero-suppress, Z ou z pour zero-suppress\n" <<" %mainformat : format principal type printf, ex,: %E\n" <<" + optionnel : format secondaire (flottants autour de 1.) :\n" <<" %rangeformat Rmin Rmax : format type printf entre Rmin et Rmax\n" <<" %rangeformat tout seul : format type printf entre 0.1 et 1000.\n" - < 4) { Rmin = Atof(pilot->Word(4).ToCString()); Rmax = Atof(pilot->Word(5).ToCString()); - if (Rmin <= 0 || Rmax <= 0) { cout<<"intervalle : donner reels > 0"< 0"<SetDefault(digits); diff --git a/src/StepSelect/StepSelect_WorkLibrary.cxx b/src/StepSelect/StepSelect_WorkLibrary.cxx index 623d88c225..03f303c647 100644 --- a/src/StepSelect/StepSelect_WorkLibrary.cxx +++ b/src/StepSelect/StepSelect_WorkLibrary.cxx @@ -88,12 +88,12 @@ Standard_Boolean StepSelect_WorkLibrary::WriteFile DeclareAndCast(StepData_Protocol,stepro,ctx.Protocol()); if (stepmodel.IsNull() || stepro.IsNull()) return Standard_False; - ofstream fout; - OSD_OpenStream(fout,ctx.FileName(),ios::out|ios::trunc); + std::ofstream fout; + OSD_OpenStream(fout,ctx.FileName(),std::ios::out|std::ios::trunc); if (!fout || !fout.is_open()) { ctx.CCheck(0)->AddFail("Step File could not be created"); - sout<<" Step File could not be created : " << ctx.FileName() << endl; return 0; + sout<<" Step File could not be created : " << ctx.FileName() << Message_EndLine; return 0; } sout << " Step File Name : "<Label(); if (ctx.IsForAll()) sout << " (all model)"; else sout << " (" << ctx.NbEntities() << " entities)"; -// sout << flush; +// sout << std::flush; } // Envoi @@ -119,13 +119,13 @@ Standard_Boolean StepSelect_WorkLibrary::WriteFile ctx.CCheck(chl.Number())->GetMessages(chl.Value()); sout<<" Write "; Standard_Boolean isGood = SW.Print(fout); - sout<<" Done"<Print(entity,S); if (iserr) con = model->ReportEntity(nument)->Content(); - if (entity.IsNull()) { S<<" Null"<DynamicType()->Name() << endl; + S << " Type cdl : " << entity->DynamicType()->Name() << Message_EndLine; if (iserr) - S<<" *** NOT WELL LOADED : CONTENT FROM FILE ***"<IsUnknownEntity(nument)) - S<<" *** UNKNOWN TYPE ***"<TraceLevel() > 2 ) { - sout << "Geometric Statitics : " << endl; - sout << " Surface Continuity : - C0 : " << myTool.C0Surf() << endl; - sout << " - C1 : " << myTool.C1Surf() << endl; - sout << " - C2 : " << myTool.C2Surf() << endl; - sout << " Curve Continuity : - C0 : " << myTool.C0Cur3() << endl; - sout << " - C1 : " << myTool.C1Cur3() << endl; - sout << " - C2 : " << myTool.C2Cur3() << endl; - sout << " PCurve Continuity : - C0 : " << myTool.C0Cur2() << endl; - sout << " - C1 : " << myTool.C1Cur2() << endl; - sout << " - C2 : " << myTool.C2Cur2() << endl; + sout << "Geometric Statitics : " << Message_EndLine; + sout << " Surface Continuity : - C0 : " << myTool.C0Surf() << Message_EndLine; + sout << " - C1 : " << myTool.C1Surf() << Message_EndLine; + sout << " - C2 : " << myTool.C2Surf() << Message_EndLine; + sout << " Curve Continuity : - C0 : " << myTool.C0Cur3() << Message_EndLine; + sout << " - C1 : " << myTool.C1Cur3() << Message_EndLine; + sout << " - C2 : " << myTool.C2Cur3() << Message_EndLine; + sout << " PCurve Continuity : - C0 : " << myTool.C0Cur2() << Message_EndLine; + sout << " - C1 : " << myTool.C1Cur2() << Message_EndLine; + sout << " - C2 : " << myTool.C2Cur2() << Message_EndLine; } //:S4136 ShapeFix::SameParameter (S,Standard_False); @@ -323,16 +323,16 @@ void StepToTopoDS_Builder::Init if ( TP->TraceLevel() > 2 ) { - sout << "Geometric Statitics : " << endl; - sout << " Surface Continuity : - C0 : " << myTool.C0Surf() << endl; - sout << " - C1 : " << myTool.C1Surf() << endl; - sout << " - C2 : " << myTool.C2Surf() << endl; - sout << " Curve Continuity : - C0 : " << myTool.C0Cur3() << endl; - sout << " - C1 : " << myTool.C1Cur3() << endl; - sout << " - C2 : " << myTool.C2Cur3() << endl; - sout << " PCurve Continuity : - C0 : " << myTool.C0Cur2() << endl; - sout << " - C1 : " << myTool.C1Cur2() << endl; - sout << " - C2 : " << myTool.C2Cur2() << endl; + sout << "Geometric Statitics : " << Message_EndLine; + sout << " Surface Continuity : - C0 : " << myTool.C0Surf() << Message_EndLine; + sout << " - C1 : " << myTool.C1Surf() << Message_EndLine; + sout << " - C2 : " << myTool.C2Surf() << Message_EndLine; + sout << " Curve Continuity : - C0 : " << myTool.C0Cur3() << Message_EndLine; + sout << " - C1 : " << myTool.C1Cur3() << Message_EndLine; + sout << " - C2 : " << myTool.C2Cur3() << Message_EndLine; + sout << " PCurve Continuity : - C0 : " << myTool.C0Cur2() << Message_EndLine; + sout << " - C1 : " << myTool.C1Cur2() << Message_EndLine; + sout << " - C2 : " << myTool.C2Cur2() << Message_EndLine; } //:S4136 ShapeFix::SameParameter (S,Standard_False); @@ -530,16 +530,16 @@ void StepToTopoDS_Builder::Init if ( TP->TraceLevel() > 2 ) { - sout << "Geometric Statitics : " << endl; - sout << " Surface Continuity : - C0 : " << myTool.C0Surf() << endl; - sout << " - C1 : " << myTool.C1Surf() << endl; - sout << " - C2 : " << myTool.C2Surf() << endl; - sout << " Curve Continuity : - C0 : " << myTool.C0Cur3() << endl; - sout << " - C1 : " << myTool.C1Cur3() << endl; - sout << " - C2 : " << myTool.C2Cur3() << endl; - sout << " PCurve Continuity : - C0 : " << myTool.C0Cur2() << endl; - sout << " - C1 : " << myTool.C1Cur2() << endl; - sout << " - C2 : " << myTool.C2Cur2() << endl; + sout << "Geometric Statitics : " << Message_EndLine; + sout << " Surface Continuity : - C0 : " << myTool.C0Surf() << Message_EndLine; + sout << " - C1 : " << myTool.C1Surf() << Message_EndLine; + sout << " - C2 : " << myTool.C2Surf() << Message_EndLine; + sout << " Curve Continuity : - C0 : " << myTool.C0Cur3() << Message_EndLine; + sout << " - C1 : " << myTool.C1Cur3() << Message_EndLine; + sout << " - C2 : " << myTool.C2Cur3() << Message_EndLine; + sout << " PCurve Continuity : - C0 : " << myTool.C0Cur2() << Message_EndLine; + sout << " - C1 : " << myTool.C1Cur2() << Message_EndLine; + sout << " - C2 : " << myTool.C2Cur2() << Message_EndLine; } //:S4136 ShapeFix::SameParameter (S,Standard_False); @@ -772,7 +772,7 @@ void StepToTopoDS_Builder::Init catch (Standard_Failure const& anException) { Handle(Message_Messenger) sout = TP->Messenger(); sout << "StepToTopoDS, GeometricSet, elem " << i << " of " << nbElem << ": exception "; - sout << anException.GetMessageString() << endl; + sout << anException.GetMessageString() << Message_EndLine; } if (!aGeomCrv.IsNull()) { BRepBuilderAPI_MakeEdge anEdge(aGeomCrv, aGeomCrv->FirstParameter(), aGeomCrv->LastParameter()); diff --git a/src/StepToTopoDS/StepToTopoDS_GeometricTool.cxx b/src/StepToTopoDS/StepToTopoDS_GeometricTool.cxx index d764aaa26c..3a6bec4b4f 100644 --- a/src/StepToTopoDS/StepToTopoDS_GeometricTool.cxx +++ b/src/StepToTopoDS/StepToTopoDS_GeometricTool.cxx @@ -239,26 +239,26 @@ Standard_Boolean StepToTopoDS_GeometricTool::UpdateParam3d( if (w1 < cf) { #ifdef OCCT_DEBUG - cout << "Update Edge First Parameter to Curve First Parameter" << endl; + std::cout << "Update Edge First Parameter to Curve First Parameter" << std::endl; #endif w1 = cf; } else if (w1 > cl) { #ifdef OCCT_DEBUG - cout << "Update Edge First Parameter to Curve Last Parameter" << endl; + std::cout << "Update Edge First Parameter to Curve Last Parameter" << std::endl; #endif w1 = cl; } if (w2 < cf) { #ifdef OCCT_DEBUG - cout << "Update Edge Last Parameter to Curve First Parameter" << endl; + std::cout << "Update Edge Last Parameter to Curve First Parameter" << std::endl; #endif w2 = cf; } else if (w2 > cl) { #ifdef OCCT_DEBUG - cout << "Update Edge Last Parameter to Curve Last Parameter" << endl; + std::cout << "Update Edge Last Parameter to Curve Last Parameter" << std::endl; #endif w2 = cl; } @@ -308,7 +308,7 @@ Standard_Boolean StepToTopoDS_GeometricTool::UpdateParam3d( else if (w1 > w2) { #ifdef OCCT_DEBUG - cout << "Warning : parameter range of edge crossing non periodic curve origin" << endl; + std::cout << "Warning : parameter range of edge crossing non periodic curve origin" << std::endl; #endif Standard_Real tmp = w1; w1 = w2; @@ -344,7 +344,7 @@ Standard_Boolean StepToTopoDS_GeometricTool::UpdateParam3d( else { #ifdef OCCT_DEBUG - cout << "Warning : parameter range of edge crossing non periodic curve origin" << endl; + std::cout << "Warning : parameter range of edge crossing non periodic curve origin" << std::endl; #endif Standard_Real tmp = w1; w1 = w2; @@ -355,7 +355,7 @@ Standard_Boolean StepToTopoDS_GeometricTool::UpdateParam3d( else if (w1 > w2) { #ifdef OCCT_DEBUG - cout << "Warning: parameter range is bad; curve reversed" << endl; + std::cout << "Warning: parameter range is bad; curve reversed" << std::endl; #endif w1 = theCurve->ReversedParameter(w1); w2 = theCurve->ReversedParameter(w2); @@ -372,16 +372,16 @@ Standard_Boolean StepToTopoDS_GeometricTool::UpdateParam3d( else { #ifdef OCCT_DEBUG - cout << "UpdateParam3d Failed" << endl; - cout << " - Curve Type : " << theCurve->DynamicType() << endl; - cout << " - Param 1 : " << w1 << endl; - cout << " - Param 2 : " << w2 << endl; + std::cout << "UpdateParam3d Failed" << std::endl; + std::cout << " - Curve Type : " << theCurve->DynamicType() << std::endl; + std::cout << " - Param 1 : " << w1 << std::endl; + std::cout << " - Param 2 : " << w2 << std::endl; #endif //abv 15.03.00 #72 bm1_pe_t4 protection of exceptions in draw if (w1 > w2) { #ifdef OCCT_DEBUG - cout << "Warning: parameter range is bad; curve reversed" << endl; + std::cout << "Warning: parameter range is bad; curve reversed" << std::endl; #endif w1 = theCurve->ReversedParameter(w1); w2 = theCurve->ReversedParameter(w2); diff --git a/src/StepToTopoDS/StepToTopoDS_TranslateCompositeCurve.cxx b/src/StepToTopoDS/StepToTopoDS_TranslateCompositeCurve.cxx index 6d578312ce..774c0d289b 100644 --- a/src/StepToTopoDS/StepToTopoDS_TranslateCompositeCurve.cxx +++ b/src/StepToTopoDS/StepToTopoDS_TranslateCompositeCurve.cxx @@ -196,8 +196,8 @@ Standard_Boolean StepToTopoDS_TranslateCompositeCurve::Init (const Handle(StepGe } catch(Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout << "Warning: StepToTopoDS_TranslateCompositeCurve: Exception: "; - anException.Print(cout); cout << endl; + std::cout << "Warning: StepToTopoDS_TranslateCompositeCurve: Exception: "; + anException.Print(std::cout); std::cout << std::endl; #endif (void)anException; } @@ -234,8 +234,8 @@ Standard_Boolean StepToTopoDS_TranslateCompositeCurve::Init (const Handle(StepGe } catch(Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout << "Warning: StepToTopoDS_TranslateCompositeCurve: Exception: "; - anException.Print(cout); cout << endl; + std::cout << "Warning: StepToTopoDS_TranslateCompositeCurve: Exception: "; + anException.Print(std::cout); std::cout << std::endl; #endif (void)anException; } diff --git a/src/StepToTopoDS/StepToTopoDS_TranslateEdge.cxx b/src/StepToTopoDS/StepToTopoDS_TranslateEdge.cxx index aa818d23b1..47d948f8af 100644 --- a/src/StepToTopoDS/StepToTopoDS_TranslateEdge.cxx +++ b/src/StepToTopoDS/StepToTopoDS_TranslateEdge.cxx @@ -87,8 +87,8 @@ static void DecodeMakeEdgeError(const BRepLib_MakeEdge& ME, Handle(Transfer_TransientProcess) TP = aTool.TransientProcess(); #ifdef OCCT_DEBUG - cout << "------------------------------------" << endl; - cout << "MakeEdge Error : " << ME.Error()<<" - "; + std::cout << "------------------------------------" << std::endl; + std::cout << "MakeEdge Error : " << ME.Error()<<" - "; #endif switch(ME.Error()) { @@ -116,22 +116,22 @@ static void DecodeMakeEdgeError(const BRepLib_MakeEdge& ME, break; } #ifdef OCCT_DEBUG - cout << "Original Type : " << orig->DynamicType() << endl; - cout << "3D Curve Type : " << myCurve->DynamicType() << endl; - cout << "First Parameter : " << U1 << endl; + std::cout << "Original Type : " << orig->DynamicType() << std::endl; + std::cout << "3D Curve Type : " << myCurve->DynamicType() << std::endl; + std::cout << "First Parameter : " << U1 << std::endl; gp_Pnt p1 = BRep_Tool::Pnt(V1); -// cout << "First Point : "; - cout << "First Vertex : "<Value(U1)); - cout << d1 << endl; - cout << "Last Parameter : " << U2 << endl; + std::cout << d1 << std::endl; + std::cout << "Last Parameter : " << U2 << std::endl; gp_Pnt p2 = BRep_Tool::Pnt(V2); -// cout << "Last Point : "; - cout << "Last Vertex : "<Value(U2)); - cout << d2 << endl; + std::cout << d2 << std::endl; #endif } diff --git a/src/StepToTopoDS/StepToTopoDS_TranslateEdgeLoop.cxx b/src/StepToTopoDS/StepToTopoDS_TranslateEdgeLoop.cxx index b2b17747bc..ab1d6f04ea 100644 --- a/src/StepToTopoDS/StepToTopoDS_TranslateEdgeLoop.cxx +++ b/src/StepToTopoDS/StepToTopoDS_TranslateEdgeLoop.cxx @@ -144,7 +144,7 @@ static void CheckPCurves (TopoDS_Wire& aWire, const TopoDS_Face& aFace, if (w1 == w2) { RemoveSinglePCurve(myEdge,aFace); #ifdef OCCT_DEBUG - cout<<"Removing pcuve w1=w2"<AddFail(C,"Exeption was raised. Curve geometry definition is incorrect"); @@ -405,7 +405,7 @@ void StepToTopoDS_TranslateEdgeLoop::Init(const Handle(StepShape_FaceBound)& Fac Standard_Boolean ThereIsLikeSeam = Standard_False; #ifdef OCCT_DEBUG - cout << " Processing Edge :" << j << endl; + std::cout << " Processing Edge :" << j << std::endl; #endif OrEdge1 = EL->EdgeListValue(j); @@ -674,7 +674,7 @@ void StepToTopoDS_TranslateEdgeLoop::Init(const Handle(StepShape_FaceBound)& Fac else { RemoveSinglePCurve(edge, Face); #ifdef OCCT_DEBUG - cout <<"Removing after prj"<BoundsValue(i); Loop = FaceBound->Bound(); @@ -354,7 +354,7 @@ void StepToTopoDS_TranslateFace::Init // Type not yet implemented or non sens TP->AddFail(Loop," Type of loop not yet implemented"); #ifdef OCCT_DEBUG - cout << Loop->DynamicType() << endl; + std::cout << Loop->DynamicType() << std::endl; #endif continue; } diff --git a/src/StepToTopoDS/StepToTopoDS_TranslateShell.cxx b/src/StepToTopoDS/StepToTopoDS_TranslateShell.cxx index 2ad083fde0..8a0e210976 100644 --- a/src/StepToTopoDS/StepToTopoDS_TranslateShell.cxx +++ b/src/StepToTopoDS/StepToTopoDS_TranslateShell.cxx @@ -83,7 +83,7 @@ void StepToTopoDS_TranslateShell::Init Message_ProgressSentry PS ( TP->GetProgress(), "Face", 0, NbFc, 1 ); for (Standard_Integer i = 1; i <= NbFc && PS.More(); i++, PS.Next()) { #ifdef OCCT_DEBUG - cout << "Processing Face : " << i << endl; + std::cout << "Processing Face : " << i << std::endl; #endif StepFace = CFS->CfsFacesValue(i); Handle(StepShape_FaceSurface) theFS = diff --git a/src/Storage/Storage_Schema.cxx b/src/Storage/Storage_Schema.cxx index da80ee0452..e070d8d5ee 100644 --- a/src/Storage/Storage_Schema.cxx +++ b/src/Storage/Storage_Schema.cxx @@ -761,7 +761,7 @@ Standard_Boolean Storage_Schema::CheckTypeMigration( break; } #ifdef OCCT_DEBUG - cout << "Storage_Sheme:: Line: = " << aLine < 0) { l += sizes[i] * i; - S << setw(5) << sizes[i] <<" buckets of size "<AttributesModified()) cout<<"AttributesModified "; \ - if (lnp->MayBeModified()) cout<<"MayBeModified already set in transaction 0! Please contact TDF developer."; \ - cout<AttributesModified()) std::cout<<"AttributesModified "; \ + if (lnp->MayBeModified()) std::cout<<"MayBeModified already set in transaction 0! Please contact TDF developer."; \ + std::cout<Label(),entry); \ -cout<<"Creation of a DeltaOn"<DynamicType()<DynamicType()<0) { if (withDelta) delta = new TDF_Delta(); #ifdef OCCT_DEBUG_DELTA - cout<<"TDF_Data::Begin Commit #"<Validity(myTimes.First(),myTime); #ifdef OCCT_DEBUG_DELTA if (myTransaction == 0) { - cout<<"TDF_Data::Commit generated this delta in t=0:"<Dump(cout); + std::cout<<"TDF_Data::Commit generated this delta in t=0:"<Dump(std::cout); } #endif } #ifdef OCCT_DEBUG_DELTA else { if (myTransaction == 0) - cout<<"TDF_Data::Commit generated NO delta."<IsApplicable(myTime)) { if (withDelta) OpenTransaction(); #ifdef OCCT_DEBUG_DELTA - cout<<"TDF_Data::Undo applies this delta:"<Dump(cout); + std::cout<<"TDF_Data::Undo applies this delta:"<Dump(std::cout); #endif aDelta->BeforeOrAfterApply(Standard_True); myNotUndoMode = Standard_False; @@ -420,7 +420,7 @@ Handle(TDF_Delta) TDF_Data::Undo(const Handle(TDF_Delta)& aDelta, newDelta = CommitTransaction(Standard_True); newDelta->Validity(aDelta->EndTime(),aDelta->BeginTime()); #ifdef OCCT_DEBUG_DELTA - cout<<"TDF_Data::Undo, after validity correction, Delta is now available from time \t#"<BeginTime()<<" to time \t#"<EndTime()<BeginTime()<<" to time \t#"<EndTime()<BeginTime(); @@ -439,8 +439,8 @@ Handle(TDF_Delta) TDF_Data::Undo(const Handle(TDF_Delta)& aDelta, Standard_OStream& TDF_Data::Dump(Standard_OStream& anOS) const { - anOS<<"Dump of a TDF_Data."<====="<====="<Label().EntryDump(anOS); anOS<<" \t"; itr3.Key()->Dump(anOS); - anOS< is not empty... #ifdef OCCT_DEBUG_DELTA Standard_Boolean inList; - if (aLabelList.Extent() > 0) cout<<"Previously added as modified label(s) "; + if (aLabelList.Extent() > 0) std::cout<<"Previously added as modified label(s) "; #endif for (TDF_ListIteratorOfLabelList it1(aLabelList); it1.More(); it1.Next()) { @@ -169,17 +169,17 @@ void TDF_Delta::Labels(TDF_LabelList& aLabelList) const const TDF_Label& lab1 = it1.Value(); inList = labMap.Add(lab1); if (!inList) { - lab1.EntryDump(cout);cout<<" | "; + lab1.EntryDump(std::cout);std::cout<<" | "; } #endif } #ifdef OCCT_DEBUG_DELTA - cout< 0) cout<<"New added as modified label(s) "; + if (myAttDeltaList.Extent() > 0) std::cout<<"New added as modified label(s) "; #endif for (TDF_ListIteratorOfAttributeDeltaList it2(myAttDeltaList); it2.More(); @@ -188,12 +188,12 @@ void TDF_Delta::Labels(TDF_LabelList& aLabelList) const const TDF_Label& lab1 = it2.Value()->Label(); inList = labMap.Add(lab1); if (!inList) { - lab1.EntryDump(cout);cout<<" | "; + lab1.EntryDump(std::cout);std::cout<<" | "; } #endif } #ifdef OCCT_DEBUG_DELTA - cout<. @@ -211,14 +211,14 @@ void TDF_Delta::Labels(TDF_LabelList& aLabelList) const void TDF_Delta::Dump(Standard_OStream& OS) const { - OS<<"DELTA available from time \t#"<Dump(OS); OS<Dump(OS); OS<mySavedTransaction = 0; #ifdef OCCT_DEBUG - cout<<"Resume attribute"< 1) anOS<<"s"; anOS<<"."< 1) anOS<<"s"; anOS<<"."<"; itr.Value()->Dump(anOS); anOS<<"| "; - anOS<1) anOS<<"s"; - anOS<<" referenced by the label structure."<Label().IsNull()) { - anOS<<" (no label)"<Label(),entry); - anOS<<" (label: "<ExtendedDump(anOS,aFilter,map); anOS<ExtendedDump(anOS,aFilter,map); anOS<1) anOS<<"s"; - anOS<<" dumped between "<<--i<Transaction()+1<Transaction()+1<Transaction()<<" until #"<Transaction()<Transaction()<<" until #"<Transaction()<CommitUntilTransaction(until, withDelta); #ifdef OCCT_DEBUG_TRANSACTION_DUMP - cout<<"DF after commit"<Transaction()<<" until #"<Transaction()<Transaction()<<" until #"<Transaction()<AbortUntilTransaction(myUntilTransaction); myUntilTransaction = 0; #ifdef OCCT_DEBUG_TRANSACTION_DUMP - cout<<"DF after abort"<InternalArray(); #ifdef OCCT_DEBUG_DELTA if(Arr1.IsNull()) - cout <<"DeltaOnModificationOfByteArray:: Old ByteArray is Null" <RemoveArray(); #ifdef OCCT_DEBUG if(OldAtt->InternalArray().IsNull()) - cout << "BackUp Arr is Nullified" << endl; + std::cout << "BackUp Arr is Nullified" << std::endl; #endif } } @@ -104,7 +104,7 @@ void TDataStd_DeltaOnModificationOfByteArray::Apply() Handle(TDataStd_ByteArray) BackAtt = Handle(TDataStd_ByteArray)::DownCast (TDFAttribute); if(BackAtt.IsNull()) { #ifdef OCCT_DEBUG - cout << "DeltaOnModificationOfByteArray::Apply: OldAtt is Null" <Upper();i++) { #ifdef OCCT_DEBUG - cout << "i = " << i << " myIndxes->Upper = " << myIndxes->Upper() << endl; - cout << "myIndxes->Value(i) = " << myIndxes->Value(i) << endl; - cout << "myValues->Value(i) = " << myValues->Value(i) << endl; + std::cout << "i = " << i << " myIndxes->Upper = " << myIndxes->Upper() << std::endl; + std::cout << "myIndxes->Value(i) = " << myIndxes->Value(i) << std::endl; + std::cout << "myValues->Value(i) = " << myValues->Value(i) << std::endl; #endif byteArr->ChangeArray1().SetValue(myIndxes->Value(i), myValues->Value(i)); } @@ -168,11 +168,11 @@ void TDataStd_DeltaOnModificationOfByteArray::Apply() } #ifdef OCCT_DEBUG - cout << " << Array Dump after Delta Apply >>" <>" <InternalArray(); for(i=BArr2->Lower(); i<=BArr2->Upper() && i<= MAXUP;i++) - cout << BArr2->Value(i) << " "; - cout <Value(i) << " "; + std::cout <Array(); #ifdef OCCT_DEBUG if(Arr1.IsNull()) - cout <<"DeltaOnModificationOfExtStringArray:: Old IntArray is Null" <RemoveArray(); #ifdef OCCT_DEBUG if(OldAtt->Array().IsNull()) - cout << "BackUp Arr is Nullified" << endl; + std::cout << "BackUp Arr is Nullified" << std::endl; #endif } } @@ -103,7 +103,7 @@ void TDataStd_DeltaOnModificationOfExtStringArray::Apply() Handle(TDataStd_ExtStringArray) BackAtt = Handle(TDataStd_ExtStringArray)::DownCast (TDFAttribute); if(BackAtt.IsNull()) { #ifdef OCCT_DEBUG - cout << "DeltaOnModificationOfExtStringArray::Apply: OldAtt is Null" <Upper();i++) { #ifdef OCCT_DEBUG - cout << "i = " << i << " myIndxes->Upper = " << myIndxes->Upper() << endl; - cout << "myIndxes->Value(i) = " << myIndxes->Value(i) << endl; - cout << "myValues->Value(i) = " << myValues->Value(i) << endl; + std::cout << "i = " << i << " myIndxes->Upper = " << myIndxes->Upper() << std::endl; + std::cout << "myIndxes->Value(i) = " << myIndxes->Value(i) << std::endl; + std::cout << "myValues->Value(i) = " << myValues->Value(i) << std::endl; #endif strArr->ChangeArray1().SetValue(myIndxes->Value(i), myValues->Value(i)); } @@ -171,11 +171,11 @@ void TDataStd_DeltaOnModificationOfExtStringArray::Apply() #ifdef OCCT_DEBUG - cout << " << Array Dump after Delta Apply >>" <>" <Array(); for(i=aStrArr2->Lower(); i<= aStrArr2->Upper() && i<= MAXUP;i++) - cout << aStrArr2->Value(i) << " "; - cout <Value(i) << " "; + std::cout <Array(); #ifdef OCCT_DEBUG if(Arr1.IsNull()) - cout <<"DeltaOnModificationOfIntArray:: Old IntArray is Null" <RemoveArray(); #ifdef OCCT_DEBUG if(OldAtt->Array().IsNull()) - cout << "BackUp Arr is Nullified" << endl; + std::cout << "BackUp Arr is Nullified" << std::endl; #endif } } @@ -102,7 +102,7 @@ void TDataStd_DeltaOnModificationOfIntArray::Apply() Handle(TDataStd_IntegerArray) BackAtt = Handle(TDataStd_IntegerArray)::DownCast (TDFAttribute); if(BackAtt.IsNull()) { #ifdef OCCT_DEBUG - cout << "DeltaOnModificationOfIntArray::Apply: OldAtt is Null" <Upper();i++) { #ifdef OCCT_DEBUG - cout << "i = " << i << " myIndxes->Upper = " << myIndxes->Upper() << endl; - cout << "myIndxes->Value(i) = " << myIndxes->Value(i) << endl; - cout << "myValues->Value(i) = " << myValues->Value(i) << endl; + std::cout << "i = " << i << " myIndxes->Upper = " << myIndxes->Upper() << std::endl; + std::cout << "myIndxes->Value(i) = " << myIndxes->Value(i) << std::endl; + std::cout << "myValues->Value(i) = " << myValues->Value(i) << std::endl; #endif intArr->ChangeArray1().SetValue(myIndxes->Value(i), myValues->Value(i)); } @@ -166,11 +166,11 @@ void TDataStd_DeltaOnModificationOfIntArray::Apply() } #ifdef OCCT_DEBUG - cout << " << Array Dump after Delta Apply >>" <>" <Array(); for(i=IntArr2->Lower(); i<=IntArr2->Upper() && i <= MAXUP;i++) - cout << IntArr2->Value(i) << " "; - cout <Value(i) << " "; + std::cout <GetHMap(); #ifdef OCCT_DEBUG_disable if (aMap1.IsNull()) - cout <<"DeltaOnModificationOfIntPackedMap:: Old Map is Null" <>" <>" <GetHMap(); TColStd_MapIteratorOfPackedMapOfInteger it(aIntMap->Map()); for (Standard_Integer i=1;it.More() && i <= MAXUP; it.Next(), i++) - cout << it.Key() << " "; - cout <Array(); #ifdef OCCT_DEBUG if(Arr1.IsNull()) - cout <<"DeltaOnModificationOfRealArray:: Old Array is Null" <RemoveArray(); #ifdef OCCT_DEBUG if(OldAtt->Array().IsNull()) - cout << "BackUp Arr is Nullified" << endl; + std::cout << "BackUp Arr is Nullified" << std::endl; #endif } } @@ -101,7 +101,7 @@ void TDataStd_DeltaOnModificationOfRealArray::Apply() Handle(TDataStd_RealArray) BackAtt = Handle(TDataStd_RealArray)::DownCast (TDFAttribute); if(BackAtt.IsNull()) { #ifdef OCCT_DEBUG - cout << "DeltaOnModificationOfRealArray::Apply: OldAtt is Null" <Upper();i++) { #ifdef OCCT_DEBUG - cout << "i = " << i << " myIndxes->Upper = " << myIndxes->Upper() << endl; - cout << "myIndxes->Value(i) = " << myIndxes->Value(i) << endl; - cout << "myValues->Value(i) = " << myValues->Value(i) << endl; + std::cout << "i = " << i << " myIndxes->Upper = " << myIndxes->Upper() << std::endl; + std::cout << "myIndxes->Value(i) = " << myIndxes->Value(i) << std::endl; + std::cout << "myValues->Value(i) = " << myValues->Value(i) << std::endl; #endif realArr->ChangeArray1().SetValue(myIndxes->Value(i), myValues->Value(i)); } @@ -166,11 +166,11 @@ void TDataStd_DeltaOnModificationOfRealArray::Apply() #ifdef OCCT_DEBUG - cout << " << RealArray Dump after Delta Apply >>" <>" <Array(); for(i=aRArr->Lower(); i<=aRArr->Upper() && i <= MAXUP;i++) - cout << aRArr->Value(i) << " "; - cout <Value(i) << " "; + std::cout <Lower(); upper = myValue->Upper(); for(i = lower; i<=upper; i++) - anOS << "\t" <Value(i)<Value(i)<str() << endl; +// aMsg << Standard_Failure::Caught() << std::endl; +// std::cout << "TDocStd_Application::Open(): " << aMsg.rdbuf()->str() << std::endl; TCollection_ExtendedString aString (anException.GetMessageString()); MessageDriver()->Send(aString.ToExtString(), Message_Fail); } } status = GetRetrieveStatus(); #ifdef OCCT_DEBUG - cout<<"TDocStd_Application::Open(): The status = "<Undo(myUndos.Last(),Standard_True); D->SetName(myUndos.Last()->Name()); #ifdef OCCT_DEBUG_DELTA - cout<<"DF after Undo =================================="<Undo(myRedos.First(),Standard_True); D->SetName(myRedos.First()->Name()); #ifdef OCCT_DEBUG_DELTA - cout<<"DF after Redo =================================="< 0; i--) { @@ -215,16 +215,16 @@ void TDocStd_MultiTransactionManager::DumpTransaction(Standard_OStream& anOS) co anOS<<" Undo: "; delta->Dump(anOS); if (i == 1) { - anOS<<" < Last action"<Dump(anOS); - anOS<>> TopoDS_Shape IS NULL on Entry = "<< entry << endl; + std::cout << "ModDbgTools::Write>>> TopoDS_Shape IS NULL on Entry = "<< entry << std::endl; } else - cout << "ModDbgTools::Write>>> CurrentShape of TNaming_NamedShape IS NULL on Entry = "<< entry << endl; + std::cout << "ModDbgTools::Write>>> CurrentShape of TNaming_NamedShape IS NULL on Entry = "<< entry << std::endl; }*/ #endif @@ -117,7 +117,7 @@ void TNaming_Identifier::Init(const TopoDS_Shape& Context) #ifdef OCCT_DEBUG_IDF TCollection_AsciiString entry; TDF_Tool::Entry(NS->Label(), entry); - cout << "Identifier:: (S) Label = " << entry <Label()); + std::cout << "FindShapeContext: ";LPrintEntry(aNS->Label()); #endif if (aNS->Label().Father().FindAttribute(TNaming_NamedShape::GetID(),aNS)) { TopoDS_Shape aShape; diff --git a/src/TNaming/TNaming_Name.cxx b/src/TNaming/TNaming_Name.cxx index a6f7a4e8b3..9d7ec9d3d0 100644 --- a/src/TNaming/TNaming_Name.cxx +++ b/src/TNaming/TNaming_Name.cxx @@ -91,17 +91,17 @@ void PrintEntry(const TDF_Label& label) { TCollection_AsciiString entry; TDF_Tool::Entry(label, entry); - cout << "LabelEntry = "<< entry << endl; + std::cout << "LabelEntry = "<< entry << std::endl; } //======================================================================= void PrintEntries(const TDF_LabelMap& map) { - cout << "=== Labels Map ===" <Label(), entry); - cout << "ValidArgs:: Empty NS, Label = " << entry < "; + std::cout <<"Regenerating ModifUntil => "; PrintEntry(L); DbgTools_WriteNSOnLabel(Args.Last(), "ModifUntil-"); @@ -635,7 +635,7 @@ static Standard_Boolean ModifUntil (const TDF_Label& L, #ifdef OCCT_DEBUG_GEN TCollection_AsciiString aName = aNam + ++i + ext; DbgTools_Write(S, aName.ToCString()) ; - cout << aName.ToCString() << " TS = " << S.TShape()->This() <Label()); } - cout <<"Ints: ShapeType = " << ShapeType << endl; - cout <<"Argument 1 at "; + std::cout <<"Ints: ShapeType = " << ShapeType << std::endl; + std::cout <<"Argument 1 at "; PrintEntry(it.Value()->Label()); #endif TNaming_NamingTool::BuildDescendants (Stop, Forbiden); // <==<1> #ifdef OCCT_DEBUG_INT - cout << "Intersection:: Valid Map: "<Label()); #endif @@ -791,7 +791,7 @@ static Standard_Boolean Intersection (const TDF_Label& L, } } #ifdef OCCT_DEBUG_INT - cout <<"Kept: indxE = " << indxE <<" maxENum = " << nbE << " indxW = " <GetName().Shape(); #ifdef OCCT_DEBUG_GEN DbgTools_Write(aSelection, "G_Selection.brep") ; - cout << "Generated::SearchModifUntil aMS.Extent() = " << aMS.Extent() <aGenerators.Extent() = " <aGenerators.Extent() = " < Shape is found!" < Shape is found!" < has lost generatos!" < has lost generatos!" <Get())) @@ -1263,9 +1263,9 @@ static Standard_Boolean Generated (const TDF_Label& L, // if(it.Value().ShapeType() == TopAbs_EDGE) { // const TopoDS_Shape& aV1 = TopExp::FirstVertex(TopoDS::Edge(it.Value())); // const TopoDS_Shape& aV2 = TopExp::LastVertex(TopoDS::Edge(it.Value())); -// if(aShape.IsSame(aV1)) {aShape2 = aV2; cout << "##### => V2 " < V2 " < V1 " < V1 " < Shape is NOT found! Probably Compound will be built" < Shape is NOT found! Probably Compound will be built" <Label()); #endif MSC.Clear(); @@ -1623,7 +1623,7 @@ static Standard_Boolean ORientation (const TDF_Label& L, CS = it.Value(); found = Standard_True; #ifdef OCCT_DEBUG_OR - cout << "ORIENTATION => ORDER = " << i < ORDER = " << i < NameType = " << NameTypeToString(myType) << " "; + std::cout << "Name::Solve: EXCEPTION==> NameType = " << NameTypeToString(myType) << " "; PrintEntry(aLab); #endif } diff --git a/src/TNaming/TNaming_NamedShape.cxx b/src/TNaming/TNaming_NamedShape.cxx index eca6c5af29..860cdcd8fb 100644 --- a/src/TNaming/TNaming_NamedShape.cxx +++ b/src/TNaming/TNaming_NamedShape.cxx @@ -259,7 +259,7 @@ void TNaming_NamedShape::Clear() { if (Label().IsNull()) { #ifdef OCCT_DEBUG_BUILDER - cout << "attention etat fantomatique" << endl; + std::cout << "attention etat fantomatique" << std::endl; #endif return; } @@ -668,7 +668,7 @@ void TNaming_Builder::Generated(const TopoDS_Shape& newShape) if (myShapes->myMap.IsBound(newShape)) { #ifdef OCCT_DEBUG_BUILDER - cout <<"TNaming_Builder::Generate : the shape is already in the attribute"<myMap.ChangeFind(newShape); if (pns->FirstUse()->myAtt == myAtt.operator->()) { @@ -709,7 +709,7 @@ void TNaming_Builder::Delete(const TopoDS_Shape& oldShape) pos = myShapes->myMap.ChangeFind(oldShape); else { #ifdef OCCT_DEBUG_BUILDER - cout <<"TNaming_Builder::Delete : the shape is not in the data"<myMap.Bind(oldShape, pos); @@ -741,7 +741,7 @@ void TNaming_Builder::Generated(const TopoDS_Shape& oldShape, if (oldShape.IsSame(newShape)) { #ifdef OCCT_DEBUG_BUILDER - cout <<"TNaming_Builder::Generate : oldShape IsSame newShape"<Map().IsBound(S)); } #ifdef OCCT_DEBUG_HASL - cout << "##==> Sub-Shape has no Label!" < Sub-Shape has no Label!" <>> TopoDS_Shape IS NULL on Entry = "<< entry << endl; + std::cout << "WriteNSOnLabel>>> TopoDS_Shape IS NULL on Entry = "<< entry << std::endl; } else - cout << "WriteNSOnLabel >>> NamedShape IS NULL" << endl; + std::cout << "WriteNSOnLabel >>> NamedShape IS NULL" << std::endl; } #endif @@ -163,7 +163,7 @@ Standard_Boolean TNaming_Naming::Solve (TDF_LabelMap& Valid) #ifdef OCCT_DEBUG_NBS TCollection_AsciiString anEntry; TDF_Tool::Entry(it.Value(), anEntry); - cout << "TNaming_Naming::Solve: Label to be solved = " << anEntry << endl; + std::cout << "TNaming_Naming::Solve: Label to be solved = " << anEntry << std::endl; #endif if (it.Value().FindAttribute(TNaming_Naming::GetID(),subname)) { if (!subname->Solve (Valid)) { @@ -173,12 +173,12 @@ Standard_Boolean TNaming_Naming::Solve (TDF_LabelMap& Valid) } #ifdef OCCT_DEBUG_CC TDF_MapIteratorOfLabelMap anItr(Valid); - cout << "TNaming_Naming::Solve:: Valid label Map" << endl; + std::cout << "TNaming_Naming::Solve:: Valid label Map" << std::endl; for (; anItr.More(); anItr.Next()) { const TDF_Label& aLabel = anItr.Key(); TCollection_AsciiString anEntry; TDF_Tool::Entry(aLabel, anEntry); - cout << "Label = " << anEntry << endl; + std::cout << "Label = " << anEntry << std::endl; } #endif if (Regenerate(Valid)) { @@ -280,9 +280,9 @@ static Standard_Boolean GetShapeEvolutions(const TopoDS_Shape& the Handle(TNaming_NamedShape) aTarget = TNaming_Tool::NamedShape(theTarget,theSource->Label()); if (!aTarget.IsNull()) { #ifdef OCCT_DEBUG_71 - cout <<"GetShapeEvolutions: target NS = "; + std::cout <<"GetShapeEvolutions: target NS = "; Print_Entry(aTarget->Label()); - cout <<"GetShapeEvolutions: Source NS = "; + std::cout <<"GetShapeEvolutions: Source NS = "; Print_Entry(theSource->Label()); TCollection_AsciiString aNam("GetShapeEvolutions"); WriteNSOnLabel(aTarget,aNam); @@ -295,11 +295,11 @@ static Standard_Boolean GetShapeEvolutions(const TopoDS_Shape& the #ifdef OCCT_DEBUG_71 if(!anIter.OldShape().IsNull()) { Write(anIter.OldShape(), "Target_OldS.brep"); - cout <<"Target OldS TS =" <This() < MultipleCase!" << endl; + //std::cout << "Filter: ==> MultipleCase!" << std::endl; NS->Label().FindAttribute(TNaming_Naming::GetID(), aFNaming); if(!aFNaming.IsNull()) { TNaming_Name& aName = aFNaming->ChangeName(); @@ -735,7 +735,7 @@ static Standard_Boolean Filter (const TDF_Label& F, const TopoDS_Shape& aFace = TNaming_Tool::CurrentShape(itA.Value()); #ifdef OCCT_DEBUG_MOD Write(aFace, "First_Face.brep"); - cout <<"Selection TS = " << S.TShape()->This() <Label()); - cout <<"AppendNS = " ; + std::cout <<"AppendNS = " ; Print_Entry(NS->Label()); #endif //--------------------- @@ -821,13 +821,13 @@ static Standard_Boolean Filter (const TDF_Label& F, #ifdef OCCT_DEBUG_NBS const TopoDS_Shape& aS2 = aNS->Get(); if(!aS.IsNull()) - cout << "Shape arg type = " << aS.ShapeType() <<" TSH = " << aS.TShape()->This()<Label());} + {std::cout <<" Stop NS : "; Print_Entry( Stop->Label());} if(!NewStop.IsNull()) - {cout <<" NewStop : "; Print_Entry( NewStop->Label());} - cout <<"ContextLabel: "; Print_Entry( Context->Label()); - cout <<"Father : "; Print_Entry( Father); + {std::cout <<" NewStop : "; Print_Entry( NewStop->Label());} + std::cout <<"ContextLabel: "; Print_Entry( Context->Label()); + std::cout <<"Father : "; Print_Entry( Father); #endif } #ifdef OCCT_DEBUG_INNS if(NewStop.IsNull()) - cout <<"BuildNameInNS:: NewStop shape is NULL" << endl; + std::cout <<"BuildNameInNS:: NewStop shape is NULL" << std::endl; #endif return BuildName (F,MDF,S,SC,NewStop,Geometry); } @@ -948,9 +948,9 @@ static Handle(TNaming_NamedShape) BuildName (const TDF_Label& F Standard_Boolean OnlyOne = !Geom; Standard_Boolean IsGeneration = Standard_False; #ifdef OCCT_DEBUG_MOD - cout <<"BuildName: F => "; + std::cout <<"BuildName: F => "; Print_Entry(F); - cout <<" Selection type = " << Selection.ShapeType() << " TS = " << Selection.TShape()->This() << endl; + std::cout <<" Selection type = " << Selection.ShapeType() << " TS = " << Selection.TShape()->This() << std::endl; Write(Selection, "BName_Selection.brep"); Write(Context, "BName_Context.brep"); #endif @@ -983,9 +983,9 @@ static Handle(TNaming_NamedShape) BuildName (const TDF_Label& F theName.Orientation(Selection.Orientation()); theName.Type(Ident.Type()); #ifdef OCCT_DEBUG_MOD - cout <<"BuildName: Inserted Naming Att at "; + std::cout <<"BuildName: Inserted Naming Att at "; Print_Entry(Naming->Label()); - cout <<" NameType = " << theName.Type() <Label()); - cout <<"Ident.ShapeArg() type = " << Ident.ShapeArg().ShapeType() << " TS = " << Ident.ShapeArg().TShape()->This() << endl; + std::cout <<"Ident.ShapeArg() type = " << Ident.ShapeArg().ShapeType() << " TS = " << Ident.ShapeArg().TShape()->This() << std::endl; Write(Ident.ShapeArg(), "BName_ShapeArg.brep"); #endif if (theName.Type() == TNaming_GENERATION) @@ -1044,7 +1044,7 @@ static Handle(TNaming_NamedShape) BuildName (const TDF_Label& F #ifdef OCCT_DEBUG_MOD TCollection_AsciiString E2; TDF_Tool::Entry(Naming->Label(), E2); - cout <<"Regenerated Naming Att at Label = "<< E2 << endl; + std::cout <<"Regenerated Naming Att at Label = "<< E2 << std::endl; #endif Naming->Label().FindAttribute(TNaming_NamedShape::GetID(),NS); if(NS.IsNull()) return NS; @@ -1053,7 +1053,7 @@ static Handle(TNaming_NamedShape) BuildName (const TDF_Label& F if(!NS.IsNull()) { TCollection_AsciiString E; TDF_Tool::Entry(NS->Label(), E); - cout <<"Regenerated NS at Label = "<< E << endl; + std::cout <<"Regenerated NS at Label = "<< E << std::endl; } #endif } @@ -1085,9 +1085,9 @@ static Handle(TNaming_NamedShape) BuildName (const TDF_Label& F } else if (Ident.Type() == TNaming_MODIFUNTIL || (Ident.Type() == TNaming_INTERSECTION && Naming->ChangeName().Arguments().Extent() == 1)) { #ifdef OCCT_DEBUG_MOD - cout <<"BuildName(CompareInModification): NameType = " <Label() : Naming->ChangeName().Arguments().First()->Label()); - cout <<"Selection type = " << Selection.ShapeType() << " TS = " << Selection.TShape()->This() << endl; + std::cout <<"Selection type = " << Selection.ShapeType() << " TS = " << Selection.TShape()->This() << std::endl; #endif Handle(TNaming_NamedShape) NewNS = CompareInModification(Ident.Type() == TNaming_MODIFUNTIL ? NS : Naming->ChangeName().Arguments().First(), Selection); @@ -1119,7 +1119,7 @@ static Handle(TNaming_NamedShape) BuildName (const TDF_Label& F if(!NS.IsNull()) { TCollection_AsciiString E; TDF_Tool::Entry(NS->Label(), E); - cout <<"Returned NS from Label = "<< E << endl; + std::cout <<"Returned NS from Label = "<< E << std::endl; } #endif return NS; @@ -1222,7 +1222,7 @@ static Standard_Boolean HasAncFace(const TopoDS_Shape& Context, Face = exp.Current(); if(!Face.IsNull()) { hasFace = Standard_True; - // cout << "HasAncFace: TS = " <This() < "; + std::cout <<"BuildAggregationName ==> "; Print_Entry(Naming->Label()); #endif TNaming_Name& theName = Naming->ChangeName(); @@ -1636,7 +1636,7 @@ static void BuildAggregationName (const TDF_Label& F, } } else { #ifdef OCCT_DEBUG_CC - cout << "atomic type is NOT defined ... ==> Aggregation" < Aggregation" <Label(),MDF, aS, Context,Stop,Geom); } @@ -1672,7 +1672,7 @@ Handle(TNaming_NamedShape) TNaming_Naming::Name (const TDF_Label& F, Handle(TNaming_NamedShape) aNamedShape; if (KeepOrientation) { #ifdef OCCT_DEBUG_INNS - cout <<"KeepOR = 1: "; Print_Entry(F); + std::cout <<"KeepOR = 1: "; Print_Entry(F); #endif Standard_Integer aNum = RepeatabilityInContext(S, Context); @@ -1708,7 +1708,7 @@ Handle(TNaming_NamedShape) TNaming_Naming::Name (const TDF_Label& F, aNamedShape = TNaming_Naming::Name(Naming->Label(),S,Context,Geom,0); theName.Append (aNamedShape); #ifdef MDTV_OR - cout << " Sel Label ==> "; Print_Entry(NS->Label()); + std::cout << " Sel Label ==> "; Print_Entry(NS->Label()); #endif //szy 21.10.2009 if(S.ShapeType() == TopAbs_EDGE && UC.ShapeType() == TopAbs_FACE) { @@ -1722,7 +1722,7 @@ Handle(TNaming_NamedShape) TNaming_Naming::Name (const TDF_Label& F, theName.Index(i);//We use this field to save a Seam Shape Index; Before this field was used for GENERATED only found = Standard_True; #ifdef MDTV_OR - cout << "ORDER = " << i < "; Print_Entry(NS->Label()); + std::cout << " Cont Label ==> "; Print_Entry(NS->Label()); #endif } //Naming->Update(); @@ -1753,12 +1753,12 @@ Handle(TNaming_NamedShape) TNaming_Naming::Name (const TDF_Label& F, theName.ContextLabel(aNamedShape->Label()); if (Geom) return aNamedShape; if(aNamedShape.IsNull()) { - cout <<" %%% WARNING: TNaming_Naming::Name: FAILED"<Label(), 0); - cout <<"ShapeType =" << aS.ShapeType() < "; + std::cout <<"TNaming_Selector::Solve==> "; PrintEntry(myLabel,0); #endif if (myLabel.FindAttribute(TNaming_Naming::GetID(),name)) { diff --git a/src/TNaming/TNaming_ShapesSet.cxx b/src/TNaming/TNaming_ShapesSet.cxx index 7057c5e62e..f299e99562 100644 --- a/src/TNaming/TNaming_ShapesSet.cxx +++ b/src/TNaming/TNaming_ShapesSet.cxx @@ -32,7 +32,7 @@ TNaming_ShapesSet::TNaming_ShapesSet (const TopoDS_Shape& CS, { if (CS.IsNull()) return; #ifdef OCCT_DEBUG_INT - cout << "ShapeSet: CS TShape = " <Get(), (TopAbs_ShapeEnum)((int)(aNaming->GetName().ShapeType()) + 1)); for (; anExpl.More(); anExpl.Next()) subShapes.Add(anExpl.Current()); #ifdef OCCT_DEBUG -// cout<<"TNaming_Tool::FindShape(): Nb of sub shapes = "<Label().EntryDump(cout); cout<Label().EntryDump(std::cout); std::cout<Label().Father().FindAttribute(TNaming_NamedShape::GetID(), aContextNS)) { aContextNS = anExtArg; // #ifdef OCCT_DEBUG -// cout<<"TNaming_Tool::FindShape(): A context shape hasn't been found at the father label of the external argument"<Label().EntryDump(cout); cout<<" "; +// std::cout<<"TNaming_Tool::FindShape(): Searching in the external reference "; +// aContextNS->Label().EntryDump(std::cout); std::cout<<" "; #endif // Lets find the sub shape of the context which coincides with our sub shapes (subShapes map): @@ -637,14 +637,14 @@ void TNaming_Tool::FindShape(const TDF_LabelMap& Valid, for (TopTools_MapIteratorOfMapOfShape itrR(subShapesOfResult); itrR.More(); itrR.Next()) { for (TopTools_MapIteratorOfMapOfShape itr1(subShapes); itr1.More(); itr1.Next()) { if (itrR.Key().IsSame(itr1.Key())) { - DoesCoincide++; //cout<<"."; + DoesCoincide++; //std::cout<<"."; break; } } } if (DoesCoincide == subShapes.Extent()) { #ifdef OCCT_DEBUG -// cout<<"TNaming_Tool::FindShape(): Found! "; +// std::cout<<"TNaming_Tool::FindShape(): Found! "; #endif S = possibleResult; break; @@ -653,14 +653,14 @@ void TNaming_Tool::FindShape(const TDF_LabelMap& Valid, if (!S.IsNull()) break; #ifdef OCCT_DEBUG -// cout<Points()); -// cout << "Vertex List Extent = "<< TTV1->Points().Extent()<< endl;// == 0 ??? +// std::cout << "Vertex List Extent = "<< TTV1->Points().Extent()<< std::endl;// == 0 ??? BRep_ListOfPointRepresentation& lpr = TTV2->ChangePoints(); lpr.Clear(); diff --git a/src/TNaming/TNaming_Translator.cxx b/src/TNaming/TNaming_Translator.cxx index dc989bc7da..3aa4d2dc45 100644 --- a/src/TNaming/TNaming_Translator.cxx +++ b/src/TNaming/TNaming_Translator.cxx @@ -119,11 +119,11 @@ void TNaming_Translator::DumpMap(const Standard_Boolean isWrite) const if (!myMap.Extent()) return; else - cout <<"TNaming_Translator:: IndexedDataMap Extent = "<< myMap.Extent() << endl; + std::cout <<"TNaming_Translator:: IndexedDataMap Extent = "<< myMap.Extent() << std::endl; for (Standard_Integer i=1; i <= myMap.Extent(); i++) { - cout <<"TNaming_Translator::DumpMap: Index = "<< i << " Type = "<< (myMap.FindKey(i))->DynamicType() << endl; + std::cout <<"TNaming_Translator::DumpMap: Index = "<< i << " Type = "<< (myMap.FindKey(i))->DynamicType() << std::endl; Handle(Standard_Type) T = (myMap.FindKey(i))->DynamicType(); if((T == STANDARD_TYPE (BRep_TVertex)) ||(T == STANDARD_TYPE (BRep_TEdge)) || T == STANDARD_TYPE (BRep_TFace)|| T == STANDARD_TYPE (TopoDS_TWire)|| @@ -144,14 +144,14 @@ void TNaming_Translator::DumpMap(const Standard_Boolean isWrite) const if(isWrite) { const Handle(TopLoc_Datum3D) key = Handle(TopLoc_Datum3D)::DownCast(myMap.FindKey(i)); const Handle(TopLoc_Datum3D) Item = Handle(TopLoc_Datum3D)::DownCast(myMap.FindFromIndex(i)); - cout << "TNaming_Translator::DumpMap: Location_Key_name = "<< keyname.Cat(i).ToCString()<< endl; - key->ShallowDump(cout); - cout << "TNaming_Translator::DumpMap: Location_Item_name = "<< itemname.Cat(i).ToCString()<< endl; - Item->ShallowDump(cout); + std::cout << "TNaming_Translator::DumpMap: Location_Key_name = "<< keyname.Cat(i).ToCString()<< std::endl; + key->ShallowDump(std::cout); + std::cout << "TNaming_Translator::DumpMap: Location_Item_name = "<< itemname.Cat(i).ToCString()<< std::endl; + Item->ShallowDump(std::cout); } } else { - cout <<"TNaming_Translator::DumpMap: Unexpected Type >> Idex = "<< i << " Type = "<<(myMap.FindKey(i))->DynamicType()<< endl; + std::cout <<"TNaming_Translator::DumpMap: Unexpected Type >> Idex = "<< i << " Type = "<<(myMap.FindKey(i))->DynamicType()<< std::endl; continue; } } diff --git a/src/TNaming/TNaming_UsedShapes.cxx b/src/TNaming/TNaming_UsedShapes.cxx index fed0cb0aff..d7f883d8f7 100644 --- a/src/TNaming/TNaming_UsedShapes.cxx +++ b/src/TNaming/TNaming_UsedShapes.cxx @@ -156,14 +156,14 @@ void TNaming_UsedShapes::Paste(const Handle(TDF_Attribute)&, Standard_OStream& TNaming_UsedShapes::Dump(Standard_OStream& anOS) const { - anOS<<"The content of UsedShapes attribute:"<Label().EntryDump(anOS); anOS << " Key_TShape = " <This(); anOS << " Value_TShape = " <Shape().TShape()->This(); - anOS< 2) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeDistance: 1 or 2 geometries are needed" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeDistance: 1 or 2 geometries are needed" << std::endl; #endif NullifyAIS(theAIS); return; @@ -256,7 +256,7 @@ void TPrsStd_ConstraintTools::ComputeDistance (const Handle(TDataXtd_Constraint) if (aShape1.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeDistance : null shape" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeDistance : null shape" << std::endl; #endif NullifyAIS (theAIS); return; @@ -269,7 +269,7 @@ void TPrsStd_ConstraintTools::ComputeDistance (const Handle(TDataXtd_Constraint) if (aShape1.IsNull() || aShape2.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeDistance : null shape" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeDistance : null shape" << std::endl; #endif NullifyAIS (theAIS); return; @@ -318,7 +318,7 @@ void TPrsStd_ConstraintTools::ComputeDistance (const Handle(TDataXtd_Constraint) if (aShape1.ShapeType () != TopAbs_EDGE) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeDistance : shape should be edge" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeDistance : shape should be edge" << std::endl; #endif NullifyAIS (theAIS); return; @@ -406,7 +406,7 @@ void TPrsStd_ConstraintTools::ComputeDistance (const Handle(TDataXtd_Constraint) if (isCheckPlane && aPlane.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeDistance : null plane" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeDistance : null plane" << std::endl; #endif NullifyAIS (theAIS); return; @@ -465,7 +465,7 @@ void TPrsStd_ConstraintTools::ComputePerpendicular(const Handle(TDataXtd_Constra Standard_Integer nbgeom = aConst->NbGeometries(); if (nbgeom < 2) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputePerpendicular: at leat two constraintes are needed" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputePerpendicular: at leat two constraintes are needed" << std::endl; #endif NullifyAIS(anAIS); return; @@ -479,7 +479,7 @@ void TPrsStd_ConstraintTools::ComputePerpendicular(const Handle(TDataXtd_Constra else GetTwoShapes(aConst,shape1,shape2); if (shape1.IsNull() || shape2.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputePerpendicular : null shape" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputePerpendicular : null shape" << std::endl; #endif NullifyAIS(anAIS); return; @@ -504,7 +504,7 @@ void TPrsStd_ConstraintTools::ComputePerpendicular(const Handle(TDataXtd_Constra Handle(Geom_Plane) aplane = Handle(Geom_Plane)::DownCast(ageom3); if (aplane.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputePerpendicular: nul plane" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputePerpendicular: nul plane" << std::endl; #endif NullifyAIS(anAIS); return; @@ -524,7 +524,7 @@ void TPrsStd_ConstraintTools::ComputeParallel(const Handle(TDataXtd_Constraint)& Standard_Integer nbgeom = aConst->NbGeometries(); if (nbgeom < 2) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeParallel: at least 2 constraintes are needed" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeParallel: at least 2 constraintes are needed" << std::endl; #endif NullifyAIS(anAIS); return; @@ -532,7 +532,7 @@ void TPrsStd_ConstraintTools::ComputeParallel(const Handle(TDataXtd_Constraint)& if (!aConst->IsPlanar()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeParallel: must be a planar constraint" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeParallel: must be a planar constraint" << std::endl; #endif NullifyAIS(anAIS); return; @@ -544,7 +544,7 @@ void TPrsStd_ConstraintTools::ComputeParallel(const Handle(TDataXtd_Constraint)& GetShapesAndGeom(aConst,shape1,shape2,ageom3); if (shape1.IsNull() || shape2.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeParallel : null shape" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeParallel : null shape" << std::endl; #endif NullifyAIS(anAIS); return; @@ -552,7 +552,7 @@ void TPrsStd_ConstraintTools::ComputeParallel(const Handle(TDataXtd_Constraint)& Handle(Geom_Plane) aplane = Handle(Geom_Plane)::DownCast(ageom3); if (aplane.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeParallel: nul plane" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeParallel: nul plane" << std::endl; #endif NullifyAIS(anAIS); return; @@ -585,7 +585,7 @@ void TPrsStd_ConstraintTools::ComputeSymmetry(const Handle(TDataXtd_Constraint)& Standard_Integer nbgeom = aConst->NbGeometries(); if (nbgeom < 3) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeSymmetry: at least 3 constraintes are needed" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeSymmetry: at least 3 constraintes are needed" << std::endl; #endif NullifyAIS(anAIS); return; @@ -594,7 +594,7 @@ void TPrsStd_ConstraintTools::ComputeSymmetry(const Handle(TDataXtd_Constraint)& Standard_Boolean is_planar(aConst->IsPlanar()); if (!is_planar) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeSymmetry: must be a planar constraint" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeSymmetry: must be a planar constraint" << std::endl; #endif NullifyAIS(anAIS); return; @@ -606,7 +606,7 @@ void TPrsStd_ConstraintTools::ComputeSymmetry(const Handle(TDataXtd_Constraint)& if (shape1.IsNull() || shape2.IsNull() || shape3.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeSymmetry : null shape" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeSymmetry : null shape" << std::endl; #endif NullifyAIS(anAIS); return; @@ -617,7 +617,7 @@ void TPrsStd_ConstraintTools::ComputeSymmetry(const Handle(TDataXtd_Constraint)& Handle(Geom_Plane) aplane = Handle(Geom_Plane)::DownCast(ageom3); if (aplane.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeSymmetry: null plane" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeSymmetry: null plane" << std::endl; #endif NullifyAIS(anAIS); return; @@ -651,7 +651,7 @@ void TPrsStd_ConstraintTools::ComputeMidPoint(const Handle(TDataXtd_Constraint)& if (nbgeom < 3) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeSymmetry: at least 3 constraints are needed" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeSymmetry: at least 3 constraints are needed" << std::endl; #endif NullifyAIS(anAIS); return; @@ -661,7 +661,7 @@ void TPrsStd_ConstraintTools::ComputeMidPoint(const Handle(TDataXtd_Constraint)& if ( !is_planar ) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeSymmetry: must be a planar constraint" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeSymmetry: must be a planar constraint" << std::endl; #endif NullifyAIS(anAIS); return; @@ -674,7 +674,7 @@ void TPrsStd_ConstraintTools::ComputeMidPoint(const Handle(TDataXtd_Constraint)& if (shape1.IsNull() || shape2.IsNull() || shape3.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeSymmetry : null shape" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeSymmetry : null shape" << std::endl; #endif NullifyAIS(anAIS); return; @@ -687,7 +687,7 @@ void TPrsStd_ConstraintTools::ComputeMidPoint(const Handle(TDataXtd_Constraint)& if (aplane.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeSymmetry: null plane" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeSymmetry: null plane" << std::endl; #endif NullifyAIS(anAIS); return; @@ -724,14 +724,14 @@ void TPrsStd_ConstraintTools::ComputeTangent (const Handle(TDataXtd_Constraint)& Standard_Integer nbgeom = aConst->NbGeometries(); if (nbgeom < 2) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeTangent: at leat two constraintes are needed" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeTangent: at leat two constraintes are needed" << std::endl; #endif NullifyAIS(anAIS); return; } if (!aConst->IsPlanar()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeTangent: must be a planar constraint" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeTangent: must be a planar constraint" << std::endl; #endif NullifyAIS(anAIS); return; @@ -742,7 +742,7 @@ void TPrsStd_ConstraintTools::ComputeTangent (const Handle(TDataXtd_Constraint)& GetShapesAndGeom(aConst,shape1,shape2,ageom3); if (shape1.IsNull() || shape2.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeTangent : null shape" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeTangent : null shape" << std::endl; #endif NullifyAIS(anAIS); return; @@ -752,7 +752,7 @@ void TPrsStd_ConstraintTools::ComputeTangent (const Handle(TDataXtd_Constraint)& Handle(Geom_Plane) aplane = Handle(Geom_Plane)::DownCast(ageom3); if (aplane.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeTangent: nul plane" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeTangent: nul plane" << std::endl; #endif NullifyAIS(anAIS); return; @@ -797,7 +797,7 @@ void TPrsStd_ConstraintTools::ComputeAngleForOneFace (const Handle(TDataXtd_Cons GetOneShape( aConst, shape ); if (shape.IsNull() ) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeAngleForOneFace : null shape" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeAngleForOneFace : null shape" << std::endl; #endif NullifyAIS(anAIS); return; @@ -847,7 +847,7 @@ static Standard_Boolean CheckIsShapeCompound(TopoDS_Shape& shape, TopoDS_Face& a } } #ifdef OCCT_DEBUG - cout << "TPrsStd::Compute angle : Shape is not Compound or is Null" <IsKind(STANDARD_TYPE(Geom_Line))) isplan = Standard_False; else { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeAngle: unknown 3rd arg " << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeAngle: unknown 3rd arg " << std::endl; #endif NullifyAIS(anAIS); return; @@ -1092,7 +1092,7 @@ void TPrsStd_ConstraintTools::ComputeConcentric(const Handle(TDataXtd_Constraint } if (!aConst->IsPlanar()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeConcentric: must be a planar constraint" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeConcentric: must be a planar constraint" << std::endl; #endif NullifyAIS(anAIS); return; @@ -1103,7 +1103,7 @@ void TPrsStd_ConstraintTools::ComputeConcentric(const Handle(TDataXtd_Constraint GetShapesAndGeom(aConst,shape1,shape2,ageom3); if (shape1.IsNull() || shape2.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeConcentric : null shape" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeConcentric : null shape" << std::endl; #endif NullifyAIS(anAIS); return; @@ -1115,7 +1115,7 @@ void TPrsStd_ConstraintTools::ComputeConcentric(const Handle(TDataXtd_Constraint //ota : to allow concentric constraint display between vertex and edge if (shape1.ShapeType() != TopAbs_EDGE && shape2.ShapeType() != TopAbs_EDGE) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeConcentric: concentric between two vertexes : NOT DISPLAYED" << endl;; + std::cout << "TPrsStd_ConstraintTools::ComputeConcentric: concentric between two vertexes : NOT DISPLAYED" << std::endl;; #endif NullifyAIS(anAIS); return; @@ -1124,7 +1124,7 @@ void TPrsStd_ConstraintTools::ComputeConcentric(const Handle(TDataXtd_Constraint Handle(Geom_Plane) aplane = Handle(Geom_Plane)::DownCast(ageom3); if (aplane.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeConcentric: nul plane" << endl;; + std::cout << "TPrsStd_ConstraintTools::ComputeConcentric: nul plane" << std::endl;; #endif NullifyAIS(anAIS); return; @@ -1159,7 +1159,7 @@ void TPrsStd_ConstraintTools::ComputeRadius (const Handle(TDataXtd_Constraint)& Standard_Integer nbgeom = aConst->NbGeometries(); if (nbgeom < 1) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeRadius: at least one constrainte is needed" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeRadius: at least one constrainte is needed" << std::endl; #endif NullifyAIS(anAIS); return; @@ -1169,7 +1169,7 @@ void TPrsStd_ConstraintTools::ComputeRadius (const Handle(TDataXtd_Constraint)& GetOneShape (aConst,shape1); if (shape1.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeRadius: null shape" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeRadius: null shape" << std::endl; #endif NullifyAIS(anAIS); return; @@ -1181,7 +1181,7 @@ void TPrsStd_ConstraintTools::ComputeRadius (const Handle(TDataXtd_Constraint)& shape1.ShapeType()==TopAbs_SOLID || shape1.ShapeType()==TopAbs_SHELL ) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeRadius: not good shape" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeRadius: not good shape" << std::endl; #endif NullifyAIS(anAIS); return; @@ -1216,7 +1216,7 @@ void TPrsStd_ConstraintTools::ComputeRadius (const Handle(TDataXtd_Constraint)& Handle(Geom_Plane) aplane = Handle(Geom_Plane)::DownCast(ageom2); if (aplane.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeRadius: nul plane" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeRadius: nul plane" << std::endl; #endif NullifyAIS(anAIS); return; @@ -1236,7 +1236,7 @@ void TPrsStd_ConstraintTools::ComputeMinRadius (const Handle(TDataXtd_Constraint Standard_Integer nbgeom = aConst->NbGeometries(); if (nbgeom < 1) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeMinRadius: at least one constrainte is needed" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeMinRadius: at least one constrainte is needed" << std::endl; #endif NullifyAIS(anAIS); return; @@ -1246,7 +1246,7 @@ void TPrsStd_ConstraintTools::ComputeMinRadius (const Handle(TDataXtd_Constraint GetOneShape (aConst,shape1); if (shape1.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeMinradius: null shape" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeMinradius: null shape" << std::endl; #endif NullifyAIS(anAIS); return; @@ -1258,7 +1258,7 @@ void TPrsStd_ConstraintTools::ComputeMinRadius (const Handle(TDataXtd_Constraint shape1.ShapeType()==TopAbs_SOLID || shape1.ShapeType()==TopAbs_SHELL ) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeMinRadius: not good shape" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeMinRadius: not good shape" << std::endl; #endif NullifyAIS(anAIS); return; @@ -1295,7 +1295,7 @@ void TPrsStd_ConstraintTools::ComputeMinRadius (const Handle(TDataXtd_Constraint Handle(Geom_Plane) aplane = Handle(Geom_Plane)::DownCast(ageom2); if (aplane.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeMinRadius: nul plane" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeMinRadius: nul plane" << std::endl; #endif NullifyAIS(anAIS); return; @@ -1315,7 +1315,7 @@ void TPrsStd_ConstraintTools::ComputeMaxRadius (const Handle(TDataXtd_Constraint Standard_Integer nbgeom = aConst->NbGeometries(); if (nbgeom < 1) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeMaxRadius: at least one constrainte is needed" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeMaxRadius: at least one constrainte is needed" << std::endl; #endif NullifyAIS(anAIS); return; @@ -1325,7 +1325,7 @@ void TPrsStd_ConstraintTools::ComputeMaxRadius (const Handle(TDataXtd_Constraint GetOneShape (aConst,shape1); if (shape1.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeMaxradius: null shape" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeMaxradius: null shape" << std::endl; #endif NullifyAIS(anAIS); return; @@ -1337,7 +1337,7 @@ void TPrsStd_ConstraintTools::ComputeMaxRadius (const Handle(TDataXtd_Constraint shape1.ShapeType()==TopAbs_SOLID || shape1.ShapeType()==TopAbs_SHELL ) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeMaxRadius: not good shape" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeMaxRadius: not good shape" << std::endl; #endif NullifyAIS(anAIS); return; @@ -1374,7 +1374,7 @@ void TPrsStd_ConstraintTools::ComputeMaxRadius (const Handle(TDataXtd_Constraint Handle(Geom_Plane) aplane = Handle(Geom_Plane)::DownCast(ageom2); if (aplane.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeMaxRadius: nul plane" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeMaxRadius: nul plane" << std::endl; #endif NullifyAIS(anAIS); return; @@ -1394,7 +1394,7 @@ void TPrsStd_ConstraintTools::ComputeEqualDistance(const Handle(TDataXtd_Constra Standard_Integer nbgeom = aConst->NbGeometries(); if (nbgeom < 4) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeEqual: at least four geometries are needed" << endl;; + std::cout << "TPrsStd_ConstraintTools::ComputeEqual: at least four geometries are needed" << std::endl;; #endif NullifyAIS(anAIS); return; @@ -1405,7 +1405,7 @@ void TPrsStd_ConstraintTools::ComputeEqualDistance(const Handle(TDataXtd_Constra if (aShape1.IsNull()||aShape2.IsNull()|| aShape3.IsNull()||aShape4.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeEqualDistance : null shape" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeEqualDistance : null shape" << std::endl; #endif NullifyAIS(anAIS); return; @@ -1419,7 +1419,7 @@ void TPrsStd_ConstraintTools::ComputeEqualDistance(const Handle(TDataXtd_Constra if (!CheckShapesPair(aShape1, aShape2) || !CheckShapesPair(aShape3, aShape4)){ #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeEqualDistance : at least one pair of shapes is incorrect"<NbGeometries(); if (nbgeom < 2) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeEqualRadius: at least two geometries are needed" << endl;; + std::cout << "TPrsStd_ConstraintTools::ComputeEqualRadius: at least two geometries are needed" << std::endl;; #endif NullifyAIS(anAIS); return; @@ -1558,7 +1558,7 @@ void TPrsStd_ConstraintTools::ComputeEqualRadius(const Handle(TDataXtd_Constrain GetShapesAndGeom(aConst, shape1, shape2, ageom3); if (shape1.IsNull()||shape2.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeEqualRadius : null shape" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeEqualRadius : null shape" << std::endl; #endif NullifyAIS(anAIS); return; @@ -1602,7 +1602,7 @@ void TPrsStd_ConstraintTools::ComputeEqualRadius(const Handle(TDataXtd_Constrain aplane = aPlane2; else { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeRadiusRelation: nul plane" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeRadiusRelation: nul plane" << std::endl; #endif NullifyAIS(anAIS); return; @@ -1639,7 +1639,7 @@ void TPrsStd_ConstraintTools::ComputeDiameter(const Handle(TDataXtd_Constraint)& Standard_Integer nbgeom = aConst->NbGeometries(); if (nbgeom < 1) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeDiameter: at least one constrainte is needed" << endl;; + std::cout << "TPrsStd_ConstraintTools::ComputeDiameter: at least one constrainte is needed" << std::endl;; #endif NullifyAIS(anAIS); return; @@ -1649,7 +1649,7 @@ void TPrsStd_ConstraintTools::ComputeDiameter(const Handle(TDataXtd_Constraint)& GetOneShape(aConst,shape1); if (shape1.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeDiameter : null shape" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeDiameter : null shape" << std::endl; #endif NullifyAIS(anAIS); return; @@ -1679,7 +1679,7 @@ void TPrsStd_ConstraintTools::ComputeDiameter(const Handle(TDataXtd_Constraint)& Handle(Geom_Plane) aplane = Handle(Geom_Plane)::DownCast(ageom2); if (aplane.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeDiameter: nul plane" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeDiameter: nul plane" << std::endl; #endif NullifyAIS(anAIS); return; @@ -1700,14 +1700,14 @@ void TPrsStd_ConstraintTools::ComputeFix(const Handle(TDataXtd_Constraint)& aCon Standard_Integer nbgeom = aConst->NbGeometries(); if (nbgeom < 1) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeFix: at least one constrainte is needed" << endl;; + std::cout << "TPrsStd_ConstraintTools::ComputeFix: at least one constrainte is needed" << std::endl;; #endif NullifyAIS(anAIS); return; } if (!aConst->IsPlanar()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeFix: must be a planar constraint" << endl;; + std::cout << "TPrsStd_ConstraintTools::ComputeFix: must be a planar constraint" << std::endl;; #endif NullifyAIS(anAIS); return; @@ -1719,7 +1719,7 @@ void TPrsStd_ConstraintTools::ComputeFix(const Handle(TDataXtd_Constraint)& aCon GetOneShape(aConst,shape1); if (shape1.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeFix : null shape" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeFix : null shape" << std::endl; #endif NullifyAIS(anAIS); return; @@ -1729,7 +1729,7 @@ void TPrsStd_ConstraintTools::ComputeFix(const Handle(TDataXtd_Constraint)& aCon Handle(Geom_Plane) aplane = Handle(Geom_Plane)::DownCast(ageom2); if (aplane.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeFix: nul plane" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeFix: nul plane" << std::endl; #endif NullifyAIS(anAIS); return; @@ -1767,7 +1767,7 @@ void TPrsStd_ConstraintTools::ComputeOffset (const Handle(TDataXtd_Constraint)& aplane = Handle(Geom_Plane)::DownCast (ageom); if (aplane.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeOffset: null plane" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeOffset: null plane" << std::endl; #endif NullifyAIS(anAIS); return; @@ -1794,7 +1794,7 @@ void TPrsStd_ConstraintTools::ComputeOffset (const Handle(TDataXtd_Constraint)& if (S1.IsNull() || S2.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeOffset: null shape" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeOffset: null shape" << std::endl; #endif NullifyAIS(anAIS); return; @@ -1926,7 +1926,7 @@ void TPrsStd_ConstraintTools::ComputeOffset (const Handle(TDataXtd_Constraint)& } #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeOffset: Case not implemented" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeOffset: Case not implemented" << std::endl; #endif NullifyAIS(anAIS); } @@ -1948,7 +1948,7 @@ void TPrsStd_ConstraintTools::ComputePlacement GetTwoShapes(aConst,shape1,shape2); if (shape1.IsNull() || shape2.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputePlacement: nul shape" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputePlacement: nul shape" << std::endl; #endif NullifyAIS(anAIS); return; @@ -2079,7 +2079,7 @@ void TPrsStd_ConstraintTools::ComputeCoincident(const Handle(TDataXtd_Constraint Standard_Integer nbgeom = aConst->NbGeometries(); if (nbgeom < 2) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeCoincident: at leat two constraintes are needed" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeCoincident: at leat two constraintes are needed" << std::endl; #endif NullifyAIS(anAIS); return; @@ -2087,7 +2087,7 @@ void TPrsStd_ConstraintTools::ComputeCoincident(const Handle(TDataXtd_Constraint if (!aConst->IsPlanar()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeCoincident: must be a planar constraint" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeCoincident: must be a planar constraint" << std::endl; #endif anAIS.Nullify() ; return; @@ -2099,7 +2099,7 @@ void TPrsStd_ConstraintTools::ComputeCoincident(const Handle(TDataXtd_Constraint Handle(Geom_Plane) aplane = Handle(Geom_Plane)::DownCast (ageom); if (shape1.IsNull() || shape2.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeCoincident: nul shape" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeCoincident: nul shape" << std::endl; #endif NullifyAIS(anAIS); return; @@ -2109,7 +2109,7 @@ void TPrsStd_ConstraintTools::ComputeCoincident(const Handle(TDataXtd_Constraint GetGoodShape(shape2); if (aplane.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeCoincident: nul plane" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeCoincident: nul plane" << std::endl; #endif NullifyAIS(anAIS); return; @@ -2142,7 +2142,7 @@ void TPrsStd_ConstraintTools::ComputeRound(const Handle(TDataXtd_Constraint)& aC Standard_Integer nbgeom = aConst->NbGeometries(); if (nbgeom < 1) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputeRound: at leat one geometry is needed" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputeRound: at leat one geometry is needed" << std::endl; #endif NullifyAIS(anAIS); return; @@ -2151,7 +2151,7 @@ void TPrsStd_ConstraintTools::ComputeRound(const Handle(TDataXtd_Constraint)& aC GetOneShape (aConst,shape1); if (shape1.IsNull()) { #ifdef OCCT_DEBUG - cout << "TPrsStd_ConstraintTools::ComputePlacement: nul shape" << endl; + std::cout << "TPrsStd_ConstraintTools::ComputePlacement: nul shape" << std::endl; #endif NullifyAIS(anAIS); return; @@ -2196,7 +2196,7 @@ void TPrsStd_ConstraintTools::GetGeom(const Handle(TDataXtd_Constraint)& aConst, Handle(TNaming_NamedShape) atgeom = aConst->GetPlane(); if (atgeom.IsNull()) { #ifdef OCCT_DEBUG - cout<<"TPrsStd_ConstraintTools::GetGeom : aConst->GetPlane().IsNull()"<GetPlane().IsNull()"<ShallowDump(S); items.Next(); } diff --git a/src/TopOpeBRep/TopOpeBRep_DSFiller.cxx b/src/TopOpeBRep/TopOpeBRep_DSFiller.cxx index ee17c44b2d..58ffc7348c 100644 --- a/src/TopOpeBRep/TopOpeBRep_DSFiller.cxx +++ b/src/TopOpeBRep/TopOpeBRep_DSFiller.cxx @@ -59,7 +59,7 @@ static int Vdebfillereesd=0;void debfillereesd(void){Vdebfillereesd++;} static int Vdebfilleref=0;void debfilleref(void){Vdebfilleref++;} static int Vdebfillerfe=0;void debfillerfe(void){Vdebfillerfe++;} void debfillerreset(void){Vdebfillerds=Vdebfillerff=Vdebfilleree=Vdebfilleref=Vdebfillerfe=0;} -void debfillerss(const Standard_Integer i1,const Standard_Integer i2){cout<<"+ + + + debfillerss "< Standard_EXPORT TOPKRO KRO_DSFILLER_TOTAL("dsfiller"); @@ -296,7 +296,7 @@ static Standard_Real par2; Standard_Boolean ok = FUN_tool_parE(e1,par1,e2,par2); if (!ok) { #ifdef OCCT_DEBUG - cout<<"**********TopOpeBRep FUN_shareNOG**********"< extern Standard_Boolean TopOpeBRep_GettraceEEFF(); -Standard_EXPORT void debposesd(void) {/*cout<<"+++ debposesd"< tol1+tol2) { - cout<ChangeFacesIntersector().IsRestriction(Erest); - cout<<"++++ line restriction"; + std::cout<<"++++ line restriction"; if (FIisrest) { - cout<<" edge restriction"; + std::cout<<" edge restriction"; Standard_Integer iErest = 0; if (myPFF->ChangeDataStructure().HasShape(Erest)) iErest = myPFF->ChangeDataStructure().Shape(Erest); - cout<<" "<Line().Direction(); - TopOpeBRep::Print(LI.TypeLineCurve(),cout); Standard_Real x,y,z; D.Coord(x,y,z); - cout<<" dir : "<HasShape(E)) ? HDS->Shape(E) : 0; Standard_Boolean isv = VP.IsVertex(ISI); - if (isv) cout<<"is vertex of "<HDataStructure(); Standard_Real tol = Precision::Confusion(); if (GK == TopOpeBRepDS_VERTEX) tol = BRep_Tool::Tolerance(TopoDS::Vertex(HDS->Shape(G))); else if (GK == TopOpeBRepDS_POINT) tol = HDS->Point(G).Tolerance(); - cout<<" tol = "< extern Standard_Boolean TopOpeBRep_GettraceBIPS(); extern Standard_Boolean TopOpeBRep_GettraceDEGEN(); -extern Standard_Boolean FUN_debnull(const TopoDS_Shape& s){Standard_Boolean isnull = s.IsNull(); if (isnull) cout <<"***"; return isnull;} +extern Standard_Boolean FUN_debnull(const TopoDS_Shape& s){Standard_Boolean isnull = s.IsNull(); if (isnull) std::cout <<"***"; return isnull;} #endif //Standard_EXPORT extern Standard_Real GLOBAL_tolFF; @@ -121,8 +121,8 @@ TopAbs_State TopOpeBRep_FacesFiller::StBipVPonF if (isperiodic) { #ifdef OCCT_DEBUG // TopOpeBRep_FFDumper FFD(*this); -// cout <<"vpf :"; FFD.DumpVP(vpf,cout); -// cout <<"vpl :"; FFD.DumpVP(vpl,cout); +// std::cout <<"vpf :"; FFD.DumpVP(vpf,std::cout); +// std::cout <<"vpl :"; FFD.DumpVP(vpl,std::cout); #endif Standard_Integer IArc = 0; diff --git a/src/TopOpeBRep/TopOpeBRep_ProcessSectionEdges.cxx b/src/TopOpeBRep/TopOpeBRep_ProcessSectionEdges.cxx index 9a8abefc26..6cf18c66ac 100644 --- a/src/TopOpeBRep/TopOpeBRep_ProcessSectionEdges.cxx +++ b/src/TopOpeBRep/TopOpeBRep_ProcessSectionEdges.cxx @@ -79,7 +79,7 @@ void TopOpeBRep_FacesFiller::GetESL(TopTools_ListOfShape& LES) #ifdef OCCT_DEBUG if (trRL) { TopOpeBRep_VPointInterIterator VPI;VPI.Init(L); - cout<DumpVP(VPI.CurrentVP()); } #endif @@ -217,10 +217,10 @@ Standard_Boolean TopOpeBRep_FacesFiller::KeepRLine keeprline = keeprline||(stVPbip==TopAbs_ON); // REST1 #ifdef OCCT_DEBUG // if (trc) { -// cout<<" bip("<Dump();cout<Dump();std::cout<Dump(); - if (boundaryL) cout<<" is bound"; else cout<<" is not bound"; - cout<Dump(); + if (boundaryL) std::cout<<" is bound"; else std::cout<<" is not bound"; + std::cout<Dump(); cout<Dump(); std::cout<Dump(); cout<Dump(); std::cout<Curve(iC); const Handle(Geom_Curve)& C3D = C.Curve(); diff --git a/src/TopOpeBRepBuild/TopOpeBRepBuild_BuildFaces.cxx b/src/TopOpeBRepBuild/TopOpeBRepBuild_BuildFaces.cxx index e297038242..71b3004d36 100644 --- a/src/TopOpeBRepBuild/TopOpeBRepBuild_BuildFaces.cxx +++ b/src/TopOpeBRepBuild/TopOpeBRepBuild_BuildFaces.cxx @@ -82,7 +82,7 @@ void TopOpeBRepBuild_Builder::BuildFaces(const Standard_Integer iS, Standard_Integer iC = SCurves.Current(); const TopOpeBRepDS_Curve& CDS = HDS->Curve(iC); #ifdef OCCT_DEBUG - if (tSE) cout<Shape(Foriented); - if(tSPF){cout<Shape(Foriented); if (tSPF) { - cout<Shape(S1oriented); if (tSPS) { - cout<Shape(S1); -// cout<Shape(F1); - if(tSPF){cout<GdumpSHASTA(iEG,TopAbs_ON,*PWES,str); debfillonfemess(iFOR,iEG); } Standard_EXPORT void debaddpwes(const Standard_Integer iFOR,const TopAbs_State TB1,const Standard_Integer iEG,const TopAbs_Orientation neworiE,const TopOpeBRepBuild_PBuilder& PB,const TopOpeBRepBuild_PWireEdgeSet& PWES,const TCollection_AsciiString& str1,const TCollection_AsciiString& str2) -{PB->GdumpSHASTA(iFOR,TB1,*PWES,str1,str2);cout<GdumpSHASTA(iFOR,TB1,*PWES,str1,str2);std::cout< + eONF"< + eONR"< + eONI"< + eONE"< + eONF"< + eONR"< + eONI"< + eONE"<GtraceSPS(FOR,iFOR); if (tFOR) debfillonf(iFOR); - if (tFOR) cout<DataStructure(),iFCX,iFOR,GI,TopoDS::Edge(EspON),shareG); if (!ok) return; // nyiFUNRAISE #ifdef OCCT_DEBUG - if (tFOR) cout<<" shareG="< newtol) { #ifdef OCCT_DEBUG - cout<<"\npoint P"< "< "< closed"< closed"< are not closed,not degenerated #ifdef OCCT_DEBUG if (TopOpeBRepBuild_GettracePURGE()) { - cout< Interference 3d "; - if (id2d) cout<<"--> Interference 2d "; - if (keepinterf1) cout<<" traitee"< Interference 3d "; + if (id2d) std::cout<<"--> Interference 2d "; + if (keepinterf1) std::cout<<" traitee"< parref "< parref "< "; GKeepShape(EOR,LSclass,TB1);cout.flush();} - else {cout<<" : ftg --> non gardee"< "; GKeepShape(EOR,LSclass,TB1);std::cout.flush();} + else {std::cout<<" : ftg --> non gardee"<Shape(mySolidReference); Standard_Integer ifil = myDataStructure->Shape(mySolidToFill); if(tSPS){ - cout<<"ifil : "< GSplitFace , after GFillONPartsWES nstartelWES = "< GSplitFace , after GFillONPartsWES nstartelWES = "< GSplitFace , after GFillFaceWES nstartelWES = "< GSplitFace , after GFillFaceWES nstartelWES = "< GSplitFace , after GFillCurveTopologyWES nstartelWES = "< GSplitFace , after GFillCurveTopologyWES nstartelWES = "<Degree(); break; - case GeomAbs_OffsetCurve : cout<<"OFFSETCURVE"; break; - case GeomAbs_OtherCurve : cout<<"OTHERCURVE"; break; + case GeomAbs_Line : std::cout<<"LINE"; break; + case GeomAbs_Circle : std::cout<<"CIRCLE"; break; + case GeomAbs_Ellipse : std::cout<<"ELLIPSE"; break; + case GeomAbs_Hyperbola : std::cout<<"HYPERBOLA"; break; + case GeomAbs_Parabola : std::cout<<"PARABOLA"; break; + case GeomAbs_BezierCurve : std::cout<<"BEZIERCURVE"; break; + case GeomAbs_BSplineCurve : std::cout<<"BSPLINECURVE "<Degree(); break; + case GeomAbs_OffsetCurve : std::cout<<"OFFSETCURVE"; break; + case GeomAbs_OtherCurve : std::cout<<"OTHERCURVE"; break; } - cout.flush(); + std::cout.flush(); } #else void TopOpeBRepBuild_Builder::PrintCur(const TopoDS_Edge&) @@ -205,8 +205,8 @@ void TopOpeBRepBuild_Builder::PrintPnt(const TopoDS_Vertex&) #ifdef OCCT_DEBUG void TopOpeBRepBuild_Builder::PrintOri(const TopoDS_Shape& S) { - TopAbs::Print(S.Orientation(),cout); - cout.flush(); + TopAbs::Print(S.Orientation(),std::cout); + std::cout.flush(); } #else void TopOpeBRepBuild_Builder::PrintOri(const TopoDS_Shape& /*S*/) @@ -243,7 +243,7 @@ TCollection_AsciiString TopOpeBRepBuild_Builder::StringState(const TopAbs_State) #ifdef OCCT_DEBUG void TopOpeBRepBuild_Builder::GdumpPNT(const gp_Pnt& P) { - cout<Shape(S); - TopOpeBRepDS::Print(tS,iS,cout); - cout.flush(); + TopOpeBRepDS::Print(tS,iS,std::cout); + std::cout.flush(); } #else void TopOpeBRepBuild_Builder::GdumpSHA(const TopoDS_Shape&, @@ -375,9 +375,9 @@ void TopOpeBRepBuild_Builder::GdumpSHA(const TopoDS_Shape&, void TopOpeBRepBuild_Builder::GdumpSHAORI(const TopoDS_Shape& S, const Standard_Address str) const { - char* c = (char*)str; if (c) cout<Shape(iS); GdumpSHASTA(S,T,a,b); - cout.flush(); + std::cout.flush(); } #else void TopOpeBRepBuild_Builder::GdumpSHASTA(const Standard_Integer , @@ -465,7 +465,7 @@ void TopOpeBRepBuild_Builder::GdumpSHASTA(const Standard_Integer iS, const TopoDS_Shape& S = myDataStructure->Shape(iS); TCollection_AsciiString aib = a + " " + SS.DEBNumber() + " " + b; GdumpSHASTA(S,T,aib,c); - cout.flush(); + std::cout.flush(); } #else void TopOpeBRepBuild_Builder::GdumpSHASTA(const Standard_Integer , @@ -511,15 +511,15 @@ void TopOpeBRepBuild_Builder::GdumpEXP(const TopOpeBRepTool_ShapeExplorer& Ex) c { if ( ! Ex.More() ) return; TopAbs_ShapeEnum t = Ex.Current().ShapeType(); - if (t == TopAbs_SOLID) cout<<""; - else if (t == TopAbs_FACE) cout<<" "; - else if (t == TopAbs_EDGE) cout<<" "; - else cout<<"??"; - Ex.DumpCurrent(cout); + if (t == TopAbs_SOLID) std::cout<<""; + else if (t == TopAbs_FACE) std::cout<<" "; + else if (t == TopAbs_EDGE) std::cout<<" "; + else std::cout<<"??"; + Ex.DumpCurrent(std::cout); Standard_Integer I = myDataStructure->Shape(Ex.Current()); - if ( I != 0 ) cout<<" : shape "<DEBName() + PWES->DEBNumber(); VFnam = VFnam + ne + "NF" + nf + "F" + iF; VRnam = VRnam + ne + "NF" + nf + "F" + iF; -// cout<<" puts \"edge "<Shape(fac2); //DEB #ifdef OCCT_DEBUG - if (TKPB) {cout<<""<Shape(Sarg); Standard_Integer ifac = myDataStructure->Shape(fac); - if(TKPB){cout<<"isol "< aMaxNumberOfIterations) { - cout << "disjPerformFuse: programming error" << endl; + std::cout << "disjPerformFuse: programming error" << std::endl; return Standard_False; } theMapOfResult.Add(acurrentsolid); @@ -2135,7 +2135,7 @@ static Standard_Boolean disjPerformCommon(const TopTools_IndexedMapOfShape& theM LocalKPisdisjanalyse(stsol1, stsol2, TopOpeBRepBuild_KPart_Operation_Common, ires, icla1, icla2); if (ires == RESUNDEF || icla1 == SHEUNDEF || icla2 == SHEUNDEF) { - cout << "Warning: disjPerformCommon: can not determine solid's states" << endl; + std::cout << "Warning: disjPerformCommon: can not determine solid's states" << std::endl; continue; } switch (ires) { @@ -2212,7 +2212,7 @@ static Standard_Boolean disjPerformCut(const TopTools_IndexedMapOfShape& theMapO LocalKPisdisjanalyse(stsol1, stsol2, TopOpeBRepBuild_KPart_Operation_Cut12, ires, icla1, icla2); if (ires == RESUNDEF || icla1 == SHEUNDEF || icla2 == SHEUNDEF) { - cout << "Warning: disjPerformCut: can not determine solid's states" << endl; + std::cout << "Warning: disjPerformCut: can not determine solid's states" << std::endl; continue; } switch (ires) { diff --git a/src/TopOpeBRepBuild/TopOpeBRepBuild_Merge.cxx b/src/TopOpeBRepBuild/TopOpeBRepBuild_Merge.cxx index 53730df2b5..3de8f48df6 100644 --- a/src/TopOpeBRepBuild/TopOpeBRepBuild_Merge.cxx +++ b/src/TopOpeBRepBuild/TopOpeBRepBuild_Merge.cxx @@ -138,7 +138,7 @@ static void CorrectEdgeOrientation(TopoDS_Shape& aWire) static void CorrectUnclosedWire(TopoDS_Shape& aWire) { -// cout << "-------CorrectUnclosedWire" << endl; +// std::cout << "-------CorrectUnclosedWire" << std::endl; BRep_Builder BB; TopoDS_Iterator tdi(aWire, Standard_False, Standard_False); Standard_Integer nbe = 0; @@ -146,9 +146,9 @@ static void CorrectUnclosedWire(TopoDS_Shape& aWire) nbe++; const TopoDS_Shape& ed = tdi.Value(); Standard_Integer nbv = ed.NbChildren(); -// cout << "Edge " << nbe << " : " << nbv << endl; +// std::cout << "Edge " << nbe << " : " << nbv << std::endl; if(nbv <= 1) { -// cout << "Remove bad edge" << endl; +// std::cout << "Remove bad edge" << std::endl; BB.Remove(aWire, ed); } } @@ -162,7 +162,7 @@ static void CorrectUnclosedWire(TopoDS_Shape& aWire) const TopTools_ListOfShape& Elist = VElists.FindFromIndex(i); if(Elist.Extent() == 1) { TopoDS_Shape anEdge = Elist.First(); -// cout << "Remove redundant edge" << endl; +// std::cout << "Remove redundant edge" << std::endl; BB.Remove(aWire, anEdge); } } @@ -179,7 +179,7 @@ void TopOpeBRepBuild_Builder::MergeShapes(const TopoDS_Shape& S1,const TopAbs_St Standard_Boolean lesmemes = S1.IsEqual(S2); if (lesmemes) { #ifdef OCCT_DEBUG - cout<<"TopOpeBRepBuild : S1 == S2"< myP2) cout<<" p1 > p2"; - cout<<" --> state "; TopAbs::Print(state,cout); cout< myP2) std::cout<<" p1 > p2"; + std::cout<<" --> state "; TopAbs::Print(state,std::cout); std::cout< "< "< "< "< state "; TopAbs::Print(state,cout); cout< state "; TopAbs::Print(state,std::cout); std::cout< final state "; TopAbs::Print(state,cout); cout< final state "; TopAbs::Print(state,std::cout); std::cout<ChangeVertex()); @@ -178,7 +178,7 @@ void TopOpeBRepBuild_PaveSet::Prepare() TopoDS_Vertex VSD; if (hasVSD) VSD = TopoDS::Vertex(PV->SameDomain()); TopAbs_Orientation VIori = VI.Orientation(); Standard_Real p = PV->Parameter(); - cout<<"pvs : v "<<++iv<<" par "<Parameter(); Standard_Boolean b = PV->IsShape(); TopOpeBRepBuild_Builder::GdumpORIPARPNT(v.Orientation(),p,BRep_Tool::Pnt(v)); - if (b) cout<<" is bound"; else cout<<" is not bound"; - cout<Shape(it.Value()); - Standard_Integer n=LEoutLESD.Extent();cout<<" : ("<Shape(it.Value()); + Standard_Integer n=LEoutLESD.Extent();std::cout<<" : ("< curr) { - cout<<"#Block number"<GdumpSHASETindex(); Standard_Integer iS; Standard_Boolean tSPS = pB->GtraceSPS(S,iS); - if(tSPS){cout<<"creation SFS "<GdumpSHA(S,NULL);cout<GdumpSHA(S,NULL);std::cout<GdumpSHASETindex(); Standard_Integer iF; Standard_Boolean tSPS = LOCAL_PBUILDER_DEB->GtraceSPS(F,iF); - if(tSPS){DumpName(cout,"creation ");cout<<" on ";} - if(tSPS){LOCAL_PBUILDER_DEB->GdumpSHA(F,NULL);cout<GdumpSHA(F,NULL);std::cout< cross "< cross "< on garde EE"< on vire EE"< on garde EE"< on vire EE"<DS(); Standard_Boolean tosplit = GToSplit(FOR,TB1); @@ -202,7 +202,7 @@ void TopOpeBRepBuild_Builder::GFillFaceSFS(const TopoDS_Shape& FOR,const TopTool #ifdef OCCT_DEBUG if(tSPS){ GdumpSHASTA(FOR,TB1,"--- GFillFaceSFS START "); - cout<<" tosplit "<Shape(f); - cout<<"face "<Shape(ff); - cout<Shape(*pfOU); // Standard_Integer iIN = myDataStructure->Shape(*pfIN); - GdumpSHA(*pfOU, (char *) "MergeKPartiskole pfOU ");cout<Shape(Sarg); Standard_Integer ifac = myDataStructure->Shape(fac); - if(TKPB){cout<<"isol "<ChkIntg(); -// chk->PrintIntg(cout); +// chk->PrintIntg(std::cout); } //======================================================================= diff --git a/src/TopOpeBRepDS/TopOpeBRepDS_TKI.cxx b/src/TopOpeBRepDS/TopOpeBRepDS_TKI.cxx index 0570ab7186..d8a7b23abc 100644 --- a/src/TopOpeBRepDS/TopOpeBRepDS_TKI.cxx +++ b/src/TopOpeBRepDS/TopOpeBRepDS_TKI.cxx @@ -188,15 +188,15 @@ void TopOpeBRepDS_TKI::Add(const TopOpeBRepDS_Kind K,const Standard_Integer G,co //======================================================================= void TopOpeBRepDS_TKI::DumpTKIIterator(const TCollection_AsciiString& s1,const TCollection_AsciiString& s2) { - cout< PCurve IsNull"< PCurve IsNull"< PCurve IsNull"< PCurve IsNull"<DumpB(myCOB);cout<<";# BS::MakeCOB"<DumpB(myCOB);std::cout<<";# BS::MakeCOB"<DumpB(myLastCompareShapeBox);cout<<"; # BS::Compare"<DumpB(myLastCompareShapeBox);std::cout<<"; # BS::Compare"< valid edge"< valid edge"<ok"<ok"<KO"<KO"< faulty edge"< valid edge"< faulty edge"< valid edge"< valid edge"< valid edge"<ok"<ok"<KO"<KO"< valid edge"< faulty edge"< valid edge"< faulty edge"<NbPoles(); - //cout <<"nbpol = " << nbpol << endl; + //std::cout <<"nbpol = " << nbpol << std::endl; if(nbpol > 100) { TColgp_Array1OfPnt PolC3D(1, nbpol); TColgp_Array1OfPnt2d PolPC1(1, nbpol); @@ -433,7 +433,7 @@ Standard_Boolean TopOpeBRepTool_CurveTool::MakeCurves if(NbPol < nbpol) { #ifdef IFV - cout << "NbPol < nbpol : " << NbPol << " " << nbpol << endl; + std::cout << "NbPol < nbpol : " << NbPol << " " << nbpol << std::endl; #endif TColgp_Array1OfPnt Polc3d(1, NbPol); TColgp_Array1OfPnt2d Polpc1(1, NbPol); @@ -577,8 +577,8 @@ Standard_Boolean TopOpeBRepTool_CurveTool::MakeCurves } } - //cout << NbCalls << " ksi = " << ksi << endl; - //cout << "IsBad = " << IsBad << endl; + //std::cout << NbCalls << " ksi = " << ksi << std::endl; + //std::cout << "IsBad = " << IsBad << std::endl; if(IsBad){ Standard_Real tt = Min(10.*tol3d,Precision::Approximation()); @@ -677,7 +677,7 @@ Standard_Boolean TopOpeBRepTool_CurveTool::MakeCurves TolReached3d = Approx.TolReached3d(); TolReached2d = Approx.TolReached2d(); #ifdef IFV - cout << NbCalls << " : Tol = " << TolReached3d << " " << TolReached2d << endl; + std::cout << NbCalls << " : Tol = " << TolReached3d << " " << TolReached2d << std::endl; #endif Standard_Boolean bf, bl; @@ -690,8 +690,8 @@ Standard_Boolean TopOpeBRepTool_CurveTool::MakeCurves #ifdef OCCT_DEBUG if (TopOpeBRepTool_GettraceCHKBSPL()) { if(bf || bl) { - cout<<"Problem orientation GeomLib_CheckBSplineCurve : First = "<Copy()); if (!ExtC.IsNull()) { @@ -356,7 +356,7 @@ void TopOpeBRepTool_FuseEdges::BuildListResultEdges() NewEdge = ME.Edge(); #ifdef OCCT_DEBUG - if (tFE) cout< 2) mymapemult.Add(e); #ifdef OCCT_DEBUG if (trc) { - cout <<"co(e"<myf = f"<myf = f"<new wire = wi"<new wire = wi"< "; + if (trc) {std::cout<<"old wires :wi -> "; FUN_tool_coutsta(sta12,FUN_adds(Ow1),FUN_adds(Ow2)); - cout< "; + if (trc) {std::cout<<" wires :wi -> "; FUN_tool_coutsta(sta,FUN_adds(wsma),FUN_adds(wgre)); - cout<E,I"<E,I"< Edge : "< Edge : "< FClassifier.Parameter()) { ParamInit = FClassifier.Parameter(); APointExist = Standard_True; @@ -786,7 +786,7 @@ static Standard_Boolean FindAPointInTheFace Standard_Boolean computerestriction = Standard_False; s.Initialize(face,computerestriction); s.D0(u,v,APoint); - //-- cout<<" u="< ("< ("< "< "<par2) cout<<"TopOpeBRepTool_TOOL::Vertices ERROR"<par2) std::cout<<"TopOpeBRepTool_TOOL::Vertices ERROR"<Clear(); #ifdef OCCT_DEBUG if (TopOpeBRepTool_GettraceBOX()) { - cout<Index(S); Standard_Integer n = hbt->Extent(); - cout<<"TOOLBOX : "<> buffer; if (strcmp(buffer,"Locations")) { - cout << "Not a location table "<UserBreak()) { - cout << "Interrupted by the user"<UserBreak()) { - cout << "Interrupted by the user"<> buffer; if (strcmp(buffer,"TShapes")) { - cout << "Not a TShape table"<AddWarning(errShape, " a Face from a Shell has not been mapped"); diff --git a/src/TopoDSToStep/TopoDSToStep_MakeBrepWithVoids.cxx b/src/TopoDSToStep/TopoDSToStep_MakeBrepWithVoids.cxx index 2a3631c04e..9b466aa2ef 100644 --- a/src/TopoDSToStep/TopoDSToStep_MakeBrepWithVoids.cxx +++ b/src/TopoDSToStep/TopoDSToStep_MakeBrepWithVoids.cxx @@ -88,7 +88,7 @@ TopoDSToStep_MakeBrepWithVoids:: aCShell = new StepShape_ClosedShell; aCShell->Init (aOShell->Name(),aOShell->CfsFaces()); #ifdef OCCT_DEBUG - cout<<"Warning: MakeBRepWithVoids: Open shell in the solid; treated as closed"<AddWarning(errShape, " Face without wire not mapped"); myError = TopoDSToStep_InfiniteFace; @@ -269,7 +269,7 @@ void TopoDSToStep_MakeStepFace::Init(const TopoDS_Face& aFace, if (MkWire.IsDone()) Loop = Handle(StepShape_Loop)::DownCast(MkWire.Value()); else { #ifdef OCCT_DEBUG - cout << TopoDSToStep::DecodeWireError(MkWire.Error())->String() << endl; + std::cout << TopoDSToStep::DecodeWireError(MkWire.Error())->String() << std::endl; #endif FP->AddWarning(errShape, " a Wire not mapped"); continue; diff --git a/src/TopoDSToStep/TopoDSToStep_MakeStepWire.cxx b/src/TopoDSToStep/TopoDSToStep_MakeStepWire.cxx index 07d6e5b6e2..1a7cfc33ea 100644 --- a/src/TopoDSToStep/TopoDSToStep_MakeStepWire.cxx +++ b/src/TopoDSToStep/TopoDSToStep_MakeStepWire.cxx @@ -246,7 +246,7 @@ void TopoDSToStep_MakeStepWire::Init(const TopoDS_Wire& aWire, //#11 CurrentEdge = ItW.Current(); //if (ItW.Current().Orientation() != ItW.Orientation()) - //cout << "DEBUG : Attention WireExplorer Orientation" << endl; + //std::cout << "DEBUG : Attention WireExplorer Orientation" << std::endl; // --------------------------------- // --- Is the edge Degenerated ? --- diff --git a/src/TopoDSToStep/TopoDSToStep_Tool.cxx b/src/TopoDSToStep/TopoDSToStep_Tool.cxx index 6408ab9b47..8dc10b703e 100644 --- a/src/TopoDSToStep/TopoDSToStep_Tool.cxx +++ b/src/TopoDSToStep/TopoDSToStep_Tool.cxx @@ -108,22 +108,22 @@ Standard_Boolean TopoDSToStep_Tool::Faceted() const void TopoDSToStep_Tool::SetCurrentShell(const TopoDS_Shell& S) { #ifdef OCCT_DEBUG - cout << "Process a Shell which is "; + std::cout << "Process a Shell which is "; switch(S.Orientation()) { case TopAbs_FORWARD: { - cout << "FORWARD in the Solid;" << endl; + std::cout << "FORWARD in the Solid;" << std::endl; break; } case TopAbs_REVERSED: { - cout << "REVERSED in the Solid;" << endl; + std::cout << "REVERSED in the Solid;" << std::endl; break; } default: { - cout << "INTERNAL OR EXTERNAL SHELL" << endl; + std::cout << "INTERNAL OR EXTERNAL SHELL" << std::endl; } } #endif @@ -148,22 +148,22 @@ const TopoDS_Shell& TopoDSToStep_Tool::CurrentShell() const void TopoDSToStep_Tool::SetCurrentFace(const TopoDS_Face& F) { #ifdef OCCT_DEBUG - cout << " Process a Face which is "; + std::cout << " Process a Face which is "; switch(F.Orientation()) { case TopAbs_FORWARD: { - cout << "FORWARD in the Shell;" << endl; + std::cout << "FORWARD in the Shell;" << std::endl; break; } case TopAbs_REVERSED: { - cout << "REVERSED in the Shell;" << endl; + std::cout << "REVERSED in the Shell;" << std::endl; break; } default: { - cout << "INTERNAL OR EXTERNAL FACE" << endl; + std::cout << "INTERNAL OR EXTERNAL FACE" << std::endl; } } #endif @@ -191,22 +191,22 @@ const TopoDS_Face& TopoDSToStep_Tool::CurrentFace() const void TopoDSToStep_Tool::SetCurrentWire(const TopoDS_Wire& W) { #ifdef OCCT_DEBUG - cout << " Process a Wire which is "; + std::cout << " Process a Wire which is "; switch(W.Orientation()) { case TopAbs_FORWARD: { - cout << "FORWARD in the Face" << endl; + std::cout << "FORWARD in the Face" << std::endl; break; } case TopAbs_REVERSED: { - cout << "REVERSED in the Face;" << endl; + std::cout << "REVERSED in the Face;" << std::endl; break; } default: { - cout << "INTERNAL OR EXTERNAL Wire" << endl; + std::cout << "INTERNAL OR EXTERNAL Wire" << std::endl; } } #endif @@ -231,22 +231,22 @@ const TopoDS_Wire& TopoDSToStep_Tool::CurrentWire() const void TopoDSToStep_Tool::SetCurrentEdge(const TopoDS_Edge& E) { #ifdef OCCT_DEBUG - cout << " Process Edge which is "; + std::cout << " Process Edge which is "; switch(E.Orientation()) { case TopAbs_FORWARD: { - cout << "FORWARD in the Wire" << endl; + std::cout << "FORWARD in the Wire" << std::endl; break; } case TopAbs_REVERSED: { - cout << "REVERSED in the Wire" << endl; + std::cout << "REVERSED in the Wire" << std::endl; break; } default: { - cout << "INTERNAL OR EXTERNAL EDGE" << endl; + std::cout << "INTERNAL OR EXTERNAL EDGE" << std::endl; } } #endif diff --git a/src/TopoDSToStep/TopoDSToStep_WireframeBuilder.cxx b/src/TopoDSToStep/TopoDSToStep_WireframeBuilder.cxx index 1f860a80c4..67defcd26f 100644 --- a/src/TopoDSToStep/TopoDSToStep_WireframeBuilder.cxx +++ b/src/TopoDSToStep/TopoDSToStep_WireframeBuilder.cxx @@ -158,7 +158,7 @@ Standard_Boolean TopoDSToStep_WireframeBuilder:: if (theEdge.Orientation() == TopAbs_INTERNAL || theEdge.Orientation() == TopAbs_EXTERNAL ) { #ifdef OCCT_DEBUG - cout <<"Warning: TopoDSToStep_WireframeBuilder::GetTrimmedCurveFromEdge: Edge is internal or external; dropped" << endl; + std::cout <<"Warning: TopoDSToStep_WireframeBuilder::GetTrimmedCurveFromEdge: Edge is internal or external; dropped" << std::endl; #endif return Standard_False; } @@ -272,7 +272,7 @@ Standard_Boolean TopoDSToStep_WireframeBuilder:: // (anEdge.Orientation() == TopAbs_FORWARD)); } #ifdef OCCT_DEBUG - else cout << "Warning: TopoDSToStep_WireframeBuilder::GetTrimmedCurveFromEdge: Null-length curve not mapped" << endl; + else std::cout << "Warning: TopoDSToStep_WireframeBuilder::GetTrimmedCurveFromEdge: Null-length curve not mapped" << std::endl; #endif } else { @@ -366,8 +366,8 @@ Standard_Boolean TopoDSToStep_WireframeBuilder:: if (GetTrimmedCurveFromFace(curFace, aMap, aCurveList)) result = Standard_True; #ifdef OCCT_DEBUG if(!result) { - cout << "ERROR extracting trimmedCurve from Face" << endl; - //BRepTools::Dump(curFace,cout); cout<2) themessenger << " [from: " << amsg.Original() << "]"; - themessenger << endl; + themessenger << Message_EndLine; } } @@ -483,7 +483,7 @@ void Transfer_TransferProcess::AddFail(const TheStart& start, StartTrace (binder,start,thelevel,1); themessenger << " --> Fail : " << mess; if (orig[0] != '\0'&&thetrace>2) themessenger << " [from: " << orig << "]"; - themessenger << endl; + themessenger << Message_EndLine; } } @@ -534,7 +534,7 @@ void Transfer_TransferProcess::AddWarning(const TheStart& start, StartTrace (binder,start,thelevel,2); themessenger << " --> Warning : " << mess; if (orig[0] != '\0'&&thetrace>2) themessenger << " [from: " << orig << "]"; - themessenger << endl; + themessenger << Message_EndLine; } } @@ -1014,7 +1014,7 @@ Handle(Transfer_Binder) Transfer_TransferProcess::Transferring(const TheStart& s break; case Transfer_StatusDone : // Transfert deja fait //#ifdef TRANSLOG - themessenger << " .. and Transfer done" << endl; + themessenger << " .. and Transfer done" << Message_EndLine; //#endif // if (former->HasResult()) former->SetAlreadyUsed(); return former; @@ -1023,7 +1023,7 @@ Handle(Transfer_Binder) Transfer_TransferProcess::Transferring(const TheStart& s return former; case Transfer_StatusError : // pas propre, ca ... if (thetrace) { - themessenger << " *** Transfer in Error Status :" << endl; + themessenger << " *** Transfer in Error Status :" << Message_EndLine; StartTrace (former, start, thelevel,0); // (*themessenger->Out()) << flush; } @@ -1031,7 +1031,7 @@ Handle(Transfer_Binder) Transfer_TransferProcess::Transferring(const TheStart& s throw Transfer_TransferFailure("TransferProcess : Transfer in Error Status"); case Transfer_StatusLoop : // la boucle est bouclee ... if (thetrace) { - themessenger << " *** Transfer Head of Dead Loop :" << endl; + themessenger << " *** Transfer Head of Dead Loop :" << Message_EndLine; StartTrace (former, start, thelevel,0); // (*themessenger->Out()) << flush; } @@ -1039,7 +1039,7 @@ Handle(Transfer_Binder) Transfer_TransferProcess::Transferring(const TheStart& s throw Transfer_TransferDeadLoop("TransferProcess : Transfer at Head of a Dead Loop"); } #ifdef TRANSLOG - cout << "Transfer,level "<SetStatusExec(Transfer_StatusRun); } #ifdef TRANSLOG - cout << " GO .." << endl; + std::cout << " GO .." << std::endl; #endif Handle(Transfer_Binder) binder; @@ -1064,13 +1064,13 @@ Handle(Transfer_Binder) Transfer_TransferProcess::Transferring(const TheStart& s // ... Exceptions a Rattraper : elles ne se ressemblent pas toutes ... ! catch (Transfer_TransferDeadLoop const&) { if (binder.IsNull()) { - themessenger << " *** Dead Loop with no Result" << endl; + themessenger << " *** Dead Loop with no Result" << Message_EndLine; if (thetrace) StartTrace (binder, start, thelevel-1,0); binder = new Transfer_VoidBinder; Bind (start,binder); newbind = Standard_True; } else if (binder->StatusExec() == Transfer_StatusLoop) { if (thetrace) { - themessenger << " *** Dead Loop : Finding head of Loop :" << endl; + themessenger << " *** Dead Loop : Finding head of Loop :" << Message_EndLine; StartTrace (binder, start, thelevel-1,0); } else StartTrace (binder, start,thelevel-1,4); @@ -1078,7 +1078,7 @@ Handle(Transfer_Binder) Transfer_TransferProcess::Transferring(const TheStart& s // Autrement dit, on change d exception (on est sorti de la boucle) } else { if (thetrace) { - themessenger << " *** Dead Loop : Actor in Loop :" << endl; + themessenger << " *** Dead Loop : Actor in Loop :" << Message_EndLine; StartTrace (binder, start, thelevel-1,0); } } @@ -1087,13 +1087,13 @@ Handle(Transfer_Binder) Transfer_TransferProcess::Transferring(const TheStart& s } catch (Standard_Failure const& anException) { if (binder.IsNull()) { - themessenger << " *** Exception Raised with no Result" << endl; + themessenger << " *** Exception Raised with no Result" << Message_EndLine; binder = new Transfer_VoidBinder; Bind (start,binder); newbind = Standard_True; } binder->AddFail("Transfer stopped by exception raising"); if (thetrace) { - themessenger << " *** Raised : " << anException.GetMessageString() << endl; + themessenger << " *** Raised : " << anException.GetMessageString() << Message_EndLine; StartTrace (binder, start, thelevel-1,4); } thelevel = oldlev; @@ -1119,7 +1119,7 @@ Handle(Transfer_Binder) Transfer_TransferProcess::Transferring(const TheStart& s else Rebind(start,binder); // (du coup, vaut ) #ifdef TRANSLOG - cout << " ... OK" << endl; + std::cout << " ... OK" << std::endl; #endif } else { @@ -1268,7 +1268,7 @@ void Transfer_TransferProcess::StartTrace(const Handle(Transfer_Binder)& binder, } //old if (isused) sout << " -- (Already Used in another Transfer)"; } - themessenger << endl; + themessenger << Message_EndLine; } diff --git a/src/Transfer/Transfer_TransientProcess.cxx b/src/Transfer/Transfer_TransientProcess.cxx index 925920c6a8..92ac423d9e 100644 --- a/src/Transfer/Transfer_TransientProcess.cxx +++ b/src/Transfer/Transfer_TransientProcess.cxx @@ -238,16 +238,16 @@ void Transfer_TransientProcess::PrintStats(const Standard_Integer /*mode*/, { S<<"\n*******************************************************************\n"; // if (mode == 1) { // Statistiques de base - S << "******** Basic Statistics ********"<NbEntities()<NbEntities()<Messenger(); sout<<"-- Transfer(Read) : "; theModel->Print (ent,sout); - sout<SetRoot(ent); @@ -166,7 +166,7 @@ TransferBRep_Reader::TransferBRep_Reader () Handle(Message_Messenger) sout = theProc->Messenger(); if (theProc->TraceLevel() > 1) - sout<<"-- Transfer(Read-List) : "<Value(i); if (theModel->Number(ent) == 0) continue; @@ -175,7 +175,7 @@ TransferBRep_Reader::TransferBRep_Reader () { sout<<"-- Transfer(Read-List), Item "<Print (ent,sout); - sout<SetRoot(ent); diff --git a/src/Units/Units.cxx b/src/Units/Units.cxx index ec7585fe35..b8081560c3 100644 --- a/src/Units/Units.cxx +++ b/src/Units/Units.cxx @@ -80,14 +80,14 @@ Handle(Units_UnitsDictionary) Units::DictionaryOfUnits(const Standard_Boolean am { if(unitsdictionary.IsNull()) { -// cout<<"Allocation du dictionnaire"<Creates(); } else if(amode) { -// cout<<"Creation du dictionnaire"<Creates(); } return unitsdictionary; @@ -114,7 +114,7 @@ Handle(Units_Quantity) Units::Quantity(const Standard_CString aquantity) } #ifdef OCCT_DEBUG - cout<<"Warning: BAD Quantity = Units::Quantity(quantity('" << aquantity << "'))" << endl; + std::cout<<"Warning: BAD Quantity = Units::Quantity(quantity('" << aquantity << "'))" << std::endl; #endif return nullquantity; } @@ -156,7 +156,7 @@ Standard_CString Units::FirstQuantity(const Standard_CString aunit) } #ifdef OCCT_DEBUG - cout<<"Warning: BAD Quantity = Units::Quantity(unit('" << symbol << "'))" << endl; + std::cout<<"Warning: BAD Quantity = Units::Quantity(unit('" << symbol << "'))" << std::endl; #endif return NULL; } @@ -170,9 +170,9 @@ Standard_CString Units::FirstQuantity(const Standard_CString aunit) Handle(Units_Lexicon) Units::LexiconUnits(const Standard_Boolean amode) { if(lexiconunits.IsNull()) { -// cout<<"Allocation du lexique d'unites"<Creates(amode); } return lexiconunits; @@ -187,9 +187,9 @@ Handle(Units_Lexicon) Units::LexiconUnits(const Standard_Boolean amode) Handle(Units_Lexicon) Units::LexiconFormula() { if(lexiconformula.IsNull()) { -// cout<<"Allocation du lexique d'expression"<Creates(); } return lexiconformula; @@ -251,7 +251,7 @@ Standard_Real Units::ToSI(const Standard_Real aData, Units_UnitSentence unitsentence(aUnit); if(!unitsentence.IsDone()) { #ifdef OCCT_DEBUG - cout<<"can not convert - incorrect unit => return 0.0"< return 0.0"< return 0.0"< return 0.0"<Length();index++) thesequenceoftokens->Value(index)->Dump(1,0); } diff --git a/src/Units/Units_Measurement.cxx b/src/Units/Units_Measurement.cxx index 52d80f4929..874911a475 100644 --- a/src/Units/Units_Measurement.cxx +++ b/src/Units/Units_Measurement.cxx @@ -60,7 +60,7 @@ Units_Measurement::Units_Measurement(const Standard_Real avalue, Units_UnitSentence unit(aunit); if(!unit.IsDone()) { #ifdef OCCT_DEBUG - cout<<"can not create Units_Measurement - incorrect unit"< result is not correct"< result is not correct"<Dump(1,1); } diff --git a/src/Units/Units_Quantity.cxx b/src/Units/Units_Quantity.cxx index bce760df43..7363ca0bd3 100644 --- a/src/Units/Units_Quantity.cxx +++ b/src/Units/Units_Quantity.cxx @@ -42,9 +42,9 @@ void Units_Quantity::Dump(const Standard_Integer ashift, const Standard_Integer alevel) const { Standard_Integer index; - cout<Dump(ashift+1); if(alevel > 0) { diff --git a/src/Units/Units_Sentence.cxx b/src/Units/Units_Sentence.cxx index 42901f6f6e..36d5bd7c0c 100644 --- a/src/Units/Units_Sentence.cxx +++ b/src/Units/Units_Sentence.cxx @@ -89,7 +89,7 @@ Units_Sentence::Units_Sentence(const Handle(Units_Lexicon)& alexicon, // unknown expression - not create sentene thesequenceoftokens->Clear(); #ifdef OCCT_DEBUG - cout<<"Warning: can not create correct sentence from string: "<Clear(); #ifdef OCCT_DEBUG - cout<<"Warning: can not create correct sentence from string: "<Length(); index++) { // Handle(Units_Token) tok = aSeq->Value(index); - // cout<Word()<<" "; + // std::cout<Word()<<" "; //} - //cout<Length(); index++) { // Handle(Units_Token) tok = thesequenceoftokens->Value(index); - // cout<Word()<<" "; + // std::cout<Word()<<" "; // } - // cout<Length(); index++) { - // cout<Value(1)->Creates(); if( rtoken->Value()==0. ) { - cout << "*BAD token value from unit '" << rtoken->Word() << "'" << endl; + std::cout << "*BAD token value from unit '" << rtoken->Word() << "'" << std::endl; rtoken->Value(1.); } */ // end old variant diff --git a/src/Units/Units_Sentence.lxx b/src/Units/Units_Sentence.lxx index b2cc4c6680..8dee036464 100644 --- a/src/Units/Units_Sentence.lxx +++ b/src/Units/Units_Sentence.lxx @@ -59,7 +59,7 @@ inline Standard_Boolean Units_Sentence::IsDone() const inline void Units_Sentence::Dump() const { Standard_Integer index; - cout<<" UNIT SENTENCE with : "<Length();index++) thesequenceoftokens->Value(index)->Dump(1,1); } diff --git a/src/Units/Units_ShiftedToken.cxx b/src/Units/Units_ShiftedToken.cxx index cef31550ed..84af6f37cb 100644 --- a/src/Units/Units_ShiftedToken.cxx +++ b/src/Units/Units_ShiftedToken.cxx @@ -88,6 +88,6 @@ void Units_ShiftedToken::Dump(const Standard_Integer ashift, const Standard_Integer alevel) const { Units_Token::Dump(ashift,alevel); - for(int i=0; iLength();index++) { string = thesymbolssequence->Value(index)->String(); - if(index != 1) cout << " or " ; - cout<<"\""<Value())<1.e-40) { #ifdef OCCT_DEBUG - cout<<"Warning: division on token with value=0 => return initial token."< return initial token."<Dump(ashift); } diff --git a/src/Units/Units_Unit.cxx b/src/Units/Units_Unit.cxx index 7a3ccdd018..2fe419bd9c 100644 --- a/src/Units/Units_Unit.cxx +++ b/src/Units/Units_Unit.cxx @@ -124,14 +124,14 @@ void Units_Unit::Dump(const Standard_Integer /*ashift*/, TCollection_AsciiString string; // int i; -// for(i=0; iLength();index++) { string = thesymbolssequence->Value(index)->String(); - if(index != 1) cout << " or " ; - cout<<"\""<Value(1); - //cout<Length(); ind++) { // Handle(Units_Token) tok = sequence->Value(ind); - // cout<Word()<<" "; + // std::cout<Word()<<" "; //} - //cout<Length(); ind++) { // Handle(Units_Token) tok = sequence->Value(ind); - // cout<Mean()<<" "; + // std::cout<Mean()<<" "; //} - //cout<Length();index++) { previoustoken = currenttoken; diff --git a/src/Units/Units_UnitsDictionary.cxx b/src/Units/Units_UnitsDictionary.cxx index f970f6c166..bbf52d2fab 100644 --- a/src/Units/Units_UnitsDictionary.cxx +++ b/src/Units/Units_UnitsDictionary.cxx @@ -343,13 +343,13 @@ TCollection_AsciiString Units_UnitsDictionary::ActiveUnit(const Standard_CString return unitssequence->Value(1)->SymbolsSequence()->Value(1)->String(); else { #ifdef OCCT_DEBUG - cout<<" Pas d'unite active pour "<Value(index2)->SymbolsSequence()->Value(1)->String(); else { #ifdef OCCT_DEBUG - cout<<" Pas d'unite active pour "< return 0"< return 0"<Value()); @@ -406,11 +406,11 @@ void Units_UnitsSystem::Dump() const Handle(Standard_Transient) transient = This(); Handle(Units_UnitsSystem) unitssystem = Handle(Units_UnitsSystem)::DownCast (transient); Units_Explorer explorer(unitssystem); - cout<<" UNITSSYSTEM : "<IsKind(STANDARD_TYPE(Geom2d_Hyperbola))) { #ifdef OCCT_DEBUG - cout << "PCURVE of Hyperbola type in U or V Periodic Surface" << endl; - cout << "Parameters Not transformed to Degree" << endl; + std::cout << "PCURVE of Hyperbola type in U or V Periodic Surface" << std::endl; + std::cout << "Parameters Not transformed to Degree" << std::endl; #endif } @@ -229,8 +229,8 @@ Handle(Geom2d_Curve) UnitsMethods::RadianToDegree } else { #ifdef OCCT_DEBUG - cout << "PCURVE of Other Types of Bounded Curve in U or V Periodic Surface" << endl; - cout << "Parameters Not transformed to Degree" << endl; + std::cout << "PCURVE of Other Types of Bounded Curve in U or V Periodic Surface" << std::endl; + std::cout << "Parameters Not transformed to Degree" << std::endl; #endif } } @@ -292,7 +292,7 @@ Handle(Geom2d_Curve) UnitsMethods::DegreeToRadian } else { // debug -// cout <<"UnitsMethods: SurfType = "<< aSurface->DynamicType(); +// std::cout <<"UnitsMethods: SurfType = "<< aSurface->DynamicType(); return aPcurve; } @@ -305,15 +305,15 @@ Handle(Geom2d_Curve) UnitsMethods::DegreeToRadian } else if (aPcurve->IsKind(STANDARD_TYPE(Geom2d_Parabola))) { #ifdef OCCT_DEBUG - cout << "PCURVE of Parabola type" << endl; - cout << "Parameters Not Yet transformed according to LenghtUnit" << endl; + std::cout << "PCURVE of Parabola type" << std::endl; + std::cout << "Parameters Not Yet transformed according to LenghtUnit" << std::endl; #endif return aPcurve; } else if (aPcurve->IsKind(STANDARD_TYPE(Geom2d_Hyperbola))) { #ifdef OCCT_DEBUG - cout << "PCURVE of Hyperbola type" << endl; - cout << "Parameters Not Yet transformed according to LenghtUnit" << endl; + std::cout << "PCURVE of Hyperbola type" << std::endl; + std::cout << "Parameters Not Yet transformed according to LenghtUnit" << std::endl; #endif return aPcurve; } @@ -359,8 +359,8 @@ Handle(Geom2d_Curve) UnitsMethods::DegreeToRadian } else { #ifdef OCCT_DEBUG - cout << "DegreeToRadian : Type " << aPcurve->DynamicType(); - cout << " not yet implemented" << endl; + std::cout << "DegreeToRadian : Type " << aPcurve->DynamicType(); + std::cout << " not yet implemented" << std::endl; #endif } return aPcurve; diff --git a/src/ViewerTest/ViewerTest.cxx b/src/ViewerTest/ViewerTest.cxx index fb43b30869..100d63efda 100644 --- a/src/ViewerTest/ViewerTest.cxx +++ b/src/ViewerTest/ViewerTest.cxx @@ -6084,7 +6084,7 @@ static int VDisplayType(Draw_Interpretor& , Standard_Integer argc, const char** static Standard_Integer vr(Draw_Interpretor& , Standard_Integer , const char** a) { - ifstream s(a[1]); + std::ifstream s(a[1]); BRep_Builder builder; TopoDS_Shape shape; BRepTools::Read(shape, s, builder); @@ -6852,14 +6852,14 @@ static Standard_Boolean IsValid(const TopTools_ListOfShape& theArgs, Standard_Boolean ToCheck = Standard_True; if (!checkValid.IsEmpty()) { #ifdef OCCT_DEBUG - cout <<"DONT_SWITCH_IS_VALID positionnee a :"<> isFilled; + std::cin >> isFilled; // Construction of the circle gp_Pnt A = BRep_Tool::Pnt (TopoDS::Vertex (aShapeA)); @@ -2268,13 +2268,13 @@ static int VCircleBuilder(Draw_Interpretor& /*di*/, Standard_Integer argc, const do { std::cout << " Enter the value of the radius:\n"; - cin >> theRad; + std::cin >> theRad; } while (theRad <= 0); // Get filled status Standard_Boolean isFilled; std::cout << "Enter filled status (0 or 1)\n"; - cin >> isFilled; + std::cin >> isFilled; // Recover the normal to the plane. tag TopoDS_Face myFace = TopoDS::Face(aShapeA); diff --git a/src/ViewerTest/ViewerTest_ViewerCommands.cxx b/src/ViewerTest/ViewerTest_ViewerCommands.cxx index 7b3fa8f15e..4d1fcd9a00 100644 --- a/src/ViewerTest/ViewerTest_ViewerCommands.cxx +++ b/src/ViewerTest/ViewerTest_ViewerCommands.cxx @@ -2340,7 +2340,7 @@ void ViewerTest::RemoveView (const TCollection_AsciiString& theViewName, const S { if (!ViewerTest_myViews.IsBound1(theViewName)) { - cout << "Wrong view name\n"; + std::cout << "Wrong view name\n"; return; } @@ -2421,7 +2421,7 @@ void ViewerTest::RemoveView (const TCollection_AsciiString& theViewName, const S ViewerTest_myContexts.UnBind2(aCurrentContext); } } - cout << "3D View - " << theViewName << " was deleted.\n"; + std::cout << "3D View - " << theViewName << " was deleted.\n"; if (ViewerTest_EventManager::ToExitOnCloseView()) { Draw_Interprete ("exit"); diff --git a/src/VrmlAPI/VrmlAPI_Writer.cxx b/src/VrmlAPI/VrmlAPI_Writer.cxx index d638ea3e94..a61110f833 100644 --- a/src/VrmlAPI/VrmlAPI_Writer.cxx +++ b/src/VrmlAPI/VrmlAPI_Writer.cxx @@ -234,8 +234,8 @@ void VrmlAPI_Writer::write_v1(const TopoDS_Shape& aShape,const Standard_CString { OSD_Path thePath(aFile); TCollection_AsciiString theFile;thePath.SystemName(theFile); - ofstream outfile; - OSD_OpenStream(outfile, theFile.ToCString(), ios::out); + std::ofstream outfile; + OSD_OpenStream(outfile, theFile.ToCString(), std::ios::out); Handle(VrmlConverter_IsoAspect) ia = new VrmlConverter_IsoAspect; // UIso Handle(VrmlConverter_IsoAspect) ia1 = new VrmlConverter_IsoAspect; //VIso ia->SetMaterial(myUisoMaterial); diff --git a/src/VrmlConverter/VrmlConverter_Curve.cxx b/src/VrmlConverter/VrmlConverter_Curve.cxx index d59c457635..d8fbd89f37 100644 --- a/src/VrmlConverter/VrmlConverter_Curve.cxx +++ b/src/VrmlConverter/VrmlConverter_Curve.cxx @@ -91,7 +91,7 @@ static void DrawCurve (const Adaptor3d_Curve& aCurve, if (aCurve.GetType() == GeomAbs_BSplineCurve) { nbintervals = aCurve.NbKnots() - 1; -// cout << "NbKnots "<Lower(); i <= HAI1->Upper(); i++ ) // { -// cout << HAI1->Value(i) << endl; +// std::cout << HAI1->Value(i) << std::endl; // } // creation of Vrml objects Handle(VrmlConverter_LineAspect) LA = new VrmlConverter_LineAspect; LA = aDrawer->LineAspect(); -// cout << "LA->HasMaterial() = " << LA->HasMaterial() << endl; +// std::cout << "LA->HasMaterial() = " << LA->HasMaterial() << std::endl; // Separator 1 { Vrml_Separator SE1; @@ -216,10 +216,10 @@ void VrmlConverter_Curve::Add(const Adaptor3d_Curve& aCurve, Standard_Real aLimit = aDrawer->MaximalParameterValue(); FindLimits(aCurve, aLimit, V1, V2); -// cout << "V1 = "<< V1 << endl; -// cout << "V2 = "<< V2 << endl; -// cout << "NbPoints = "<< NbPoints << endl; -// cout << "aLimit = "<< aLimit << endl; +// std::cout << "V1 = "<< V1 << std::endl; +// std::cout << "V2 = "<< V2 << std::endl; +// std::cout << "NbPoints = "<< NbPoints << std::endl; +// std::cout << "aLimit = "<< aLimit << std::endl; DrawCurve(aCurve, NbPoints, @@ -245,9 +245,9 @@ void VrmlConverter_Curve::Add(const Adaptor3d_Curve& aCurve, if (Precision::IsNegativeInfinite(V1)) V1 = -aDrawer->MaximalParameterValue(); if (Precision::IsPositiveInfinite(V2)) V2 = aDrawer->MaximalParameterValue(); -// cout << "V1 = "<< V1 << endl; -// cout << "V2 = "<< V2 << endl; -// cout << "NbPoints = "<< NbPoints << endl; +// std::cout << "V1 = "<< V1 << std::endl; +// std::cout << "V2 = "<< V2 << std::endl; +// std::cout << "NbPoints = "<< NbPoints << std::endl; DrawCurve(aCurve, NbPoints, @@ -276,9 +276,9 @@ void VrmlConverter_Curve::Add(const Adaptor3d_Curve& aCurve, if (Precision::IsNegativeInfinite(V1)) V1 = -aDrawer->MaximalParameterValue(); if (Precision::IsPositiveInfinite(V2)) V2 = aDrawer->MaximalParameterValue(); -// cout << "V1 = "<< V1 << endl; -// cout << "V2 = "<< V2 << endl; -// cout << "NbPoints = "<< aNbPoints << endl; +// std::cout << "V1 = "<< V1 << std::endl; +// std::cout << "V2 = "<< V2 << std::endl; +// std::cout << "NbPoints = "<< aNbPoints << std::endl; DrawCurve(aCurve, aNbPoints, diff --git a/src/VrmlConverter/VrmlConverter_DeflectionCurve.cxx b/src/VrmlConverter/VrmlConverter_DeflectionCurve.cxx index f61d1ab71a..6d17eb41ca 100644 --- a/src/VrmlConverter/VrmlConverter_DeflectionCurve.cxx +++ b/src/VrmlConverter/VrmlConverter_DeflectionCurve.cxx @@ -224,11 +224,11 @@ static void DrawCurve (Adaptor3d_Curve& aCurve, } } -//cout << " Array HAI1 - coordIndex " << endl; +//std::cout << " Array HAI1 - coordIndex " << std::endl; // //for ( i=HAI1->Lower(); i <= HAI1->Upper(); i++ ) // { -// cout << HAI1->Value(i) << endl; +// std::cout << HAI1->Value(i) << std::endl; // } @@ -267,8 +267,8 @@ static Standard_Real GetDeflection(const Adaptor3d_Curve& aCurve, diagonal =1000000.; theRequestedDeflection = aDrawer->DeviationCoefficient() * diagonal; } -// cout << "diagonal = " << diagonal << endl; -// cout << "theRequestedDeflection = " << theRequestedDeflection << endl; +// std::cout << "diagonal = " << diagonal << std::endl; +// std::cout << "theRequestedDeflection = " << theRequestedDeflection << std::endl; } else { diff --git a/src/VrmlConverter/VrmlConverter_Projector.cxx b/src/VrmlConverter/VrmlConverter_Projector.cxx index 634f94cf14..b65fc76dc5 100644 --- a/src/VrmlConverter/VrmlConverter_Projector.cxx +++ b/src/VrmlConverter/VrmlConverter_Projector.cxx @@ -79,8 +79,8 @@ VrmlConverter_Projector::VrmlConverter_Projector (const TopTools_Array1OfShape& Ytarget = (Ymin + Ymax)/2; Ztarget = (Zmin + Zmax)/2; -// cout << " target: " << endl; -// cout << " X: " << Xtarget << " Y: " << Ytarget << " Z: " << Ztarget << endl; +// std::cout << " target: " << std::endl; +// std::cout << " X: " << Xtarget << " Y: " << Ytarget << " Z: " << Ztarget << std::endl; // gp_Pnt Target(Xtarget, Ytarget, Ztarget); // gp_Vec VTarget(Target.X(),Target.Y(),Target.Z()); @@ -97,14 +97,14 @@ VrmlConverter_Projector::VrmlConverter_Projector (const TopTools_Array1OfShape& Source.SetY(Ytarget+aVec.Y()); Source.SetZ(Ztarget+aVec.Z()); -// cout << " source: " << endl; -// cout << " X: " << Source.X() << " Y: " << Source.Y() << " Z: " << Source.Z() << endl; +// std::cout << " source: " << std::endl; +// std::cout << " X: " << Source.X() << " Y: " << Source.Y() << " Z: " << Source.Z() << std::endl; gp_Vec VSource(Source.X(),Source.Y(),Source.Z()); // gp_Vec Proj(Source,Target); -// cout << " Vec(source-target): " << endl; -// cout << " X: " << Proj.X() << " Y: " << Proj.Y() << " Z: " << Proj.Z() << endl; +// std::cout << " Vec(source-target): " << std::endl; +// std::cout << " X: " << Proj.X() << " Y: " << Proj.Y() << " Z: " << Proj.Z() << std::endl; gp_Dir Ypers (XUp,YUp,ZUp); @@ -114,10 +114,10 @@ VrmlConverter_Projector::VrmlConverter_Projector (const TopTools_Array1OfShape& } gp_Dir Xpers = Ypers.Crossed(Zpers); -// cout << " Dir(Zpers): " << endl; -// cout << " X: " << Zpers.X() << " Y: " << Zpers.Y() << " Z: " << Zpers.Z() << endl; -// cout << " Dir(Xpers): " << endl; -// cout << " X: " << Xpers.X() << " Y: " << Xpers.Y() << " Z: " << Xpers.Z() << endl; +// std::cout << " Dir(Zpers): " << std::endl; +// std::cout << " X: " << Zpers.X() << " Y: " << Zpers.Y() << " Z: " << Zpers.Z() << std::endl; +// std::cout << " Dir(Xpers): " << std::endl; +// std::cout << " X: " << Xpers.X() << " Y: " << Xpers.Y() << " Z: " << Xpers.Z() << std::endl; gp_Ax3 Axe (Source, Zpers, Xpers); @@ -231,39 +231,39 @@ if (Light == VrmlConverter_SpotLight || Camera != VrmlConverter_NoCamera ) V2.SetY(0); V2.SetZ(P2.Z()); -// cout << " Angle: " << V1.Angle(V2) << endl; -// cout << " ****************** " << endl; +// std::cout << " Angle: " << V1.Angle(V2) << std::endl; +// std::cout << " ****************** " << std::endl; if ( Abs(V1.Angle(V2)) > Abs(MaxAngle) ) MaxAngle = Abs(V1.Angle(V2)); V2.SetX(0); V2.SetY(P2.Y()); V2.SetZ(P2.Z()); -// cout << " Angle: " << V1.Angle(V2) << endl; -// cout << " ****************** " << endl; +// std::cout << " Angle: " << V1.Angle(V2) << std::endl; +// std::cout << " ****************** " << std::endl; if ( Abs(V1.Angle(V2)) > Abs(MaxAngle) ) MaxAngle = Abs(V1.Angle(V2)); if ( Abs(P2.Y()) > Abs(MaxHeight) ) { -// cout << " Height Y: " << P2.Y() << endl; -// cout << " ****************** " << endl; +// std::cout << " Height Y: " << P2.Y() << std::endl; +// std::cout << " ****************** " << std::endl; MaxHeight = Abs(P2.Y()); } if ( Abs(P2.X()) > Abs(MaxHeight) ) { -// cout << " Height X: " << P2.X() << endl; -// cout << " ****************** " << endl; +// std::cout << " Height X: " << P2.X() << std::endl; +// std::cout << " ****************** " << std::endl; MaxHeight = Abs(P2.X()); } } Height = MaxHeight; -// cout << " MaxHeight: " << Height << endl; -// cout << " ****************** " << endl; +// std::cout << " MaxHeight: " << Height << std::endl; +// std::cout << " ****************** " << std::endl; Angle = MaxAngle; -// cout << " MaxAngle: " << Angle << endl; -// cout << " ****************** " << endl; +// std::cout << " MaxAngle: " << Angle << std::endl; +// std::cout << " ****************** " << std::endl; if (Light == VrmlConverter_SpotLight) { diff --git a/src/VrmlConverter/VrmlConverter_ShadedShape.cxx b/src/VrmlConverter/VrmlConverter_ShadedShape.cxx index a4f557e12f..aec83e9619 100644 --- a/src/VrmlConverter/VrmlConverter_ShadedShape.cxx +++ b/src/VrmlConverter/VrmlConverter_ShadedShape.cxx @@ -122,8 +122,8 @@ void VrmlConverter_ShadedShape::Add( Standard_OStream& anOStream, nbVertices += T->NbNodes(); } -// cout << "nbTriangles = "<< nbTriangles << endl; -// cout << "nbVertices = "<< nbVertices << endl << endl; +// std::cout << "nbTriangles = "<< nbTriangles << std::endl; +// std::cout << "nbVertices = "<< nbVertices << std::endl << std::endl; //---------------------------- // now we are going to iterate again to build graphic data from the triangle. @@ -242,44 +242,44 @@ void VrmlConverter_ShadedShape::Add( Standard_OStream& anOStream, //----------------------------- /* - cout << " ******************** " << endl; - cout << " Array HAV1 - Coordinare3 " << endl; + std::cout << " ******************** " << std::endl; + std::cout << " Array HAV1 - Coordinare3 " << std::endl; for ( i=HAV1->Lower(); i <= HAV1->Upper(); i++ ) { - cout << HAV1->Value(i).X() << " " << HAV1->Value(i).Y()<< " " << HAV1->Value(i).Z() << endl; + std::cout << HAV1->Value(i).X() << " " << HAV1->Value(i).Y()<< " " << HAV1->Value(i).Z() << std::endl; } if(SA->HasNormals()) { - cout << " ******************** " << endl; - cout << " Array HAV2 - Normals " << endl; + std::cout << " ******************** " << std::endl; + std::cout << " Array HAV2 - Normals " << std::endl; for ( i=HAV2->Lower(); i <= HAV2->Upper(); i++ ) { - cout << HAV2->Value(i).X() << " " << HAV2->Value(i).Y()<< " " << HAV2->Value(i).Z() << endl; + std::cout << HAV2->Value(i).X() << " " << HAV2->Value(i).Y()<< " " << HAV2->Value(i).Z() << std::endl; } - cout << " ******************** " << endl; - cout << " Array HAI3 - normalIndex " << endl; + std::cout << " ******************** " << std::endl; + std::cout << " Array HAI3 - normalIndex " << std::endl; for ( i=HAI3->Lower(); i <= HAI3->Upper(); i++ ) { - cout << HAI3->Value(i) << endl; + std::cout << HAI3->Value(i) << std::endl; } } - cout << " ******************** " << endl; - cout << " Array HAI1 - coordIndex " << endl; + std::cout << " ******************** " << std::endl; + std::cout << " Array HAI1 - coordIndex " << std::endl; for ( i=HAI1->Lower(); i <= HAI1->Upper(); i++ ) { - cout << HAI1->Value(i) << endl; + std::cout << HAI1->Value(i) << std::endl; } - cout << " ******************** " << endl; + std::cout << " ******************** " << std::endl; */ //---------------------------- diff --git a/src/VrmlConverter/VrmlConverter_WFDeflectionRestrictedFace.cxx b/src/VrmlConverter/VrmlConverter_WFDeflectionRestrictedFace.cxx index fe1239e5d0..2acb98818a 100644 --- a/src/VrmlConverter/VrmlConverter_WFDeflectionRestrictedFace.cxx +++ b/src/VrmlConverter/VrmlConverter_WFDeflectionRestrictedFace.cxx @@ -60,8 +60,8 @@ static Standard_Real GetDeflection(const Handle(BRepAdaptor_HSurface)& aFace, diagonal =1000000.; theRequestedDeflection = aDrawer->DeviationCoefficient() * diagonal; } -// cout << "diagonal = " << diagonal << endl; -// cout << "theRequestedDeflection = " << theRequestedDeflection << endl; +// std::cout << "diagonal = " << diagonal << std::endl; +// std::cout << "theRequestedDeflection = " << theRequestedDeflection << std::endl; } else { @@ -164,7 +164,7 @@ void VrmlConverter_WFDeflectionRestrictedFace::Add } } else { - cout << "Cannot evaluate curve on surface"<UMaterial1 = " << aDrawer->UIsoAspect()->HasMaterial() << endl; -// cout << "Face:aDrawer>VMaterial1 = " << aDrawer->VIsoAspect()->HasMaterial() << endl; -// cout << "Face:aDrawer>LineAspect1 = " << aDrawer->LineAspect()->HasMaterial() << endl; -// cout << "Face:la1 = " << latmp->HasMaterial() << endl; -// cout << "Face:laU1 = " << laU->HasMaterial() << endl; -// cout << "Face:laV1 = " << laV->HasMaterial() << endl; -// cout << "Face:iau1 = " << iautmp->HasMaterial() << endl; -// cout << "Face:iav1 = " << iavtmp->HasMaterial() << endl; +// std::cout << "Face:aDrawer>UMaterial1 = " << aDrawer->UIsoAspect()->HasMaterial() << std::endl; +// std::cout << "Face:aDrawer>VMaterial1 = " << aDrawer->VIsoAspect()->HasMaterial() << std::endl; +// std::cout << "Face:aDrawer>LineAspect1 = " << aDrawer->LineAspect()->HasMaterial() << std::endl; +// std::cout << "Face:la1 = " << latmp->HasMaterial() << std::endl; +// std::cout << "Face:laU1 = " << laU->HasMaterial() << std::endl; +// std::cout << "Face:laV1 = " << laV->HasMaterial() << std::endl; +// std::cout << "Face:iau1 = " << iautmp->HasMaterial() << std::endl; +// std::cout << "Face:iav1 = " << iavtmp->HasMaterial() << std::endl; // creation of Vrml objects @@ -268,16 +268,16 @@ void VrmlConverter_WFRestrictedFace::Add aDrawer->SetUIsoAspect(iautmp); aDrawer->SetVIsoAspect(iavtmp); -// cout << endl; +// std::cout << std::endl; -// cout << "Face:aDrawer>UMaterial4 = " << aDrawer->UIsoAspect()->HasMaterial() << endl; -// cout << "Face:aDrawer>VMaterial4 = " << aDrawer->VIsoAspect()->HasMaterial() << endl; -// cout << "Face:aDrawer>LineAspect4 = " << aDrawer->LineAspect()->HasMaterial() << endl; -// cout << "Face:la4 = " << latmp->HasMaterial() << endl; -// cout << "Face:laU4 = " << laU->HasMaterial() << endl; -// cout << "Face:laV4 = " << laV->HasMaterial() << endl; -// cout << "Face:iau4 = " << iautmp->HasMaterial() << endl; -// cout << "Face:iav4 = " << iavtmp->HasMaterial() << endl; +// std::cout << "Face:aDrawer>UMaterial4 = " << aDrawer->UIsoAspect()->HasMaterial() << std::endl; +// std::cout << "Face:aDrawer>VMaterial4 = " << aDrawer->VIsoAspect()->HasMaterial() << std::endl; +// std::cout << "Face:aDrawer>LineAspect4 = " << aDrawer->LineAspect()->HasMaterial() << std::endl; +// std::cout << "Face:la4 = " << latmp->HasMaterial() << std::endl; +// std::cout << "Face:laU4 = " << laU->HasMaterial() << std::endl; +// std::cout << "Face:laV4 = " << laV->HasMaterial() << std::endl; +// std::cout << "Face:iau4 = " << iautmp->HasMaterial() << std::endl; +// std::cout << "Face:iav4 = " << iavtmp->HasMaterial() << std::endl; } diff --git a/src/VrmlConverter/VrmlConverter_WFShape.cxx b/src/VrmlConverter/VrmlConverter_WFShape.cxx index 9437a021fe..1ba9061111 100644 --- a/src/VrmlConverter/VrmlConverter_WFShape.cxx +++ b/src/VrmlConverter/VrmlConverter_WFShape.cxx @@ -120,7 +120,7 @@ void VrmlConverter_WFShape::Add(Standard_OStream& anOStream, qnt++; } -// cout << "Quantity of Curves = " << qnt << endl; +// std::cout << "Quantity of Curves = " << qnt << std::endl; // Wire (without any neighbour) @@ -200,7 +200,7 @@ void VrmlConverter_WFShape::Add(Standard_OStream& anOStream, qnt++; } -// cout << "Quantity of Vertexes = " << qnt << endl; +// std::cout << "Quantity of Vertexes = " << qnt << std::endl; if (qnt != 0) { diff --git a/src/VrmlData/VrmlData_Group.cxx b/src/VrmlData/VrmlData_Group.cxx index 685b04523f..af43b054a8 100644 --- a/src/VrmlData/VrmlData_Group.cxx +++ b/src/VrmlData/VrmlData_Group.cxx @@ -311,7 +311,7 @@ VrmlData_ErrorStatus VrmlData_Group::Read (VrmlData_InBuffer& theBuffer) if (OK(aStatus, ReadMultiString (theBuffer, lstURL))) { NCollection_List::Iterator anIter (lstURL); for (; anIter.More(); anIter.Next()) { - ifstream aStream; + std::ifstream aStream; const TCollection_AsciiString& aFileName = anIter.Value(); if (!OK(aStatus, openFile (aStream, aFileName))) break; @@ -423,7 +423,7 @@ VrmlData_ErrorStatus VrmlData_Group::openFile (Standard_IStream& theStream, const TCollection_AsciiString& theFilename) { - ifstream& aStream = static_cast (theStream); + std::ifstream& aStream = static_cast (theStream); VrmlData_ErrorStatus aStatus (VrmlData_EmptyData); NCollection_List::Iterator aDirIter = Scene().VrmlDirIterator(); @@ -432,7 +432,7 @@ VrmlData_ErrorStatus VrmlData_Group::openFile continue; const TCollection_AsciiString aFullName = TCollection_AsciiString (aDirIter.Value()) + theFilename; - aStream.open (aFullName.ToCString(), ios::in); + aStream.open (aFullName.ToCString(), std::ios::in); if (aStream.fail()) aStream.clear(); else { @@ -441,7 +441,7 @@ VrmlData_ErrorStatus VrmlData_Group::openFile } } if (aStatus == VrmlData_EmptyData) { - aStream.open (theFilename.ToCString(), ios::in); + aStream.open (theFilename.ToCString(), std::ios::in); if (!aStream.fail()) aStatus = VrmlData_StatusOK; } diff --git a/src/VrmlData/VrmlData_Scene.cxx b/src/VrmlData/VrmlData_Scene.cxx index 9128cd3fbd..60edbb97bb 100644 --- a/src/VrmlData/VrmlData_Scene.cxx +++ b/src/VrmlData/VrmlData_Scene.cxx @@ -208,11 +208,11 @@ VrmlData_ErrorStatus VrmlData_Scene::readLine (VrmlData_InBuffer& theBuffer) theBuffer.Input.getline (theBuffer.Line, sizeof(theBuffer.Line)); theBuffer.LineCount++; const int stat = theBuffer.Input.rdstate(); - if (stat & ios::badbit) { + if (stat & std::ios::badbit) { aStatus = VrmlData_UnrecoverableError; } - else if (stat & ios::failbit) { - if (stat & ios::eofbit) { + else if (stat & std::ios::failbit) { + if (stat & std::ios::eofbit) { aStatus = VrmlData_EndOfFile; } else { @@ -981,10 +981,10 @@ VrmlData_ErrorStatus VrmlData_Scene::WriteLine (* myOutput) << "\n"; } const int stat = myOutput->rdstate(); - if (stat & ios::badbit) + if (stat & std::ios::badbit) aStatus = VrmlData_UnrecoverableError; - else if (stat & ios::failbit) -// if (stat & ios::eofbit) + else if (stat & std::ios::failbit) +// if (stat & std::ios::eofbit) // aStatus = VrmlData_EndOfFile; // else aStatus = VrmlData_GeneralError; diff --git a/src/VrmlData/VrmlData_Scene.hxx b/src/VrmlData/VrmlData_Scene.hxx index 8ad8195222..b60162ca9a 100644 --- a/src/VrmlData/VrmlData_Scene.hxx +++ b/src/VrmlData/VrmlData_Scene.hxx @@ -335,7 +335,7 @@ class VrmlData_Scene protected: /** - * Read whatever line from the input checking the istream flags. + * Read whatever line from the input checking the std::istream flags. */ Standard_EXPORT static VrmlData_ErrorStatus readLine (VrmlData_InBuffer& theBuffer); diff --git a/src/XCAFDoc/XCAFDoc_GraphNode.cxx b/src/XCAFDoc/XCAFDoc_GraphNode.cxx index f83ad70e3c..7ce30e7af5 100644 --- a/src/XCAFDoc/XCAFDoc_GraphNode.cxx +++ b/src/XCAFDoc/XCAFDoc_GraphNode.cxx @@ -448,7 +448,7 @@ Standard_OStream& XCAFDoc_GraphNode::Dump (Standard_OStream& anOS) const for (; i <= NbFathers(); i++) { if ( !myFathers(i)->Label().IsNull() ) myFathers(i)->Label().EntryDump(anOS); - anOS<Label().IsNull() ) myChildren(i)->Label().EntryDump(anOS); - anOS<HasFather()) { #ifdef OCCT_DEBUG - cout<<"Error: XCAFDoc_ShapeTool, SetLabelNameByLink(): NO NODE"<0) theDumpLog<0) theDumpLog<Father()->Label(), Entry); theDumpLog<<" (refers to "<Get()<<"\" "; diff --git a/src/XCAFDoc/XCAFDoc_ShapeTool.hxx b/src/XCAFDoc/XCAFDoc_ShapeTool.hxx index ef257d9267..d927b52baf 100644 --- a/src/XCAFDoc/XCAFDoc_ShapeTool.hxx +++ b/src/XCAFDoc/XCAFDoc_ShapeTool.hxx @@ -323,7 +323,7 @@ public: Standard_EXPORT virtual Standard_OStream& Dump (Standard_OStream& theDumpLog) const Standard_OVERRIDE; - //! Print to ostream type of shape found on label + //! Print to std::ostream type of shape found on label //! and the entry of , with tabs before. //! If , print also TShape and Location addresses Standard_EXPORT static void DumpShape (Standard_OStream& theDumpLog, const TDF_Label& L, const Standard_Integer level = 0, const Standard_Boolean deep = Standard_False); diff --git a/src/XCAFPrs/XCAFPrs.cxx b/src/XCAFPrs/XCAFPrs.cxx index 053c3e2f4f..4382b4ae2e 100644 --- a/src/XCAFPrs/XCAFPrs.cxx +++ b/src/XCAFPrs/XCAFPrs.cxx @@ -253,7 +253,7 @@ void XCAFPrs::CollectStyleSettings (const TDF_Label& theLabel, // set style for all component from Next Usage Occurrence. #ifdef OCCT_DEBUG - cout << "Set the style for SHUO next_usage-occurrance" << endl; + std::cout << "Set the style for SHUO next_usage-occurrance" << std::endl; #endif /* // may be work, but static it returns excess shapes. It is more faster to use OLD version. diff --git a/src/XCAFPrs/XCAFPrs_Driver.cxx b/src/XCAFPrs/XCAFPrs_Driver.cxx index 99caac2b48..ee98431912 100644 --- a/src/XCAFPrs/XCAFPrs_Driver.cxx +++ b/src/XCAFPrs/XCAFPrs_Driver.cxx @@ -33,7 +33,7 @@ Standard_Boolean XCAFPrs_Driver::Update (const TDF_Label& L, Handle(AIS_InteractiveObject)& ais) { -// cout << "XCAFPrs_Driver::Update" << endl; +// std::cout << "XCAFPrs_Driver::Update" << std::endl; // WARNING! The label L can be out of any document // (this is a case for reading from the file) // Handle(TDocStd_Document) DOC = TDocStd_Document::Get(L); diff --git a/src/XDEDRAW/XDEDRAW.cxx b/src/XDEDRAW/XDEDRAW.cxx index e624f1c70c..07b3afaf72 100644 --- a/src/XDEDRAW/XDEDRAW.cxx +++ b/src/XDEDRAW/XDEDRAW.cxx @@ -1360,7 +1360,7 @@ static Standard_Integer testDoc (Draw_Interpretor&, { if( argc < 2 ) { - cout<<"Invalid numbers of arguments should be: XTestDoc shape"<Pln(); diff --git a/src/XSAlgo/XSAlgo_AlgoContainer.cxx b/src/XSAlgo/XSAlgo_AlgoContainer.cxx index a492773fa2..20d1702650 100644 --- a/src/XSAlgo/XSAlgo_AlgoContainer.cxx +++ b/src/XSAlgo/XSAlgo_AlgoContainer.cxx @@ -129,8 +129,8 @@ TopoDS_Shape XSAlgo_AlgoContainer::ProcessShape (const TopoDS_Shape& shape, { static Standard_Integer time = 0; if ( ! time ) - cout << "Warning: XSAlgo_AlgoContainer::ProcessShape(): Sequence " << str.ToCString() << - " is not defined in " << prscfile << " resource; do default processing" << endl; + std::cout << "Warning: XSAlgo_AlgoContainer::ProcessShape(): Sequence " << str.ToCString() << + " is not defined in " << prscfile << " resource; do default processing" << std::endl; time++; } #endif @@ -156,8 +156,8 @@ TopoDS_Shape XSAlgo_AlgoContainer::ProcessShape (const TopoDS_Shape& shape, } catch (Standard_Failure const& anException) { #ifdef OCCT_DEBUG - cout << "Error: XSAlgo_AlgoContainer::ProcessShape(): Exception in ShapeFix::Shape" << endl; - anException.Print(cout); cout << endl; + std::cout << "Error: XSAlgo_AlgoContainer::ProcessShape(): Exception in ShapeFix::Shape" << std::endl; + anException.Print(std::cout); std::cout << std::endl; #endif (void)anException; } @@ -244,7 +244,7 @@ TopoDS_Shape XSAlgo_AlgoContainer::PerformFixShape(const TopoDS_Shape& S, } catch (Standard_Failure) { #ifdef OCCT_DEBUG - cout << "Error: XSAlgo_AlgoContainer::PerformFixShape(): Exception in ShapeFix::Shape" << endl; + std::cout << "Error: XSAlgo_AlgoContainer::PerformFixShape(): Exception in ShapeFix::Shape" << std::endl; #endif } return shape; @@ -306,7 +306,7 @@ Standard_Boolean XSAlgo_AlgoContainer::CheckPCurve (const TopoDS_Edge& E, if ( DU/8. > (UL/6. - UF/6.) || DV/8. > (VL/6. - VF/6.) ) { ShapeBuild_Edge().RemovePCurve(E,face); #ifdef OCCT_DEBUG - cout<<"Removing pcuve periodic"<AddResult(TransientListBinder); // resBinder->SetNext(TransientListBinder, Standard_True); #ifdef OCCT_DEBUG - cout<<"Info: TransientListBinder created for splitted shape"<NbMapped() = "<NbMapped()<NbMapped() = "<NbMapped()<Arg(3); const Handle(Transfer_TransientProcess) &TP = XSControl::Session(pilot)->TransferReader()->TransientProcess(); Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (TP.IsNull()) { sout<<"No Transfer Read"<Model(); if (model.IsNull()) { if (mode == 0) { - sout<<"Pas de modele, preciser n0 d item de transfert"<NbRoots(); } if (tout) { n1 = 1; n2 = max; - sout<<", listage de 1 a "< max) { - sout<<" - Num="< 0) binder = TP->MapItem (index); if (binder.IsNull()) index = 0; if (index == 0) { - if (!tout) sout<<"Entite n0 "<HasResult()) { - if (!tout) sout<<"Entite n0 "<Result(); nbvar ++; - if (sh.IsNull()) { sout<<" (no Shape recorded)"< 2 && mode == 0) sprintf (nomvar,"%s_%d",arg2,nbvar); else sprintf (nomvar,"tp_%d",i); } - sout<<" -> 1 DRAW Shape: "< 1 DRAW Shape: "<SetShape(nomvar,sh); continue; } @@ -187,26 +187,26 @@ static IFSelect_ReturnStatus XSControl_tpdraw sout<<" -> "<Shape(j); if (nbvar < 0) nbvar = 0; nbvar ++; - if (sh.IsNull()) { sout<<" (no Shape recorded)"< 3 && mode > 0) sprintf (nomvar,"%s_%d",arg3,nbvar); else if (argc > 2 && mode == 0) sprintf (nomvar,"%s_%d",arg2,nbvar); else sprintf (nomvar,"tp_%d_%d",i,nbvar); sout<<" "<SetShape(nomvar,sh); } - sout<Result(); if (resu.IsNull()) { - sout<<"Entite n0 "<DynamicType()->Name(); - if (geom.IsNull()) { sout< 3 && mode > 0) sprintf (nomvar,"%s",arg3); @@ -219,15 +219,15 @@ static IFSelect_ReturnStatus XSControl_tpdraw } char* nomv = nomvar; XSControl::Vars(pilot)->Set (nomv,geom); - sout<<" -> DRAW Geom : "< DRAW Geom : "<ResultTypeName()<ResultTypeName()<Arg(1); const Handle(Transfer_TransientProcess) &TP = XSControl::Session(pilot)->TransferReader()->TransientProcess(); Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (TP.IsNull()) { sout<<"No Transfer Read"<Session(),pilot->CommandPart(2)); - if (lise.IsNull()) { sout<<"Not a valid entity list : "<CommandPart(2)<CommandPart(2)<Length()<<" Entities, "; } - if (list.IsNull()) { sout<<"No Shape listed"<Length(); - sout<TransferReader(); Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (TR.IsNull()) { sout<<" manque init"<Model(); - if (mdl.IsNull()) { sout<<" modele absent"< 1 ? IFSelect_Functions::GiveEntityNumber(XSControl::Session(pilot),arg1) : 0); if (argc > 1) nomsh = arg1; else nomsh = cascomp ? "TREAD_COMP" : "TREAD_LIST"; - if (cassave) sout<<" save shapes -> current directory"< current directory"<ShapeResultList(Standard_True); - sout<<" TOUS RESULTATS par ShapeResultList, soit "<Length()<Length()<Length(); i <= nb; ++i) { noms = nomsh + "_" + i; - if ( (i%1000) == 0) sout<<"("<Value(i), noms.ToCString()); else if (cascomp) B.Add (C,list->Value(i)); } - sout<SetShape (nomsh.ToCString(), C); else if (cascomp && cassave) BRepTools::Write (C, nomsh.ToCString()); } else { - if (num < 1 || num > mdl->NbEntities()) { sout<<" incorrect:"< mdl->NbEntities()) { sout<<" incorrect:"<ShapeResult(mdl->Value(num)); - if (sh.IsNull()) { sout<<" Pas de resultat pour "< 2) nomsh = arg2; else nomsh = TCollection_AsciiString ("TREAD_") + num; if (!cascomp && !cassave) XSControl::Vars(pilot)->SetShape (nomsh.ToCString(), sh); else if (!cascomp && cassave) BRepTools::Write (sh, nomsh.ToCString()); - else sout<<"Option non comprise"<GetShape(a1); if (Shape.IsNull()) { - sout<<"Not a DRAW Shape:"<TransferReader(); - if (TR.IsNull()) { } // sout<<"No read transfer (import) recorded"<Model()->Print(ent,sout); - if ( silent ) sout << " in file " << XSControl::Session(pilot)->LoadedFile() << endl; + if ( silent ) sout << " in file " << XSControl::Session(pilot)->LoadedFile() << Message_EndLine; } - if ( ! silent ) sout<Model()->Print(ent,sout); if ( silent ) sout << " in file " << XSControl::Session(pilot)->LoadedFile(); - sout< 0) { if ( silent ) sout << " in file " << XSControl::Session(pilot)->LoadedFile(); - sout<Model()->Print(cent,sout); } - if ( ! start ) sout<TransientProcess(); Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (TP.IsNull()) { sout<<"no transfer map"<GetShape(a1); - if (Shape.IsNull()) { sout<<"Not a DRAW Shape:"<Length(); - sout<Model(); sout<<"("; for (i = 1; i <= nb; i ++) { if (i > 1) sout<<","; sout<Number(list->Value(i)); } - sout<<")"<NbWords(); Handle(Message_Messenger) sout = Message::DefaultMessenger(); if (argc < 4) { - sout<<"Give : filename or . for current model; varname or . to take fileroot\n GiveList, * for all transferrable roots"<Arg(1); @@ -582,9 +582,9 @@ static IFSelect_ReturnStatus XSControl_trimport TCollection_AsciiString fnom,rnom; Standard_Boolean modfic = XSControl_FuncShape::FileAndVar (WS,arg1,arg2,"IMPORT",fnom,rnom); - if (modfic) sout<<" File to read : "<CommandPart (3); @@ -596,9 +596,9 @@ static IFSelect_ReturnStatus XSControl_trimport comload.AssignCat(arg1); IFSelect_ReturnStatus status = pilot->Execute(comload); if (status != IFSelect_RetDone) - { sout<<"Abandon import"<GiveList (compart.ToCString()); } - if (list.IsNull()) { sout<<"No list defined. Abandon"<Length(); - sout<<"Nb entities selected : "<InitTransferReader (0); const Handle(XSControl_TransferReader) &TR = WS->TransferReader(); - if (TR.IsNull()) { sout<<" init not done or failed"<BeginTransfer(); // Transferring Standard_Integer nbt = TR->TransferList(list); - sout<<"Nb Entities Selected : "<Arg(0)[5] == 'c'); @@ -635,7 +635,7 @@ static IFSelect_ReturnStatus XSControl_trimport BRep_Builder B; B.MakeCompound (C); Handle(Interface_InterfaceModel) mdl = TR->Model(); - if (mdl.IsNull()) { sout<<" modele absent"<Value(il); sh = TR->ShapeResult(ent); @@ -648,15 +648,15 @@ static IFSelect_ReturnStatus XSControl_trimport XSControl::Vars(pilot)->SetShape(nomsh,sh); } } - if (nbs == 0) sout<<"No Shape produced"<SetShape(rnom.ToCString(),sh); } else if (iscomp) { - sout<<"One compound made of "<SetShape(rnom.ToCString(),C); } else { // several individual shapes - sout<TransferWriter(); - if (argc < 2) { sout<<" donner nom de shape draw"<Arg(i); TopoDS_Shape Shape = XSControl::Vars(pilot)->GetShape(ai); - if (Shape.IsNull()) { sout<<"pas un nom de shape draw:"<TransferWriteShape (XSControl::Session(pilot)->Model(),Shape); - sout<<" Transfer Write Status = "<Append (li); @@ -799,12 +799,12 @@ Standard_Integer XSControl_FuncShape::MoreShapes list->Append(Shape); nbsh ++; } - sout<<" -> taken "< taken "<Vars()->GetShape(a1); - if (Shape.IsNull()) { sout<<"not a shape draw:"<Append(Shape); return 1; } diff --git a/src/XSControl/XSControl_Functions.cxx b/src/XSControl/XSControl_Functions.cxx index 4b57748481..d2558d5afe 100644 --- a/src/XSControl/XSControl_Functions.cxx +++ b/src/XSControl/XSControl_Functions.cxx @@ -56,7 +56,7 @@ static IFSelect_ReturnStatus XSControl_xinit(const Handle(IFSelect_SessionPilot) if (argc > 1) return (XSControl::Session(pilot)->SelectNorm(arg1) ? IFSelect_RetDone : IFSelect_RetFail); Handle(Message_Messenger) sout = Message::DefaultMessenger(); - sout<<"Selected Norm:"<SelectedNorm()<SelectedNorm()<NormAdaptor(); Handle(Message_Messenger) sout = Message::DefaultMessenger(); if (argc == 1) - sout<<"Current Norm. xnorm newnorm to change"<Name(Standard_False)<Name(Standard_True)<Name(Standard_False)<Name(Standard_True)<SetController(control); - sout<<"new norm : "<Name()<Name()<NewModel().IsNull()) return IFSelect_RetDone; Handle(Message_Messenger) sout = Message::DefaultMessenger(); - sout<<"No new Model produced"<TransferWriter()->FinderProcess(); const Handle(Transfer_TransientProcess) &TP = XSControl::Session(pilot)->TransferReader()->TransientProcess(); Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (modew) { if(!FP.IsNull()) FP->Clear(); else sout<<"No Transfer Write"<Clear(); else sout<<"No Transfer Read"<Clear(); else sout<<"No Transfer Write"<Clear(); else sout<<"No Transfer Read"<Arg(2); const Handle(Transfer_TransientProcess) &TP = XSControl::Session(pilot)->TransferReader()->TransientProcess(); Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (TP.IsNull()) { sout<<"No Transfer Read"<PrintStats (1,sout); } - else sout<<"TransferRead : not defined"<TransferReader()->TransientProcess(); // **** tpent **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (TP.IsNull()) { sout<<"No Transfer Read"<Model(); if (model.IsNull()) return IFSelect_RetFail; - if (argc < 2) { sout<<"Give ENTITY NUMBER (IN MODEL TransferProcess)"< model->NbEntities()) { sout<<"Number not in [1 - "<NbEntities()<<"]"< model->NbEntities()) { sout<<"Number not in [1 - "<NbEntities()<<"]"<Value(num); Standard_Integer index = TP->MapIndex (ent); - if (index == 0) sout<<"Entity "<PrintTransferStatus (index,Standard_False,sout); return IFSelect_RetVoid; } @@ -236,7 +236,7 @@ static IFSelect_ReturnStatus XSControl_tpitem(const Handle(IFSelect_SessionPilot const Standard_CString arg1 = pilot->Arg(1); // **** tpitem/tproot/twitem/twroot **** Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (argc < 2) { sout<<"Give ITEM NUMBER (in TransferProcess)"<Word(0).Value(3) == 'r') num = -num; Standard_Boolean modew = Standard_False; @@ -245,7 +245,7 @@ static IFSelect_ReturnStatus XSControl_tpitem(const Handle(IFSelect_SessionPilot Handle(Transfer_Finder) finder; Handle(Standard_Transient) ent; if (!XSControl::Session(pilot)->PrintTransferStatus(num,modew,sout)) - sout<<" - Num="<NbRoots(); - sout<<" Recording "<Root(i); - if (TR->RecordResult (ent)) sout<<" Root n0."<RecordResult (ent)) sout<<" Root n0."< mdl->NbEntities()) sout<<"incorrect number:"<RecordResult(mdl->Value(num))) sout<<" Entity n0."< mdl->NbEntities()) sout<<"incorrect number:"<RecordResult(mdl->Value(num))) sout<<" Entity n0."<TransferReader(); - if (TR.IsNull()) { sout<<" init not done"<Model(); - if (mdl.IsNull()) { sout<<" No model"<FileName()<FileName()<PrintStats(10,0); } else { // stats unitaires Standard_Integer num = atoi(arg1); - if (num < 1 || num > mdl->NbEntities()) { sout<<" incorrect number:"< mdl->NbEntities()) { sout<<" incorrect number:"<Value(num); - if (!TR->IsRecorded(ent)) { sout<<" Entity "<IsRecorded(ent)) { sout<<" Entity "<FinalResult(ent); Handle(TColStd_HSequenceOfTransient) list = TR->CheckedList(ent); Standard_Integer i, nb = list->Length(); if (nb > 0) sout<<" Entities implied by Check/Result :"<Print(list->Value(i),sout); } - sout<CheckList(Standard_False); pilot->Session()->PrintCheckList(chl,Standard_False,IFSelect_EntitiesByItem); } @@ -337,7 +337,7 @@ static IFSelect_ReturnStatus XSControl_trbegin(const Handle(IFSelect_SessionPilo TR = XSControl::Session(pilot)->TransferReader(); if (TR.IsNull()) { Handle(Message_Messenger) sout = Message::DefaultMessenger(); - sout<<" init not done or failed"<TransferReader(); - if (TR.IsNull()) { sout<<" init not done"<Model(); - if (mdl.IsNull()) { sout<<" No model"<Session()->NamedItem("xst-model-roots")); Handle(Standard_Transient) sel = pilot->Session()->NamedItem("xst-model-roots"); - if (sel.IsNull()) { sout<<"Select Roots absent"<Session()->GiveList(sel); - sout<<" Transferring all roots i.e. : "<TransferList(list)<TransferList(list)<Session(),pilot->CommandPart(1)); - sout<<" Transfer of "<Length()<<" entities"<Length()<<" entities"<TransferList(list); - sout<<" Gives "< TProcess **** const Handle(XSControl_TransferReader) &TR = XSControl::Session(pilot)->TransferReader(); Handle(Message_Messenger) sout = Message::DefaultMessenger(); - if (TR.IsNull()) sout<<" No TransferReader"<TransientProcess().IsNull()) sout<<" Transfer Reader without Process"<TransientProcess().IsNull()) sout<<" Transfer Reader without Process"<ModeWriteBounds (modemin,modemax)) { - sout<<"Write Mode : allowed values "<ModeWriteHelp (modd)<ModeWriteHelp (modd)< "< "<SetTransferMode(mod); - if (!control->IsModeWrite (mod)) sout<<"Warning : this new value is not supported"<IsModeWrite (mod)) sout<<"Warning : this new value is not supported"<PrintStats (1,sout); } - else sout<<"TransferWrite: not defined"< //! mode = 0 : per entity, prints messages //! mode = 1 : per message, just gives count of entities per check diff --git a/src/XSControl/XSControl_TransferReader.cxx b/src/XSControl/XSControl_TransferReader.cxx index 245ce6fb52..0b23c92571 100644 --- a/src/XSControl/XSControl_TransferReader.cxx +++ b/src/XSControl/XSControl_TransferReader.cxx @@ -798,7 +798,7 @@ Standard_Integer XSControl_TransferReader::TransferOne Standard_Integer num = myModel->Number(ent); Handle(TCollection_HAsciiString) lab = myModel->StringLabel(ent); sout<<"\n*******************************************************************\n"; - sout << "****** Transferring one Entity ******"<ToCString() @@ -851,7 +851,7 @@ Standard_Integer XSControl_TransferReader::TransferList // Pour le log-file if (level > 0) { sout<<"\n*******************************************************************\n"; - sout << "****** Transferring a list of "<Messenger(); // A ameliorer ... ! sout<<"\n*******************************************************************\n"; - sout << "****** Statistics on Transfer (Read) ******"< 10) { sout<<" *** Not yet implemented"< 10) { sout<<" *** Not yet implemented"<Length(); Handle(IFSelect_SignatureList) counter; @@ -997,7 +997,7 @@ void XSControl_TransferReader::PrintStats } if (!counter.IsNull()) counter->PrintList(sout,myModel,pcm); - sout<PrintStats(0,sout); return; } sout<<"\n*******************************************************************\n"; - sout << "****** Statistics on Transfer Process (Read) ******"<NbEntities()<NbEntities()<Print (ent,sout); - sout<<" "<TypeName(ent,Standard_False)<<" (not recorded)"<TypeName(ent,Standard_False)<<" (not recorded)"<Print (ent,sout); sout<<" "<TypeName(ent,Standard_False); - sout<<" Result:"<Check(); @@ -1229,11 +1229,11 @@ void XSControl_TransferReader::PrintStatsOnList(const Handle(Transfer_TransientP if (newnbw > 0) { sout<<" - Warnings : "<CWarning(newi)<CWarning(newi)< 0) { sout<<" - Fails : "<CFail(newi)<CFail(newi)<PrintList(sout,model,pcm); - else sout< 0) { - sout << "****** Percentages according Transfer Status ******"< 0) - sout<<"****** Result : "<< (nbr+nbrw)*100/nl<<" %"< 0) - sout<<"****** Result + FAIL : "<< (nbrf)*100/nl<<" %"< 0) - sout<<"****** FAIL, no Result : "<< (nbf)*100/nl<<" %"< 0) - sout<<"****** Just Warning : "<< (nbw)*100/nl<<" %"< 0) - sout<<"****** Nothing Recorded: "<< (nbnr)*100/nl<<" %"<Messenger(); // A ameliorer ... ! sout<<"\n*******************************************************************\n"; - sout << "****** Statistics on Transfer (Write) ******"<DynamicType()->Name()<<" ******"<TransferWriteTransient (obj,myTransferWriter,model,myTransferMode); } catch(Standard_Failure const& anException) { sout<<"**** **** TransferWriteShape, EXCEPTION : "; sout<TransferWriteShape (shape,myTransferWriter,model,myTransferMode); } catch(Standard_Failure const& anException) { sout<<"**** **** TransferWriteShape, EXCEPTION : "; sout<Length(); for (i = 1; i <= nb; i ++) - if (!linha->Value(i).IsNull()) sout<Value(i)->ToCString()<Value(i).IsNull()) sout<Value(i)->ToCString()<Length(); for (i = 1; i <= nb; i ++) - sout<Value(i).ToCString()<Value(i).ToCString()<Length(); for (i = 1; i <= nb; i ++) if (!linhe->Value(i).IsNull()) - sout << linhe->Value(i) << endl; + sout << linhe->Value(i) << Message_EndLine; return; } DeclareAndCast(TColStd_HSequenceOfExtendedString,linee,lines); if (!linee.IsNull()) { nb = linee->Length(); for (i = 1; i <= nb; i ++) - sout << linee->Value(i) << endl; + sout << linee->Value(i) << Message_EndLine; return; } DeclareAndCast(TCollection_HAsciiString,lin1a,lines); diff --git a/src/XSControl/XSControl_WorkSession.cxx b/src/XSControl/XSControl_WorkSession.cxx index 0ffc9fdc3e..6cf05457de 100644 --- a/src/XSControl/XSControl_WorkSession.cxx +++ b/src/XSControl/XSControl_WorkSession.cxx @@ -209,16 +209,16 @@ Standard_Boolean XSControl_WorkSession::PrintTransferStatus(const Standard_Inte { S<<" ** Transfer Root n0."<FindTransient(finder); - S<<" -> Type "<DynamicType()->Name()< Type "<DynamicType()->Name()<StartTrace (binder,finder,0,0); // pb sout/S if (!ent.IsNull()) { S<<" ** Resultat Transient, type "<DynamicType()->Name(); const Handle(Interface_InterfaceModel) &model = Model(); if (!model.IsNull()) { S<<" In output Model, Entity "; model->Print(ent,S); } - S<Model(); - if (model.IsNull()) cout<<"No Model"<NbMapped() ,maxr = TP->NbRoots(); @@ -248,10 +248,10 @@ Standard_Boolean XSControl_WorkSession::PrintTransferStatus(const Standard_Inte { S<<" ** Transfer Root n0."<Print(ent,S); } binder = TP->MapItem (ne); - S<StartTrace (binder,ent,0,0); } @@ -262,11 +262,11 @@ Standard_Boolean XSControl_WorkSession::PrintTransferStatus(const Standard_Inte Standard_Integer i,nbw = ch->NbWarnings(), nbf = ch->NbFails(); if (nbw > 0) { S<<" - Warnings : "<CWarning(i)<CWarning(i)< 0) { S<<" - Fails : "<CFail(i)<CFail(i)<SetController (control); - else cout<<"XSTEP Session badly or not defined"<> ligne; Standard_Size ln = strlen(ligne); +// std::cin.clear(); std::cin.get (ligne,79,'\n'); + std::cin >> ligne; Standard_Size ln = strlen(ligne); char *ff = &ligne[0], *ss = NULL; - cin.get(truc); if (truc != '\n') { cin>>&ligne[ln+1]; ss = &ligne[ln+1]; } + std::cin.get(truc); if (truc != '\n') { std::cin>>&ligne[ln+1]; ss = &ligne[ln+1]; } return XSDRAW::GetList (ff,ss); } // return IFSelect_Functions::GiveList (Session(),first,second); @@ -263,11 +263,11 @@ void XSDRAW::LoadDraw (Draw_Interpretor& theCommands) Standard_Integer XSDRAW_WHAT (const Handle(Standard_Transient)& ent) { - if (ent.IsNull()) { cout<<"(Null Handle)"<DynamicType()->Name()<DynamicType()->Name()<Print (ent, Message::DefaultMessenger(), 0); - cout<<" -- Recorded Type:"<TypeName (ent)<TypeName (ent)<Number(ent); } diff --git a/src/XSDRAWIGES/XSDRAWIGES.cxx b/src/XSDRAWIGES/XSDRAWIGES.cxx index eac3ad3f2a..fdc0e829fa 100644 --- a/src/XSDRAWIGES/XSDRAWIGES.cxx +++ b/src/XSDRAWIGES/XSDRAWIGES.cxx @@ -76,8 +76,8 @@ void WriteShape(const TopoDS_Shape& shape, const Standard_Integer number) { char fname[110]; sprintf(fname, "Shape_%d",number); - ofstream f(fname,ios::out); - cout << "Output file name : " << fname << endl; + std::ofstream f(fname,std::ios::out); + std::cout << "Output file name : " << fname << std::endl; f << "DBRep_DrawableShape\n"; BRepTools::Write(shape, f); @@ -155,12 +155,12 @@ static Standard_Integer igesbrep (Draw_Interpretor& di, Standard_Integer argc, c //mode OnlyVisible does not work. // nent = Reader.NbRootsForTransfer(); if (!fromtcl) { - cout<<"Mode (0 End, 1 Visible Roots, 2 All Roots, 3 Only One Entity, 4 Selection) :"<>str; + std::cin>>str; modepri = Draw::Atoi(str); } @@ -191,11 +191,11 @@ static Standard_Integer igesbrep (Draw_Interpretor& di, Standard_Integer argc, c di<<"Count of shapes produced : "< 1) { - cout << " pass(0) one shape for all (1)\n or one shape per root (2)\n + WriteBRep (one for all : 3) (one per root : 4) : " << flush; + std::cout << " pass(0) one shape for all (1)\n or one shape per root (2)\n + WriteBRep (one for all : 3) (one per root : 4) : " << std::flush; answer = -1; //amv 26.09.2003 char str_a[80]; - cin >> str_a; + std::cin >> str_a; answer = Draw::Atoi(str_a); } if ( answer == 0) continue; @@ -245,10 +245,10 @@ static Standard_Integer igesbrep (Draw_Interpretor& di, Standard_Integer argc, c } else if (modepri == 3) { // One Entity - cout << "Only One Entity"<Length(); @@ -335,11 +335,11 @@ static Standard_Integer igesbrep (Draw_Interpretor& di, Standard_Integer argc, c if (nbl == 0) continue; while (answer) { if (!fromtcl) { - cout<<"Choice: 0 abandon 1 transfer all 2 with confirmation 3 list n0s ents :"<>str_answer; + std::cin>>str_answer; answer = Draw::Atoi(str_answer); } if (answer <= 0 || answer > 3) continue; diff --git a/src/XSDRAWSTEP/XSDRAWSTEP.cxx b/src/XSDRAWSTEP/XSDRAWSTEP.cxx index 07d260b934..e7662a8b9d 100644 --- a/src/XSDRAWSTEP/XSDRAWSTEP.cxx +++ b/src/XSDRAWSTEP/XSDRAWSTEP.cxx @@ -133,9 +133,9 @@ static Standard_Integer stepread (Draw_Interpretor& di/*theCommands*/, Standard_ if(!fromtcl) fromtcl = argc > k; if(aFullMode) - cout<<"Full model for translation with additional info will be used \n"<SetModeStat(aFullMode); @@ -166,15 +166,15 @@ static Standard_Integer stepread (Draw_Interpretor& di/*theCommands*/, Standard_ di<<" Type:"<DynamicType()->Name()<<"\n"; } - cout<<"Mode (0 End, 1 root n0 1, 2 one root/n0, 3 one entity/n0, 4 Selection) : "<>modepri; + std::cout<<"Mode (0 End, 1 root n0 1, 2 one root/n0, 3 one entity/n0, 4 Selection) : "<>modepri; } if (modepri == 0) { di<<"End Reading STEP\n"; return 0; } if (modepri <= 2) { num = 1; if (modepri == 2) { - cout<<"Root N0 : "<>num; + std::cout<<"Root N0 : "<>num; } progress->NewScope ( 80, "Translation" ); @@ -196,7 +196,7 @@ static Standard_Integer stepread (Draw_Interpretor& di/*theCommands*/, Standard_ progress->Show(); } else if (modepri == 3) { - cout<<"Entity : "<Graph(); STEPSelections_AssemblyExplorer exp(graph); - exp.Dump(cout); + exp.Dump(std::cout); return 0; } @@ -500,7 +500,7 @@ static Standard_Integer stepfileunits (Draw_Interpretor& di, Standard_Integer ar if( argc < 2) { - cout<<"Error: Invalid number of parameters. Should be: getfileunits name_file"<Nodes(); Standard_Integer len = aCoords.Length(), i, j; myNodeCoords = new TColStd_HArray2OfReal(1, len, 1, 3); - cout << "Nodes : " << len << endl; + std::cout << "Nodes : " << len << std::endl; gp_XYZ xyz; @@ -55,7 +55,7 @@ XSDRAWSTLVRML_DataSource::XSDRAWSTLVRML_DataSource (const Handle(Poly_Triangulat myElemNormals = new TColStd_HArray2OfReal(1, len, 1, 3); myElemNodes = new TColStd_HArray2OfInteger(1, len, 1, 3); - cout << "Elements : " << len << endl; + std::cout << "Elements : " << len << std::endl; for( i = 1; i <= len; i++ ) { @@ -89,7 +89,7 @@ XSDRAWSTLVRML_DataSource::XSDRAWSTLVRML_DataSource (const Handle(Poly_Triangulat myElemNormals->SetValue (i, 3, aN.Z()); } } - cout << "Construction is finished" << endl; + std::cout << "Construction is finished" << std::endl; } //================================================================ diff --git a/src/XmlDrivers/XmlDrivers.cxx b/src/XmlDrivers/XmlDrivers.cxx index 291c84470e..9d05606592 100644 --- a/src/XmlDrivers/XmlDrivers.cxx +++ b/src/XmlDrivers/XmlDrivers.cxx @@ -43,7 +43,7 @@ const Handle(Standard_Transient)& XmlDrivers::Factory(const Standard_GUID& theGU if (theGUID == XmlStorageDriver) { #ifdef OCCT_DEBUG - cout << "XmlDrivers : Storage Plugin" << endl; + std::cout << "XmlDrivers : Storage Plugin" << std::endl; #endif static Handle(Standard_Transient) model_sd = new XmlDrivers_DocumentStorageDriver @@ -54,7 +54,7 @@ const Handle(Standard_Transient)& XmlDrivers::Factory(const Standard_GUID& theGU if (theGUID == XmlRetrievalDriver) { #ifdef OCCT_DEBUG - cout << "XmlDrivers : Retrieval Plugin" << endl; + std::cout << "XmlDrivers : Retrieval Plugin" << std::endl; #endif static Handle (Standard_Transient) model_rd = new XmlDrivers_DocumentRetrievalDriver (); diff --git a/src/XmlLDrivers/XmlLDrivers.cxx b/src/XmlLDrivers/XmlLDrivers.cxx index ab1adbdef7..28b44691ac 100644 --- a/src/XmlLDrivers/XmlLDrivers.cxx +++ b/src/XmlLDrivers/XmlLDrivers.cxx @@ -44,7 +44,7 @@ const Handle(Standard_Transient)& XmlLDrivers::Factory(const Standard_GUID& theG if (theGUID == XmlLStorageDriver) { #ifdef OCCT_DEBUG - cout << "XmlLDrivers : Storage Plugin" << endl; + std::cout << "XmlLDrivers : Storage Plugin" << std::endl; #endif static Handle(Standard_Transient) model_sd = new XmlLDrivers_DocumentStorageDriver @@ -55,7 +55,7 @@ const Handle(Standard_Transient)& XmlLDrivers::Factory(const Standard_GUID& theG if (theGUID == XmlLRetrievalDriver) { #ifdef OCCT_DEBUG - cout << "XmlLDrivers : Retrieval Plugin" << endl; + std::cout << "XmlLDrivers : Retrieval Plugin" << std::endl; #endif static Handle (Standard_Transient) model_rd = new XmlLDrivers_DocumentRetrievalDriver (); @@ -79,7 +79,7 @@ TCollection_AsciiString XmlLDrivers::CreationDate () if (time(&nowbin) == (time_t) - 1) { #ifdef OCCT_DEBUG - cerr << "Storage ERROR : Could not get time of day from time()" << endl; + std::cerr << "Storage ERROR : Could not get time of day from time()" << std::endl; #endif } @@ -88,7 +88,7 @@ TCollection_AsciiString XmlLDrivers::CreationDate () if (strftime(nowstr, SLENGTH, "%Y-%m-%d", nowstruct) == (size_t) 0) { #ifdef OCCT_DEBUG - cerr << "Storage ERROR : Could not get string from strftime()" << endl; + std::cerr << "Storage ERROR : Could not get string from strftime()" << std::endl; #endif } diff --git a/src/XmlLDrivers/XmlLDrivers_DocumentRetrievalDriver.cxx b/src/XmlLDrivers/XmlLDrivers_DocumentRetrievalDriver.cxx index 936272f315..c3e8f14618 100644 --- a/src/XmlLDrivers/XmlLDrivers_DocumentRetrievalDriver.cxx +++ b/src/XmlLDrivers/XmlLDrivers_DocumentRetrievalDriver.cxx @@ -222,7 +222,7 @@ void XmlLDrivers_DocumentRetrievalDriver::Read (Standard_IStream& t if (aParser.parse(theIStream, Standard_False, aWithoutRoot)) { TCollection_AsciiString aData; - cout << aParser.GetError(aData) << ": " << aData << endl; + std::cout << aParser.GetError(aData) << ": " << aData << std::endl; myReaderStatus = PCDM_RS_FormatFailure; return; } @@ -294,7 +294,7 @@ void XmlLDrivers_DocumentRetrievalDriver::ReadFromDomDocument theNewDocument->SetReferenceCounter(aRefCounter); } catch (Standard_Failure const&) { - // cout << "warning: could not read the reference counter in " << aFileName << endl; + // std::cout << "warning: could not read the reference counter in " << aFileName << std::endl; TCollection_ExtendedString aMsg("Warning: "); aMsg = aMsg.Cat("could not read the reference counter").Cat("\0"); if(!aMsgDriver.IsNull()) @@ -343,7 +343,7 @@ void XmlLDrivers_DocumentRetrievalDriver::ReadFromDomDocument if(!anAbsolutePath.IsEmpty()) aPath=anAbsolutePath; } if(!aMsgDriver.IsNull()) { - // cout << "reference found; ReferenceIdentifier: " << theReferenceIdentifier << "; File:" << thePath << ", version:" << theDocumentVersion; + // std::cout << "reference found; ReferenceIdentifier: " << theReferenceIdentifier << "; File:" << thePath << ", version:" << theDocumentVersion; TCollection_ExtendedString aMsg("Warning: "); aMsg = aMsg.Cat("reference found; ReferenceIdentifier: ").Cat(aRefId).Cat("; File:").Cat(aPath).Cat(", version:").Cat(aDocumentVersion).Cat("\0"); aMsgDriver->Send(aMsg.ToExtString(), Message_Warning); diff --git a/src/XmlLDrivers/XmlLDrivers_DocumentStorageDriver.cxx b/src/XmlLDrivers/XmlLDrivers_DocumentStorageDriver.cxx index 61c86beb1a..06e11c8867 100644 --- a/src/XmlLDrivers/XmlLDrivers_DocumentStorageDriver.cxx +++ b/src/XmlLDrivers/XmlLDrivers_DocumentStorageDriver.cxx @@ -393,7 +393,7 @@ Standard_Integer XmlLDrivers_DocumentStorageDriver::MakeDocument return myRelocTable.Extent(); } #ifdef OCCT_DEBUG - cout << "First step failed" << endl; // No MessageDriver available + std::cout << "First step failed" << std::endl; // No MessageDriver available #endif return -1; // error } diff --git a/src/XmlMDF/XmlMDF.cxx b/src/XmlMDF/XmlMDF.cxx index da52376a5b..da434e5269 100644 --- a/src/XmlMDF/XmlMDF.cxx +++ b/src/XmlMDF/XmlMDF.cxx @@ -120,7 +120,7 @@ Standard_Integer XmlMDF::WriteSubTree #ifdef OCCT_DEBUG else if (!UnsuppTypesMap().Contains (aType)) { - cout << "attribute driver for type "<< aType -> Name()<< " not found"<< endl; + std::cout << "attribute driver for type "<< aType -> Name()<< " not found"<< std::endl; UnsuppTypesMap().Add (aType); } #endif @@ -232,8 +232,8 @@ Standard_Integer XmlMDF::ReadSubTree (const XmlObjMgt_Element& theElement, TCollection_AsciiString newName; if(Storage_Schema::CheckTypeMigration(aName, newName)) { #ifdef OCCT_DEBUG - cout << "CheckTypeMigration:OldType = " < setbuf (0, 16380); myShapeSet.Write (aStream); - aStream << ends; + aStream << std::ends; char * aStr = (char *)aStream.str(); LDOM_Text aText = aDoc.createTextNode (aStr); delete [] aStr; diff --git a/src/XmlMNaming/XmlMNaming_NamingDriver.cxx b/src/XmlMNaming/XmlMNaming_NamingDriver.cxx index 7fde8593dc..d89c1111a3 100644 --- a/src/XmlMNaming/XmlMNaming_NamingDriver.cxx +++ b/src/XmlMNaming/XmlMNaming_NamingDriver.cxx @@ -194,13 +194,13 @@ Standard_Boolean XmlMNaming_NamingDriver::Paste TDF_Tool::Label(aNg->Label().Data(), anEntry, tLab, Standard_True); aNgName.ContextLabel(tLab); #ifdef OCCT_DEBUG - cout << "Retrieving Context Label = " << anEntry.ToCString() <StorageVersion().IntegerValue() > 4 && @@ -239,7 +239,7 @@ Standard_Boolean XmlMNaming_NamingDriver::Paste } #ifdef OCCT_DEBUG else - cout << "Current Document Format Version = " << theRelocTable.GetHeaderData()->StorageVersion().IntegerValue() < Resolution :" << ++nbsolve << endl; - cout <<" x1 =" << x1 << " y1 =" << y1 << endl; - cout <<" x2 =" << x2 << " y2 =" << y2 << endl; + std::cout <<"--> Resolution :" << ++nbsolve << std::endl; + std::cout <<" x1 =" << x1 << " y1 =" << y1 << std::endl; + std::cout <<" x2 =" << x2 << " y2 =" << y2 << std::endl; } #endif @@ -206,7 +206,7 @@ static void Solve(math_FunctionWithDerivative& F, fb-=K; } #ifdef OCCT_DEBUG - cout<<" Non Convergence dans math_FunctionRoots.cxx "<Eps) { bko=Standard_True; nbko++; #ifdef OCCT_DEBUG //if(nbko==1) { - // cout<<"Pb ds math_TrigonometricFunctionRoots CC=" - // < "< "< 1) { if (Xmax <= EpsLix) { if (ErrMax <= EpsLic) { -// cout <<"Convergence atteinte dans Uzawa"<HasAttribute()) { Handle(TDF_Attribute) anAttribute = anItem->GetAttribute(); diff --git a/tools/ToolsDraw/ToolsDraw.cxx b/tools/ToolsDraw/ToolsDraw.cxx index 08e720ae54..e03dd5b61e 100644 --- a/tools/ToolsDraw/ToolsDraw.cxx +++ b/tools/ToolsDraw/ToolsDraw.cxx @@ -126,7 +126,7 @@ static int tinspector (Draw_Interpretor& di, Standard_Integer theArgsNb, const c anIt++; if (anIt == theArgsNb) { - cout << "Empty argument of '" << aParam << "'.\n"; + std::cout << "Empty argument of '" << aParam << "'.\n"; return 1; } TCollection_AsciiString aPluginName; @@ -138,14 +138,14 @@ static int tinspector (Draw_Interpretor& di, Standard_Integer theArgsNb, const c anIt++; if (anIt == theArgsNb) { - cout << "Empty argument of '" << aParam << "'.\n"; + std::cout << "Empty argument of '" << aParam << "'.\n"; return 1; } TopoDS_Shape aShape = DBRep::Get (theArgs[anIt]); anIt++; if (aShape.IsNull()) { - cout << "Wrong shape name: " << aParam << ".\n"; + std::cout << "Wrong shape name: " << aParam << ".\n"; return 1; } NCollection_List anArgPlugins; @@ -174,7 +174,7 @@ static int tinspector (Draw_Interpretor& di, Standard_Integer theArgsNb, const c anIt++; if (anIt == theArgsNb) { - cout << "Empty argument of '" << aParam << "'.\n"; + std::cout << "Empty argument of '" << aParam << "'.\n"; return 1; } TCollection_AsciiString aFileName (theArgs[anIt]); @@ -200,7 +200,7 @@ static int tinspector (Draw_Interpretor& di, Standard_Integer theArgsNb, const c anIt++; if (anIt == theArgsNb) { - cout << "Empty argument of '" << aParam << "'.\n"; + std::cout << "Empty argument of '" << aParam << "'.\n"; return 1; } aNeedDirectory = true; @@ -220,7 +220,7 @@ static int tinspector (Draw_Interpretor& di, Standard_Integer theArgsNb, const c anIt++; if (anIt == theArgsNb) { - cout << "Empty argument of '" << aParam << "'.\n"; + std::cout << "Empty argument of '" << aParam << "'.\n"; return 1; } // search shape with given name @@ -254,7 +254,7 @@ static int tinspector (Draw_Interpretor& di, Standard_Integer theArgsNb, const c anIt++; if (anIt == theArgsNb) { - cout << "Empty argument of '" << aParam << "'.\n"; + std::cout << "Empty argument of '" << aParam << "'.\n"; return 1; } aNeedToHideInspector = Draw::Atoi (theArgs[anIt]) == 0; @@ -262,7 +262,7 @@ static int tinspector (Draw_Interpretor& di, Standard_Integer theArgsNb, const c } else { - cout << "Wrong argument of command: " << aParam.ToCString() << "\n"; + std::cout << "Wrong argument of command: " << aParam.ToCString() << "\n"; return 1; } }