From d533dafb565d4727bccf2fbcfee508a62c3673f5 Mon Sep 17 00:00:00 2001 From: mkrylova Date: Fri, 17 Jul 2020 13:08:31 +0300 Subject: [PATCH] 0031035: Coding - uninitialized class fields reported by Visual Studio Code Analysis Added initialization of fields that had not initialization Added default constructors to classes without constructors --- src/Adaptor3d/Adaptor3d_HVertex.cxx | 4 +- src/Adaptor3d/Adaptor3d_TopolTool.cxx | 13 ++++- src/AdvApp2Var/AdvApp2Var_Context.cxx | 12 +++++ src/AppBlend/AppBlend_AppSurf.gxx | 39 +++++++++++--- src/AppDef/AppDef_LinearCriteria.cxx | 9 +++- .../AppParCurves_ConstraintCouple.cxx | 6 ++- src/AppParCurves/AppParCurves_Gradient.gxx | 6 ++- .../AppParCurves_MultiBSpCurve.cxx | 8 ++- src/AppParCurves/AppParCurves_MultiPoint.cxx | 6 ++- src/Approx/Approx_ComputeCLine.gxx | 6 +++ src/Approx/Approx_CurvilinearParameter.cxx | 2 + src/ApproxInt/ApproxInt_ImpPrmSvSurfaces.gxx | 4 ++ src/ApproxInt/ApproxInt_PrmPrmSvSurfaces.gxx | 2 + src/BRepBlend/BRepBlend_CurvPointRadInv.cxx | 5 +- src/BRepBlend/BRepBlend_Extremity.cxx | 3 +- src/BRepBlend/BRepBlend_PointOnRst.cxx | 5 +- src/BRepBlend/BRepBlend_RstRstConstRad.cxx | 11 ++-- src/BRepBlend/BRepBlend_RstRstLineBuilder.cxx | 9 +++- .../BRepBlend_SurfCurvConstRadInv.cxx | 7 ++- .../BRepBlend_SurfPointConstRadInv.cxx | 6 ++- src/BRepBlend/BRepBlend_SurfRstConstRad.cxx | 10 ++-- .../BRepBlend_SurfRstLineBuilder.cxx | 9 +++- .../BRepBuilderAPI_FastSewing.cxx | 7 ++- src/BRepCheck/BRepCheck_Face.cxx | 3 ++ src/BRepCheck/BRepCheck_Shell.cxx | 5 ++ src/BRepCheck/BRepCheck_Wire.cxx | 3 ++ src/BRepClass3d/BRepClass3d_Intersector3d.cxx | 7 ++- src/BRepClass3d/BRepClass3d_SClassifier.cxx | 3 +- .../BRepClass3d_SolidClassifier.cxx | 4 +- src/BRepClass3d/BRepClass3d_SolidExplorer.cxx | 5 +- .../BRepExtrema_DistShapeShape.cxx | 7 ++- src/BRepFeat/BRepFeat_MakeDPrism.hxx | 4 +- src/BRepFeat/BRepFeat_MakeLinearForm.lxx | 6 ++- src/BRepFeat/BRepFeat_MakePrism.lxx | 5 +- src/BRepFeat/BRepFeat_MakeRevol.lxx | 5 +- src/BRepFeat/BRepFeat_MakeRevolutionForm.lxx | 11 +++- src/BRepFeat/BRepFeat_RibSlot.lxx | 8 ++- src/BRepGProp/BRepGProp_Sinert.cxx | 1 + src/BRepGProp/BRepGProp_Vinert.cxx | 1 + src/BRepLib/BRepLib_FindSurface.cxx | 5 +- src/BRepLib/BRepLib_MakeEdge.cxx | 4 +- src/BRepLib/BRepLib_MakeWire.hxx | 8 ++- src/BRepMAT2d/BRepMAT2d_BisectingLocus.cxx | 2 + src/BRepMAT2d/BRepMAT2d_LinkTopoBilo.cxx | 2 + src/BRepMesh/BRepMesh_Delaun.cxx | 5 ++ ...Mesh_DelaunayDeflectionControlMeshAlgo.hxx | 8 ++- .../BRepMesh_EdgeParameterProvider.hxx | 6 +++ src/BRepMesh/BRepMesh_FaceChecker.cxx | 1 + src/BRepMesh/BRepMesh_FaceChecker.hxx | 5 +- src/BRepMesh/BRepMesh_NURBSRangeSplitter.cxx | 5 +- src/BRepMesh/BRepMesh_NURBSRangeSplitter.hxx | 1 + src/BRepTools/BRepTools_ReShape.cxx | 1 + src/BRepTools/BRepTools_WireExplorer.cxx | 5 +- .../BRepTopAdaptor_FClass2d.cxx | 8 ++- .../BRepTopAdaptor_TopolTool.cxx | 7 ++- src/BVH/BVH_Distance.hxx | 3 +- src/BVH/BVH_DistanceField.lxx | 5 +- src/BVH/BVH_PairDistance.hxx | 3 +- src/Bisector/Bisector_BisecCC.cxx | 12 ++++- src/Bisector/Bisector_BisecPC.cxx | 9 ++++ src/Bisector/Bisector_PointOnBis.cxx | 5 ++ src/BlendFunc/BlendFunc_CSConstRad.cxx | 10 ++-- src/BlendFunc/BlendFunc_ChAsym.cxx | 5 ++ src/BlendFunc/BlendFunc_ChAsymInv.cxx | 7 ++- src/BlendFunc/BlendFunc_ConstRad.cxx | 21 ++++---- src/BlendFunc/BlendFunc_ConstRadInv.cxx | 13 +++-- src/BlendFunc/BlendFunc_ConstThroat.cxx | 7 ++- src/BlendFunc/BlendFunc_ConstThroatInv.cxx | 8 ++- src/BlendFunc/BlendFunc_Corde.cxx | 9 +++- src/BlendFunc/BlendFunc_GenChamfInv.cxx | 8 ++- src/BlendFunc/BlendFunc_GenChamfer.cxx | 8 ++- src/BlendFunc/BlendFunc_Ruled.cxx | 10 ++-- src/BlendFunc/BlendFunc_RuledInv.cxx | 10 ++-- src/CDF/CDF_Store.cxx | 7 ++- src/CDM/CDM_MetaData.cxx | 2 + src/CDM/CDM_Reference.cxx | 3 +- src/CPnts/CPnts_AbscissaPoint.cxx | 7 ++- src/CPnts/CPnts_UniformDeflection.cxx | 18 +++++-- src/Contap/Contap_ArcFunction.cxx | 6 ++- src/Contap/Contap_ContAna.cxx | 8 ++- src/Contap/Contap_Point.cxx | 17 +++--- src/Contap/Contap_SurfFunction.cxx | 10 +++- src/DBRep/DBRep_HideData.cxx | 6 ++- src/Draw/Draw_Drawable3D.cxx | 4 ++ src/Draw/Draw_Interpretor.cxx | 3 +- src/Draw/Draw_Marker2D.cxx | 2 +- src/Draw/Draw_Marker3D.cxx | 4 +- src/Draw/Draw_View.cxx | 4 ++ src/Draw/Draw_Window.cxx | 4 +- src/Draw/Draw_Window.hxx | 8 ++- src/DrawDim/DrawDim_Dimension.cxx | 1 + src/Extrema/Extrema_ExtCC.cxx | 3 +- src/Extrema/Extrema_ExtCC2d.cxx | 14 ++++- src/Extrema/Extrema_ExtCS.cxx | 15 +++++- src/Extrema/Extrema_ExtElC.cxx | 31 +++++++++-- src/Extrema/Extrema_ExtElC2d.cxx | 41 ++++++++++++-- src/Extrema/Extrema_ExtPExtS.cxx | 12 +++++ src/Extrema/Extrema_ExtPS.cxx | 14 ++++- src/Extrema/Extrema_ExtSS.cxx | 17 +++++- src/Extrema/Extrema_FuncExtCS.cxx | 5 ++ src/Extrema/Extrema_FuncExtSS.cxx | 10 ++++ src/Extrema/Extrema_FuncPSNorm.cxx | 5 ++ src/Extrema/Extrema_GLocateExtPC.gxx | 13 ++++- src/Extrema/Extrema_GenExtCS.cxx | 15 +++++- src/Extrema/Extrema_GenExtCS.hxx | 1 - src/Extrema/Extrema_GenExtPC.gxx | 12 +++-- src/Extrema/Extrema_GenExtPS.cxx | 11 +++- src/Extrema/Extrema_GenExtSS.cxx | 13 +++++ src/Extrema/Extrema_GenLocateExtCC.gxx | 1 + src/Extrema/Extrema_GenLocateExtCS.cxx | 2 + src/Extrema/Extrema_GenLocateExtPC.gxx | 9 ++-- src/Extrema/Extrema_GenLocateExtSS.cxx | 2 + src/Extrema/Extrema_GlobOptFuncCC.cxx | 24 ++++++--- src/Extrema/Extrema_LocateExtCC.cxx | 1 + src/Extrema/Extrema_LocateExtCC2d.cxx | 1 + src/FEmTool/FEmTool_ElementaryCriterion.cxx | 8 ++- src/FEmTool/FEmTool_ElementaryCriterion.hxx | 3 +- src/FairCurve/FairCurve_EnergyOfBatten.cxx | 3 +- src/FairCurve/FairCurve_EnergyOfMVC.cxx | 3 +- src/GCPnts/GCPnts_QuasiUniformDeflection.cxx | 4 +- src/GCPnts/GCPnts_TangentialDeflection.cxx | 11 +++- src/GCPnts/GCPnts_UniformDeflection.cxx | 3 +- src/GProp/GProp_PEquation.cxx | 1 + src/Geom/Geom_OsculatingSurface.cxx | 3 +- .../Geom2dAPI_ProjectPointOnCurve.cxx | 1 + src/Geom2dGcc/Geom2dGcc_Circ2d2TanOn.cxx | 10 ++-- src/Geom2dGcc/Geom2dGcc_Circ2d2TanOnIter.cxx | 26 ++++++++- src/Geom2dGcc/Geom2dGcc_Circ2d3TanIter.cxx | 30 +++++++++++ src/Geom2dGcc/Geom2dGcc_Lin2d2TanIter.cxx | 13 ++++- src/Geom2dGcc/Geom2dGcc_Lin2dTanObl.cxx | 6 ++- src/Geom2dGcc/Geom2dGcc_Lin2dTanOblIter.cxx | 2 + src/Geom2dHatch/Geom2dHatch_Elements.cxx | 4 ++ src/Geom2dHatch/Geom2dHatch_Hatching.cxx | 7 ++- src/Geom2dLProp/Geom2dLProp_CurAndInf2d.cxx | 1 + .../Geom2dLProp_NumericCurInf2d.cxx | 1 + src/GeomAPI/GeomAPI_ExtremaCurveCurve.cxx | 8 ++- src/GeomAPI/GeomAPI_ExtremaCurveSurface.cxx | 3 +- src/GeomAPI/GeomAPI_ExtremaSurfaceSurface.cxx | 3 +- src/GeomAPI/GeomAPI_ProjectPointOnCurve.cxx | 3 +- src/GeomAPI/GeomAPI_ProjectPointOnSurf.cxx | 5 +- src/GeomFill/GeomFill_ConstrainedFilling.cxx | 11 +++- src/GeomFill/GeomFill_CornerState.cxx | 2 + src/GeomFill/GeomFill_Filling.cxx | 1 + src/GeomFill/GeomFill_Frenet.cxx | 1 + src/GeomFill/GeomFill_FunctionGuide.cxx | 7 ++- src/GeomFill/GeomFill_SectionPlacement.cxx | 7 +-- .../GeomFill_SweepSectionGenerator.cxx | 6 ++- src/GeomLib/GeomLib_Interpolate.cxx | 2 +- src/GeomPlate/GeomPlate_Aij.cxx | 2 + src/GeomPlate/GeomPlate_CurveConstraint.cxx | 15 +++++- src/GeomPlate/GeomPlate_PointConstraint.cxx | 4 ++ src/GeomPlate/GeomPlate_Surface.cxx | 8 ++- src/Graphic3d/Graphic3d_RenderingParams.hxx | 1 + src/HLRAlgo/HLRAlgo_BiPoint.hxx | 13 +++++ src/HLRAlgo/HLRAlgo_EdgeIterator.cxx | 13 ++++- src/HLRAlgo/HLRAlgo_Intersection.cxx | 8 ++- src/HLRAlgo/HLRAlgo_PolyAlgo.cxx | 3 ++ src/HLRAlgo/HLRAlgo_PolyData.hxx | 14 +++++ src/HLRAlgo/HLRAlgo_PolyHidingData.hxx | 1 + src/HLRAlgo/HLRAlgo_PolyInternalNode.hxx | 6 +++ src/HLRBRep/HLRBRep_ShapeBounds.lxx | 10 +++- src/HLRBRep/HLRBRep_Surface.cxx | 2 + src/HLRTest/HLRTest_DrawablePolyEdgeTool.cxx | 2 + src/HLRTopoBRep/HLRTopoBRep_VData.lxx | 4 +- src/Hatch/Hatch_Line.cxx | 1 + src/Hatch/Hatch_Parameter.cxx | 4 ++ src/HatchGen/HatchGen_PointOnElement.cxx | 1 + src/IntAna/IntAna_Curve.cxx | 35 ++++++++++-- src/IntAna/IntAna_Int3Pln.cxx | 6 ++- src/IntAna/IntAna_IntConicQuad.cxx | 4 ++ src/IntAna/IntAna_IntLinTorus.cxx | 10 +++- src/IntAna/IntAna_IntQuadQuad.cxx | 5 +- src/IntAna2d/IntAna2d_AnaIntersection.cxx | 10 ++-- src/IntAna2d/IntAna2d_IntPoint.cxx | 4 +- src/IntAna2d/IntAna2d_Outils.cxx | 11 +++- src/IntCurve/IntCurve_IConicTool.cxx | 37 ++++++++++--- src/IntCurve/IntCurve_IntConicConic_Tool.cxx | 5 +- src/IntCurve/IntCurve_PConic.cxx | 7 +-- .../IntCurveSurface_IntersectionPoint.cxx | 7 ++- src/IntImp/IntImp_Int2S.gxx | 1 + src/IntImp/IntImp_IntCS.gxx | 3 ++ src/IntImp/IntImp_ZerImpFunc.gxx | 24 +++++++++ src/IntImp/IntImp_ZerParFunc.gxx | 8 ++- src/IntPatch/IntPatch_ALine.cxx | 18 ++++--- .../IntPatch_ImpImpIntersection_2.gxx | 5 +- .../IntPatch_InterferencePolyhedron.cxx | 27 ++++++++-- src/IntPatch/IntPatch_Intersection.cxx | 33 ++++++++---- src/IntPatch/IntPatch_PolyLine.cxx | 12 +++-- src/IntPatch/IntPatch_PrmPrmIntersection.cxx | 4 +- src/IntPatch/IntPatch_RLine.cxx | 32 +++++++++-- src/IntRes2d/IntRes2d_IntersectionSegment.cxx | 9 ++-- src/IntStart/IntStart_PathPoint.gxx | 6 ++- src/IntStart/IntStart_SearchOnBoundaries.gxx | 3 +- src/IntStart/IntStart_Segment.gxx | 6 ++- src/IntSurf/IntSurf_InteriorPoint.cxx | 6 ++- src/IntSurf/IntSurf_Quadric.cxx | 5 +- src/IntWalk/IntWalk_IWalking_1.gxx | 5 ++ src/IntWalk/IntWalk_PWalking.cxx | 5 ++ src/Intf/Intf_Interference.cxx | 6 ++- src/Intf/Intf_Tool.cxx | 9 +++- src/LDOM/LDOM_BasicAttribute.hxx | 2 +- src/Law/Law_BSpFunc.cxx | 2 + src/Law/Law_Constant.cxx | 3 ++ src/Law/Law_Linear.cxx | 8 ++- src/LocOpe/LocOpe_Generator.lxx | 1 + src/LocOpe/LocOpe_LinearForm.lxx | 6 ++- src/LocOpe/LocOpe_PntFace.hxx | 7 ++- src/LocOpe/LocOpe_Prism.cxx | 7 ++- src/LocOpe/LocOpe_Revol.cxx | 11 ++-- src/LocOpe/LocOpe_RevolutionForm.cxx | 10 ++-- src/LocOpe/LocOpe_Spliter.lxx | 1 + src/LocOpe/LocOpe_WiresOnShape.cxx | 10 ++-- .../LocalAnalysis_CurveContinuity.cxx | 10 ++++ .../LocalAnalysis_SurfaceContinuity.cxx | 54 +++++++++++++++++++ src/MAT/MAT_BasicElt.cxx | 3 +- src/MAT/MAT_Edge.cxx | 3 ++ src/MAT/MAT_Graph.cxx | 8 ++- src/MAT/MAT_Node.cxx | 3 +- src/MAT/MAT_Zone.cxx | 4 +- src/MAT2d/MAT2d_Circuit.cxx | 1 + src/MAT2d/MAT2d_Connexion.cxx | 7 +++ src/MAT2d/MAT2d_Mat2d.cxx | 2 + src/MAT2d/MAT2d_MiniPath.cxx | 2 + src/MoniTool/MoniTool_Element.cxx | 5 ++ src/MoniTool/MoniTool_Element.hxx | 3 ++ src/MoniTool/MoniTool_Stat.cxx | 4 +- src/MoniTool/MoniTool_TypedValue.cxx | 1 + src/NLPlate/NLPlate_HGPPConstraint.hxx | 2 + src/PCDM/PCDM_Reference.cxx | 7 ++- src/Plate/Plate_Plate.cxx | 2 + src/ProjLib/ProjLib_CompProjectedCurve.cxx | 7 ++- .../ProjLib_ComputeApproxOnPolarSurface.cxx | 8 +++ src/ProjLib/ProjLib_PrjResolve.cxx | 4 +- src/ProjLib/ProjLib_ProjectOnSurface.cxx | 6 ++- src/ProjLib/ProjLib_Projector.cxx | 1 + src/QABugs/QABugs_19.cxx | 2 + src/RWGltf/RWGltf_GltfJsonParser.cxx | 1 + .../STEPConstruct_UnitContext.cxx | 8 ++- src/STEPControl/STEPControl_ActorRead.cxx | 7 ++- src/Select3D/Select3D_SensitiveSet.hxx | 6 ++- .../SelectBasics_SelectingVolumeManager.hxx | 5 +- src/SelectMgr/SelectMgr_Frustum.hxx | 8 ++- src/ShapeAnalysis/ShapeAnalysis_Shell.cxx | 9 ++++ src/ShapeAnalysis/ShapeAnalysis_Shell.hxx | 3 ++ .../ShapeAnalysis_TransferParametersProj.cxx | 1 + src/ShapeFix/ShapeFix_EdgeProjAux.cxx | 5 +- src/ShapeFix/ShapeFix_FreeBounds.cxx | 9 +++- src/ShapePersistent/ShapePersistent_BRep.hxx | 36 +++++++++++++ .../ShapePersistent_Geom2d_Curve.hxx | 19 +++++++ .../ShapePersistent_Geom_Curve.hxx | 19 +++++++ .../ShapePersistent_Geom_Surface.hxx | 25 +++++++++ .../ShapePersistent_HSequence.hxx | 6 +++ src/ShapePersistent/ShapePersistent_Poly.hxx | 12 +++++ src/ShapeUpgrade/ShapeUpgrade_SplitCurve.cxx | 4 +- .../ShapeUpgrade_SplitSurface.cxx | 5 +- .../ShapeUpgrade_SplitSurfaceContinuity.cxx | 1 + .../StdLPersistent_Collection.hxx | 13 +++++ src/StdLPersistent/StdLPersistent_Data.hxx | 5 ++ .../StdLPersistent_Function.hxx | 5 ++ src/StdLPersistent/StdLPersistent_Real.hxx | 6 +++ .../StdLPersistent_Variable.hxx | 5 ++ src/StdObject/StdObject_Shape.hxx | 3 ++ src/StdPersistent/StdPersistent_TopoDS.hxx | 1 + src/StepToTopoDS/StepToTopoDS_Builder.cxx | 1 + src/StepToTopoDS/StepToTopoDS_Tool.cxx | 14 ++++- .../StepToTopoDS_TranslateCompositeCurve.cxx | 5 +- .../StepToTopoDS_TranslateEdge.cxx | 1 + .../StepToTopoDS_TranslateEdgeLoop.cxx | 1 + .../StepToTopoDS_TranslateFace.cxx | 1 + .../StepToTopoDS_TranslatePolyLoop.cxx | 1 + .../StepToTopoDS_TranslateShell.cxx | 1 + .../StepToTopoDS_TranslateVertex.cxx | 1 + .../StepToTopoDS_TranslateVertexLoop.cxx | 1 + src/Sweep/Sweep_NumShapeIterator.cxx | 4 +- ...DataStd_DeltaOnModificationOfByteArray.cxx | 4 +- ...td_DeltaOnModificationOfExtStringArray.cxx | 4 +- ...TDataStd_DeltaOnModificationOfIntArray.cxx | 4 +- ...DataStd_DeltaOnModificationOfRealArray.cxx | 4 +- src/TNaming/TNaming_NamedShape.cxx | 1 + src/TopClass/TopClass_Classifier2d.gxx | 4 ++ src/TopClass/TopClass_Classifier3d.gxx | 7 ++- src/TopTrans/TopTrans_CurveTransition.cxx | 4 ++ src/TopTrans/TopTrans_SurfaceTransition.cxx | 6 ++- src/TopoDSToStep/TopoDSToStep_Builder.cxx | 1 + .../TopoDSToStep_MakeStepEdge.cxx | 1 + .../TopoDSToStep_MakeStepFace.cxx | 1 + .../TopoDSToStep_MakeStepVertex.cxx | 1 + .../TopoDSToStep_MakeStepWire.cxx | 1 + src/TopoDSToStep/TopoDSToStep_Tool.cxx | 2 +- .../TopoDSToStep_WireframeBuilder.cxx | 1 + src/Units/Units_ShiftedUnit.cxx | 6 ++- src/VrmlData/VrmlData_ShapeConvert.hxx | 4 +- src/VrmlData/VrmlData_TextureTransform.hxx | 5 +- 293 files changed, 1790 insertions(+), 304 deletions(-) diff --git a/src/Adaptor3d/Adaptor3d_HVertex.cxx b/src/Adaptor3d/Adaptor3d_HVertex.cxx index ac9e16b49d..28656327d0 100644 --- a/src/Adaptor3d/Adaptor3d_HVertex.cxx +++ b/src/Adaptor3d/Adaptor3d_HVertex.cxx @@ -22,7 +22,9 @@ IMPLEMENT_STANDARD_RTTIEXT(Adaptor3d_HVertex,Standard_Transient) Adaptor3d_HVertex::Adaptor3d_HVertex () -{} +: myTol(0.0) +{ +} Adaptor3d_HVertex::Adaptor3d_HVertex (const gp_Pnt2d& P, diff --git a/src/Adaptor3d/Adaptor3d_TopolTool.cxx b/src/Adaptor3d/Adaptor3d_TopolTool.cxx index 09a7eaabae..b5d06497b4 100644 --- a/src/Adaptor3d/Adaptor3d_TopolTool.cxx +++ b/src/Adaptor3d/Adaptor3d_TopolTool.cxx @@ -60,8 +60,17 @@ static void GetConeApexParam(const gp_Cone& C, Standard_Real& U, Standard_Real& } -Adaptor3d_TopolTool::Adaptor3d_TopolTool () : myNbSamplesU(-1),nbRestr(0),idRestr(0) - +Adaptor3d_TopolTool::Adaptor3d_TopolTool () +: myNbSamplesU(-1), + myNbSamplesV(-1), + nbRestr(0), + idRestr(0), + Uinf(0.0), + Usup(0.0), + Vinf(0.0), + Vsup(0.0), + nbVtx(0), + idVtx(0) { } diff --git a/src/AdvApp2Var/AdvApp2Var_Context.cxx b/src/AdvApp2Var/AdvApp2Var_Context.cxx index 9ae1db2ac6..23784349b5 100644 --- a/src/AdvApp2Var/AdvApp2Var_Context.cxx +++ b/src/AdvApp2Var/AdvApp2Var_Context.cxx @@ -62,6 +62,18 @@ static Standard_Boolean lesparam(const Standard_Integer iordre, AdvApp2Var_Context:: AdvApp2Var_Context() +: myFav(0), + myOrdU(0), + myOrdV(0), + myLimU(0), + myLimV(0), + myNb1DSS(0), + myNb2DSS(0), + myNb3DSS(0), + myNbURoot(0), + myNbVRoot(0), + myJDegU(0), + myJDegV(0) { } diff --git a/src/AppBlend/AppBlend_AppSurf.gxx b/src/AppBlend/AppBlend_AppSurf.gxx index e9926b4b34..44f56420f5 100644 --- a/src/AppBlend/AppBlend_AppSurf.gxx +++ b/src/AppBlend/AppBlend_AppSurf.gxx @@ -49,7 +49,25 @@ Standard_EXPORT Standard_Boolean AppBlend_GetContextApproxWithNoTgt(); //purpose : //======================================================================= -AppBlend_AppSurf::AppBlend_AppSurf ():done(Standard_False) {} +AppBlend_AppSurf::AppBlend_AppSurf () +: done(Standard_False), + dmin(0), + dmax(0), + tol3d(0.0), + tol2d(0.0), + nbit(0), + udeg(0), + vdeg(0), + knownp(Standard_False), + tol3dreached(0.0), + tol2dreached(0.0), + paramtype(Approx_ChordLength), + continuity(GeomAbs_C2) +{ + critweights[0]=0.4; + critweights[1]=0.2; + critweights[2]=0.4; +} //======================================================================= @@ -62,12 +80,21 @@ AppBlend_AppSurf::AppBlend_AppSurf (const Standard_Integer Degmin, const Standard_Real Tol3d, const Standard_Real Tol2d, const Standard_Integer NbIt, - const Standard_Boolean KnownParameters): - done(Standard_False),dmin(Degmin),dmax(Degmax), - tol3d(Tol3d),tol2d(Tol2d),nbit(NbIt),knownp(KnownParameters) + const Standard_Boolean KnownParameters) +: done(Standard_False), + dmin(Degmin), + dmax(Degmax), + tol3d(Tol3d), + tol2d(Tol2d), + nbit(NbIt), + udeg(0), + vdeg(0), + knownp(KnownParameters), + tol3dreached(0.0), + tol2dreached(0.0), + paramtype(Approx_ChordLength), + continuity(GeomAbs_C2) { - continuity = GeomAbs_C2; - paramtype = Approx_ChordLength; critweights[0]=0.4; critweights[1]=0.2; critweights[2]=0.4; diff --git a/src/AppDef/AppDef_LinearCriteria.cxx b/src/AppDef/AppDef_LinearCriteria.cxx index 6b098f753d..e42e5b16d3 100644 --- a/src/AppDef/AppDef_LinearCriteria.cxx +++ b/src/AppDef/AppDef_LinearCriteria.cxx @@ -54,9 +54,16 @@ AppDef_LinearCriteria::AppDef_LinearCriteria(const AppDef_MultiLine& SSP, const Standard_Integer FirstPoint, const Standard_Integer LastPoint): mySSP(SSP), + myQuadraticWeight(0.0), + myQualityWeight(0.0), myPntWeight(FirstPoint, LastPoint), - myE(0) + myLength(0.0), + myE(0), + IF(0), + IL(0) { + memset (myEstimation, 0, sizeof (myEstimation)); + memset (myPercent, 0, sizeof (myPercent)); myPntWeight.Init(1.); } diff --git a/src/AppParCurves/AppParCurves_ConstraintCouple.cxx b/src/AppParCurves/AppParCurves_ConstraintCouple.cxx index ada65285bb..27ff6969b6 100644 --- a/src/AppParCurves/AppParCurves_ConstraintCouple.cxx +++ b/src/AppParCurves/AppParCurves_ConstraintCouple.cxx @@ -16,7 +16,11 @@ #include AppParCurves_ConstraintCouple:: - AppParCurves_ConstraintCouple() {} + AppParCurves_ConstraintCouple() +: myIndex(-1), + myConstraint(AppParCurves_NoConstraint) +{ +} AppParCurves_ConstraintCouple:: diff --git a/src/AppParCurves/AppParCurves_Gradient.gxx b/src/AppParCurves/AppParCurves_Gradient.gxx index 438b900bcd..01e3a46676 100644 --- a/src/AppParCurves/AppParCurves_Gradient.gxx +++ b/src/AppParCurves/AppParCurves_Gradient.gxx @@ -58,7 +58,11 @@ AppParCurves_Gradient:: const Standard_Real Tol3d, const Standard_Real Tol2d, const Standard_Integer NbIterations): - ParError(FirstPoint, LastPoint,0.0) { + ParError(FirstPoint, LastPoint,0.0), + AvError(0.0), + MError3d(0.0), + MError2d(0.0) +{ // Standard_Boolean grad = Standard_True; Standard_Integer j, k, i2, l; diff --git a/src/AppParCurves/AppParCurves_MultiBSpCurve.cxx b/src/AppParCurves/AppParCurves_MultiBSpCurve.cxx index 52e06ceef4..c42a8428ad 100644 --- a/src/AppParCurves/AppParCurves_MultiBSpCurve.cxx +++ b/src/AppParCurves/AppParCurves_MultiBSpCurve.cxx @@ -46,7 +46,10 @@ static Standard_Integer ComputeDegree(const TColStd_Array1OfInteger& mults, //purpose : //======================================================================= -AppParCurves_MultiBSpCurve::AppParCurves_MultiBSpCurve() {} +AppParCurves_MultiBSpCurve::AppParCurves_MultiBSpCurve() +: myDegree(0) +{ +} //======================================================================= @@ -56,7 +59,8 @@ AppParCurves_MultiBSpCurve::AppParCurves_MultiBSpCurve() {} AppParCurves_MultiBSpCurve::AppParCurves_MultiBSpCurve (const Standard_Integer NbPol): - AppParCurves_MultiCurve(NbPol) + AppParCurves_MultiCurve(NbPol), + myDegree(0) { } diff --git a/src/AppParCurves/AppParCurves_MultiPoint.cxx b/src/AppParCurves/AppParCurves_MultiPoint.cxx index 3779d75239..67d667b97a 100644 --- a/src/AppParCurves/AppParCurves_MultiPoint.cxx +++ b/src/AppParCurves/AppParCurves_MultiPoint.cxx @@ -25,7 +25,11 @@ #define tabPoint Handle(TColgp_HArray1OfPnt)::DownCast (ttabPoint) #define tabPoint2d Handle(TColgp_HArray1OfPnt2d)::DownCast (ttabPoint2d) -AppParCurves_MultiPoint::AppParCurves_MultiPoint() {} +AppParCurves_MultiPoint::AppParCurves_MultiPoint() +: nbP(0), + nbP2d(0) +{ +} AppParCurves_MultiPoint::AppParCurves_MultiPoint (const Standard_Integer NbPoles, diff --git a/src/Approx/Approx_ComputeCLine.gxx b/src/Approx/Approx_ComputeCLine.gxx index e5f49064a1..b6e1bfbda4 100644 --- a/src/Approx/Approx_ComputeCLine.gxx +++ b/src/Approx/Approx_ComputeCLine.gxx @@ -56,6 +56,9 @@ const AppParCurves_Constraint LastC) myInvOrder = Standard_True; myHangChecking = Standard_True; alldone = Standard_False; + tolreached = Standard_False; + currenttol3d = 0.0; + currenttol2d = 0.0; Perform(Line); } @@ -84,6 +87,9 @@ const AppParCurves_Constraint LastC) myMaxSegments = MAXSEGM; myInvOrder = Standard_True; myHangChecking = Standard_True; + tolreached = Standard_False; + currenttol3d = 0.0; + currenttol2d = 0.0; } //======================================================================= diff --git a/src/Approx/Approx_CurvilinearParameter.cxx b/src/Approx/Approx_CurvilinearParameter.cxx index 7bc27870e0..72e1d45f91 100644 --- a/src/Approx/Approx_CurvilinearParameter.cxx +++ b/src/Approx/Approx_CurvilinearParameter.cxx @@ -133,6 +133,8 @@ Approx_CurvilinearParameter::Approx_CurvilinearParameter(const Handle(Adaptor3d_ const GeomAbs_Shape Order, const Standard_Integer MaxDegree, const Standard_Integer MaxSegments) +: myMaxError2d1(0.0), + myMaxError2d2(0.0) { #ifdef OCCT_DEBUG_CHRONO t_total = t_init = t_approx = t_uparam = 0; diff --git a/src/ApproxInt/ApproxInt_ImpPrmSvSurfaces.gxx b/src/ApproxInt/ApproxInt_ImpPrmSvSurfaces.gxx index 8501520616..985e8e72bf 100644 --- a/src/ApproxInt/ApproxInt_ImpPrmSvSurfaces.gxx +++ b/src/ApproxInt/ApproxInt_ImpPrmSvSurfaces.gxx @@ -329,7 +329,9 @@ static Standard_Boolean NonSingularProcessing(const gp_Vec& theDU, //-------------------------------------------------------------------------------- ApproxInt_ImpPrmSvSurfaces::ApproxInt_ImpPrmSvSurfaces( const TheISurface& ISurf ,const ThePSurface& PSurf): + MyIsTangent(Standard_False), MyHasBeenComputed(Standard_False), + MyIsTangentbis(Standard_False), MyHasBeenComputedbis(Standard_False), MyImplicitFirst(Standard_True), MyZerImpFunc(PSurf,ISurf) @@ -338,7 +340,9 @@ ApproxInt_ImpPrmSvSurfaces::ApproxInt_ImpPrmSvSurfaces( const TheISurface& ISurf //-------------------------------------------------------------------------------- ApproxInt_ImpPrmSvSurfaces::ApproxInt_ImpPrmSvSurfaces( const ThePSurface& PSurf ,const TheISurface& ISurf): + MyIsTangent(Standard_False), MyHasBeenComputed(Standard_False), + MyIsTangentbis(Standard_False), MyHasBeenComputedbis(Standard_False), MyImplicitFirst(Standard_False), MyZerImpFunc(PSurf,ISurf) diff --git a/src/ApproxInt/ApproxInt_PrmPrmSvSurfaces.gxx b/src/ApproxInt/ApproxInt_PrmPrmSvSurfaces.gxx index 9d41e91856..3678c8fd59 100644 --- a/src/ApproxInt/ApproxInt_PrmPrmSvSurfaces.gxx +++ b/src/ApproxInt/ApproxInt_PrmPrmSvSurfaces.gxx @@ -29,7 +29,9 @@ //-------------------------------------------------------------------------------- ApproxInt_PrmPrmSvSurfaces::ApproxInt_PrmPrmSvSurfaces( const ThePSurface& Surf1 ,const ThePSurface& Surf2): + MyIsTangent(Standard_False), MyHasBeenComputed(Standard_False), + MyIsTangentbis(Standard_False), MyHasBeenComputedbis(Standard_False), MyIntersectionOn2S(Surf1,Surf2,TOLTANGENCY) { diff --git a/src/BRepBlend/BRepBlend_CurvPointRadInv.cxx b/src/BRepBlend/BRepBlend_CurvPointRadInv.cxx index 239bb4cfb3..32a5badb93 100644 --- a/src/BRepBlend/BRepBlend_CurvPointRadInv.cxx +++ b/src/BRepBlend/BRepBlend_CurvPointRadInv.cxx @@ -26,7 +26,10 @@ //======================================================================= BRepBlend_CurvPointRadInv::BRepBlend_CurvPointRadInv (const Handle(Adaptor3d_HCurve)& C1, - const Handle(Adaptor3d_HCurve)& C2) : curv1(C1), curv2(C2) + const Handle(Adaptor3d_HCurve)& C2) +: curv1(C1), + curv2(C2), + choix(0) { } diff --git a/src/BRepBlend/BRepBlend_Extremity.cxx b/src/BRepBlend/BRepBlend_Extremity.cxx index 85f96dcc4f..a3ca84236e 100644 --- a/src/BRepBlend/BRepBlend_Extremity.cxx +++ b/src/BRepBlend/BRepBlend_Extremity.cxx @@ -63,7 +63,8 @@ BRepBlend_Extremity::BRepBlend_Extremity (const gp_Pnt& P, const Standard_Real Tol) : pt(P), tang(gp_Vec(0,0,0)), - param(Param),u(W),tol(Tol),isvtx(Standard_False), + param(Param),u(W),v(0.0), + tol(Tol),isvtx(Standard_False), hastang(Standard_False) {} diff --git a/src/BRepBlend/BRepBlend_PointOnRst.cxx b/src/BRepBlend/BRepBlend_PointOnRst.cxx index aa3e469559..a1bfa3d646 100644 --- a/src/BRepBlend/BRepBlend_PointOnRst.cxx +++ b/src/BRepBlend/BRepBlend_PointOnRst.cxx @@ -18,7 +18,10 @@ #include #include -BRepBlend_PointOnRst::BRepBlend_PointOnRst () {} +BRepBlend_PointOnRst::BRepBlend_PointOnRst () +: prm(0.0) +{ +} BRepBlend_PointOnRst::BRepBlend_PointOnRst(const Handle(Adaptor2d_HCurve2d)& A, diff --git a/src/BRepBlend/BRepBlend_RstRstConstRad.cxx b/src/BRepBlend/BRepBlend_RstRstConstRad.cxx index 6e781d9e5a..9ab45e7091 100644 --- a/src/BRepBlend/BRepBlend_RstRstConstRad.cxx +++ b/src/BRepBlend/BRepBlend_RstRstConstRad.cxx @@ -68,10 +68,13 @@ BRepBlend_RstRstConstRad::BRepBlend_RstRstConstRad surf1(Surf1), surf2(Surf2), rst1(Rst1), rst2(Rst2), cons1(Rst1, Surf1), cons2(Rst2, Surf2), guide(CGuide), tguide(CGuide), - istangent(Standard_True), maxang(RealFirst()), minang(RealLast()), - distmin(RealLast()), - mySShape(BlendFunc_Rational) -{} + prmrst1(0.0), prmrst2(0.0), + istangent(Standard_True), ray(0.0), + choix(0), normtg(0.0), theD(0.0), + maxang(RealFirst()), minang(RealLast()), + distmin(RealLast()), mySShape(BlendFunc_Rational) +{ +} //======================================================================= //function : NbVariables diff --git a/src/BRepBlend/BRepBlend_RstRstLineBuilder.cxx b/src/BRepBlend/BRepBlend_RstRstLineBuilder.cxx index db9ee1b255..03dec64458 100644 --- a/src/BRepBlend/BRepBlend_RstRstLineBuilder.cxx +++ b/src/BRepBlend/BRepBlend_RstRstLineBuilder.cxx @@ -174,8 +174,13 @@ BRepBlend_RstRstLineBuilder::BRepBlend_RstRstLineBuilder const Handle(Adaptor3d_HSurface)& Surf2, const Handle(Adaptor2d_HCurve2d)& Rst2, const Handle(Adaptor3d_TopolTool)& Domain2): - sol(1,2), surf1(Surf1), domain1(Domain1), - surf2(Surf2), domain2(Domain2), rst1(Rst1), rst2(Rst2) + done(Standard_False), sol(1, 2), surf1(Surf1), + domain1(Domain1), surf2(Surf2), + domain2(Domain2), rst1(Rst1), rst2(Rst2), + tolesp(0.0), tolgui(0.0), pasmax(0.0), + fleche(0.0), param(0.0), rebrou(Standard_False), + iscomplete(Standard_False), comptra(Standard_False), sens(0.0), + decrochdeb(Blend_NoDecroch), decrochfin(Blend_NoDecroch) { } diff --git a/src/BRepBlend/BRepBlend_SurfCurvConstRadInv.cxx b/src/BRepBlend/BRepBlend_SurfCurvConstRadInv.cxx index 6bacf664ff..256339bc5f 100644 --- a/src/BRepBlend/BRepBlend_SurfCurvConstRadInv.cxx +++ b/src/BRepBlend/BRepBlend_SurfCurvConstRadInv.cxx @@ -28,7 +28,12 @@ BRepBlend_SurfCurvConstRadInv::BRepBlend_SurfCurvConstRadInv (const Handle(Adaptor3d_HSurface)& S, const Handle(Adaptor3d_HCurve)& C, - const Handle(Adaptor3d_HCurve)& Cg) : surf(S),curv(C),guide(Cg) + const Handle(Adaptor3d_HCurve)& Cg) +: surf(S), + curv(C), + guide(Cg), + ray(0.0), + choix(0) { } diff --git a/src/BRepBlend/BRepBlend_SurfPointConstRadInv.cxx b/src/BRepBlend/BRepBlend_SurfPointConstRadInv.cxx index 8b4834594e..bf99fa0271 100644 --- a/src/BRepBlend/BRepBlend_SurfPointConstRadInv.cxx +++ b/src/BRepBlend/BRepBlend_SurfPointConstRadInv.cxx @@ -27,7 +27,11 @@ //======================================================================= BRepBlend_SurfPointConstRadInv::BRepBlend_SurfPointConstRadInv (const Handle(Adaptor3d_HSurface)& S, - const Handle(Adaptor3d_HCurve)& C) : surf(S), curv(C) + const Handle(Adaptor3d_HCurve)& C) +: surf(S), + curv(C), + ray(0.0), + choix(0) { } diff --git a/src/BRepBlend/BRepBlend_SurfRstConstRad.cxx b/src/BRepBlend/BRepBlend_SurfRstConstRad.cxx index e20f37621d..a984ea7050 100644 --- a/src/BRepBlend/BRepBlend_SurfRstConstRad.cxx +++ b/src/BRepBlend/BRepBlend_SurfRstConstRad.cxx @@ -66,10 +66,12 @@ BRepBlend_SurfRstConstRad::BRepBlend_SurfRstConstRad const Handle(Adaptor3d_HCurve)& CGuide): surf(Surf), surfrst(SurfRst), rst(Rst), cons(Rst,SurfRst), guide(CGuide), tguide(CGuide), - istangent(Standard_True), theD(0.), maxang(RealFirst()), minang(RealLast()), - distmin(RealLast()), - mySShape(BlendFunc_Rational) -{} + prmrst(0.0), istangent(Standard_True), + ray(0.0), choix(0), normtg(0.0), + theD(0.), maxang(RealFirst()), minang(RealLast()), + distmin(RealLast()), mySShape(BlendFunc_Rational) +{ +} //======================================================================= //function : NbVariables diff --git a/src/BRepBlend/BRepBlend_SurfRstLineBuilder.cxx b/src/BRepBlend/BRepBlend_SurfRstLineBuilder.cxx index 5fc64d870a..449335133e 100644 --- a/src/BRepBlend/BRepBlend_SurfRstLineBuilder.cxx +++ b/src/BRepBlend/BRepBlend_SurfRstLineBuilder.cxx @@ -212,8 +212,13 @@ BRepBlend_SurfRstLineBuilder::BRepBlend_SurfRstLineBuilder const Handle(Adaptor3d_HSurface)& Surf2, const Handle(Adaptor2d_HCurve2d)& Rst, const Handle(Adaptor3d_TopolTool)& Domain2): - sol(1,3),surf1(Surf1), domain1(Domain1), - surf2(Surf2), rst(Rst), domain2(Domain2) + done(Standard_False), sol(1, 3), surf1(Surf1), + domain1(Domain1), surf2(Surf2), rst(Rst), + domain2(Domain2), tolesp(0.0), tolgui(0.0), + pasmax(0.0), fleche(0.0), param(0.0), + rebrou(Standard_False), iscomplete(Standard_False), + comptra(Standard_False), sens(0.0), + decrochdeb(Standard_False), decrochfin(Standard_False) { } diff --git a/src/BRepBuilderAPI/BRepBuilderAPI_FastSewing.cxx b/src/BRepBuilderAPI/BRepBuilderAPI_FastSewing.cxx index 8f6ab8a62a..a4ac6438fc 100644 --- a/src/BRepBuilderAPI/BRepBuilderAPI_FastSewing.cxx +++ b/src/BRepBuilderAPI/BRepBuilderAPI_FastSewing.cxx @@ -581,8 +581,11 @@ Standard_Real BRepBuilderAPI_FastSewing::Compute3DRange() BRepBuilderAPI_FastSewing::NodeInspector:: NodeInspector(const NCollection_Vector& theVec, const gp_Pnt& thePnt, - const Standard_Real theTol): -myVecOfVertexes(theVec), myPoint(thePnt), myResID(-1) + const Standard_Real theTol) +: myVecOfVertexes(theVec), + myPoint(thePnt), + myResID(-1), + myIsFindingEnable(Standard_False) { mySQToler = theTol*theTol; } diff --git a/src/BRepCheck/BRepCheck_Face.cxx b/src/BRepCheck/BRepCheck_Face.cxx index d185feb409..23612d8c11 100644 --- a/src/BRepCheck/BRepCheck_Face.cxx +++ b/src/BRepCheck/BRepCheck_Face.cxx @@ -82,6 +82,9 @@ static Standard_Boolean CheckThin(const TopoDS_Shape& w, //======================================================================= BRepCheck_Face::BRepCheck_Face (const TopoDS_Face& F) +: myIntres(BRepCheck_NoError), + myImbres(BRepCheck_NoError), + myOrires(BRepCheck_NoError) { Init(F); myIntdone = Standard_False; diff --git a/src/BRepCheck/BRepCheck_Shell.cxx b/src/BRepCheck/BRepCheck_Shell.cxx index e50a0b7249..0da1b61d18 100644 --- a/src/BRepCheck/BRepCheck_Shell.cxx +++ b/src/BRepCheck/BRepCheck_Shell.cxx @@ -111,6 +111,11 @@ inline Standard_Boolean IsOriented(const TopoDS_Shape& S) //======================================================================= BRepCheck_Shell::BRepCheck_Shell(const TopoDS_Shell& S) +: myNbori(0), + myCdone(Standard_False), + myCstat(BRepCheck_NoError), + myOdone(Standard_False), + myOstat(BRepCheck_NoError) { Init(S); } diff --git a/src/BRepCheck/BRepCheck_Wire.cxx b/src/BRepCheck/BRepCheck_Wire.cxx index da035c69cd..80ce345e5e 100644 --- a/src/BRepCheck/BRepCheck_Wire.cxx +++ b/src/BRepCheck/BRepCheck_Wire.cxx @@ -130,6 +130,9 @@ static Standard_Boolean GetPnt2d(const TopoDS_Vertex &theVertex, //purpose : //======================================================================= BRepCheck_Wire::BRepCheck_Wire(const TopoDS_Wire& W) +: myCdone(Standard_False), + myCstat(BRepCheck_NoError), + myGctrl(Standard_False) { Init(W); } diff --git a/src/BRepClass3d/BRepClass3d_Intersector3d.cxx b/src/BRepClass3d/BRepClass3d_Intersector3d.cxx index 1309b0b061..4c7df4fa97 100644 --- a/src/BRepClass3d/BRepClass3d_Intersector3d.cxx +++ b/src/BRepClass3d/BRepClass3d_Intersector3d.cxx @@ -31,7 +31,12 @@ //============================================================================ BRepClass3d_Intersector3d::BRepClass3d_Intersector3d() - : done(Standard_False),hasapoint(Standard_False) +: U(0.0), + V(0.0), + W(0.0), + done(Standard_False), + hasapoint(Standard_False), + state(TopAbs_UNKNOWN) { } //============================================================================ diff --git a/src/BRepClass3d/BRepClass3d_SClassifier.cxx b/src/BRepClass3d/BRepClass3d_SClassifier.cxx index 1dfc926439..675bbd99c9 100644 --- a/src/BRepClass3d/BRepClass3d_SClassifier.cxx +++ b/src/BRepClass3d/BRepClass3d_SClassifier.cxx @@ -61,7 +61,8 @@ static void Trans(Standard_Real parmin, IntCurveSurface_TransitionOnCurve& tran, //function : BRepClass3d_SClassifier //purpose : //======================================================================= -BRepClass3d_SClassifier::BRepClass3d_SClassifier() +BRepClass3d_SClassifier::BRepClass3d_SClassifier() +: myState(0) { } diff --git a/src/BRepClass3d/BRepClass3d_SolidClassifier.cxx b/src/BRepClass3d/BRepClass3d_SolidClassifier.cxx index 54e9c68525..ebf241f484 100644 --- a/src/BRepClass3d/BRepClass3d_SolidClassifier.cxx +++ b/src/BRepClass3d/BRepClass3d_SolidClassifier.cxx @@ -96,7 +96,9 @@ void BRepClass3d_SolidClassifier::Load(const TopoDS_Shape& S) { } BRepClass3d_SolidClassifier::BRepClass3d_SolidClassifier(const TopoDS_Shape& S) -: aSolidLoaded(Standard_True),explorer(S) +: aSolidLoaded(Standard_True), + explorer(S), + isaholeinspace(Standard_False) { #if LBRCOMPT STAT.NbConstrShape++; diff --git a/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx b/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx index 6f2eea87bc..a461db4e33 100644 --- a/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx +++ b/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx @@ -771,7 +771,10 @@ Standard_Boolean BRepClass3d_SolidExplorer::FindAPointInTheFace //purpose : //======================================================================= -BRepClass3d_SolidExplorer::BRepClass3d_SolidExplorer() +BRepClass3d_SolidExplorer::BRepClass3d_SolidExplorer() +: myReject(Standard_True), + myFirstFace(0), + myParamOnEdge(0.0) { } diff --git a/src/BRepExtrema/BRepExtrema_DistShapeShape.cxx b/src/BRepExtrema/BRepExtrema_DistShapeShape.cxx index c98a2712ce..13efe953dc 100644 --- a/src/BRepExtrema/BRepExtrema_DistShapeShape.cxx +++ b/src/BRepExtrema/BRepExtrema_DistShapeShape.cxx @@ -80,7 +80,12 @@ namespace Standard_Real Distance; //!< Distance between sub-shapes //! Uninitialized constructor for collection. - BRepExtrema_CheckPair() {} + BRepExtrema_CheckPair() + : Index1(0), + Index2(0), + Distance(0.0) + { + } //! Creates new pair of sub-shapes. BRepExtrema_CheckPair (Standard_Integer theIndex1, diff --git a/src/BRepFeat/BRepFeat_MakeDPrism.hxx b/src/BRepFeat/BRepFeat_MakeDPrism.hxx index e8545ccdea..1298115a3c 100644 --- a/src/BRepFeat/BRepFeat_MakeDPrism.hxx +++ b/src/BRepFeat/BRepFeat_MakeDPrism.hxx @@ -74,7 +74,9 @@ public: Init (Sbase, Pbase, Skface, Angle, Fuse, Modify); } - BRepFeat_MakeDPrism() + BRepFeat_MakeDPrism() + : myAngle(RealLast()), + myStatusError(BRepFeat_OK) { } diff --git a/src/BRepFeat/BRepFeat_MakeLinearForm.lxx b/src/BRepFeat/BRepFeat_MakeLinearForm.lxx index 08a7f9f36e..ed87d36604 100644 --- a/src/BRepFeat/BRepFeat_MakeLinearForm.lxx +++ b/src/BRepFeat/BRepFeat_MakeLinearForm.lxx @@ -19,7 +19,11 @@ //purpose : //======================================================================= -inline BRepFeat_MakeLinearForm::BRepFeat_MakeLinearForm () {} +inline BRepFeat_MakeLinearForm::BRepFeat_MakeLinearForm () +: myBnd(0.0), + myTol(0.0) +{ +} //======================================================================= diff --git a/src/BRepFeat/BRepFeat_MakePrism.lxx b/src/BRepFeat/BRepFeat_MakePrism.lxx index dde85a8e85..c46a817b93 100644 --- a/src/BRepFeat/BRepFeat_MakePrism.lxx +++ b/src/BRepFeat/BRepFeat_MakePrism.lxx @@ -19,7 +19,10 @@ //purpose : //======================================================================= -inline BRepFeat_MakePrism::BRepFeat_MakePrism () {} +inline BRepFeat_MakePrism::BRepFeat_MakePrism () +: myStatusError(BRepFeat_OK) +{ +} //======================================================================= diff --git a/src/BRepFeat/BRepFeat_MakeRevol.lxx b/src/BRepFeat/BRepFeat_MakeRevol.lxx index 6b60685557..533cc3d9ac 100644 --- a/src/BRepFeat/BRepFeat_MakeRevol.lxx +++ b/src/BRepFeat/BRepFeat_MakeRevol.lxx @@ -19,7 +19,10 @@ //purpose : //======================================================================= -inline BRepFeat_MakeRevol::BRepFeat_MakeRevol () {} +inline BRepFeat_MakeRevol::BRepFeat_MakeRevol () +: myStatusError(BRepFeat_OK) +{ +} //======================================================================= diff --git a/src/BRepFeat/BRepFeat_MakeRevolutionForm.lxx b/src/BRepFeat/BRepFeat_MakeRevolutionForm.lxx index 8ba7e37c11..e69a9eb3ae 100644 --- a/src/BRepFeat/BRepFeat_MakeRevolutionForm.lxx +++ b/src/BRepFeat/BRepFeat_MakeRevolutionForm.lxx @@ -19,7 +19,16 @@ //purpose : //======================================================================= -inline BRepFeat_MakeRevolutionForm::BRepFeat_MakeRevolutionForm () {} +inline BRepFeat_MakeRevolutionForm::BRepFeat_MakeRevolutionForm () +: myHeight1(0.0), + myHeight2(0.0), + mySliding(Standard_False), + myBnd(0.0), + myTol(0.0), + myAngle1(RealLast()), + myAngle2(RealLast()) +{ +} //======================================================================= diff --git a/src/BRepFeat/BRepFeat_RibSlot.lxx b/src/BRepFeat/BRepFeat_RibSlot.lxx index 3f84a0fa85..b58d3eb06c 100644 --- a/src/BRepFeat/BRepFeat_RibSlot.lxx +++ b/src/BRepFeat/BRepFeat_RibSlot.lxx @@ -19,5 +19,9 @@ //purpose : //======================================================================= -inline BRepFeat_RibSlot::BRepFeat_RibSlot () -{} +inline BRepFeat_RibSlot::BRepFeat_RibSlot () +: myFuse(Standard_False), + mySliding(Standard_False), + myStatusError(BRepFeat_OK) +{ +} diff --git a/src/BRepGProp/BRepGProp_Sinert.cxx b/src/BRepGProp/BRepGProp_Sinert.cxx index 84cab88c5b..8ae1fd9e3d 100644 --- a/src/BRepGProp/BRepGProp_Sinert.cxx +++ b/src/BRepGProp/BRepGProp_Sinert.cxx @@ -24,6 +24,7 @@ //purpose : Constructor //======================================================================= BRepGProp_Sinert::BRepGProp_Sinert() +: myEpsilon(0.0) { } diff --git a/src/BRepGProp/BRepGProp_Vinert.cxx b/src/BRepGProp/BRepGProp_Vinert.cxx index 5e3a53be4b..d80f63643d 100644 --- a/src/BRepGProp/BRepGProp_Vinert.cxx +++ b/src/BRepGProp/BRepGProp_Vinert.cxx @@ -25,6 +25,7 @@ //purpose : Constructor //======================================================================= BRepGProp_Vinert::BRepGProp_Vinert() +: myEpsilon(0.0) { } diff --git a/src/BRepLib/BRepLib_FindSurface.cxx b/src/BRepLib/BRepLib_FindSurface.cxx index 8906a82b08..21a85b697e 100644 --- a/src/BRepLib/BRepLib_FindSurface.cxx +++ b/src/BRepLib/BRepLib_FindSurface.cxx @@ -161,7 +161,10 @@ static Standard_Boolean Is2DClosed(const TopoDS_Shape& theShape, //function : BRepLib_FindSurface //purpose : //======================================================================= -BRepLib_FindSurface::BRepLib_FindSurface() +BRepLib_FindSurface::BRepLib_FindSurface() +: myTolerance(0.0), + myTolReached(0.0), + isExisted(Standard_False) { } //======================================================================= diff --git a/src/BRepLib/BRepLib_MakeEdge.cxx b/src/BRepLib/BRepLib_MakeEdge.cxx index 6a3d8d52d6..4029c3ddcb 100644 --- a/src/BRepLib/BRepLib_MakeEdge.cxx +++ b/src/BRepLib/BRepLib_MakeEdge.cxx @@ -173,7 +173,9 @@ static Standard_Boolean Project(const Handle(Geom2d_Curve)& C, //======================================================================= BRepLib_MakeEdge::BRepLib_MakeEdge() -{} +: myError(BRepLib_PointProjectionFailed) +{ +} //======================================================================= //function : BRepLib_MakeEdge diff --git a/src/BRepLib/BRepLib_MakeWire.hxx b/src/BRepLib/BRepLib_MakeWire.hxx index a57f572608..05f19cf9f4 100644 --- a/src/BRepLib/BRepLib_MakeWire.hxx +++ b/src/BRepLib/BRepLib_MakeWire.hxx @@ -135,8 +135,12 @@ private: { public: BRepLib_BndBoxVertexSelector(const TopTools_IndexedMapOfShape& theMapOfShape) - : BRepLib_BndBoxVertexSelector::Selector(), myMapOfShape (theMapOfShape) - {} + : BRepLib_BndBoxVertexSelector::Selector(), + myMapOfShape (theMapOfShape), + myTolP(0.0), + myVInd(0) + { + } Standard_Boolean Reject (const Bnd_Box& theBox) const { diff --git a/src/BRepMAT2d/BRepMAT2d_BisectingLocus.cxx b/src/BRepMAT2d/BRepMAT2d_BisectingLocus.cxx index 1ae8546ab4..ef992f3594 100644 --- a/src/BRepMAT2d/BRepMAT2d_BisectingLocus.cxx +++ b/src/BRepMAT2d/BRepMAT2d_BisectingLocus.cxx @@ -49,6 +49,8 @@ static void CutSketch (MAT2d_SequenceOfSequenceOfGeometry& Figure, //purpose : Constructeur vide. //============================================================================= BRepMAT2d_BisectingLocus::BRepMAT2d_BisectingLocus() +: isDone(Standard_False), + nbContours(0) { } diff --git a/src/BRepMAT2d/BRepMAT2d_LinkTopoBilo.cxx b/src/BRepMAT2d/BRepMAT2d_LinkTopoBilo.cxx index 729a8e46d8..3c4003cbb5 100644 --- a/src/BRepMAT2d/BRepMAT2d_LinkTopoBilo.cxx +++ b/src/BRepMAT2d/BRepMAT2d_LinkTopoBilo.cxx @@ -47,6 +47,8 @@ //purpose : //======================================================================= BRepMAT2d_LinkTopoBilo::BRepMAT2d_LinkTopoBilo() +: current(0), + isEmpty(Standard_True) { } diff --git a/src/BRepMesh/BRepMesh_Delaun.cxx b/src/BRepMesh/BRepMesh_Delaun.cxx index 435aae6f15..f1d4792cd6 100644 --- a/src/BRepMesh/BRepMesh_Delaun.cxx +++ b/src/BRepMesh/BRepMesh_Delaun.cxx @@ -92,6 +92,7 @@ BRepMesh_Delaun::BRepMesh_Delaun ( myCircles (new NCollection_IncAllocator( IMeshData::MEMORY_BLOCK_SIZE_HUGE)) { + memset (mySupVert, 0, sizeof (mySupVert)); if (isFillCircles) { InitCirclesTool (theCellsCountU, theCellsCountV); @@ -106,6 +107,7 @@ BRepMesh_Delaun::BRepMesh_Delaun(IMeshData::Array1OfVertexOfDelaun& theVertices) : myCircles (theVertices.Length(), new NCollection_IncAllocator( IMeshData::MEMORY_BLOCK_SIZE_HUGE)) { + memset (mySupVert, 0, sizeof (mySupVert)); if ( theVertices.Length() > 2 ) { myMeshData = new BRepMesh_DataStructureOfDelaun( @@ -126,6 +128,7 @@ BRepMesh_Delaun::BRepMesh_Delaun( myCircles ( theVertices.Length(), new NCollection_IncAllocator( IMeshData::MEMORY_BLOCK_SIZE_HUGE)) { + memset (mySupVert, 0, sizeof (mySupVert)); if ( theVertices.Length() > 2 ) { Init( theVertices ); @@ -143,6 +146,7 @@ BRepMesh_Delaun::BRepMesh_Delaun( myCircles ( theVertexIndices.Length(), new NCollection_IncAllocator( IMeshData::MEMORY_BLOCK_SIZE_HUGE)) { + memset (mySupVert, 0, sizeof (mySupVert)); perform(theVertexIndices); } @@ -158,6 +162,7 @@ BRepMesh_Delaun::BRepMesh_Delaun (const Handle (BRepMesh_DataStructureOfDelaun)& myCircles (theVertexIndices.Length (), new NCollection_IncAllocator( IMeshData::MEMORY_BLOCK_SIZE_HUGE)) { + memset (mySupVert, 0, sizeof (mySupVert)); perform (theVertexIndices, theCellsCountU, theCellsCountV); } diff --git a/src/BRepMesh/BRepMesh_DelaunayDeflectionControlMeshAlgo.hxx b/src/BRepMesh/BRepMesh_DelaunayDeflectionControlMeshAlgo.hxx index 04f4708d66..7d3fb09f28 100644 --- a/src/BRepMesh/BRepMesh_DelaunayDeflectionControlMeshAlgo.hxx +++ b/src/BRepMesh/BRepMesh_DelaunayDeflectionControlMeshAlgo.hxx @@ -34,7 +34,8 @@ public: //! Constructor. BRepMesh_DelaunayDeflectionControlMeshAlgo() : myMaxSqDeflection(-1.), - myIsAllDegenerated(Standard_False) + myIsAllDegenerated(Standard_False), + myCircles(NULL) { } @@ -107,6 +108,11 @@ private: //! Contains geometrical data related to node of triangle. struct TriangleNodeInfo { + TriangleNodeInfo() + : isFrontierLink(Standard_False) + { + } + gp_XY Point2d; gp_XYZ Point; Standard_Boolean isFrontierLink; diff --git a/src/BRepMesh/BRepMesh_EdgeParameterProvider.hxx b/src/BRepMesh/BRepMesh_EdgeParameterProvider.hxx index 64610fef1e..7d73cbe922 100644 --- a/src/BRepMesh/BRepMesh_EdgeParameterProvider.hxx +++ b/src/BRepMesh/BRepMesh_EdgeParameterProvider.hxx @@ -45,6 +45,12 @@ public: //! Constructor. Initializes empty provider. BRepMesh_EdgeParameterProvider() + : myIsSameParam(Standard_False), + myFirstParam(0.0), + myOldFirstParam(0.0), + myScale(0.0), + myCurParam(0.0), + myFoundParam(0.0) { } diff --git a/src/BRepMesh/BRepMesh_FaceChecker.cxx b/src/BRepMesh/BRepMesh_FaceChecker.cxx index cc2491df70..e40f17d1ea 100644 --- a/src/BRepMesh/BRepMesh_FaceChecker.cxx +++ b/src/BRepMesh/BRepMesh_FaceChecker.cxx @@ -103,6 +103,7 @@ namespace BndBox2dTreeSelector(const Standard_Real theTolerance) : myMaxLoopSize(M_PI * theTolerance * theTolerance), mySelfSegmentIndex(-1), + mySegment(0), myIndices(256, new NCollection_IncAllocator(IMeshData::MEMORY_BLOCK_SIZE_HUGE)) { } diff --git a/src/BRepMesh/BRepMesh_FaceChecker.hxx b/src/BRepMesh/BRepMesh_FaceChecker.hxx index 93f574a45d..5166f3bfe4 100644 --- a/src/BRepMesh/BRepMesh_FaceChecker.hxx +++ b/src/BRepMesh/BRepMesh_FaceChecker.hxx @@ -38,8 +38,9 @@ public: //! @name mesher API gp_Pnt2d* Point2; // / using indices. Segment() - : Point1(NULL) - , Point2(NULL) + : EdgePtr(NULL), + Point1(NULL), + Point2(NULL) { } diff --git a/src/BRepMesh/BRepMesh_NURBSRangeSplitter.cxx b/src/BRepMesh/BRepMesh_NURBSRangeSplitter.cxx index 429a18035f..dd1529ced1 100644 --- a/src/BRepMesh/BRepMesh_NURBSRangeSplitter.cxx +++ b/src/BRepMesh/BRepMesh_NURBSRangeSplitter.cxx @@ -44,7 +44,10 @@ namespace myParamsForbiddenToRemove(theParamsForbiddenToRemove), myControlParamsForbiddenToRemove(theControlParamsForbiddenToRemove), myAllocator(new NCollection_IncAllocator(IMeshData::MEMORY_BLOCK_SIZE_HUGE)), - myControlParamsToRemove(new IMeshData::MapOfReal(1, myAllocator)) + myControlParamsToRemove(new IMeshData::MapOfReal(1, myAllocator)), + myCurrParam(0.0), + myCurrControlParam(0.0), + myPrevControlParam(0.0) { } diff --git a/src/BRepMesh/BRepMesh_NURBSRangeSplitter.hxx b/src/BRepMesh/BRepMesh_NURBSRangeSplitter.hxx index a74f2d23a2..9dfc40973b 100644 --- a/src/BRepMesh/BRepMesh_NURBSRangeSplitter.hxx +++ b/src/BRepMesh/BRepMesh_NURBSRangeSplitter.hxx @@ -28,6 +28,7 @@ public: //! Constructor. BRepMesh_NURBSRangeSplitter() + : mySurfaceType(GeomAbs_OtherSurface) { } diff --git a/src/BRepTools/BRepTools_ReShape.cxx b/src/BRepTools/BRepTools_ReShape.cxx index c4c10a4626..4eb968edac 100644 --- a/src/BRepTools/BRepTools_ReShape.cxx +++ b/src/BRepTools/BRepTools_ReShape.cxx @@ -116,6 +116,7 @@ static void CopyRanges (const TopoDS_Shape& toedge, const TopoDS_Shape& fromedge //======================================================================= BRepTools_ReShape::BRepTools_ReShape() +: myStatus(-1) { myConsiderLocation = Standard_False; } diff --git a/src/BRepTools/BRepTools_WireExplorer.cxx b/src/BRepTools/BRepTools_WireExplorer.cxx index 1fe412abee..7b0b7db494 100644 --- a/src/BRepTools/BRepTools_WireExplorer.cxx +++ b/src/BRepTools/BRepTools_WireExplorer.cxx @@ -63,7 +63,10 @@ static Standard_Real GetNextParamOnPC(const Handle(Geom2d_Curve)& aPC, //function : BRepTools_WireExplorer //purpose : //======================================================================= -BRepTools_WireExplorer::BRepTools_WireExplorer() +BRepTools_WireExplorer::BRepTools_WireExplorer() +: myReverse(Standard_False), + myTolU(0.0), + myTolV(0.0) { } diff --git a/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.cxx b/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.cxx index e3190f0ce5..8d389294b0 100644 --- a/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.cxx +++ b/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.cxx @@ -84,7 +84,13 @@ static StatistiquesFClass2d STAT; BRepTopAdaptor_FClass2d::BRepTopAdaptor_FClass2d(const TopoDS_Face& aFace,const Standard_Real TolUV) -: Toluv(TolUV), Face(aFace) { +: Toluv(TolUV), + Face(aFace), + U1(0.0), + V1(0.0), + U2(0.0), + V2(0.0) +{ #if LBRCOMPT STAT.NbConstrShape++; diff --git a/src/BRepTopAdaptor/BRepTopAdaptor_TopolTool.cxx b/src/BRepTopAdaptor/BRepTopAdaptor_TopolTool.cxx index 0b608df55c..d89548561c 100644 --- a/src/BRepTopAdaptor/BRepTopAdaptor_TopolTool.cxx +++ b/src/BRepTopAdaptor/BRepTopAdaptor_TopolTool.cxx @@ -48,7 +48,12 @@ static //function : BRepTopAdaptor_TopolTool //purpose : //======================================================================= - BRepTopAdaptor_TopolTool::BRepTopAdaptor_TopolTool () : myFClass2d(NULL) + BRepTopAdaptor_TopolTool::BRepTopAdaptor_TopolTool () + : myFClass2d(NULL), + myU0(0.0), + myV0(0.0), + myDU(0.0), + myDV(0.0) { myNbSamplesU=-1; } diff --git a/src/BVH/BVH_Distance.hxx b/src/BVH/BVH_Distance.hxx index 286b08a394..3988d41233 100644 --- a/src/BVH/BVH_Distance.hxx +++ b/src/BVH/BVH_Distance.hxx @@ -36,7 +36,8 @@ public: //! @name Constructor //! Constructor BVH_Distance() : BVH_Traverse (), - myDistance (std::numeric_limits::max()) + myDistance (std::numeric_limits::max()), + myIsDone(Standard_False) { } diff --git a/src/BVH/BVH_DistanceField.lxx b/src/BVH/BVH_DistanceField.lxx index 5be06f3f8f..85f3c0686a 100644 --- a/src/BVH/BVH_DistanceField.lxx +++ b/src/BVH/BVH_DistanceField.lxx @@ -24,7 +24,10 @@ template BVH_DistanceField::BVH_DistanceField (const Standard_Integer theMaximumSize, const Standard_Boolean theComputeSign) -: myMaximumSize (theMaximumSize), +: myDimensionX(0), + myDimensionY(0), + myDimensionZ(0), + myMaximumSize (theMaximumSize), myComputeSign (theComputeSign), myIsParallel (Standard_False) { diff --git a/src/BVH/BVH_PairDistance.hxx b/src/BVH/BVH_PairDistance.hxx index c7238ccfe9..5a4c3991ef 100644 --- a/src/BVH/BVH_PairDistance.hxx +++ b/src/BVH/BVH_PairDistance.hxx @@ -38,7 +38,8 @@ public: //! @name Constructor //! Constructor BVH_PairDistance() : BVH_PairTraverse (), - myDistance (std::numeric_limits::max()) + myDistance (std::numeric_limits::max()), + myIsDone(Standard_False) { } diff --git a/src/Bisector/Bisector_BisecCC.cxx b/src/Bisector/Bisector_BisecCC.cxx index e940e9b10a..a334b06a1a 100644 --- a/src/Bisector/Bisector_BisecCC.cxx +++ b/src/Bisector/Bisector_BisecCC.cxx @@ -77,9 +77,17 @@ static Standard_Boolean DiscretPar(const Standard_Real DU, //purpose : //============================================================================= Bisector_BisecCC::Bisector_BisecCC() +: sign1(0.0), + sign2(0.0), + currentInterval(0), + shiftParameter(0.0), + distMax(0.0), + isEmpty(Standard_True), + isConvex1(Standard_False), + isConvex2(Standard_False), + extensionStart(Standard_False), + extensionEnd(Standard_False) { - shiftParameter = 0; - isEmpty = Standard_False; } //============================================================================= diff --git a/src/Bisector/Bisector_BisecPC.cxx b/src/Bisector/Bisector_BisecPC.cxx index fa0c7f0c4c..784f8a9000 100644 --- a/src/Bisector/Bisector_BisecPC.cxx +++ b/src/Bisector/Bisector_BisecPC.cxx @@ -51,6 +51,15 @@ IMPLEMENT_STANDARD_RTTIEXT(Bisector_BisecPC,Bisector_Curve) // purpose : //============================================================================= Bisector_BisecPC::Bisector_BisecPC() +: sign(0.0), + bisInterval(0), + currentInterval(0), + shiftParameter(0.0), + distMax(0.0), + isEmpty(Standard_True), + isConvex(Standard_False), + extensionStart(Standard_False), + extensionEnd(Standard_False) { } diff --git a/src/Bisector/Bisector_PointOnBis.cxx b/src/Bisector/Bisector_PointOnBis.cxx index c3c804c18f..0d3a1c0148 100644 --- a/src/Bisector/Bisector_PointOnBis.cxx +++ b/src/Bisector/Bisector_PointOnBis.cxx @@ -23,6 +23,11 @@ // purpose : //============================================================================= Bisector_PointOnBis::Bisector_PointOnBis() +: param1(0.0), + param2(0.0), + paramBis(0.0), + distance(0.0), + infinite(Standard_False) { } diff --git a/src/BlendFunc/BlendFunc_CSConstRad.cxx b/src/BlendFunc/BlendFunc_CSConstRad.cxx index 714099bc3d..2c02e551a6 100644 --- a/src/BlendFunc/BlendFunc_CSConstRad.cxx +++ b/src/BlendFunc/BlendFunc_CSConstRad.cxx @@ -44,9 +44,13 @@ BlendFunc_CSConstRad::BlendFunc_CSConstRad(const Handle(Adaptor3d_HSurface)& S, const Handle(Adaptor3d_HCurve)& C, const Handle(Adaptor3d_HCurve)& CG) : - surf(S),curv(C),guide(CG),istangent(Standard_True), - maxang(RealFirst()), minang(RealLast()),mySShape(BlendFunc_Rational) -{} + surf(S),curv(C),guide(CG), prmc(0.0), + istangent(Standard_True), ray(0.0), + choix(0), normtg(0.0), theD(0.0), + maxang(RealFirst()), minang(RealLast()), + mySShape(BlendFunc_Rational) +{ +} //======================================================================= diff --git a/src/BlendFunc/BlendFunc_ChAsym.cxx b/src/BlendFunc/BlendFunc_ChAsym.cxx index 6321d00116..81104d0d73 100644 --- a/src/BlendFunc/BlendFunc_ChAsym.cxx +++ b/src/BlendFunc/BlendFunc_ChAsym.cxx @@ -40,9 +40,14 @@ BlendFunc_ChAsym::BlendFunc_ChAsym(const Handle(Adaptor3d_HSurface)& S1, const Handle(Adaptor3d_HCurve)& C) : surf1(S1),surf2(S2), curv(C), tcurv(C), + param(0), + dist1(RealLast()), + angle(RealLast()), + tgang(RealLast()), FX(1, 4), DX(1, 4, 1, 4), istangent(Standard_True), + choix(0), distmin(RealLast()) { } diff --git a/src/BlendFunc/BlendFunc_ChAsymInv.cxx b/src/BlendFunc/BlendFunc_ChAsymInv.cxx index abfce00bb8..b3afa5168b 100644 --- a/src/BlendFunc/BlendFunc_ChAsymInv.cxx +++ b/src/BlendFunc/BlendFunc_ChAsymInv.cxx @@ -30,7 +30,12 @@ BlendFunc_ChAsymInv::BlendFunc_ChAsymInv(const Handle(Adaptor3d_HSurface)& S1, const Handle(Adaptor3d_HSurface)& S2, const Handle(Adaptor3d_HCurve)& C) : - surf1(S1),surf2(S2),curv(C), + surf1(S1),surf2(S2), + dist1(RealLast()), + angle(RealLast()), + tgang(RealLast()), + curv(C), choix(0), + first(Standard_False), FX(1, 4), DX(1, 4, 1, 4) { diff --git a/src/BlendFunc/BlendFunc_ConstRad.cxx b/src/BlendFunc/BlendFunc_ConstRad.cxx index 5c890dbc36..acfe0975bd 100644 --- a/src/BlendFunc/BlendFunc_ConstRad.cxx +++ b/src/BlendFunc/BlendFunc_ConstRad.cxx @@ -51,16 +51,17 @@ BlendFunc_ConstRad::BlendFunc_ConstRad(const Handle(Adaptor3d_HSurface)& S1, const Handle(Adaptor3d_HSurface)& S2, const Handle(Adaptor3d_HCurve)& C) : - surf1(S1),surf2(S2), - curv(C), tcurv(C), - istangent(Standard_True), - xval(1,4), - E(1,4), DEDX(1,4,1,4), DEDT(1,4), - D2EDX2(4,4,4), - D2EDXDT(1,4,1,4), D2EDT2(1,4), - maxang(RealFirst()), minang(RealLast()), - distmin(RealLast()), - mySShape(BlendFunc_Rational) + surf1(S1),surf2(S2), + curv(C), tcurv(C), + istangent(Standard_True), param(0.0), + ray1(0.0), ray2(0.0), + choix(0), xval(1, 4), + E(1,4), DEDX(1,4,1,4), DEDT(1,4), + D2EDX2(4,4,4), + D2EDXDT(1,4,1,4), D2EDT2(1,4), + maxang(RealFirst()), minang(RealLast()), + distmin(RealLast()), + mySShape(BlendFunc_Rational) { // Initialisaton of cash control variables. tval = -9.876e100; diff --git a/src/BlendFunc/BlendFunc_ConstRadInv.cxx b/src/BlendFunc/BlendFunc_ConstRadInv.cxx index 24a795e2b4..41df2e9831 100644 --- a/src/BlendFunc/BlendFunc_ConstRadInv.cxx +++ b/src/BlendFunc/BlendFunc_ConstRadInv.cxx @@ -28,9 +28,16 @@ BlendFunc_ConstRadInv::BlendFunc_ConstRadInv(const Handle(Adaptor3d_HSurface)& S1, const Handle(Adaptor3d_HSurface)& S2, - const Handle(Adaptor3d_HCurve)& C): - surf1(S1),surf2(S2),curv(C) -{} + const Handle(Adaptor3d_HCurve)& C) +: surf1(S1), + surf2(S2), + curv(C), + ray1(0.0), + ray2(0.0), + choix(0), + first(Standard_False) +{ +} void BlendFunc_ConstRadInv::Set(const Standard_Real R, const Standard_Integer Choix) diff --git a/src/BlendFunc/BlendFunc_ConstThroat.cxx b/src/BlendFunc/BlendFunc_ConstThroat.cxx index 0eb7a01ac0..f81925dc0a 100644 --- a/src/BlendFunc/BlendFunc_ConstThroat.cxx +++ b/src/BlendFunc/BlendFunc_ConstThroat.cxx @@ -38,7 +38,12 @@ BlendFunc_ConstThroat::BlendFunc_ConstThroat(const Handle(Adaptor3d_HSurface)& S1, const Handle(Adaptor3d_HSurface)& S2, const Handle(Adaptor3d_HCurve)& C) - : BlendFunc_GenChamfer(S1,S2,C) +: BlendFunc_GenChamfer(S1,S2,C), + istangent(Standard_False), + param(0.0), + Throat(0.0), + normtg(0.0), + theD(0.0) { } diff --git a/src/BlendFunc/BlendFunc_ConstThroatInv.cxx b/src/BlendFunc/BlendFunc_ConstThroatInv.cxx index 9b5a054aac..73a5b2d3e7 100644 --- a/src/BlendFunc/BlendFunc_ConstThroatInv.cxx +++ b/src/BlendFunc/BlendFunc_ConstThroatInv.cxx @@ -29,7 +29,13 @@ BlendFunc_ConstThroatInv::BlendFunc_ConstThroatInv(const Handle(Adaptor3d_HSurface)& S1, const Handle(Adaptor3d_HSurface)& S2, const Handle(Adaptor3d_HCurve)& C) - : BlendFunc_GenChamfInv(S1,S2,C) +: BlendFunc_GenChamfInv(S1,S2,C), + Throat(0.0), + param(0.0), + sign1(0.0), + sign2(0.0), + normtg(0.0), + theD(0.0) { } diff --git a/src/BlendFunc/BlendFunc_Corde.cxx b/src/BlendFunc/BlendFunc_Corde.cxx index 1ef5ec4c23..7a7216bd2a 100644 --- a/src/BlendFunc/BlendFunc_Corde.cxx +++ b/src/BlendFunc/BlendFunc_Corde.cxx @@ -34,8 +34,13 @@ //purpose : //======================================================================= BlendFunc_Corde::BlendFunc_Corde(const Handle(Adaptor3d_HSurface)& S, - const Handle(Adaptor3d_HCurve)& CG) : - surf(S),guide(CG) + const Handle(Adaptor3d_HCurve)& CG) +: surf(S), + guide(CG), + dis(0.0), + normtg(0.0), + theD(0.0), + istangent(Standard_False) { } diff --git a/src/BlendFunc/BlendFunc_GenChamfInv.cxx b/src/BlendFunc/BlendFunc_GenChamfInv.cxx index 925273f942..1dc057abd1 100644 --- a/src/BlendFunc/BlendFunc_GenChamfInv.cxx +++ b/src/BlendFunc/BlendFunc_GenChamfInv.cxx @@ -28,8 +28,12 @@ //======================================================================= BlendFunc_GenChamfInv::BlendFunc_GenChamfInv(const Handle(Adaptor3d_HSurface)& S1, const Handle(Adaptor3d_HSurface)& S2, - const Handle(Adaptor3d_HCurve)& C) : - surf1(S1),surf2(S2),curv(C) + const Handle(Adaptor3d_HCurve)& C) +: surf1(S1), + surf2(S2), + curv(C), + choix(0), + first(Standard_False) { } diff --git a/src/BlendFunc/BlendFunc_GenChamfer.cxx b/src/BlendFunc/BlendFunc_GenChamfer.cxx index 54fe63857b..e3d571da9e 100644 --- a/src/BlendFunc/BlendFunc_GenChamfer.cxx +++ b/src/BlendFunc/BlendFunc_GenChamfer.cxx @@ -34,8 +34,12 @@ BlendFunc_GenChamfer::BlendFunc_GenChamfer(const Handle(Adaptor3d_HSurface)& S1, const Handle(Adaptor3d_HSurface)& S2, const Handle(Adaptor3d_HCurve)& CG) - : surf1(S1),surf2(S2),curv(CG), - distmin(RealLast()) +: surf1(S1), + surf2(S2), + curv(CG), + choix(0), + tol(0.0), + distmin(RealLast()) { } diff --git a/src/BlendFunc/BlendFunc_Ruled.cxx b/src/BlendFunc/BlendFunc_Ruled.cxx index 0b5289ea01..70cb80ec52 100644 --- a/src/BlendFunc/BlendFunc_Ruled.cxx +++ b/src/BlendFunc/BlendFunc_Ruled.cxx @@ -35,10 +35,12 @@ BlendFunc_Ruled::BlendFunc_Ruled(const Handle(Adaptor3d_HSurface)& S1, const Handle(Adaptor3d_HSurface)& S2, const Handle(Adaptor3d_HCurve)& C) : - surf1(S1),surf2(S2),curv(C), - istangent(Standard_True), - distmin(RealLast()) -{} + surf1(S1),surf2(S2),curv(C), + istangent(Standard_True), + normtg(0.0), theD(0.0), + distmin(RealLast()) +{ +} Standard_Integer BlendFunc_Ruled::NbEquations () const { diff --git a/src/BlendFunc/BlendFunc_RuledInv.cxx b/src/BlendFunc/BlendFunc_RuledInv.cxx index b5c439bb11..5f83a451b3 100644 --- a/src/BlendFunc/BlendFunc_RuledInv.cxx +++ b/src/BlendFunc/BlendFunc_RuledInv.cxx @@ -24,9 +24,13 @@ BlendFunc_RuledInv::BlendFunc_RuledInv(const Handle(Adaptor3d_HSurface)& S1, const Handle(Adaptor3d_HSurface)& S2, - const Handle(Adaptor3d_HCurve)& C) : - surf1(S1),surf2(S2),curv(C) -{} + const Handle(Adaptor3d_HCurve)& C) +: surf1(S1), + surf2(S2), + curv(C), + first(Standard_False) +{ +} void BlendFunc_RuledInv::Set(const Standard_Boolean OnFirst, const Handle(Adaptor2d_HCurve2d)& C) diff --git a/src/CDF/CDF_Store.cxx b/src/CDF/CDF_Store.cxx index 60c780bf70..e47631ad81 100644 --- a/src/CDF/CDF_Store.cxx +++ b/src/CDF/CDF_Store.cxx @@ -34,7 +34,12 @@ static TCollection_ExtendedString blank(""); -CDF_Store::CDF_Store() {} +CDF_Store::CDF_Store() +: myHasSubComponents(Standard_False), + myIsMainDocument(Standard_False), + myStatus(PCDM_SS_No_Obj) +{ +} CDF_Store::CDF_Store(const Handle(CDM_Document)& aDocument):myHasSubComponents(Standard_False) { myMainDocument = aDocument; diff --git a/src/CDM/CDM_MetaData.cxx b/src/CDM/CDM_MetaData.cxx index 160c2cdc88..4f9db10ff2 100644 --- a/src/CDM/CDM_MetaData.cxx +++ b/src/CDM/CDM_MetaData.cxx @@ -33,6 +33,7 @@ static CDM_MetaDataLookUpTable& getLookUpTable(){ } CDM_MetaData::CDM_MetaData(const TCollection_ExtendedString& aFolder, const TCollection_ExtendedString& aName, const TCollection_ExtendedString& aPath,const TCollection_ExtendedString& aFileName,const Standard_Boolean ReadOnly): myIsRetrieved(Standard_False), +myDocument(NULL), myFolder(aFolder), myName(aName), myHasVersion(Standard_False), @@ -44,6 +45,7 @@ myIsReadOnly(ReadOnly) CDM_MetaData::CDM_MetaData(const TCollection_ExtendedString& aFolder, const TCollection_ExtendedString& aName, const TCollection_ExtendedString& aPath,const TCollection_ExtendedString& aVersion,const TCollection_ExtendedString& aFileName,const Standard_Boolean ReadOnly): myIsRetrieved(Standard_False), +myDocument(NULL), myFolder(aFolder), myName(aName), myVersion(aVersion), diff --git a/src/CDM/CDM_Reference.cxx b/src/CDM/CDM_Reference.cxx index cddfbafde3..47e20540ad 100644 --- a/src/CDM/CDM_Reference.cxx +++ b/src/CDM/CDM_Reference.cxx @@ -28,7 +28,8 @@ CDM_Reference::CDM_Reference(const Handle(CDM_Document)& aFromDocument, const Ha myToDocument(aToDocument), myFromDocument(aFromDocument.operator->()), myReferenceIdentifier(aReferenceIdentifier), -myDocumentVersion(aToDocumentVersion) +myDocumentVersion(aToDocumentVersion), +myUseStorageConfiguration(Standard_False) {} CDM_Reference::CDM_Reference(const Handle(CDM_Document)& aFromDocument, const Handle(CDM_MetaData)& aToDocument, const Standard_Integer aReferenceIdentifier, const Handle(CDM_Application)& anApplication, const Standard_Integer aToDocumentVersion, const Standard_Boolean UseStorageConfiguration): diff --git a/src/CPnts/CPnts_AbscissaPoint.cxx b/src/CPnts/CPnts_AbscissaPoint.cxx index b40750e39f..0d1f38faab 100644 --- a/src/CPnts/CPnts_AbscissaPoint.cxx +++ b/src/CPnts/CPnts_AbscissaPoint.cxx @@ -234,7 +234,12 @@ Standard_Real CPnts_AbscissaPoint::Length(const Adaptor2d_Curve2d& C, //purpose : //======================================================================= -CPnts_AbscissaPoint::CPnts_AbscissaPoint() : myDone(Standard_False) +CPnts_AbscissaPoint::CPnts_AbscissaPoint() +: myDone(Standard_False), + myL(0.0), + myParam(0.0), + myUMin(0.0), + myUMax(0.0) { } diff --git a/src/CPnts/CPnts_UniformDeflection.cxx b/src/CPnts/CPnts_UniformDeflection.cxx index 8253d06e21..447b90959f 100644 --- a/src/CPnts/CPnts_UniformDeflection.cxx +++ b/src/CPnts/CPnts_UniformDeflection.cxx @@ -231,9 +231,21 @@ void CPnts_UniformDeflection::Perform() //purpose : //======================================================================= -CPnts_UniformDeflection::CPnts_UniformDeflection () -{ - myDone = Standard_False; +CPnts_UniformDeflection::CPnts_UniformDeflection () +: myDone(Standard_False), + my3d(Standard_False), + myFinish(Standard_False), + myTolCur(0.0), + myControl(Standard_False), + myIPoint(0), + myNbPoints(0), + myDwmax(0.0), + myDeflection(0.0), + myFirstParam(0.0), + myLastParam(0.0), + myDu(0.0) +{ + memset (myParams, 0, sizeof (myParams)); } //======================================================================= diff --git a/src/Contap/Contap_ArcFunction.cxx b/src/Contap/Contap_ArcFunction.cxx index d0b18fbb2c..d23ec05e3c 100644 --- a/src/Contap/Contap_ArcFunction.cxx +++ b/src/Contap/Contap_ArcFunction.cxx @@ -28,8 +28,10 @@ Contap_ArcFunction::Contap_ArcFunction (): myMean(1.), myType(Contap_ContourStd), -myDir(0.,0.,1.) -{} +myDir(0.,0.,1.), +myCosAng(0.0) +{ +} void Contap_ArcFunction::Set(const Handle(Adaptor3d_HSurface)& S) diff --git a/src/Contap/Contap_ContAna.cxx b/src/Contap/Contap_ContAna.cxx index 86a84a5073..4c81c24e7a 100644 --- a/src/Contap/Contap_ContAna.cxx +++ b/src/Contap/Contap_ContAna.cxx @@ -30,7 +30,13 @@ static const Standard_Real Tolpetit = 1.e-8; -Contap_ContAna::Contap_ContAna (): done(Standard_False) {} +Contap_ContAna::Contap_ContAna () +: done(Standard_False), + nbSol(0), + typL(GeomAbs_OtherCurve), + prm(0.0) +{ +} void Contap_ContAna::Perform (const gp_Sphere& S, const gp_Dir& D) diff --git a/src/Contap/Contap_Point.cxx b/src/Contap/Contap_Point.cxx index 4fb0742b2c..372925f812 100644 --- a/src/Contap/Contap_Point.cxx +++ b/src/Contap/Contap_Point.cxx @@ -23,13 +23,18 @@ #include Contap_Point::Contap_Point (): - onarc(Standard_False),isvtx(Standard_False),ismult(Standard_False), - myInternal(Standard_False) -{} +uparam(0.0), vparam(0.0), paraline(0.0), +onarc(Standard_False), prmarc(0.0), isvtx(Standard_False), +ismult(Standard_False), myInternal(Standard_False) +{ +} Contap_Point::Contap_Point (const gp_Pnt& Pt, const Standard_Real U, const Standard_Real V): -pt(Pt),uparam(U),vparam(V),onarc(Standard_False),isvtx(Standard_False), -ismult(Standard_False),myInternal(Standard_False) -{} +pt(Pt),uparam(U),vparam(V), +paraline(0.0), onarc(Standard_False), +prmarc(0.0), isvtx(Standard_False), +ismult(Standard_False), myInternal(Standard_False) +{ +} \ No newline at end of file diff --git a/src/Contap/Contap_SurfFunction.cxx b/src/Contap/Contap_SurfFunction.cxx index 6645815fb3..819f626a4a 100644 --- a/src/Contap/Contap_SurfFunction.cxx +++ b/src/Contap/Contap_SurfFunction.cxx @@ -32,11 +32,19 @@ Contap_SurfFunction::Contap_SurfFunction (): myMean(1.), myType(Contap_ContourStd), myDir(0.,0.,1.), + myAng(0.0), myCosAng(0.), // PI/2 - Angle de depouille tol(1.e-6), + valf(0.0), + Usol(0.0), + Vsol(0.0), + Fpu(0.0), + Fpv(0.0), + tangent(Standard_False), computed(Standard_False), derived(Standard_False) -{} +{ +} void Contap_SurfFunction::Set(const Handle(Adaptor3d_HSurface)& S) { diff --git a/src/DBRep/DBRep_HideData.cxx b/src/DBRep/DBRep_HideData.cxx index 33203100f1..ba2783967d 100644 --- a/src/DBRep/DBRep_HideData.cxx +++ b/src/DBRep/DBRep_HideData.cxx @@ -38,7 +38,11 @@ //======================================================================= DBRep_HideData::DBRep_HideData() -{} +: myView(-1), + myFocal(0.0), + myAngle(0.0) +{ +} //======================================================================= //function : Set diff --git a/src/Draw/Draw_Drawable3D.cxx b/src/Draw/Draw_Drawable3D.cxx index b880a3eef5..7a3c35e35a 100644 --- a/src/Draw/Draw_Drawable3D.cxx +++ b/src/Draw/Draw_Drawable3D.cxx @@ -26,6 +26,10 @@ IMPLEMENT_STANDARD_RTTIEXT(Draw_Drawable3D,Standard_Transient) //purpose : //======================================================================= Draw_Drawable3D::Draw_Drawable3D() : + myXmin(0.0), + myXmax(0.0), + myYmin(0.0), + myYmax(0.0), isVisible(Standard_False), isProtected(Standard_False), myName(NULL) diff --git a/src/Draw/Draw_Interpretor.cxx b/src/Draw/Draw_Interpretor.cxx index 84e9d36f00..e8cfe0c78d 100644 --- a/src/Draw/Draw_Interpretor.cxx +++ b/src/Draw/Draw_Interpretor.cxx @@ -277,7 +277,8 @@ Draw_Interpretor::Draw_Interpretor(const Draw_PInterp& p) : isAllocated(Standard_False), myInterp(p), myDoLog(Standard_False), - myDoEcho(Standard_False) + myDoEcho(Standard_False), + myFDLog(-1) { } diff --git a/src/Draw/Draw_Marker2D.cxx b/src/Draw/Draw_Marker2D.cxx index c2dd8663b4..dd8a0bbe56 100644 --- a/src/Draw/Draw_Marker2D.cxx +++ b/src/Draw/Draw_Marker2D.cxx @@ -40,7 +40,7 @@ Draw_Marker2D::Draw_Marker2D(const gp_Pnt2d& P, const Draw_MarkerShape T, Draw_Marker2D::Draw_Marker2D(const gp_Pnt2d& P, const Draw_MarkerShape T, const Draw_Color& C, const Standard_Real /*RSize*/) : - myPos(P), myCol(C), myTyp(T) + myPos(P), myCol(C), myTyp(T), mySiz(0) { } diff --git a/src/Draw/Draw_Marker3D.cxx b/src/Draw/Draw_Marker3D.cxx index 7c705e94dc..a72b4ba249 100644 --- a/src/Draw/Draw_Marker3D.cxx +++ b/src/Draw/Draw_Marker3D.cxx @@ -29,7 +29,7 @@ IMPLEMENT_STANDARD_RTTIEXT(Draw_Marker3D,Draw_Drawable3D) //======================================================================= Draw_Marker3D::Draw_Marker3D(const gp_Pnt& P, const Draw_MarkerShape T, const Draw_Color& C, const Standard_Integer S) : - myPos(P), myCol(C), myTyp(T), mySiz(S), myIsRSiz(Standard_False) + myPos(P), myCol(C), myTyp(T), mySiz(S), myRSiz(0.0), myIsRSiz(Standard_False) { } @@ -40,7 +40,7 @@ Draw_Marker3D::Draw_Marker3D(const gp_Pnt& P, const Draw_MarkerShape T, Draw_Marker3D::Draw_Marker3D(const gp_Pnt& P, const Draw_MarkerShape T, const Draw_Color& C, const Standard_Real RSize) : - myPos(P), myCol(C), myTyp(T), myRSiz(RSize), myIsRSiz(Standard_True) + myPos(P), myCol(C), myTyp(T), mySiz(0), myRSiz(RSize), myIsRSiz(Standard_True) { } diff --git a/src/Draw/Draw_View.cxx b/src/Draw/Draw_View.cxx index e59a4e871f..6739118543 100644 --- a/src/Draw/Draw_View.cxx +++ b/src/Draw/Draw_View.cxx @@ -40,6 +40,7 @@ Draw_View::Draw_View(Standard_Integer theId, myFrameX1 (0), myFrameY1 (0) { + memset (myType, 0, sizeof (myType)); } //======================================================================= @@ -68,6 +69,7 @@ Draw_View::Draw_View(Standard_Integer theId, myFrameX1 (0), myFrameY1 (0) { + memset (myType, 0, sizeof (myType)); } //======================================================================= @@ -96,6 +98,7 @@ Draw_View::Draw_View(Standard_Integer theId, myFrameX1 (0), myFrameY1 (0) { + memset (myType, 0, sizeof (myType)); } #endif @@ -130,6 +133,7 @@ Draw_View::Draw_View(Standard_Integer theId, myFrameX1 (0), myFrameY1 (0) { + memset (myType, 0, sizeof (myType)); } //======================================================================= diff --git a/src/Draw/Draw_Window.cxx b/src/Draw/Draw_Window.cxx index fc2aa8fe51..7ef1b0b5ce 100644 --- a/src/Draw/Draw_Window.cxx +++ b/src/Draw/Draw_Window.cxx @@ -1453,7 +1453,9 @@ DrawWindow::DrawWindow() : next(firstWindow), previous(NULL), myMemHbm(NULL), - myUseBuffer(Standard_False) + myUseBuffer(Standard_False), + myCurrPen(0), + myCurrMode(0) { if (firstWindow) firstWindow->previous = this; firstWindow = this; diff --git a/src/Draw/Draw_Window.hxx b/src/Draw/Draw_Window.hxx index 2b9614ce85..38b49d90f3 100644 --- a/src/Draw/Draw_Window.hxx +++ b/src/Draw/Draw_Window.hxx @@ -370,7 +370,13 @@ class Segment friend class DrawWindow; public : //constructeur - Segment () {} + Segment () + : x1(0), + y1(0), + x2(0), + y2(0) + { + } //destructeur ~Segment () {} diff --git a/src/DrawDim/DrawDim_Dimension.cxx b/src/DrawDim/DrawDim_Dimension.cxx index 2265c4f36e..fb145da483 100644 --- a/src/DrawDim/DrawDim_Dimension.cxx +++ b/src/DrawDim/DrawDim_Dimension.cxx @@ -32,6 +32,7 @@ IMPLEMENT_STANDARD_RTTIEXT(DrawDim_Dimension,Draw_Drawable3D) //======================================================================= DrawDim_Dimension::DrawDim_Dimension() : is_valued(Standard_False), + myValue(0.0), myTextColor(Draw_blanc) { } diff --git a/src/Extrema/Extrema_ExtCC.cxx b/src/Extrema/Extrema_ExtCC.cxx index 7e23dab0e6..3a36a87d55 100644 --- a/src/Extrema/Extrema_ExtCC.cxx +++ b/src/Extrema/Extrema_ExtCC.cxx @@ -55,7 +55,8 @@ Extrema_ExtCC::Extrema_ExtCC (const Standard_Real TolC1, const Standard_Real TolC2) : myIsFindSingleSolution(Standard_False), - myDone (Standard_False) + myDone (Standard_False), + myIsPar(Standard_False) { myC[0] = 0; myC[1] = 0; myInf[0] = myInf[1] = -Precision::Infinite(); diff --git a/src/Extrema/Extrema_ExtCC2d.cxx b/src/Extrema/Extrema_ExtCC2d.cxx index eee89c65ba..2fc69569f1 100644 --- a/src/Extrema/Extrema_ExtCC2d.cxx +++ b/src/Extrema/Extrema_ExtCC2d.cxx @@ -38,7 +38,19 @@ #include Extrema_ExtCC2d::Extrema_ExtCC2d() -: myIsFindSingleSolution(Standard_False) +: myIsFindSingleSolution(Standard_False), + myDone(Standard_False), + myIsPar(Standard_False), + mynbext(0), + inverse(Standard_False), + myv1(0.0), + myv2(0.0), + mytolc1(0.0), + mytolc2(0.0), + mydist11(0.0), + mydist12(0.0), + mydist21(0.0), + mydist22(0.0) { } diff --git a/src/Extrema/Extrema_ExtCS.cxx b/src/Extrema/Extrema_ExtCS.cxx index 0f980966e2..91d87758de 100644 --- a/src/Extrema/Extrema_ExtCS.cxx +++ b/src/Extrema/Extrema_ExtCS.cxx @@ -41,9 +41,20 @@ #include #include -Extrema_ExtCS::Extrema_ExtCS() +Extrema_ExtCS::Extrema_ExtCS() +: myS(NULL), + myDone(Standard_False), + myIsPar(Standard_False), + myuinf(0.0), + myusup(0.0), + myvinf(0.0), + myvsup(0.0), + mytolC(0.0), + mytolS(0.0), + myucinf(0.0), + myucsup(0.0), + myStype(GeomAbs_OtherSurface) { - myDone = Standard_False; } Extrema_ExtCS::Extrema_ExtCS(const Adaptor3d_Curve& C, diff --git a/src/Extrema/Extrema_ExtElC.cxx b/src/Extrema/Extrema_ExtElC.cxx index b1e0a8f644..e487afb2fe 100644 --- a/src/Extrema/Extrema_ExtElC.cxx +++ b/src/Extrema/Extrema_ExtElC.cxx @@ -119,6 +119,8 @@ ExtremaExtElC_TrigonometricRoots:: const Standard_Real Cte, const Standard_Real Binf, const Standard_Real Bsup) +: NbRoots(0), + infinite_roots(Standard_False) { Standard_Integer i, nbessai; Standard_Real cc ,sc, c, s, cte; @@ -232,10 +234,9 @@ Extrema_ExtElC::Extrema_ExtElC () myDone = Standard_False; myIsPar = Standard_False; myNbExt = 0; - - for (Standard_Integer i = 0; i < 6; i++) + for (size_t anIdx = 0; anIdx < sizeof (mySqDist) / sizeof (mySqDist[0]); anIdx++) { - mySqDist[i] = RealLast(); + mySqDist[anIdx] = RealLast(); } } //======================================================================= @@ -294,6 +295,10 @@ Extrema_ExtElC::Extrema_ExtElC (const gp_Lin& theC1, myDone = Standard_False; myNbExt = 0; myIsPar = Standard_False; + for (size_t anIdx = 0; anIdx < sizeof (mySqDist) / sizeof (mySqDist[0]); anIdx++) + { + mySqDist[anIdx] = RealLast(); + } const gp_Dir &aD1 = theC1.Position().Direction(), &aD2 = theC2.Position().Direction(); @@ -460,6 +465,10 @@ Extrema_ExtElC::Extrema_ExtElC (const gp_Lin& C1, myIsPar = Standard_False; myDone = Standard_False; myNbExt = 0; + for (size_t anIdx = 0; anIdx < sizeof (mySqDist) / sizeof (mySqDist[0]); anIdx++) + { + mySqDist[anIdx] = RealLast(); + } if (PlanarLineCircleExtrema(C1, C2)) { @@ -631,6 +640,10 @@ Method: myIsPar = Standard_False; myDone = Standard_False; myNbExt = 0; + for (size_t anIdx = 0; anIdx < sizeof (mySqDist) / sizeof (mySqDist[0]); anIdx++) + { + mySqDist[anIdx] = RealLast(); + } // Calculate T1 the reference of the ellipse ... gp_Dir D = C1.Direction(); @@ -744,6 +757,10 @@ Method: myIsPar = Standard_False; myDone = Standard_False; myNbExt = 0; + for (size_t anIdx = 0; anIdx < sizeof (mySqDist) / sizeof (mySqDist[0]); anIdx++) + { + mySqDist[anIdx] = RealLast(); + } // Calculate T1 in the reference of the hyperbola... gp_Dir D = C1.Direction(); @@ -839,6 +856,10 @@ Method: myIsPar = Standard_False; myDone = Standard_False; myNbExt = 0; + for (size_t anIdx = 0; anIdx < sizeof (mySqDist) / sizeof (mySqDist[0]); anIdx++) + { + mySqDist[anIdx] = RealLast(); + } // Calculate T1 in the reference of the parabola... gp_Dir D = C1.Direction(); @@ -900,6 +921,10 @@ Extrema_ExtElC::Extrema_ExtElC (const gp_Circ& C1, myIsPar = Standard_False; myDone = Standard_False; myNbExt = 0; + for (size_t anIdx = 0; anIdx < sizeof (mySqDist) / sizeof (mySqDist[0]); anIdx++) + { + mySqDist[anIdx] = RealLast(); + } // aTolA=Precision::Angular(); aTolD=Precision::Confusion(); diff --git a/src/Extrema/Extrema_ExtElC2d.cxx b/src/Extrema/Extrema_ExtElC2d.cxx index 4a13690369..967acf41c5 100644 --- a/src/Extrema/Extrema_ExtElC2d.cxx +++ b/src/Extrema/Extrema_ExtElC2d.cxx @@ -39,10 +39,9 @@ Extrema_ExtElC2d::Extrema_ExtElC2d() myDone = Standard_False; myIsPar = Standard_False; myNbExt = 0; - - for (Standard_Integer i = 0; i < 8; i++) + for (size_t anIdx = 0; anIdx < sizeof (mySqDist) / sizeof (mySqDist[0]); anIdx++) { - mySqDist[i] = RealLast(); + mySqDist[anIdx] = RealLast(); } } @@ -70,6 +69,10 @@ Method: myDone = Standard_False; myIsPar = Standard_False; myNbExt = 0; + for (size_t anIdx = 0; anIdx < sizeof (mySqDist) / sizeof (mySqDist[0]); anIdx++) + { + mySqDist[anIdx] = RealLast(); + } gp_Vec2d D1(C1.Direction()); gp_Vec2d D2(C2.Direction()); @@ -125,6 +128,10 @@ Method: myIsPar = Standard_False; myDone = Standard_False; myNbExt = 0; + for (size_t anIdx = 0; anIdx < sizeof (mySqDist) / sizeof (mySqDist[0]); anIdx++) + { + mySqDist[anIdx] = RealLast(); + } // Calculate T1 in the reference of the circle ... gp_Dir2d D = C1.Direction(); @@ -172,6 +179,10 @@ Extrema_ExtElC2d::Extrema_ExtElC2d (const gp_Lin2d& C1, myIsPar = Standard_False; myDone = Standard_False; myNbExt = 0; + for (size_t anIdx = 0; anIdx < sizeof (mySqDist) / sizeof (mySqDist[0]); anIdx++) + { + mySqDist[anIdx] = RealLast(); + } // Calculate T1 in the reference of the ellipse ... gp_Dir2d D = C1.Direction(); @@ -219,6 +230,10 @@ Extrema_ExtElC2d::Extrema_ExtElC2d (const gp_Lin2d& C1, const gp_Hypr2d& C2) myIsPar = Standard_False; myDone = Standard_False; myNbExt = 0; + for (size_t anIdx = 0; anIdx < sizeof (mySqDist) / sizeof (mySqDist[0]); anIdx++) + { + mySqDist[anIdx] = RealLast(); + } // Calculate T1 in the reference of the parabole ... gp_Dir2d D = C1.Direction(); @@ -255,6 +270,10 @@ Extrema_ExtElC2d::Extrema_ExtElC2d (const gp_Lin2d& C1, const gp_Parab2d& C2) myIsPar = Standard_False; myDone = Standard_False; myNbExt = 0; + for (size_t anIdx = 0; anIdx < sizeof (mySqDist) / sizeof (mySqDist[0]); anIdx++) + { + mySqDist[anIdx] = RealLast(); + } // Calculate T1 in the reference of the parabole ... gp_Dir2d D = C1.Direction(); @@ -289,6 +308,10 @@ Extrema_ExtElC2d::Extrema_ExtElC2d (const gp_Circ2d& C1, const gp_Circ2d& C2) myDone = Standard_False; myNbExt = 0; myDone = Standard_True; + for (size_t anIdx = 0; anIdx < sizeof (mySqDist) / sizeof (mySqDist[0]); anIdx++) + { + mySqDist[anIdx] = RealLast(); + } gp_Pnt2d O1 = C1.Location(); gp_Pnt2d O2 = C2.Location(); @@ -339,6 +362,10 @@ Extrema_ExtElC2d::Extrema_ExtElC2d (const gp_Circ2d& C1, const gp_Elips2d& C2) myIsPar = Standard_False; myDone = Standard_False; myNbExt = 0; + for (size_t anIdx = 0; anIdx < sizeof (mySqDist) / sizeof (mySqDist[0]); anIdx++) + { + mySqDist[anIdx] = RealLast(); + } Standard_Integer i, j; @@ -368,6 +395,10 @@ Extrema_ExtElC2d::Extrema_ExtElC2d (const gp_Circ2d& C1, const gp_Hypr2d& C2) myIsPar = Standard_False; myDone = Standard_False; myNbExt = 0; + for (size_t anIdx = 0; anIdx < sizeof (mySqDist) / sizeof (mySqDist[0]); anIdx++) + { + mySqDist[anIdx] = RealLast(); + } Standard_Integer i, j; @@ -397,6 +428,10 @@ Extrema_ExtElC2d::Extrema_ExtElC2d (const gp_Circ2d& C1, const gp_Parab2d& C2) myIsPar = Standard_False; myDone = Standard_False; myNbExt = 0; + for (size_t anIdx = 0; anIdx < sizeof (mySqDist) / sizeof (mySqDist[0]); anIdx++) + { + mySqDist[anIdx] = RealLast(); + } Standard_Integer i, j; diff --git a/src/Extrema/Extrema_ExtPExtS.cxx b/src/Extrema/Extrema_ExtPExtS.cxx index 969c8b64ce..bd8a0ec159 100644 --- a/src/Extrema/Extrema_ExtPExtS.cxx +++ b/src/Extrema/Extrema_ExtPExtS.cxx @@ -155,6 +155,10 @@ Extrema_ExtPExtS::Extrema_ExtPExtS() myDone(Standard_False), myNbExt(0) { + for (size_t anIdx = 0; anIdx < sizeof (mySqDist) / sizeof (mySqDist[0]); anIdx++) + { + mySqDist[anIdx] = RealLast(); + } } //============================================================================= @@ -178,6 +182,10 @@ Extrema_ExtPExtS::Extrema_ExtPExtS (const gp_Pnt& myDone(Standard_False), myNbExt(0) { + for (size_t anIdx = 0; anIdx < sizeof (mySqDist) / sizeof (mySqDist[0]); anIdx++) + { + mySqDist[anIdx] = RealLast(); + } Initialize (theS, theUmin, theUsup, @@ -205,6 +213,10 @@ Extrema_ExtPExtS::Extrema_ExtPExtS (const gp_Pnt& myDone(Standard_False), myNbExt(0) { + for (size_t anIdx = 0; anIdx < sizeof (mySqDist) / sizeof (mySqDist[0]); anIdx++) + { + mySqDist[anIdx] = RealLast(); + } Initialize (theS, theS->FirstUParameter(), theS->LastUParameter(), diff --git a/src/Extrema/Extrema_ExtPS.cxx b/src/Extrema/Extrema_ExtPS.cxx index b4a03c85f0..4c5046b29f 100644 --- a/src/Extrema/Extrema_ExtPS.cxx +++ b/src/Extrema/Extrema_ExtPS.cxx @@ -143,8 +143,20 @@ void Extrema_ExtPS::TreatSolution (const Extrema_POnSurf& PS, //======================================================================= Extrema_ExtPS::Extrema_ExtPS() +: myS(NULL), + myDone(Standard_False), + myuinf(0.0), + myusup(0.0), + myvinf(0.0), + myvsup(0.0), + mytolu(0.0), + mytolv(0.0), + d11(0.0), + d12(0.0), + d21(0.0), + d22(0.0), + mytype(GeomAbs_OtherSurface) { - myDone = Standard_False; } diff --git a/src/Extrema/Extrema_ExtSS.cxx b/src/Extrema/Extrema_ExtSS.cxx index d1bfc113b5..52845d39e6 100644 --- a/src/Extrema/Extrema_ExtSS.cxx +++ b/src/Extrema/Extrema_ExtSS.cxx @@ -27,9 +27,22 @@ #include #include -Extrema_ExtSS::Extrema_ExtSS() +Extrema_ExtSS::Extrema_ExtSS() +: myS2(NULL), + myDone(Standard_False), + myIsPar(Standard_False), + myuinf1(0.0), + myusup1(0.0), + myvinf1(0.0), + myvsup1(0.0), + myuinf2(0.0), + myusup2(0.0), + myvinf2(0.0), + myvsup2(0.0), + mytolS1(0.0), + mytolS2(0.0), + myStype(GeomAbs_OtherSurface) { - myDone = Standard_False; } Extrema_ExtSS::Extrema_ExtSS(const Adaptor3d_Surface& S1, diff --git a/src/Extrema/Extrema_FuncExtCS.cxx b/src/Extrema/Extrema_FuncExtCS.cxx index 2dfa2126ef..ffacecc19c 100644 --- a/src/Extrema/Extrema_FuncExtCS.cxx +++ b/src/Extrema/Extrema_FuncExtCS.cxx @@ -51,6 +51,11 @@ les algorithmes math_FunctionRoot et math_FunctionRoots. //purpose : //======================================================================= Extrema_FuncExtCS::Extrema_FuncExtCS() + : myC(NULL), + myS(NULL), + myt(0.0), + myU(0.0), + myV(0.0) { myCinit = Standard_False; mySinit = Standard_False; diff --git a/src/Extrema/Extrema_FuncExtSS.cxx b/src/Extrema/Extrema_FuncExtSS.cxx index 642e0eaa6d..b311ef0c0e 100644 --- a/src/Extrema/Extrema_FuncExtSS.cxx +++ b/src/Extrema/Extrema_FuncExtSS.cxx @@ -56,6 +56,12 @@ //purpose : //======================================================================= Extrema_FuncExtSS::Extrema_FuncExtSS () +: myS1(NULL), + myS2(NULL), + myU1(0.0), + myV1(0.0), + myU2(0.0), + myV2(0.0) { myS1init = Standard_False; myS2init = Standard_False; @@ -68,6 +74,10 @@ Extrema_FuncExtSS::Extrema_FuncExtSS () Extrema_FuncExtSS::Extrema_FuncExtSS (const Adaptor3d_Surface& S1, const Adaptor3d_Surface& S2) +: myU1(0.0), + myV1(0.0), + myU2(0.0), + myV2(0.0) { myS1 = (Adaptor3d_SurfacePtr)&S1; myS2 = (Adaptor3d_SurfacePtr)&S2; diff --git a/src/Extrema/Extrema_FuncPSNorm.cxx b/src/Extrema/Extrema_FuncPSNorm.cxx index 867ff8a0fe..d73d0b9740 100644 --- a/src/Extrema/Extrema_FuncPSNorm.cxx +++ b/src/Extrema/Extrema_FuncPSNorm.cxx @@ -26,6 +26,9 @@ #include Extrema_FuncPSNorm::Extrema_FuncPSNorm () +: myS(NULL), + myU(0.0), + myV(0.0) { myPinit = Standard_False; mySinit = Standard_False; @@ -34,6 +37,8 @@ Extrema_FuncPSNorm::Extrema_FuncPSNorm () //============================================================================= Extrema_FuncPSNorm::Extrema_FuncPSNorm (const gp_Pnt& P, const Adaptor3d_Surface& S) +: myU(0.0), + myV(0.0) { myP = P; myS = (Adaptor3d_SurfacePtr)&S; diff --git a/src/Extrema/Extrema_GLocateExtPC.gxx b/src/Extrema/Extrema_GLocateExtPC.gxx index 3f08ab5291..2ff7748895 100644 --- a/src/Extrema/Extrema_GLocateExtPC.gxx +++ b/src/Extrema/Extrema_GLocateExtPC.gxx @@ -36,7 +36,18 @@ //purpose : //======================================================================= -Extrema_GLocateExtPC::Extrema_GLocateExtPC() { } +Extrema_GLocateExtPC::Extrema_GLocateExtPC() +: myC(NULL), + mydist2(0.0), + myismin(Standard_False), + myDone(Standard_False), + myumin(0.0), + myusup(0.0), + mytol(0.0), + type(GeomAbs_OtherCurve), + numberext(0) +{ +} //======================================================================= diff --git a/src/Extrema/Extrema_GenExtCS.cxx b/src/Extrema/Extrema_GenExtCS.cxx index bae4a5dcde..0034bb5ac9 100644 --- a/src/Extrema/Extrema_GenExtCS.cxx +++ b/src/Extrema/Extrema_GenExtCS.cxx @@ -107,9 +107,20 @@ static void GetSurfMaxParamVals (const Adaptor3d_Surface& theS, //purpose : //======================================================================= Extrema_GenExtCS::Extrema_GenExtCS() +: myDone(Standard_False), + mytmin(0.0), + mytsup(0.0), + myumin(0.0), + myusup(0.0), + myvmin(0.0), + myvsup(0.0), + mytsample(0), + myusample(0), + myvsample(0), + mytol1(0.0), + mytol2(0.0), + myS(NULL) { - myDone = Standard_False; - myInit = Standard_False; } //======================================================================= diff --git a/src/Extrema/Extrema_GenExtCS.hxx b/src/Extrema/Extrema_GenExtCS.hxx index 7f64f7cffd..932a746cb2 100644 --- a/src/Extrema/Extrema_GenExtCS.hxx +++ b/src/Extrema/Extrema_GenExtCS.hxx @@ -133,7 +133,6 @@ private: Standard_Boolean myDone; - Standard_Boolean myInit; Standard_Real mytmin; Standard_Real mytsup; Standard_Real myumin; diff --git a/src/Extrema/Extrema_GenExtPC.gxx b/src/Extrema/Extrema_GenExtPC.gxx index bf6390935b..8dbb6d4a6f 100644 --- a/src/Extrema/Extrema_GenExtPC.gxx +++ b/src/Extrema/Extrema_GenExtPC.gxx @@ -26,9 +26,15 @@ //purpose : //======================================================================= -Extrema_GenExtPC::Extrema_GenExtPC () { - myDone = Standard_False; - myInit = Standard_False; +Extrema_GenExtPC::Extrema_GenExtPC () +: myDone(Standard_False), + myInit(Standard_False), + mynbsample(0), + myumin(0.0), + myusup(0.0), + mytolu(0.0), + mytolF(0.0) +{ } diff --git a/src/Extrema/Extrema_GenExtPS.cxx b/src/Extrema/Extrema_GenExtPS.cxx index dcd5a8f94f..5114c045a3 100644 --- a/src/Extrema/Extrema_GenExtPS.cxx +++ b/src/Extrema/Extrema_GenExtPS.cxx @@ -217,7 +217,16 @@ Processing: - update table TbSel. -----------------------------------------------------------------------------*/ -Extrema_GenExtPS::Extrema_GenExtPS() +Extrema_GenExtPS::Extrema_GenExtPS() +: myumin(0.0), + myusup(0.0), + myvmin(0.0), + myvsup(0.0), + myusample(0), + myvsample(0), + mytolu(0.0), + mytolv(0.0), + myS(NULL) { myDone = Standard_False; myInit = Standard_False; diff --git a/src/Extrema/Extrema_GenExtSS.cxx b/src/Extrema/Extrema_GenExtSS.cxx index 7d691f3e4e..6db3f8eb6d 100644 --- a/src/Extrema/Extrema_GenExtSS.cxx +++ b/src/Extrema/Extrema_GenExtSS.cxx @@ -101,6 +101,19 @@ private: //purpose : //======================================================================= Extrema_GenExtSS::Extrema_GenExtSS() +: myu1min(0.0), + myu1sup(0.0), + myv1min(0.0), + myv1sup(0.0), + myu2min(0.0), + myu2sup(0.0), + myv2min(0.0), + myv2sup(0.0), + myusample(0), + myvsample(0), + mytol1(0.0), + mytol2(0.0), + myS2(NULL) { myDone = Standard_False; myInit = Standard_False; diff --git a/src/Extrema/Extrema_GenLocateExtCC.gxx b/src/Extrema/Extrema_GenLocateExtCC.gxx index 56a77c583c..1aaf19a5c7 100644 --- a/src/Extrema/Extrema_GenLocateExtCC.gxx +++ b/src/Extrema/Extrema_GenLocateExtCC.gxx @@ -46,6 +46,7 @@ Methode: -----------------------------------------------------------------------------*/ { myDone = Standard_False; + mySqDist = RealLast(); Standard_Real Uinf = Tool1::FirstParameter(C1); Standard_Real Usup = Tool1::LastParameter(C1); diff --git a/src/Extrema/Extrema_GenLocateExtCS.cxx b/src/Extrema/Extrema_GenLocateExtCS.cxx index 880715a9fe..c043128db7 100644 --- a/src/Extrema/Extrema_GenLocateExtCS.cxx +++ b/src/Extrema/Extrema_GenLocateExtCS.cxx @@ -32,6 +32,8 @@ //purpose : //======================================================================= Extrema_GenLocateExtCS::Extrema_GenLocateExtCS() +: myDone(Standard_False), + mySqDist(RealLast()) { } diff --git a/src/Extrema/Extrema_GenLocateExtPC.gxx b/src/Extrema/Extrema_GenLocateExtPC.gxx index dfc62eb05d..98b6cc6a49 100644 --- a/src/Extrema/Extrema_GenLocateExtPC.gxx +++ b/src/Extrema/Extrema_GenLocateExtPC.gxx @@ -23,9 +23,12 @@ //purpose : //======================================================================= -Extrema_GenLocateExtPC::Extrema_GenLocateExtPC() -{ - myDone = Standard_False; +Extrema_GenLocateExtPC::Extrema_GenLocateExtPC() +: myDone(Standard_False), + mytolU(0.0), + myumin(0.0), + myusup(0.0) +{ } diff --git a/src/Extrema/Extrema_GenLocateExtSS.cxx b/src/Extrema/Extrema_GenLocateExtSS.cxx index 5e9c485a01..f7e8e21048 100644 --- a/src/Extrema/Extrema_GenLocateExtSS.cxx +++ b/src/Extrema/Extrema_GenLocateExtSS.cxx @@ -30,6 +30,8 @@ //purpose : //======================================================================= Extrema_GenLocateExtSS::Extrema_GenLocateExtSS() +: myDone(Standard_False), + mySqDist(RealLast()) { } diff --git a/src/Extrema/Extrema_GlobOptFuncCC.cxx b/src/Extrema/Extrema_GlobOptFuncCC.cxx index 5246d3c05a..85126c33e7 100644 --- a/src/Extrema/Extrema_GlobOptFuncCC.cxx +++ b/src/Extrema/Extrema_GlobOptFuncCC.cxx @@ -218,7 +218,9 @@ static Standard_Boolean _Hessian (const Adaptor2d_Curve2d& C1, Extrema_GlobOptFuncCCC0::Extrema_GlobOptFuncCCC0(const Adaptor3d_Curve& C1, const Adaptor3d_Curve& C2) : myC1_3d(&C1), - myC2_3d(&C2) + myC2_3d(&C2), + myC1_2d(NULL), + myC2_2d(NULL) { myType = 1; } @@ -229,7 +231,9 @@ Extrema_GlobOptFuncCCC0::Extrema_GlobOptFuncCCC0(const Adaptor3d_Curve& C1, //======================================================================= Extrema_GlobOptFuncCCC0::Extrema_GlobOptFuncCCC0(const Adaptor2d_Curve2d& C1, const Adaptor2d_Curve2d& C2) -: myC1_2d(&C1), +: myC1_3d(NULL), + myC2_3d(NULL), + myC1_2d(&C1), myC2_2d(&C2) { myType = 2; @@ -266,7 +270,9 @@ Standard_Boolean Extrema_GlobOptFuncCCC0::Value(const math_Vector& X,Standard_Re Extrema_GlobOptFuncCCC1::Extrema_GlobOptFuncCCC1(const Adaptor3d_Curve& C1, const Adaptor3d_Curve& C2) : myC1_3d(&C1), - myC2_3d(&C2) + myC2_3d(&C2), + myC1_2d(NULL), + myC2_2d(NULL) { myType = 1; } @@ -277,7 +283,9 @@ Extrema_GlobOptFuncCCC1::Extrema_GlobOptFuncCCC1(const Adaptor3d_Curve& C1, //======================================================================= Extrema_GlobOptFuncCCC1::Extrema_GlobOptFuncCCC1(const Adaptor2d_Curve2d& C1, const Adaptor2d_Curve2d& C2) -: myC1_2d(&C1), +: myC1_3d(NULL), + myC2_3d(NULL), + myC1_2d(&C1), myC2_2d(&C2) { myType = 2; @@ -334,7 +342,9 @@ Standard_Boolean Extrema_GlobOptFuncCCC1::Values(const math_Vector& X,Standard_R Extrema_GlobOptFuncCCC2::Extrema_GlobOptFuncCCC2(const Adaptor3d_Curve& C1, const Adaptor3d_Curve& C2) : myC1_3d(&C1), - myC2_3d(&C2) + myC2_3d(&C2), + myC1_2d(NULL), + myC2_2d(NULL) { myType = 1; } @@ -345,7 +355,9 @@ Extrema_GlobOptFuncCCC2::Extrema_GlobOptFuncCCC2(const Adaptor3d_Curve& C1, //======================================================================= Extrema_GlobOptFuncCCC2::Extrema_GlobOptFuncCCC2(const Adaptor2d_Curve2d& C1, const Adaptor2d_Curve2d& C2) -: myC1_2d(&C1), +: myC1_3d(NULL), + myC2_3d(NULL), + myC1_2d(&C1), myC2_2d(&C2) { myType = 2; diff --git a/src/Extrema/Extrema_LocateExtCC.cxx b/src/Extrema/Extrema_LocateExtCC.cxx index 251899c3f7..488a0599bf 100644 --- a/src/Extrema/Extrema_LocateExtCC.cxx +++ b/src/Extrema/Extrema_LocateExtCC.cxx @@ -27,6 +27,7 @@ Extrema_LocateExtCC::Extrema_LocateExtCC (const Adaptor3d_Curve& C1, const Adaptor3d_Curve& C2, const Standard_Real U0, const Standard_Real V0) +: mySqDist(RealLast()) { Standard_Real TolU = C1.Resolution(Precision::Confusion()); Standard_Real TolV = C2.Resolution(Precision::Confusion()); diff --git a/src/Extrema/Extrema_LocateExtCC2d.cxx b/src/Extrema/Extrema_LocateExtCC2d.cxx index 5bafa08947..cf7eab8e32 100644 --- a/src/Extrema/Extrema_LocateExtCC2d.cxx +++ b/src/Extrema/Extrema_LocateExtCC2d.cxx @@ -35,6 +35,7 @@ Extrema_LocateExtCC2d::Extrema_LocateExtCC2d (const Adaptor2d_Curve2d& C1, const Adaptor2d_Curve2d& C2, const Standard_Real U0, const Standard_Real V0) +: mySqDist(RealLast()) { Standard_Real TolU = Extrema_Curve2dTool::Resolution(C1, Precision::Confusion()); Standard_Real TolV = Extrema_Curve2dTool::Resolution(C2, Precision::Confusion()); diff --git a/src/FEmTool/FEmTool_ElementaryCriterion.cxx b/src/FEmTool/FEmTool_ElementaryCriterion.cxx index 61e030ffcf..dfaa48ca97 100644 --- a/src/FEmTool/FEmTool_ElementaryCriterion.cxx +++ b/src/FEmTool/FEmTool_ElementaryCriterion.cxx @@ -23,7 +23,13 @@ IMPLEMENT_STANDARD_RTTIEXT(FEmTool_ElementaryCriterion,Standard_Transient) -void FEmTool_ElementaryCriterion::Set(const Handle(TColStd_HArray2OfReal)& Coeff) +FEmTool_ElementaryCriterion::FEmTool_ElementaryCriterion() +: myFirst(0.0), + myLast(0.0) +{ +} + +void FEmTool_ElementaryCriterion::Set(const Handle(TColStd_HArray2OfReal)& Coeff) { myCoeff = Coeff; } diff --git a/src/FEmTool/FEmTool_ElementaryCriterion.hxx b/src/FEmTool/FEmTool_ElementaryCriterion.hxx index f9744459e2..3ea17b4694 100644 --- a/src/FEmTool/FEmTool_ElementaryCriterion.hxx +++ b/src/FEmTool/FEmTool_ElementaryCriterion.hxx @@ -39,7 +39,8 @@ class FEmTool_ElementaryCriterion : public Standard_Transient { public: - + //! Empty constructor + Standard_EXPORT FEmTool_ElementaryCriterion(); //! Set the coefficient of the Element (the Curve) Standard_EXPORT void Set (const Handle(TColStd_HArray2OfReal)& Coeff); diff --git a/src/FairCurve/FairCurve_EnergyOfBatten.cxx b/src/FairCurve/FairCurve_EnergyOfBatten.cxx index afa1ee59da..d314e82a33 100644 --- a/src/FairCurve/FairCurve_EnergyOfBatten.cxx +++ b/src/FairCurve/FairCurve_EnergyOfBatten.cxx @@ -44,7 +44,8 @@ FairCurve_EnergyOfBatten::FairCurve_EnergyOfBatten(const Standard_Integer BSplOr OriginalSliding(LengthSliding), MyBattenLaw(Law), MyTension(BSplOrder, FlatKnots, Poles, 1, LengthSliding, Law, FreeSliding), - MySagging(BSplOrder, FlatKnots, Poles, 1, Law, FreeSliding) + MySagging(BSplOrder, FlatKnots, Poles, 1, Law, FreeSliding), + MyStatus(FairCurve_OK) { } diff --git a/src/FairCurve/FairCurve_EnergyOfMVC.cxx b/src/FairCurve/FairCurve_EnergyOfMVC.cxx index e53e6c895b..0957591e14 100644 --- a/src/FairCurve/FairCurve_EnergyOfMVC.cxx +++ b/src/FairCurve/FairCurve_EnergyOfMVC.cxx @@ -46,7 +46,8 @@ FairCurve_EnergyOfMVC::FairCurve_EnergyOfMVC(const Standard_Integer BSplOrder, MyPhysicalRatio(PhysicalRatio), MyTension(BSplOrder, FlatKnots, Poles, 1, LengthSliding, Law, FreeSliding, Standard_True), MySagging(BSplOrder, FlatKnots, Poles, 1, Law, FreeSliding), - MyJerk( BSplOrder, FlatKnots, Poles, 1, Law, FreeSliding) + MyJerk( BSplOrder, FlatKnots, Poles, 1, Law, FreeSliding), + MyStatus(FairCurve_OK) { Standard_DomainError_Raise_if(PhysicalRatio < 0 || PhysicalRatio > 1, "FairCurve_EnergyOfMVC: PhysicalRatio error" ); diff --git a/src/GCPnts/GCPnts_QuasiUniformDeflection.cxx b/src/GCPnts/GCPnts_QuasiUniformDeflection.cxx index bb10c57525..f600e2dfbb 100644 --- a/src/GCPnts/GCPnts_QuasiUniformDeflection.cxx +++ b/src/GCPnts/GCPnts_QuasiUniformDeflection.cxx @@ -82,7 +82,9 @@ gp_Pnt GCPnts_QuasiUniformDeflection::Value //======================================================================= GCPnts_QuasiUniformDeflection::GCPnts_QuasiUniformDeflection () -:myDone(Standard_False),myCont(GeomAbs_C1) +: myDone(Standard_False), + myDeflection(0.0), + myCont(GeomAbs_C1) { } diff --git a/src/GCPnts/GCPnts_TangentialDeflection.cxx b/src/GCPnts/GCPnts_TangentialDeflection.cxx index 7019e58c9b..ac90aab9ee 100644 --- a/src/GCPnts/GCPnts_TangentialDeflection.cxx +++ b/src/GCPnts/GCPnts_TangentialDeflection.cxx @@ -103,7 +103,16 @@ static Standard_Integer getIntervalIdx(const Standard_Real theParam, //purpose : //======================================================================= -GCPnts_TangentialDeflection::GCPnts_TangentialDeflection () { } +GCPnts_TangentialDeflection::GCPnts_TangentialDeflection () +: angularDeflection(0.0), + curvatureDeflection(0.0), + uTol(0.0), + minNbPnts(0), + myMinLen(0.0), + lastu(0.0), + firstu(0.0) +{ +} //======================================================================= //function : AddPoint diff --git a/src/GCPnts/GCPnts_UniformDeflection.cxx b/src/GCPnts/GCPnts_UniformDeflection.cxx index c0905ad9fb..f43be1470b 100644 --- a/src/GCPnts/GCPnts_UniformDeflection.cxx +++ b/src/GCPnts/GCPnts_UniformDeflection.cxx @@ -59,7 +59,8 @@ gp_Pnt GCPnts_UniformDeflection::Value //======================================================================= GCPnts_UniformDeflection::GCPnts_UniformDeflection () -:myDone(Standard_False) +: myDone(Standard_False), + myDeflection(0.0) { } diff --git a/src/GProp/GProp_PEquation.cxx b/src/GProp/GProp_PEquation.cxx index ee4a20a996..5d042cfd88 100644 --- a/src/GProp/GProp_PEquation.cxx +++ b/src/GProp/GProp_PEquation.cxx @@ -24,6 +24,7 @@ GProp_PEquation::GProp_PEquation(const TColgp_Array1OfPnt& Pnts, const Standard_Real Tol) +: type(GProp_None) { GProp_PGProps Pmat(Pnts); g = Pmat.CentreOfMass(); diff --git a/src/Geom/Geom_OsculatingSurface.cxx b/src/Geom/Geom_OsculatingSurface.cxx index 2db608d9bf..96e4b34cce 100644 --- a/src/Geom/Geom_OsculatingSurface.cxx +++ b/src/Geom/Geom_OsculatingSurface.cxx @@ -37,7 +37,8 @@ IMPLEMENT_STANDARD_RTTIEXT(Geom_OsculatingSurface,Standard_Transient) //purpose : //======================================================================= Geom_OsculatingSurface::Geom_OsculatingSurface() - : myAlong(1,4) +: myTol(0.0), + myAlong(1,4) { myAlong.Init(Standard_False); } diff --git a/src/Geom2dAPI/Geom2dAPI_ProjectPointOnCurve.cxx b/src/Geom2dAPI/Geom2dAPI_ProjectPointOnCurve.cxx index 8497ba4ab3..dcf2d9c0dd 100644 --- a/src/Geom2dAPI/Geom2dAPI_ProjectPointOnCurve.cxx +++ b/src/Geom2dAPI/Geom2dAPI_ProjectPointOnCurve.cxx @@ -28,6 +28,7 @@ //purpose : //======================================================================= Geom2dAPI_ProjectPointOnCurve::Geom2dAPI_ProjectPointOnCurve() +: myIndex(-1) { myIsDone = Standard_False; } diff --git a/src/Geom2dGcc/Geom2dGcc_Circ2d2TanOn.cxx b/src/Geom2dGcc/Geom2dGcc_Circ2d2TanOn.cxx index 8a3cbf637b..fe9e471da1 100644 --- a/src/Geom2dGcc/Geom2dGcc_Circ2d2TanOn.cxx +++ b/src/Geom2dGcc/Geom2dGcc_Circ2d2TanOn.cxx @@ -41,6 +41,7 @@ Geom2dGcc_Circ2d2TanOn:: const Standard_Real Param1 , const Standard_Real Param2 , const Standard_Real ParamOn ): + WellDone(Standard_False), cirsol(1,8) , qualifier1(1,8), qualifier2(1,8), @@ -53,7 +54,7 @@ Geom2dGcc_Circ2d2TanOn:: par2sol(1,8) , pararg1(1,8) , pararg2(1,8) , - parcen3(1,8) + parcen3(1,8) { Geom2dAdaptor_Curve C1 = Qualified1.Qualified(); Geom2dAdaptor_Curve C2 = Qualified2.Qualified(); @@ -374,6 +375,7 @@ Geom2dGcc_Circ2d2TanOn:: const Standard_Real Tolerance , const Standard_Real Param1 , const Standard_Real ParamOn ): + WellDone(Standard_False), cirsol(1,8) , qualifier1(1,8), qualifier2(1,8), @@ -386,7 +388,7 @@ Geom2dGcc_Circ2d2TanOn:: par2sol(1,8) , pararg1(1,8) , pararg2(1,8) , - parcen3(1,8) + parcen3(1,8) { Geom2dAdaptor_Curve C1 = Qualified1.Qualified(); GeomAbs_CurveType Type1 = C1.GetType(); @@ -564,6 +566,7 @@ Geom2dGcc_Circ2d2TanOn:: const Handle(Geom2d_Point)& Point2 , const Geom2dAdaptor_Curve& OnCurve , const Standard_Real Tolerance ): + WellDone(Standard_False), cirsol(1,8) , qualifier1(1,8), qualifier2(1,8), @@ -576,8 +579,7 @@ Geom2dGcc_Circ2d2TanOn:: par2sol(1,8) , pararg1(1,8) , pararg2(1,8) , - parcen3(1,8) - + parcen3(1,8) { GeomAbs_CurveType Type3 = OnCurve.GetType(); Handle(Geom2d_Curve) Con = OnCurve.Curve(); diff --git a/src/Geom2dGcc/Geom2dGcc_Circ2d2TanOnIter.cxx b/src/Geom2dGcc/Geom2dGcc_Circ2d2TanOnIter.cxx index 53e94cedbb..3834572c8b 100644 --- a/src/Geom2dGcc/Geom2dGcc_Circ2d2TanOnIter.cxx +++ b/src/Geom2dGcc/Geom2dGcc_Circ2d2TanOnIter.cxx @@ -61,7 +61,8 @@ Geom2dGcc_Circ2d2TanOnIter (const GccEnt_QualifiedLin& Qualified1 , WellDone = Standard_False; Standard_Real Tol = Abs(Tolang); - WellDone = Standard_False; + qualifier1 = GccEnt_noqualifier; + qualifier2 = GccEnt_noqualifier; if (!(Qualified1.IsEnclosed() || Qualified1.IsOutside() || Qualified1.IsUnqualified()) || !(Qualified2.IsEnclosed() || Qualified2.IsEnclosing() || @@ -163,6 +164,8 @@ Geom2dGcc_Circ2d2TanOnIter (const Geom2dGcc_QCurve& Qualified1 , parcen3 = 0.; WellDone = Standard_False; + qualifier1 = GccEnt_noqualifier; + qualifier2 = GccEnt_noqualifier; if (!(Qualified1.IsEnclosed() || Qualified1.IsEnclosing() || Qualified1.IsOutside() || Qualified1.IsUnqualified()) || !(Qualified2.IsEnclosed() || Qualified2.IsEnclosing() || @@ -272,6 +275,8 @@ Geom2dGcc_Circ2d2TanOnIter (const Geom2dGcc_QCurve& Qualified1 , parcen3 = 0.; WellDone = Standard_False; + qualifier1 = GccEnt_noqualifier; + qualifier2 = GccEnt_noqualifier; if (!(Qualified1.IsEnclosed() || Qualified1.IsEnclosing() || Qualified1.IsOutside() || Qualified1.IsUnqualified())) { throw GccEnt_BadQualifier(); @@ -357,6 +362,8 @@ Geom2dGcc_Circ2d2TanOnIter (const GccEnt_QualifiedCirc& Qualified1 , parcen3 = 0.; WellDone = Standard_False; + qualifier1 = GccEnt_noqualifier; + qualifier2 = GccEnt_noqualifier; if (!(Qualified1.IsEnclosed() || Qualified1.IsEnclosing() || Qualified1.IsOutside() || Qualified1.IsUnqualified()) || !(Qualified2.IsEnclosed() || Qualified2.IsEnclosing() || @@ -465,6 +472,8 @@ Geom2dGcc_Circ2d2TanOnIter (const GccEnt_QualifiedCirc& Qualified1 , parcen3 = 0.; WellDone = Standard_False; + qualifier1 = GccEnt_noqualifier; + qualifier2 = GccEnt_noqualifier; if (!(Qualified1.IsEnclosed() || Qualified1.IsEnclosing() || Qualified1.IsOutside() || Qualified1.IsUnqualified()) || !(Qualified2.IsEnclosed() || Qualified2.IsEnclosing() || @@ -571,6 +580,8 @@ Geom2dGcc_Circ2d2TanOnIter (const GccEnt_QualifiedLin& Qualified1 , parcen3 = 0.; WellDone = Standard_False; + qualifier1 = GccEnt_noqualifier; + qualifier2 = GccEnt_noqualifier; if (!(Qualified1.IsEnclosed() || Qualified1.IsOutside() || Qualified1.IsUnqualified()) || !(Qualified2.IsEnclosed() || Qualified2.IsEnclosing() || @@ -675,6 +686,8 @@ Geom2dGcc_Circ2d2TanOnIter (const Geom2dGcc_QCurve& Qualified1 , parcen3 = 0.; WellDone = Standard_False; + qualifier1 = GccEnt_noqualifier; + qualifier2 = GccEnt_noqualifier; if (!(Qualified1.IsEnclosed() || Qualified1.IsEnclosing() || Qualified1.IsOutside() || Qualified1.IsUnqualified()) || !(Qualified2.IsEnclosed() || Qualified2.IsEnclosing() || @@ -785,6 +798,8 @@ Geom2dGcc_Circ2d2TanOnIter (const Geom2dGcc_QCurve& Qualified1 , parcen3 = 0.; WellDone = Standard_False; + qualifier1 = GccEnt_noqualifier; + qualifier2 = GccEnt_noqualifier; if (!(Qualified1.IsEnclosed() || Qualified1.IsEnclosing() || Qualified1.IsOutside() || Qualified1.IsUnqualified())) { throw GccEnt_BadQualifier(); @@ -871,7 +886,8 @@ Geom2dGcc_Circ2d2TanOnIter (const Geom2dGcc_QCurve& Qualified1 , WellDone = Standard_False; Standard_Real Tol = Abs(Tolerance); - WellDone = Standard_False; + qualifier1 = GccEnt_noqualifier; + qualifier2 = GccEnt_noqualifier; if (!(Qualified1.IsEnclosed() || Qualified1.IsEnclosing() || Qualified1.IsOutside() || Qualified1.IsUnqualified()) || !(Qualified2.IsEnclosed() || Qualified2.IsEnclosing() || @@ -977,6 +993,8 @@ Geom2dGcc_Circ2d2TanOnIter (const GccEnt_QualifiedCirc& Qualified1 , parcen3 = 0.; WellDone = Standard_False; + qualifier1 = GccEnt_noqualifier; + qualifier2 = GccEnt_noqualifier; if (!(Qualified1.IsEnclosed() || Qualified1.IsEnclosing() || Qualified1.IsOutside() || Qualified1.IsUnqualified()) || !(Qualified2.IsEnclosed() || Qualified2.IsEnclosing() || @@ -1079,6 +1097,8 @@ Geom2dGcc_Circ2d2TanOnIter (const GccEnt_QualifiedLin& Qualified1 , parcen3 = 0.; WellDone = Standard_False; + qualifier1 = GccEnt_noqualifier; + qualifier2 = GccEnt_noqualifier; if (!(Qualified1.IsEnclosed() || Qualified1.IsOutside() || Qualified1.IsUnqualified()) || !(Qualified2.IsEnclosed() || Qualified2.IsEnclosing() || @@ -1179,6 +1199,8 @@ Geom2dGcc_Circ2d2TanOnIter (const Geom2dGcc_QCurve& Qualified1 , parcen3 = 0.; WellDone = Standard_False; + qualifier1 = GccEnt_noqualifier; + qualifier2 = GccEnt_noqualifier; if (!(Qualified1.IsEnclosed() || Qualified1.IsEnclosing() || Qualified1.IsOutside() || Qualified1.IsUnqualified())) { throw GccEnt_BadQualifier(); diff --git a/src/Geom2dGcc/Geom2dGcc_Circ2d3TanIter.cxx b/src/Geom2dGcc/Geom2dGcc_Circ2d3TanIter.cxx index a709ebd0a1..38aca83e11 100644 --- a/src/Geom2dGcc/Geom2dGcc_Circ2d3TanIter.cxx +++ b/src/Geom2dGcc/Geom2dGcc_Circ2d3TanIter.cxx @@ -63,6 +63,9 @@ Geom2dGcc_Circ2d3TanIter (const Geom2dGcc_QCurve& Qualified1 , Standard_Real Tol = Abs(Tolerance); WellDone = Standard_False; + qualifier1 = GccEnt_noqualifier; + qualifier2 = GccEnt_noqualifier; + qualifier3 = GccEnt_noqualifier; if (!(Qualified1.IsEnclosed() || Qualified1.IsEnclosing() || Qualified1.IsOutside() || Qualified1.IsUnqualified()) || !(Qualified2.IsEnclosed() || Qualified2.IsEnclosing() || @@ -187,6 +190,9 @@ Geom2dGcc_Circ2d3TanIter (const GccEnt_QualifiedCirc& Qualified1 , Standard_Real Tol = Abs(Tolerance); WellDone = Standard_False; + qualifier1 = GccEnt_noqualifier; + qualifier2 = GccEnt_noqualifier; + qualifier3 = GccEnt_noqualifier; if (!(Qualified1.IsEnclosed() || Qualified1.IsEnclosing() || Qualified1.IsOutside() || Qualified1.IsUnqualified()) || !(Qualified2.IsEnclosed() || Qualified2.IsEnclosing() || @@ -316,6 +322,9 @@ Geom2dGcc_Circ2d3TanIter (const GccEnt_QualifiedCirc& Qualified1 , Standard_Real Tol = Abs(Tolerance); WellDone = Standard_False; + qualifier1 = GccEnt_noqualifier; + qualifier2 = GccEnt_noqualifier; + qualifier3 = GccEnt_noqualifier; if (!(Qualified1.IsEnclosed() || Qualified1.IsEnclosing() || Qualified1.IsOutside() || Qualified1.IsUnqualified()) || !(Qualified2.IsEnclosed() || Qualified2.IsEnclosing() || @@ -448,6 +457,9 @@ Geom2dGcc_Circ2d3TanIter (const GccEnt_QualifiedLin& Qualified1 , Standard_Real Tol = Abs(Tolerance); WellDone = Standard_False; + qualifier1 = GccEnt_noqualifier; + qualifier2 = GccEnt_noqualifier; + qualifier3 = GccEnt_noqualifier; if (!(Qualified1.IsEnclosed() || Qualified1.IsOutside() || Qualified1.IsUnqualified()) || !(Qualified2.IsEnclosed() || Qualified2.IsEnclosing() || @@ -580,6 +592,9 @@ Geom2dGcc_Circ2d3TanIter (const GccEnt_QualifiedLin& Qualified1 , Standard_Real Tol = Abs(Tolerance); WellDone = Standard_False; + qualifier1 = GccEnt_noqualifier; + qualifier2 = GccEnt_noqualifier; + qualifier3 = GccEnt_noqualifier; if (!(Qualified1.IsEnclosed() || Qualified1.IsOutside() || Qualified1.IsUnqualified()) || !(Qualified2.IsEnclosed() || @@ -705,6 +720,9 @@ Geom2dGcc_Circ2d3TanIter (const Geom2dGcc_QCurve& Qualified1 , Standard_Real Tol = Abs(Tolerance); WellDone = Standard_False; + qualifier1 = GccEnt_noqualifier; + qualifier2 = GccEnt_noqualifier; + qualifier3 = GccEnt_noqualifier; if (!(Qualified1.IsEnclosed() || Qualified1.IsEnclosing() || Qualified1.IsOutside() || Qualified1.IsUnqualified()) || !(Qualified2.IsEnclosed() || Qualified2.IsEnclosing() || @@ -820,6 +838,9 @@ Geom2dGcc_Circ2d3TanIter (const Geom2dGcc_QCurve& Qualified1 , Standard_Real Tol = Abs(Tolerance); WellDone = Standard_False; + qualifier1 = GccEnt_noqualifier; + qualifier2 = GccEnt_noqualifier; + qualifier3 = GccEnt_noqualifier; if (!(Qualified1.IsEnclosed() || Qualified1.IsEnclosing() || Qualified1.IsOutside() || Qualified1.IsUnqualified())) { throw GccEnt_BadQualifier(); @@ -929,6 +950,9 @@ Geom2dGcc_Circ2d3TanIter (const GccEnt_QualifiedLin& Qualified1 , Standard_Real Tol = Abs(Tolerance); WellDone = Standard_False; + qualifier1 = GccEnt_noqualifier; + qualifier2 = GccEnt_noqualifier; + qualifier3 = GccEnt_noqualifier; if (!(Qualified1.IsEnclosed() || Qualified1.IsOutside() || Qualified1.IsUnqualified()) || !(Qualified2.IsEnclosed() || Qualified2.IsEnclosing() || @@ -1048,6 +1072,9 @@ Geom2dGcc_Circ2d3TanIter (const GccEnt_QualifiedCirc& Qualified1 , Standard_Real Tol = Abs(Tolerance); WellDone = Standard_False; + qualifier1 = GccEnt_noqualifier; + qualifier2 = GccEnt_noqualifier; + qualifier3 = GccEnt_noqualifier; if (!(Qualified1.IsEnclosed() || Qualified1.IsEnclosing() || Qualified1.IsOutside() || Qualified1.IsUnqualified()) || !(Qualified2.IsEnclosed() || @@ -1177,6 +1204,9 @@ Geom2dGcc_Circ2d3TanIter (const GccEnt_QualifiedCirc& Qualified1 , Standard_Real Tol = Abs(Tolerance); WellDone = Standard_False; + qualifier1 = GccEnt_noqualifier; + qualifier2 = GccEnt_noqualifier; + qualifier3 = GccEnt_noqualifier; if (!(Qualified1.IsEnclosed() || Qualified1.IsEnclosing() || Qualified1.IsOutside() || Qualified1.IsUnqualified()) || !(Qualified2.IsEnclosed() || Qualified2.IsEnclosing() || diff --git a/src/Geom2dGcc/Geom2dGcc_Lin2d2TanIter.cxx b/src/Geom2dGcc/Geom2dGcc_Lin2d2TanIter.cxx index 144ce67d2c..082fcf3fa8 100644 --- a/src/Geom2dGcc/Geom2dGcc_Lin2d2TanIter.cxx +++ b/src/Geom2dGcc/Geom2dGcc_Lin2d2TanIter.cxx @@ -46,10 +46,13 @@ Geom2dGcc_Lin2d2TanIter (const GccEnt_QualifiedCirc& Qualified1 , par1sol = 0.; pararg1 = 0.; - + par2sol = 0.0; + pararg2 = 0.0; //Standard_Real Tol = Abs(Tolang); WellDone = Standard_False; + qualifier1 = GccEnt_noqualifier; + qualifier2 = GccEnt_noqualifier; if (Qualified1.IsEnclosed()) { throw GccEnt_BadQualifier(); } gp_Circ2d C1 = Qualified1.Qualified(); Geom2dAdaptor_Curve Cu2 = Qualified2.Qualified(); @@ -122,7 +125,11 @@ Geom2dGcc_Lin2d2TanIter (const Geom2dGcc_QCurve& Qualified1 , const Standard_Real Tolang ) { par1sol = 0.; pararg1 = 0.; + par2sol = 0.0; + pararg2 = 0.0; WellDone = Standard_False; + qualifier1 = GccEnt_noqualifier; + qualifier2 = GccEnt_noqualifier; if (!(Qualified1.IsEnclosed() || Qualified1.IsEnclosing() || Qualified1.IsOutside() || Qualified1.IsUnqualified()) || !(Qualified2.IsEnclosed() || Qualified2.IsEnclosing() || @@ -196,7 +203,11 @@ Geom2dGcc_Lin2d2TanIter (const Geom2dGcc_QCurve& Qualified1 , par1sol = 0.; pararg1 = 0.; + par2sol = 0.0; + pararg2 = 0.0; WellDone = Standard_False; + qualifier1 = GccEnt_noqualifier; + qualifier2 = GccEnt_noqualifier; if (!(Qualified1.IsEnclosed() || Qualified1.IsEnclosing() || Qualified1.IsOutside() || Qualified1.IsUnqualified())) { throw GccEnt_BadQualifier(); diff --git a/src/Geom2dGcc/Geom2dGcc_Lin2dTanObl.cxx b/src/Geom2dGcc/Geom2dGcc_Lin2dTanObl.cxx index e75bfa9cbd..aab019cf02 100644 --- a/src/Geom2dGcc/Geom2dGcc_Lin2dTanObl.cxx +++ b/src/Geom2dGcc/Geom2dGcc_Lin2dTanObl.cxx @@ -37,6 +37,7 @@ Geom2dGcc_Lin2dTanObl:: const gp_Lin2d& TheLine , const Standard_Real TolAng , const Standard_Real Angle ): + Paral2(Standard_False), linsol(1,2) , qualifier1(1,2), pnttg1sol(1,2) , @@ -44,7 +45,7 @@ Geom2dGcc_Lin2dTanObl:: par1sol(1,2) , par2sol(1,2) , pararg1(1,2) , - pararg2(1,2) + pararg2(1,2) { Geom2dAdaptor_Curve C1 = Qualified1.Qualified(); Handle(Geom2d_Curve) CC1 = C1.Curve(); @@ -102,6 +103,7 @@ Geom2dGcc_Lin2dTanObl:: const Standard_Real TolAng , const Standard_Real Param1 , const Standard_Real Angle ): + Paral2(Standard_False), linsol(1,2) , qualifier1(1,2), pnttg1sol(1,2) , @@ -109,7 +111,7 @@ Geom2dGcc_Lin2dTanObl:: par1sol(1,2) , par2sol(1,2) , pararg1(1,2) , - pararg2(1,2) + pararg2(1,2) { Geom2dAdaptor_Curve C1 = Qualified1.Qualified(); Handle(Geom2d_Curve) CC1 = C1.Curve(); diff --git a/src/Geom2dGcc/Geom2dGcc_Lin2dTanOblIter.cxx b/src/Geom2dGcc/Geom2dGcc_Lin2dTanOblIter.cxx index c0aff199d7..8799b6a07f 100644 --- a/src/Geom2dGcc/Geom2dGcc_Lin2dTanOblIter.cxx +++ b/src/Geom2dGcc/Geom2dGcc_Lin2dTanOblIter.cxx @@ -41,6 +41,8 @@ Geom2dGcc_Lin2dTanOblIter (const Geom2dGcc_QCurve& Qualified1 , const Standard_Real Param1 , const Standard_Real TolAng , const Standard_Real Angle ) +: par2sol(0.0), + pararg2(0.0) { par1sol = 0.; diff --git a/src/Geom2dHatch/Geom2dHatch_Elements.cxx b/src/Geom2dHatch/Geom2dHatch_Elements.cxx index 5db9310177..37fc2d0634 100644 --- a/src/Geom2dHatch/Geom2dHatch_Elements.cxx +++ b/src/Geom2dHatch/Geom2dHatch_Elements.cxx @@ -35,6 +35,10 @@ static const Standard_Real Probing_End = 0.8; static const Standard_Real Probing_Step = 0.2111; Geom2dHatch_Elements::Geom2dHatch_Elements(const Geom2dHatch_Elements& ) +: NumWire(0), + NumEdge(0), + myCurEdge(0), + myCurEdgePar(0.0) { #ifdef OCCT_DEBUG std::cout<<" Magic Constructor in Geom2dHatch_Elements:: "<IsConstant(Tol)) { diff --git a/src/GeomFill/GeomFill_SectionPlacement.cxx b/src/GeomFill/GeomFill_SectionPlacement.cxx index 98e1a2306c..fabc9b4038 100644 --- a/src/GeomFill/GeomFill_SectionPlacement.cxx +++ b/src/GeomFill/GeomFill_SectionPlacement.cxx @@ -182,9 +182,10 @@ static void DistMini(const Extrema_ExtPC& Ext, //=============================================================== GeomFill_SectionPlacement:: GeomFill_SectionPlacement(const Handle(GeomFill_LocationLaw)& L, - const Handle(Geom_Geometry)& Section) : - myLaw(L), /* myAdpSection(Section), mySection(Section), */ - Dist(RealLast()), AngleMax(0.) + const Handle(Geom_Geometry)& Section) : + myLaw(L), /* myAdpSection(Section), mySection(Section), */ + SecParam(0.0), PathParam(0.0), + Dist(RealLast()), AngleMax(0.) { done = Standard_False; diff --git a/src/GeomFill/GeomFill_SweepSectionGenerator.cxx b/src/GeomFill/GeomFill_SweepSectionGenerator.cxx index 2feab3d88a..8ef5ccd291 100644 --- a/src/GeomFill/GeomFill_SweepSectionGenerator.cxx +++ b/src/GeomFill/GeomFill_SweepSectionGenerator.cxx @@ -51,8 +51,12 @@ static Standard_Integer NbSECTIONS = 0; //======================================================================= GeomFill_SweepSectionGenerator::GeomFill_SweepSectionGenerator() +: myRadius(0.0), + myIsDone(Standard_False), + myNbSections(0), + myType(-1), + myPolynomial(Standard_False) { - myIsDone = Standard_False; } diff --git a/src/GeomLib/GeomLib_Interpolate.cxx b/src/GeomLib/GeomLib_Interpolate.cxx index 3b6b677262..6231ecaa8b 100644 --- a/src/GeomLib/GeomLib_Interpolate.cxx +++ b/src/GeomLib/GeomLib_Interpolate.cxx @@ -39,7 +39,7 @@ GeomLib_Interpolate::GeomLib_Interpolate const Standard_Integer NumPoints, const TColgp_Array1OfPnt& PointsArray, const TColStd_Array1OfReal& ParametersArray) - +: myIsDone(Standard_False) { Standard_Integer ii, num_knots, diff --git a/src/GeomPlate/GeomPlate_Aij.cxx b/src/GeomPlate/GeomPlate_Aij.cxx index f583ed5c0e..74540004c3 100644 --- a/src/GeomPlate/GeomPlate_Aij.cxx +++ b/src/GeomPlate/GeomPlate_Aij.cxx @@ -20,6 +20,8 @@ #include GeomPlate_Aij::GeomPlate_Aij() +: Ind1(0), + Ind2(0) { } diff --git a/src/GeomPlate/GeomPlate_CurveConstraint.cxx b/src/GeomPlate/GeomPlate_CurveConstraint.cxx index bdcb209e87..4b8dbf1cd3 100644 --- a/src/GeomPlate/GeomPlate_CurveConstraint.cxx +++ b/src/GeomPlate/GeomPlate_CurveConstraint.cxx @@ -46,8 +46,19 @@ IMPLEMENT_STANDARD_RTTIEXT(GeomPlate_CurveConstraint,Standard_Transient) //--------------------------------------------------------- // Constructeur vide //--------------------------------------------------------- -GeomPlate_CurveConstraint :: GeomPlate_CurveConstraint () : -myLProp(2,1.e-4) +GeomPlate_CurveConstraint :: GeomPlate_CurveConstraint () +: myNbPoints(0), + myOrder(0), + myTang(0), + myConstG0(Standard_False), + myConstG1(Standard_False), + myConstG2(Standard_False), + myLProp(2, 1.e-4), + myTolDist(0.0), + myTolAng(0.0), + myTolCurv(0.0), + myTolU(0.0), + myTolV(0.0) { } diff --git a/src/GeomPlate/GeomPlate_PointConstraint.cxx b/src/GeomPlate/GeomPlate_PointConstraint.cxx index 27b5df2268..99cfc80350 100644 --- a/src/GeomPlate/GeomPlate_PointConstraint.cxx +++ b/src/GeomPlate/GeomPlate_PointConstraint.cxx @@ -43,7 +43,11 @@ GeomPlate_PointConstraint::GeomPlate_PointConstraint(const gp_Pnt& Pt, myOrder(Order), myLProp(2,TolDist), myPoint(Pt), +myU(0.0), +myV(0.0), myTolDist(TolDist), +myTolAng(0.0), +myTolCurv(0.0), hasPnt2dOnSurf(Standard_False) { if ((myOrder>1)||(myOrder<-1)) throw Standard_Failure("GeomPlate_PointConstraint : the constraint must 0 or -1 with a point"); diff --git a/src/GeomPlate/GeomPlate_Surface.cxx b/src/GeomPlate/GeomPlate_Surface.cxx index 89f8219728..bbca7908ed 100644 --- a/src/GeomPlate/GeomPlate_Surface.cxx +++ b/src/GeomPlate/GeomPlate_Surface.cxx @@ -44,7 +44,13 @@ IMPLEMENT_STANDARD_RTTIEXT(GeomPlate_Surface,Geom_Surface) //function : GeomPlate_Surface //purpose : //======================================================================= -GeomPlate_Surface::GeomPlate_Surface(const Handle(Geom_Surface)& Surfinit,const Plate_Plate& Surfinter) : mySurfinter(Surfinter),mySurfinit(Surfinit) +GeomPlate_Surface::GeomPlate_Surface(const Handle(Geom_Surface)& Surfinit,const Plate_Plate& Surfinter) +: mySurfinter(Surfinter), + mySurfinit(Surfinit), + myUmin(0.0), + myUmax(0.0), + myVmin(0.0), + myVmax(0.0) { } diff --git a/src/Graphic3d/Graphic3d_RenderingParams.hxx b/src/Graphic3d/Graphic3d_RenderingParams.hxx index 5e51794967..14ea591907 100644 --- a/src/Graphic3d/Graphic3d_RenderingParams.hxx +++ b/src/Graphic3d/Graphic3d_RenderingParams.hxx @@ -110,6 +110,7 @@ public: ToEnableAlphaToCoverage (Standard_True), // ray tracing parameters IsGlobalIlluminationEnabled (Standard_False), + SamplesPerPixel(0), RaytracingDepth (THE_DEFAULT_DEPTH), IsShadowEnabled (Standard_True), IsReflectionEnabled (Standard_False), diff --git a/src/HLRAlgo/HLRAlgo_BiPoint.hxx b/src/HLRAlgo/HLRAlgo_BiPoint.hxx index 223c1472be..a340d9038a 100644 --- a/src/HLRAlgo/HLRAlgo_BiPoint.hxx +++ b/src/HLRAlgo/HLRAlgo_BiPoint.hxx @@ -34,6 +34,19 @@ class HLRAlgo_BiPoint public: struct IndicesT { + IndicesT() + : ShapeIndex(-1), + FaceConex1(0), + Face1Pt1(0), + Face1Pt2(0), + FaceConex2(0), + Face2Pt1(0), + Face2Pt2(0), + MinSeg(0), + MaxSeg(0), + SegFlags(0) + { + } Standard_Integer ShapeIndex; Standard_Integer FaceConex1; Standard_Integer Face1Pt1; diff --git a/src/HLRAlgo/HLRAlgo_EdgeIterator.cxx b/src/HLRAlgo/HLRAlgo_EdgeIterator.cxx index a03cb48fa1..04a5968f15 100644 --- a/src/HLRAlgo/HLRAlgo_EdgeIterator.cxx +++ b/src/HLRAlgo/HLRAlgo_EdgeIterator.cxx @@ -27,7 +27,18 @@ //purpose : //======================================================================= HLRAlgo_EdgeIterator::HLRAlgo_EdgeIterator () -{} +: myNbVis(0), + myNbHid(0), + EVis(NULL), + EHid(NULL), + iVis(0), + iHid(0), + myHidStart(0.0), + myHidEnd(0.0), + myHidTolStart(0.0), + myHidTolEnd(0.0) +{ +} //======================================================================= //function : InitHidden diff --git a/src/HLRAlgo/HLRAlgo_Intersection.cxx b/src/HLRAlgo/HLRAlgo_Intersection.cxx index 72b5de1342..553afe19ff 100644 --- a/src/HLRAlgo/HLRAlgo_Intersection.cxx +++ b/src/HLRAlgo/HLRAlgo_Intersection.cxx @@ -22,7 +22,13 @@ //purpose : //======================================================================= HLRAlgo_Intersection::HLRAlgo_Intersection() -{} +: mySegIndex(0), + myIndex(0), + myLevel(0), + myParam(0.0), + myToler(0.0) +{ +} //======================================================================= //function : HLRAlgo_Intersection diff --git a/src/HLRAlgo/HLRAlgo_PolyAlgo.cxx b/src/HLRAlgo/HLRAlgo_PolyAlgo.cxx index dcfd2a5814..8bc04d7683 100644 --- a/src/HLRAlgo/HLRAlgo_PolyAlgo.cxx +++ b/src/HLRAlgo/HLRAlgo_PolyAlgo.cxx @@ -39,6 +39,9 @@ IMPLEMENT_STANDARD_RTTIEXT(HLRAlgo_PolyAlgo,Standard_Transient) //======================================================================= HLRAlgo_PolyAlgo::HLRAlgo_PolyAlgo () +: myNbrShell(0), + myCurShell(0), + myFound(Standard_False) { myTriangle.TolParam = 0.00000001; myTriangle.TolAng = 0.0001; diff --git a/src/HLRAlgo/HLRAlgo_PolyData.hxx b/src/HLRAlgo/HLRAlgo_PolyData.hxx index f507e4949b..bfcc6fa5be 100644 --- a/src/HLRAlgo/HLRAlgo_PolyData.hxx +++ b/src/HLRAlgo/HLRAlgo_PolyData.hxx @@ -43,6 +43,14 @@ class HLRAlgo_PolyData : public Standard_Transient public: struct FaceIndices { + //! The default constructor. + FaceIndices() + : Index(0), + Min(0), + Max(0) + { + } + Standard_Integer Index, Min, Max; }; @@ -58,6 +66,12 @@ public: //! The default constructor. Box() + : XMin(0.0), + YMin(0.0), + ZMin(0.0), + XMax(0.0), + YMax(0.0), + ZMax(0.0) { } diff --git a/src/HLRAlgo/HLRAlgo_PolyHidingData.hxx b/src/HLRAlgo/HLRAlgo_PolyHidingData.hxx index e1e3e5fee8..1a03ef49af 100644 --- a/src/HLRAlgo/HLRAlgo_PolyHidingData.hxx +++ b/src/HLRAlgo/HLRAlgo_PolyHidingData.hxx @@ -38,6 +38,7 @@ public: struct PlaneT { + PlaneT() : D(0.0) {} gp_XYZ Normal; Standard_Real D; }; diff --git a/src/HLRAlgo/HLRAlgo_PolyInternalNode.hxx b/src/HLRAlgo/HLRAlgo_PolyInternalNode.hxx index 89275c702d..024ab84589 100644 --- a/src/HLRAlgo/HLRAlgo_PolyInternalNode.hxx +++ b/src/HLRAlgo/HLRAlgo_PolyInternalNode.hxx @@ -41,6 +41,12 @@ public: struct NodeData { + NodeData() + : PCu1(0.0), + PCu2(0.0), + Scal(0.0) + { + } gp_XYZ Point, Normal; gp_XY UV; Standard_Real PCu1, PCu2, Scal; diff --git a/src/HLRBRep/HLRBRep_ShapeBounds.lxx b/src/HLRBRep/HLRBRep_ShapeBounds.lxx index 1a38e58b43..148bc02dcf 100644 --- a/src/HLRBRep/HLRBRep_ShapeBounds.lxx +++ b/src/HLRBRep/HLRBRep_ShapeBounds.lxx @@ -20,7 +20,15 @@ //======================================================================= inline HLRBRep_ShapeBounds::HLRBRep_ShapeBounds () -{} +: myNbIso(0), + myVertStart(0), + myVertEnd(0), + myEdgeStart(0), + myEdgeEnd(0), + myFaceStart(0), + myFaceEnd(0) +{ +} //======================================================================= //function : Shape diff --git a/src/HLRBRep/HLRBRep_Surface.cxx b/src/HLRBRep/HLRBRep_Surface.cxx index 346de804bf..628b9e15c0 100644 --- a/src/HLRBRep/HLRBRep_Surface.cxx +++ b/src/HLRBRep/HLRBRep_Surface.cxx @@ -39,6 +39,8 @@ //purpose : //======================================================================= HLRBRep_Surface::HLRBRep_Surface () +: myType(GeomAbs_OtherSurface), + myProj(NULL) { } diff --git a/src/HLRTest/HLRTest_DrawablePolyEdgeTool.cxx b/src/HLRTest/HLRTest_DrawablePolyEdgeTool.cxx index bd489a7919..7eeda8245f 100644 --- a/src/HLRTest/HLRTest_DrawablePolyEdgeTool.cxx +++ b/src/HLRTest/HLRTest_DrawablePolyEdgeTool.cxx @@ -46,6 +46,8 @@ HLRTest_DrawablePolyEdgeTool (const Handle(HLRBRep_PolyAlgo)& Alg, const Standard_Integer ViewId, const Standard_Boolean Debug) : myAlgo(Alg), + myDispRg1(Standard_False), + myDispRgN(Standard_False), myDispHid(Standard_False), myViewId(ViewId), myDebug(Debug), diff --git a/src/HLRTopoBRep/HLRTopoBRep_VData.lxx b/src/HLRTopoBRep/HLRTopoBRep_VData.lxx index 0322a4e778..927f92bfc5 100644 --- a/src/HLRTopoBRep/HLRTopoBRep_VData.lxx +++ b/src/HLRTopoBRep/HLRTopoBRep_VData.lxx @@ -20,7 +20,9 @@ //======================================================================= inline HLRTopoBRep_VData::HLRTopoBRep_VData() -{} +: myParameter(0.0) +{ +} //======================================================================= //function : Parameter diff --git a/src/Hatch/Hatch_Line.cxx b/src/Hatch/Hatch_Line.cxx index c3535c7095..44f59536de 100644 --- a/src/Hatch/Hatch_Line.cxx +++ b/src/Hatch/Hatch_Line.cxx @@ -25,6 +25,7 @@ //purpose : //======================================================================= Hatch_Line::Hatch_Line() +: myForm(Hatch_ANYLINE) { } diff --git a/src/Hatch/Hatch_Parameter.cxx b/src/Hatch/Hatch_Parameter.cxx index 2395f70193..07edd0559e 100644 --- a/src/Hatch/Hatch_Parameter.cxx +++ b/src/Hatch/Hatch_Parameter.cxx @@ -24,6 +24,10 @@ //purpose : //======================================================================= Hatch_Parameter::Hatch_Parameter() +: myPar1(0.0), + myStart(Standard_False), + myIndex(0), + myPar2(0.0) { } diff --git a/src/HatchGen/HatchGen_PointOnElement.cxx b/src/HatchGen/HatchGen_PointOnElement.cxx index c2679a5441..bbfaa29eeb 100644 --- a/src/HatchGen/HatchGen_PointOnElement.cxx +++ b/src/HatchGen/HatchGen_PointOnElement.cxx @@ -35,6 +35,7 @@ HatchGen_PointOnElement::HatchGen_PointOnElement () : //======================================================================= HatchGen_PointOnElement::HatchGen_PointOnElement (const IntRes2d_IntersectionPoint& Point) +: myType(HatchGen_UNDETERMINED) { const IntRes2d_Transition& TrsH = Point.TransitionOfFirst() ; const IntRes2d_Transition& TrsE = Point.TransitionOfSecond() ; diff --git a/src/IntAna/IntAna_Curve.cxx b/src/IntAna/IntAna_Curve.cxx index 312efb96db..6959f546ea 100644 --- a/src/IntAna/IntAna_Curve.cxx +++ b/src/IntAna/IntAna_Curve.cxx @@ -55,10 +55,39 @@ //purpose : //======================================================================= IntAna_Curve::IntAna_Curve() +: Z0Cte(0.0), + Z0Sin(0.0), + Z0Cos(0.0), + Z0SinSin(0.0), + Z0CosCos(0.0), + Z0CosSin(0.0), + Z1Cte(0.0), + Z1Sin(0.0), + Z1Cos(0.0), + Z1SinSin(0.0), + Z1CosCos(0.0), + Z1CosSin(0.0), + Z2Cte(0.0), + Z2Sin(0.0), + Z2Cos(0.0), + Z2SinSin(0.0), + Z2CosCos(0.0), + Z2CosSin(0.0), + TwoCurves(Standard_False), + TakeZPositive(Standard_False), + Tolerance(0.0), + DomainInf(0.0), + DomainSup(0.0), + RestrictedInf(Standard_False), + RestrictedSup(Standard_False), + firstbounded(Standard_False), + lastbounded(Standard_False), + typequadric(GeomAbs_OtherSurface), + RCyl(0.0), + Angle(0.0), + myFirstParameter(0.0), + myLastParameter(0.0) { - typequadric=GeomAbs_OtherSurface; - firstbounded=Standard_False; - lastbounded=Standard_False; } //======================================================================= //function : SetConeQuadValues diff --git a/src/IntAna/IntAna_Int3Pln.cxx b/src/IntAna/IntAna_Int3Pln.cxx index b43151e83f..586df8b38e 100644 --- a/src/IntAna/IntAna_Int3Pln.cxx +++ b/src/IntAna/IntAna_Int3Pln.cxx @@ -28,7 +28,11 @@ #include #include -IntAna_Int3Pln::IntAna_Int3Pln () : done(Standard_False) {} +IntAna_Int3Pln::IntAna_Int3Pln() +: done(Standard_False), + empt(Standard_True) +{ +} IntAna_Int3Pln::IntAna_Int3Pln (const gp_Pln& P1, const gp_Pln& P2, diff --git a/src/IntAna/IntAna_IntConicQuad.cxx b/src/IntAna/IntAna_IntConicQuad.cxx index 66ccef9b0a..f5f4211ad6 100644 --- a/src/IntAna/IntAna_IntConicQuad.cxx +++ b/src/IntAna/IntAna_IntConicQuad.cxx @@ -53,6 +53,10 @@ static Standard_Real PIpPI = M_PI + M_PI; //== CREATE(void) { done=Standard_False; + parallel = Standard_False; + inquadric = Standard_False; + nbpts = 0; + memset (paramonc, 0, sizeof (paramonc)); } //============================================================================= //== L i n e - Q u a d r i c diff --git a/src/IntAna/IntAna_IntLinTorus.cxx b/src/IntAna/IntAna_IntLinTorus.cxx index e504a6862d..8f824183d6 100644 --- a/src/IntAna/IntAna_IntLinTorus.cxx +++ b/src/IntAna/IntAna_IntLinTorus.cxx @@ -29,8 +29,14 @@ #include #include -IntAna_IntLinTorus::IntAna_IntLinTorus () : done(Standard_False) -{} +IntAna_IntLinTorus::IntAna_IntLinTorus () +: done(Standard_False), + nbpt(0) +{ + memset (theFi, 0, sizeof (theFi)); + memset (theParam, 0, sizeof (theParam)); + memset (theTheta, 0, sizeof (theTheta)); +} IntAna_IntLinTorus::IntAna_IntLinTorus (const gp_Lin& L, const gp_Torus& T) { Perform(L,T); diff --git a/src/IntAna/IntAna_IntQuadQuad.cxx b/src/IntAna/IntAna_IntQuadQuad.cxx index 73ff100fcb..41f61cdb13 100644 --- a/src/IntAna/IntAna_IntQuadQuad.cxx +++ b/src/IntAna/IntAna_IntQuadQuad.cxx @@ -183,7 +183,8 @@ TrigonometricRoots::TrigonometricRoots(const Standard_Real CC, const Standard_Real S, const Standard_Real Cte, const Standard_Real Binf, - const Standard_Real Bsup) + const Standard_Real Bsup) +: infinite_roots(Standard_False) { Standard_Integer i, j, SvNbRoots; Standard_Boolean Triee; @@ -317,6 +318,8 @@ IntAna_IntQuadQuad::IntAna_IntQuadQuad(void) { myNbMaxCurves=12; myEpsilon=0.00000001; myEpsilonCoeffPolyNull=0.00000001; + memset (nextcurve, 0, sizeof (nextcurve)); + memset (previouscurve, 0, sizeof (previouscurve)); } //======================================================================= //function : IntAna_IntQuadQuad::IntAna_IntQuadQuad diff --git a/src/IntAna2d/IntAna2d_AnaIntersection.cxx b/src/IntAna2d/IntAna2d_AnaIntersection.cxx index f99197724d..b645b3361d 100644 --- a/src/IntAna2d/IntAna2d_AnaIntersection.cxx +++ b/src/IntAna2d/IntAna2d_AnaIntersection.cxx @@ -24,9 +24,13 @@ #include #include -IntAna2d_AnaIntersection::IntAna2d_AnaIntersection () { - - done = Standard_False; +IntAna2d_AnaIntersection::IntAna2d_AnaIntersection () +: done(Standard_False), + para(Standard_False), + iden(Standard_False), + empt(Standard_True), + nbp(0) +{ } IntAna2d_AnaIntersection::IntAna2d_AnaIntersection (const gp_Lin2d& L1, diff --git a/src/IntAna2d/IntAna2d_IntPoint.cxx b/src/IntAna2d/IntAna2d_IntPoint.cxx index d841381f4d..53b4696e45 100644 --- a/src/IntAna2d/IntAna2d_IntPoint.cxx +++ b/src/IntAna2d/IntAna2d_IntPoint.cxx @@ -28,7 +28,7 @@ IntAna2d_IntPoint::IntAna2d_IntPoint (const Standard_Real X, const Standard_Real IntAna2d_IntPoint::IntAna2d_IntPoint (const Standard_Real X, const Standard_Real Y, const Standard_Real U1): - myu1(U1),myp(X,Y),myimplicit(Standard_True) + myu1(U1),myu2(RealLast()),myp(X,Y),myimplicit(Standard_True) { } @@ -54,7 +54,7 @@ void IntAna2d_IntPoint::SetValue (const Standard_Real X, const Standard_Real Y, myimplicit = Standard_True; myp.SetCoord(X,Y); myu1 = U1; - + myu2 = RealLast(); } diff --git a/src/IntAna2d/IntAna2d_Outils.cxx b/src/IntAna2d/IntAna2d_Outils.cxx index 62c09929b6..8216bc3f3b 100644 --- a/src/IntAna2d/IntAna2d_Outils.cxx +++ b/src/IntAna2d/IntAna2d_Outils.cxx @@ -42,7 +42,11 @@ MyDirectPolynomialRoots::MyDirectPolynomialRoots(const Standard_Real A4, return; } Standard_Integer i,j,nbp; - for(i=0;i<16;i++) val[i]=RealLast(); + for (size_t anIdx = 0; anIdx < sizeof (val) / sizeof (val[0]); anIdx++) + { + val[anIdx] = RealLast(); + sol[anIdx] = RealLast(); + } Standard_Real tol = Epsilon(100.0); math_DirectPolynomialRoots MATH_A43210(A4,A3,A2,A1,A0); @@ -193,6 +197,11 @@ MyDirectPolynomialRoots::MyDirectPolynomialRoots(const Standard_Real A2, const Standard_Real A1, const Standard_Real A0) { //-- std::cout<<" IntAna2d : A2..A0 "< //================================================================================ -IntCurveSurface_IntersectionPoint::IntCurveSurface_IntersectionPoint() { } +IntCurveSurface_IntersectionPoint::IntCurveSurface_IntersectionPoint() +: myUSurf(0.0), + myVSurf(0.0), + myUCurv(0.0) +{ +} //================================================================================ IntCurveSurface_IntersectionPoint::IntCurveSurface_IntersectionPoint(const gp_Pnt& P, const Standard_Real USurf, diff --git a/src/IntImp/IntImp_Int2S.gxx b/src/IntImp/IntImp_Int2S.gxx index a36025ac3a..4c3062a53c 100644 --- a/src/IntImp/IntImp_Int2S.gxx +++ b/src/IntImp/IntImp_Int2S.gxx @@ -30,6 +30,7 @@ IntImp_Int2S::IntImp_Int2S(const ThePSurface& surf1, const Standard_Real TolTangency ) : done(Standard_True), empty(Standard_True), +tangent(Standard_False), myZerParFunc(surf1,surf2), tol(TolTangency*TolTangency) { diff --git a/src/IntImp/IntImp_IntCS.gxx b/src/IntImp/IntImp_IntCS.gxx index bc56346c15..bbf66ae859 100644 --- a/src/IntImp/IntImp_IntCS.gxx +++ b/src/IntImp/IntImp_IntCS.gxx @@ -33,6 +33,9 @@ IntImp_IntCS::IntImp_IntCS(const Standard_Real U, done(Standard_True), empty(Standard_True), myFunction(F), + w(0.0), + u(0.0), + v(0.0), tol(TolTangency*TolTangency) { if(tol<1e-13) { tol=1e-13; } diff --git a/src/IntImp/IntImp_ZerImpFunc.gxx b/src/IntImp/IntImp_ZerImpFunc.gxx index aba25b3410..e2c47d78aa 100644 --- a/src/IntImp/IntImp_ZerImpFunc.gxx +++ b/src/IntImp/IntImp_ZerImpFunc.gxx @@ -26,14 +26,30 @@ IntImp_ZerImpFunc::IntImp_ZerImpFunc() : + surf(NULL), + func(NULL), + u(0.0), + v(0.0), + tol(0.0), + valf(0.0), computed(Standard_False), + tangent(Standard_False), + tgdu(0.0), + tgdv(0.0), derived(Standard_False) { } IntImp_ZerImpFunc::IntImp_ZerImpFunc(const ThePSurface& PS , const TheISurface& IS) : + u(0.0), + v(0.0), + tol(0.0), + valf(0.0), computed(Standard_False), + tangent(Standard_False), + tgdu(0.0), + tgdv(0.0), derived(Standard_False) { surf = (Standard_Address)(&PS); @@ -41,7 +57,15 @@ IntImp_ZerImpFunc::IntImp_ZerImpFunc(const ThePSurface& PS , } IntImp_ZerImpFunc::IntImp_ZerImpFunc(const TheISurface& IS) : + surf(NULL), + u(0.0), + v(0.0), + tol(0.0), + valf(0.0), computed(Standard_False), + tangent(Standard_False), + tgdu(0.0), + tgdv(0.0), derived(Standard_False) { func = (Standard_Address)(&IS); diff --git a/src/IntImp/IntImp_ZerParFunc.gxx b/src/IntImp/IntImp_ZerParFunc.gxx index 550229559d..4dddfa94fd 100644 --- a/src/IntImp/IntImp_ZerParFunc.gxx +++ b/src/IntImp/IntImp_ZerParFunc.gxx @@ -27,7 +27,11 @@ IntImp_ZerParFunc::IntImp_ZerParFunc(const ThePSurface& S1 , - const ThePSurface& S2) { + const ThePSurface& S2) +: compute(Standard_False), + tangent(Standard_False), + paramConst(0.0) +{ surf1 = (Standard_Address)(&S1); surf2 = (Standard_Address)(&S2); @@ -46,7 +50,7 @@ IntImp_ZerParFunc::IntImp_ZerParFunc(const ThePSurface& S1 , ures2 = ThePSurfaceTool::UResolution(SURF2,Precision::Confusion()); vres2 = ThePSurfaceTool::VResolution(SURF2,Precision::Confusion()); - + memset (f, 0, sizeof (f)); compute = Standard_False; tangent = Standard_False; } diff --git a/src/IntPatch/IntPatch_ALine.cxx b/src/IntPatch/IntPatch_ALine.cxx index e41f0d7488..96e632ff5f 100644 --- a/src/IntPatch/IntPatch_ALine.cxx +++ b/src/IntPatch/IntPatch_ALine.cxx @@ -33,8 +33,10 @@ IntPatch_ALine::IntPatch_ALine (const IntAna_Curve& C, const IntSurf_TypeTrans Trans1, const IntSurf_TypeTrans Trans2) : IntPatch_Line(Tang,Trans1,Trans2), - fipt(Standard_False),lapt(Standard_False) - + fipt(Standard_False), + lapt(Standard_False), + indf(0), + indl(0) { typ = IntPatch_Analytic; curv = C; @@ -46,8 +48,10 @@ IntPatch_ALine::IntPatch_ALine (const IntAna_Curve& C, const IntSurf_Situation Situ1, const IntSurf_Situation Situ2) : IntPatch_Line(Tang,Situ1,Situ2), - fipt(Standard_False),lapt(Standard_False) - + fipt(Standard_False), + lapt(Standard_False), + indf(0), + indl(0) { typ = IntPatch_Analytic; curv = C; @@ -57,8 +61,10 @@ IntPatch_ALine::IntPatch_ALine (const IntAna_Curve& C, IntPatch_ALine::IntPatch_ALine (const IntAna_Curve& C, const Standard_Boolean Tang) : IntPatch_Line(Tang), - fipt(Standard_False),lapt(Standard_False) - + fipt(Standard_False), + lapt(Standard_False), + indf(0), + indl(0) { typ = IntPatch_Analytic; curv = C; diff --git a/src/IntPatch/IntPatch_ImpImpIntersection_2.gxx b/src/IntPatch/IntPatch_ImpImpIntersection_2.gxx index 71278d1d76..f8924fe575 100644 --- a/src/IntPatch/IntPatch_ImpImpIntersection_2.gxx +++ b/src/IntPatch/IntPatch_ImpImpIntersection_2.gxx @@ -26,7 +26,10 @@ static //purpose : //======================================================================= IntPatch_ImpImpIntersection::IntPatch_ImpImpIntersection (): -myDone(IntStatus_Fail) +myDone(IntStatus_Fail), +empt(Standard_True), +tgte(Standard_False), +oppo(Standard_False) { } //======================================================================= diff --git a/src/IntPatch/IntPatch_InterferencePolyhedron.cxx b/src/IntPatch/IntPatch_InterferencePolyhedron.cxx index f4ffc04ce7..7295035d40 100644 --- a/src/IntPatch/IntPatch_InterferencePolyhedron.cxx +++ b/src/IntPatch/IntPatch_InterferencePolyhedron.cxx @@ -42,8 +42,15 @@ static const int Pourcent3[9] = {0, 1, 2, 0, 1, 2, 0, 1, 2}; //======================================================================= IntPatch_InterferencePolyhedron::IntPatch_InterferencePolyhedron () -: Intf_Interference(Standard_False) -{} +: Intf_Interference(Standard_False), + Incidence(0) +{ + memset (OI, 0, sizeof (OI)); + memset (TI, 0, sizeof (TI)); + memset (dpOeT, 0, sizeof (dpOeT)); + memset (dpOpT, 0, sizeof (dpOpT)); + memset (deOpT, 0, sizeof (deOpT)); +} //======================================================================= //function : IntPatch_InterferencePolyhedron @@ -52,8 +59,14 @@ IntPatch_InterferencePolyhedron::IntPatch_InterferencePolyhedron () IntPatch_InterferencePolyhedron::IntPatch_InterferencePolyhedron (const IntPatch_Polyhedron& FirstPol, const IntPatch_Polyhedron& SeconPol) -: Intf_Interference(Standard_False) +: Intf_Interference(Standard_False), + Incidence(0) { + memset (OI, 0, sizeof (OI)); + memset (TI, 0, sizeof (TI)); + memset (dpOeT, 0, sizeof (dpOeT)); + memset (dpOpT, 0, sizeof (dpOpT)); + memset (deOpT, 0, sizeof (deOpT)); if (!IntPatch_PolyhedronTool::Bounding(FirstPol).IsOut (IntPatch_PolyhedronTool::Bounding(SeconPol))) { Tolerance=IntPatch_PolyhedronTool::DeflectionOverEstimation(FirstPol)+ @@ -71,8 +84,14 @@ IntPatch_InterferencePolyhedron::IntPatch_InterferencePolyhedron IntPatch_InterferencePolyhedron::IntPatch_InterferencePolyhedron (const IntPatch_Polyhedron& Objet) -: Intf_Interference(Standard_True) +: Intf_Interference(Standard_True), + Incidence(0) { + memset (OI, 0, sizeof (OI)); + memset (TI, 0, sizeof (TI)); + memset (dpOeT, 0, sizeof (dpOeT)); + memset (dpOpT, 0, sizeof (dpOpT)); + memset (deOpT, 0, sizeof (deOpT)); Tolerance=IntPatch_PolyhedronTool::DeflectionOverEstimation(Objet)*2; if (Tolerance==0.) Tolerance=Epsilon(1000.); diff --git a/src/IntPatch/IntPatch_Intersection.cxx b/src/IntPatch/IntPatch_Intersection.cxx index 97b931b08d..89b8e1b361 100644 --- a/src/IntPatch/IntPatch_Intersection.cxx +++ b/src/IntPatch/IntPatch_Intersection.cxx @@ -45,11 +45,16 @@ const IntPatch_SequenceOfLine& IntPatch_Intersection::SequenceOfLine() const { r //====================================================================== IntPatch_Intersection::IntPatch_Intersection () : done(Standard_False), - //empt, tgte, oppo, + empt(Standard_True), + tgte(Standard_False), + oppo(Standard_False), myTolArc(0.0), myTolTang(0.0), myUVMaxStep(0.0), myFleche(0.0), - myIsStartPnt(Standard_False) - //myU1Start, myV1Start, myU2Start, myV2Start + myIsStartPnt(Standard_False), + myU1Start(0.0), + myV1Start(0.0), + myU2Start(0.0), + myV2Start(0.0) { } @@ -63,11 +68,16 @@ IntPatch_Intersection::IntPatch_Intersection(const Handle(Adaptor3d_HSurface)& const Standard_Real TolArc, const Standard_Real TolTang) : done(Standard_False), - //empt, tgte, oppo, + empt(Standard_True), + tgte(Standard_False), + oppo(Standard_False), myTolArc(TolArc), myTolTang(TolTang), myUVMaxStep(0.0), myFleche(0.0), - myIsStartPnt(Standard_False) - //myU1Start, myV1Start, myU2Start, myV2Start + myIsStartPnt(Standard_False), + myU1Start(0.0), + myV1Start(0.0), + myU2Start(0.0), + myV2Start(0.0) { if(myTolArc<1e-8) myTolArc=1e-8; if(myTolTang<1e-8) myTolTang=1e-8; @@ -84,11 +94,16 @@ IntPatch_Intersection::IntPatch_Intersection(const Handle(Adaptor3d_HSurface)& const Standard_Real TolArc, const Standard_Real TolTang) : done(Standard_False), - //empt, tgte, oppo, + empt(Standard_True), + tgte(Standard_False), + oppo(Standard_False), myTolArc(TolArc), myTolTang(TolTang), myUVMaxStep(0.0), myFleche(0.0), - myIsStartPnt(Standard_False) - //myU1Start, myV1Start, myU2Start, myV2Start + myIsStartPnt(Standard_False), + myU1Start(0.0), + myV1Start(0.0), + myU2Start(0.0), + myV2Start(0.0) { Perform(S1,D1,TolArc,TolTang); } diff --git a/src/IntPatch/IntPatch_PolyLine.cxx b/src/IntPatch/IntPatch_PolyLine.cxx index 9a96ccfe06..c73fb8bbfd 100644 --- a/src/IntPatch/IntPatch_PolyLine.cxx +++ b/src/IntPatch/IntPatch_PolyLine.cxx @@ -31,8 +31,10 @@ //======================================================================= IntPatch_PolyLine::IntPatch_PolyLine () - : IntPatch_Polygo(INITDEFLE) -{} + : IntPatch_Polygo(INITDEFLE), + onfirst(Standard_False) +{ +} //======================================================================= //function : IntPatch_PolyLine @@ -40,8 +42,10 @@ IntPatch_PolyLine::IntPatch_PolyLine () //======================================================================= IntPatch_PolyLine::IntPatch_PolyLine (const Standard_Real InitDefle) - : IntPatch_Polygo(InitDefle) -{} + : IntPatch_Polygo(InitDefle), + onfirst(Standard_False) +{ +} //======================================================================= //function : SetWLine diff --git a/src/IntPatch/IntPatch_PrmPrmIntersection.cxx b/src/IntPatch/IntPatch_PrmPrmIntersection.cxx index 684866cdce..111dd36c24 100644 --- a/src/IntPatch/IntPatch_PrmPrmIntersection.cxx +++ b/src/IntPatch/IntPatch_PrmPrmIntersection.cxx @@ -302,7 +302,9 @@ static void DublicateOfLinesProcessing( const IntWalk_PWalking& thePW, // function : // purpose : //================================================================================== -IntPatch_PrmPrmIntersection::IntPatch_PrmPrmIntersection(): done(Standard_False) +IntPatch_PrmPrmIntersection::IntPatch_PrmPrmIntersection() +: done(Standard_False), + empt(Standard_True) { } diff --git a/src/IntPatch/IntPatch_RLine.cxx b/src/IntPatch/IntPatch_RLine.cxx index 2214b76f54..cb348911c2 100644 --- a/src/IntPatch/IntPatch_RLine.cxx +++ b/src/IntPatch/IntPatch_RLine.cxx @@ -30,8 +30,15 @@ IMPLEMENT_STANDARD_RTTIEXT(IntPatch_RLine,IntPatch_PointLine) IntPatch_RLine::IntPatch_RLine (const Standard_Boolean Tang, const IntSurf_TypeTrans Trans1, const IntSurf_TypeTrans Trans2) : - IntPatch_PointLine(Tang,Trans1,Trans2), fipt(Standard_False),lapt(Standard_False) - + IntPatch_PointLine(Tang,Trans1,Trans2), + ParamInf1(0.0), + ParamSup1(0.0), + ParamInf2(0.0), + ParamSup2(0.0), + fipt(Standard_False), + lapt(Standard_False), + indf(0), + indl(0) { typ = IntPatch_Restriction; onS2=Standard_False; @@ -42,7 +49,15 @@ IntPatch_RLine::IntPatch_RLine (const Standard_Boolean Tang, IntPatch_RLine::IntPatch_RLine (const Standard_Boolean Tang, const IntSurf_Situation Situ1, const IntSurf_Situation Situ2) : - IntPatch_PointLine(Tang,Situ1,Situ2), fipt(Standard_False),lapt(Standard_False) + IntPatch_PointLine(Tang,Situ1,Situ2), + ParamInf1(0.0), + ParamSup1(0.0), + ParamInf2(0.0), + ParamSup2(0.0), + fipt(Standard_False), + lapt(Standard_False), + indf(0), + indl(0) { typ = IntPatch_Restriction; onS2=Standard_False; @@ -51,8 +66,15 @@ IntPatch_RLine::IntPatch_RLine (const Standard_Boolean Tang, IntPatch_RLine::IntPatch_RLine (const Standard_Boolean Tang) : - IntPatch_PointLine(Tang), fipt(Standard_False),lapt(Standard_False) - + IntPatch_PointLine(Tang), + ParamInf1(0.0), + ParamSup1(0.0), + ParamInf2(0.0), + ParamSup2(0.0), + fipt(Standard_False), + lapt(Standard_False), + indf(0), + indl(0) { typ = IntPatch_Restriction; onS2=Standard_False; diff --git a/src/IntRes2d/IntRes2d_IntersectionSegment.cxx b/src/IntRes2d/IntRes2d_IntersectionSegment.cxx index 45ecdc1966..41d296cd5c 100644 --- a/src/IntRes2d/IntRes2d_IntersectionSegment.cxx +++ b/src/IntRes2d/IntRes2d_IntersectionSegment.cxx @@ -19,9 +19,12 @@ #include #include -IntRes2d_IntersectionSegment::IntRes2d_IntersectionSegment (): - - ptfirst(),ptlast() { } +IntRes2d_IntersectionSegment::IntRes2d_IntersectionSegment () +: oppos(Standard_False), + first(Standard_False), + last(Standard_False) +{ +} diff --git a/src/IntStart/IntStart_PathPoint.gxx b/src/IntStart/IntStart_PathPoint.gxx index 16a895006a..36d2e087f4 100644 --- a/src/IntStart/IntStart_PathPoint.gxx +++ b/src/IntStart/IntStart_PathPoint.gxx @@ -12,7 +12,11 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -IntStart_PathPoint::IntStart_PathPoint () { +IntStart_PathPoint::IntStart_PathPoint () +: tol(0.0), + isnew(Standard_True), + param(0.0) +{ } IntStart_PathPoint::IntStart_PathPoint (const gp_Pnt& P, diff --git a/src/IntStart/IntStart_SearchOnBoundaries.gxx b/src/IntStart/IntStart_SearchOnBoundaries.gxx index 538baef507..8ccaf73b1b 100644 --- a/src/IntStart/IntStart_SearchOnBoundaries.gxx +++ b/src/IntStart/IntStart_SearchOnBoundaries.gxx @@ -1076,7 +1076,8 @@ Standard_Integer TreatLC (const TheArc& A, //purpose : //======================================================================= IntStart_SearchOnBoundaries::IntStart_SearchOnBoundaries () -: done(Standard_False) +: done(Standard_False), + all(Standard_False) { } diff --git a/src/IntStart/IntStart_Segment.gxx b/src/IntStart/IntStart_Segment.gxx index 7dc385de39..98029c3e7c 100644 --- a/src/IntStart/IntStart_Segment.gxx +++ b/src/IntStart/IntStart_Segment.gxx @@ -12,7 +12,11 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -IntStart_Segment::IntStart_Segment () {} +IntStart_Segment::IntStart_Segment () +: hasfp(Standard_False), + haslp(Standard_False) +{ +} void IntStart_Segment::SetLimitPoint (const ThePathPoint& V, diff --git a/src/IntSurf/IntSurf_InteriorPoint.cxx b/src/IntSurf/IntSurf_InteriorPoint.cxx index eb369d0eff..50eb033f42 100644 --- a/src/IntSurf/IntSurf_InteriorPoint.cxx +++ b/src/IntSurf/IntSurf_InteriorPoint.cxx @@ -18,7 +18,11 @@ #include #include -IntSurf_InteriorPoint::IntSurf_InteriorPoint () {} +IntSurf_InteriorPoint::IntSurf_InteriorPoint () +: paramu(0.0), + paramv(0.0) +{ +} IntSurf_InteriorPoint::IntSurf_InteriorPoint (const gp_Pnt& P, diff --git a/src/IntSurf/IntSurf_Quadric.cxx b/src/IntSurf/IntSurf_Quadric.cxx index 3b97160e34..e44a7b7282 100644 --- a/src/IntSurf/IntSurf_Quadric.cxx +++ b/src/IntSurf/IntSurf_Quadric.cxx @@ -28,8 +28,9 @@ // ============================================================ IntSurf_Quadric::IntSurf_Quadric ():typ(GeomAbs_OtherSurface), - prm1(0.), prm2(0.), prm3(0.), prm4(0.) -{} + prm1(0.), prm2(0.), prm3(0.), prm4(0.), ax3direc(Standard_False) +{ +} // ============================================================ IntSurf_Quadric::IntSurf_Quadric (const gp_Pln& P): ax3(P.Position()),typ(GeomAbs_Plane) diff --git a/src/IntWalk/IntWalk_IWalking_1.gxx b/src/IntWalk/IntWalk_IWalking_1.gxx index 5d8ab33685..18610fa5a9 100644 --- a/src/IntWalk/IntWalk_IWalking_1.gxx +++ b/src/IntWalk/IntWalk_IWalking_1.gxx @@ -77,9 +77,14 @@ IntWalk_IWalking::IntWalk_IWalking (const Standard_Real Epsilon, pas(Increment), tolerance(1,2), epsilon(Epsilon*Epsilon), + reversed(Standard_False), wd1 (IntWalk_VectorOfWalkingData::allocator_type (new NCollection_IncAllocator)), wd2 (wd1.get_allocator()), nbMultiplicities (wd1.get_allocator()), + Um(0.0), + UM(0.0), + Vm(0.0), + VM(0.0), ToFillHoles(theToFillHoles) { } diff --git a/src/IntWalk/IntWalk_PWalking.cxx b/src/IntWalk/IntWalk_PWalking.cxx index add2c500fc..e772631af4 100644 --- a/src/IntWalk/IntWalk_PWalking.cxx +++ b/src/IntWalk/IntWalk_PWalking.cxx @@ -202,10 +202,15 @@ IntWalk_PWalking::IntWalk_PWalking(const Handle(Adaptor3d_HSurface)& Caro1, done(Standard_True), close(Standard_False), +tgfirst(Standard_False), +tglast(Standard_False), +myTangentIdx(0), fleche(Deflection), +pasMax(0.0), tolconf(Epsilon), myTolTang(TolTangency), sensCheminement(1), +previoustg(Standard_False), myIntersectionOn2S(Caro1,Caro2,TolTangency), STATIC_BLOCAGE_SUR_PAS_TROP_GRAND(0), STATIC_PRECEDENT_INFLEXION(0) diff --git a/src/Intf/Intf_Interference.cxx b/src/Intf/Intf_Interference.cxx index bb347338c3..caf0214c1f 100644 --- a/src/Intf/Intf_Interference.cxx +++ b/src/Intf/Intf_Interference.cxx @@ -28,8 +28,10 @@ //purpose : Initialize for a deferred interference. //======================================================================= Intf_Interference::Intf_Interference (const Standard_Boolean Self) - : SelfIntf(Self) -{} + : SelfIntf(Self), + Tolerance(0.0) +{ +} //======================================================================= diff --git a/src/Intf/Intf_Tool.cxx b/src/Intf/Intf_Tool.cxx index c776f2e3dc..126454008e 100644 --- a/src/Intf/Intf_Tool.cxx +++ b/src/Intf/Intf_Tool.cxx @@ -40,7 +40,14 @@ //======================================================================= Intf_Tool::Intf_Tool() : nbSeg(0) -{} +{ + memset (beginOnCurve, 0, sizeof (beginOnCurve)); + memset (bord, 0, sizeof (bord)); + memset (xint, 0, sizeof (xint)); + memset (yint, 0, sizeof (yint)); + memset (zint, 0, sizeof (zint)); + memset (parint, 0, sizeof (parint)); +} //======================================================================= //function : Lin2dBox diff --git a/src/LDOM/LDOM_BasicAttribute.hxx b/src/LDOM/LDOM_BasicAttribute.hxx index 7461f493ba..07f592b5e6 100644 --- a/src/LDOM/LDOM_BasicAttribute.hxx +++ b/src/LDOM/LDOM_BasicAttribute.hxx @@ -32,7 +32,7 @@ class LDOM_BasicAttribute : public LDOM_BasicNode public: // ---------- PUBLIC METHODS ---------- - LDOM_BasicAttribute () : LDOM_BasicNode (LDOM_Node::UNKNOWN) {} + LDOM_BasicAttribute () : LDOM_BasicNode (LDOM_Node::UNKNOWN), myName(NULL) {} // Empty constructor LDOM_BasicAttribute& operator = (const LDOM_NullPtr * aNull); diff --git a/src/Law/Law_BSpFunc.cxx b/src/Law/Law_BSpFunc.cxx index efe179c949..a9ceada9aa 100644 --- a/src/Law/Law_BSpFunc.cxx +++ b/src/Law/Law_BSpFunc.cxx @@ -36,6 +36,8 @@ IMPLEMENT_STANDARD_RTTIEXT(Law_BSpFunc,Law_Function) //======================================================================= Law_BSpFunc::Law_BSpFunc() +: first(0.0), + last(0.0) { } diff --git a/src/Law/Law_Constant.cxx b/src/Law/Law_Constant.cxx index 6d4fb51089..4176b2f3fa 100644 --- a/src/Law/Law_Constant.cxx +++ b/src/Law/Law_Constant.cxx @@ -28,6 +28,9 @@ IMPLEMENT_STANDARD_RTTIEXT(Law_Constant,Law_Function) //purpose : //======================================================================= Law_Constant::Law_Constant() +: radius(0.0), + first(0.0), + last(0.0) { } diff --git a/src/Law/Law_Linear.cxx b/src/Law/Law_Linear.cxx index 64f57a3e93..08de8e8601 100644 --- a/src/Law/Law_Linear.cxx +++ b/src/Law/Law_Linear.cxx @@ -23,7 +23,13 @@ IMPLEMENT_STANDARD_RTTIEXT(Law_Linear,Law_Function) -Law_Linear::Law_Linear () {} +Law_Linear::Law_Linear () +: valdeb(0.0), + valfin(0.0), + pdeb(0.0), + pfin(0.0) +{ +} void Law_Linear::Set (const Standard_Real Pdeb, diff --git a/src/LocOpe/LocOpe_Generator.lxx b/src/LocOpe/LocOpe_Generator.lxx index 8b8d167460..35bfe44cde 100644 --- a/src/LocOpe/LocOpe_Generator.lxx +++ b/src/LocOpe/LocOpe_Generator.lxx @@ -22,6 +22,7 @@ //======================================================================= inline LocOpe_Generator::LocOpe_Generator() +: myDone(Standard_False) { } diff --git a/src/LocOpe/LocOpe_LinearForm.lxx b/src/LocOpe/LocOpe_LinearForm.lxx index 0a2c054c29..0cbead2503 100644 --- a/src/LocOpe/LocOpe_LinearForm.lxx +++ b/src/LocOpe/LocOpe_LinearForm.lxx @@ -19,7 +19,11 @@ //purpose : //======================================================================= -inline LocOpe_LinearForm::LocOpe_LinearForm () {} +inline LocOpe_LinearForm::LocOpe_LinearForm () +: myDone(Standard_False), + myIsTrans(Standard_False) +{ +} //======================================================================= diff --git a/src/LocOpe/LocOpe_PntFace.hxx b/src/LocOpe/LocOpe_PntFace.hxx index 11b8b9db2d..7eafdabdcf 100644 --- a/src/LocOpe/LocOpe_PntFace.hxx +++ b/src/LocOpe/LocOpe_PntFace.hxx @@ -38,7 +38,12 @@ public: //! Empty constructor. Useful only for the list. - LocOpe_PntFace() {} + LocOpe_PntFace() + : myPar(0.0), + myUPar(0.0), + myVPar(0.0) + { + } LocOpe_PntFace (const gp_Pnt& P, const TopoDS_Face& F, const TopAbs_Orientation Or, const Standard_Real Param, const Standard_Real UPar, const Standard_Real VPar) : myPnt (P), myFace (F), myOri (Or), myPar (Param), myUPar (UPar), myVPar (VPar) diff --git a/src/LocOpe/LocOpe_Prism.cxx b/src/LocOpe/LocOpe_Prism.cxx index 7b6ca49e9c..0218e3893c 100644 --- a/src/LocOpe/LocOpe_Prism.cxx +++ b/src/LocOpe/LocOpe_Prism.cxx @@ -42,8 +42,11 @@ //function : LocOpe_Prism //purpose : //======================================================================= -LocOpe_Prism::LocOpe_Prism(): myDone(Standard_False) -{} +LocOpe_Prism::LocOpe_Prism() +: myIsTrans(Standard_False), + myDone(Standard_False) +{ +} //======================================================================= //function : LocOpe_Prism diff --git a/src/LocOpe/LocOpe_Revol.cxx b/src/LocOpe/LocOpe_Revol.cxx index 2e5f1add24..e5dd968c5b 100644 --- a/src/LocOpe/LocOpe_Revol.cxx +++ b/src/LocOpe/LocOpe_Revol.cxx @@ -49,10 +49,13 @@ static Standard_Boolean FindCircle(const gp_Ax1&, //purpose : //======================================================================= -LocOpe_Revol::LocOpe_Revol() : myDone(Standard_False) - -{} - +LocOpe_Revol::LocOpe_Revol() +: myAngle(0.0), + myAngTra(0.0), + myIsTrans(Standard_False), + myDone(Standard_False) +{ +} //======================================================================= //function : Perform diff --git a/src/LocOpe/LocOpe_RevolutionForm.cxx b/src/LocOpe/LocOpe_RevolutionForm.cxx index ce08089a1c..aebbbbe1d3 100644 --- a/src/LocOpe/LocOpe_RevolutionForm.cxx +++ b/src/LocOpe/LocOpe_RevolutionForm.cxx @@ -43,9 +43,13 @@ //function : LocOpe_Revol //purpose : //======================================================================= -LocOpe_RevolutionForm::LocOpe_RevolutionForm() : myDone(Standard_False) - -{} +LocOpe_RevolutionForm::LocOpe_RevolutionForm() +: myAngle(0.0), + myAngTra(0.0), + myDone(Standard_False), + myIsTrans(Standard_False) +{ +} //======================================================================= diff --git a/src/LocOpe/LocOpe_Spliter.lxx b/src/LocOpe/LocOpe_Spliter.lxx index dc47c5353d..35761ec3f4 100644 --- a/src/LocOpe/LocOpe_Spliter.lxx +++ b/src/LocOpe/LocOpe_Spliter.lxx @@ -22,6 +22,7 @@ //======================================================================= inline LocOpe_Spliter::LocOpe_Spliter() +: myDone(Standard_False) { } diff --git a/src/LocOpe/LocOpe_WiresOnShape.cxx b/src/LocOpe/LocOpe_WiresOnShape.cxx index 3bbfc98b7a..d3fbe5ef25 100644 --- a/src/LocOpe/LocOpe_WiresOnShape.cxx +++ b/src/LocOpe/LocOpe_WiresOnShape.cxx @@ -108,9 +108,13 @@ static void FindInternalIntersections(const TopoDS_Edge&, //purpose : //======================================================================= -LocOpe_WiresOnShape::LocOpe_WiresOnShape(const TopoDS_Shape& S): - myShape(S),myCheckInterior(Standard_True),myDone(Standard_False) -{} +LocOpe_WiresOnShape::LocOpe_WiresOnShape(const TopoDS_Shape& S) +: myShape(S), + myCheckInterior(Standard_True), + myDone(Standard_False), + myIndex(-1) +{ +} //======================================================================= //function : Init diff --git a/src/LocalAnalysis/LocalAnalysis_CurveContinuity.cxx b/src/LocalAnalysis/LocalAnalysis_CurveContinuity.cxx index ca7010913e..2d65db2959 100644 --- a/src/LocalAnalysis/LocalAnalysis_CurveContinuity.cxx +++ b/src/LocalAnalysis/LocalAnalysis_CurveContinuity.cxx @@ -147,6 +147,16 @@ LocalAnalysis_CurveContinuity::LocalAnalysis_CurveContinuity(const Handle(Geom_C const Standard_Real EpsG2, const Standard_Real Percent, const Standard_Real Maxlen ) +: myContC0(0.0), + myContC1(0.0), + myContC2(0.0), + myContG1(0.0), + myContG2(0.0), + myCourbC1(0.0), + myCourbC2(0.0), + myG2Variation(0.0), + myLambda1(0.0), + myLambda2(0.0) { myTypeCont = Order; myepsnul= Epsnul; myMaxLon=Maxlen; diff --git a/src/LocalAnalysis/LocalAnalysis_SurfaceContinuity.cxx b/src/LocalAnalysis/LocalAnalysis_SurfaceContinuity.cxx index 177fda6691..5abeaad737 100644 --- a/src/LocalAnalysis/LocalAnalysis_SurfaceContinuity.cxx +++ b/src/LocalAnalysis/LocalAnalysis_SurfaceContinuity.cxx @@ -193,6 +193,24 @@ LocalAnalysis_SurfaceContinuity::LocalAnalysis_SurfaceContinuity(const Standard_ const Standard_Real EpsG1, const Standard_Real Percent, const Standard_Real Maxlen) +: myContC0(0.0), + myContC1U(0.0), + myContC1V(0.0), + myContC2U(0.0), + myContC2V(0.0), + myContG1(0.0), + myLambda1U(0.0), + myLambda2U(0.0), + myLambda1V(0.0), + myLambda2V(0.0), + myETA1(0.0), + myETA2(0.0), + myETA(0.0), + myZETA1(0.0), + myZETA2(0.0), + myZETA(0.0), + myAlpha(0.0), + myGap(0.0) { myepsnul=EpsNul; myepsC0= EpsC0; myepsC1= EpsC1; @@ -247,6 +265,24 @@ LocalAnalysis_SurfaceContinuity::LocalAnalysis_SurfaceContinuity( const Handle(G const Standard_Real EpsG1, const Standard_Real Percent, const Standard_Real Maxlen ) +: myContC0(0.0), + myContC1U(0.0), + myContC1V(0.0), + myContC2U(0.0), + myContC2V(0.0), + myContG1(0.0), + myLambda1U(0.0), + myLambda2U(0.0), + myLambda1V(0.0), + myLambda2V(0.0), + myETA1(0.0), + myETA2(0.0), + myETA(0.0), + myZETA1(0.0), + myZETA2(0.0), + myZETA(0.0), + myAlpha(0.0), + myGap(0.0) { myTypeCont = Ordre; myepsnul=EpsNul; myepsC0= EpsC0; @@ -307,6 +343,24 @@ LocalAnalysis_SurfaceContinuity::LocalAnalysis_SurfaceContinuity(const Handle(Ge const Standard_Real EpsG1, const Standard_Real Percent, const Standard_Real Maxlen ) +: myContC0(0.0), + myContC1U(0.0), + myContC1V(0.0), + myContC2U(0.0), + myContC2V(0.0), + myContG1(0.0), + myLambda1U(0.0), + myLambda2U(0.0), + myLambda1V(0.0), + myLambda2V(0.0), + myETA1(0.0), + myETA2(0.0), + myETA(0.0), + myZETA1(0.0), + myZETA2(0.0), + myZETA(0.0), + myAlpha(0.0), + myGap(0.0) { Standard_Real pard1, parf1, pard2, parf2, u1, v1, u2, v2; myTypeCont = Ordre; diff --git a/src/MAT/MAT_BasicElt.cxx b/src/MAT/MAT_BasicElt.cxx index 9466cb1dae..87afb57a2d 100644 --- a/src/MAT/MAT_BasicElt.cxx +++ b/src/MAT/MAT_BasicElt.cxx @@ -30,7 +30,8 @@ IMPLEMENT_STANDARD_RTTIEXT(MAT_BasicElt,Standard_Transient) MAT_BasicElt::MAT_BasicElt(const Standard_Integer anInteger) : startLeftArc (0), endLeftArc (0), - index(anInteger) + index(anInteger), + geomIndex(0) { } diff --git a/src/MAT/MAT_Edge.cxx b/src/MAT/MAT_Edge.cxx index a48d27376c..1c83fb1b43 100644 --- a/src/MAT/MAT_Edge.cxx +++ b/src/MAT/MAT_Edge.cxx @@ -22,6 +22,9 @@ IMPLEMENT_STANDARD_RTTIEXT(MAT_Edge,Standard_Transient) MAT_Edge::MAT_Edge() +: theedgenumber(0), + thedistance(0.0), + theintersectionpoint(0) { } diff --git a/src/MAT/MAT_Graph.cxx b/src/MAT/MAT_Graph.cxx index 3d9ddd57b9..3d653b064c 100644 --- a/src/MAT/MAT_Graph.cxx +++ b/src/MAT/MAT_Graph.cxx @@ -43,7 +43,13 @@ IMPLEMENT_STANDARD_RTTIEXT(MAT_Graph,Standard_Transient) // ===================================================================== // Constructeur vide. // ===================================================================== -MAT_Graph::MAT_Graph() {} +MAT_Graph::MAT_Graph() +: numberOfArcs(0), + numberOfNodes(0), + numberOfBasicElts(0), + numberOfInfiniteNodes(0) +{ +} // ===================================================================== // function : Perform diff --git a/src/MAT/MAT_Node.cxx b/src/MAT/MAT_Node.cxx index 1ade00f2e8..b9778c3289 100644 --- a/src/MAT/MAT_Node.cxx +++ b/src/MAT/MAT_Node.cxx @@ -30,7 +30,8 @@ IMPLEMENT_STANDARD_RTTIEXT(MAT_Node,Standard_Transient) MAT_Node::MAT_Node(const Standard_Integer GeomIndex, const Handle(MAT_Arc)& LinkedArc, const Standard_Real Distance) - : geomIndex(GeomIndex), + : nodeIndex(0), + geomIndex(GeomIndex), distance(Distance) { aLinkedArc = LinkedArc.get(); diff --git a/src/MAT/MAT_Zone.cxx b/src/MAT/MAT_Zone.cxx index 9454184580..bfa4a24c42 100644 --- a/src/MAT/MAT_Zone.cxx +++ b/src/MAT/MAT_Zone.cxx @@ -29,7 +29,9 @@ IMPLEMENT_STANDARD_RTTIEXT(MAT_Zone,Standard_Transient) // purpose : //======================================================================== MAT_Zone::MAT_Zone () -{} +: limited(Standard_True) +{ +} //======================================================================== // function: diff --git a/src/MAT2d/MAT2d_Circuit.cxx b/src/MAT2d/MAT2d_Circuit.cxx index 8224a35c9e..2ace415f5e 100644 --- a/src/MAT2d/MAT2d_Circuit.cxx +++ b/src/MAT2d/MAT2d_Circuit.cxx @@ -75,6 +75,7 @@ static Standard_Real CrossProd(const Handle(Geom2d_Geometry)& Geom1, //============================================================================= MAT2d_Circuit::MAT2d_Circuit(const GeomAbs_JoinType aJoinType, const Standard_Boolean IsOpenResult) +: direction(0.0) { myJoinType = aJoinType; myIsOpenResult = IsOpenResult; diff --git a/src/MAT2d/MAT2d_Connexion.cxx b/src/MAT2d/MAT2d_Connexion.cxx index d0cb8fff85..acca65a98e 100644 --- a/src/MAT2d/MAT2d_Connexion.cxx +++ b/src/MAT2d/MAT2d_Connexion.cxx @@ -27,6 +27,13 @@ IMPLEMENT_STANDARD_RTTIEXT(MAT2d_Connexion,Standard_Transient) //purpose : //============================================================================= MAT2d_Connexion::MAT2d_Connexion() +: lineA(0), + lineB(0), + itemA(0), + itemB(0), + distance(0.0), + parameterOnA(0.0), + parameterOnB(0.0) { } diff --git a/src/MAT2d/MAT2d_Mat2d.cxx b/src/MAT2d/MAT2d_Mat2d.cxx index 9f24c154ee..0c763059dd 100644 --- a/src/MAT2d/MAT2d_Mat2d.cxx +++ b/src/MAT2d/MAT2d_Mat2d.cxx @@ -31,6 +31,8 @@ // purpose : //======================================================================== MAT2d_Mat2d::MAT2d_Mat2d(const Standard_Boolean IsOpenResult) +: semiInfinite(Standard_False), + isDone(Standard_False) { myIsOpenResult = IsOpenResult; thenumberofbisectors = 0; diff --git a/src/MAT2d/MAT2d_MiniPath.cxx b/src/MAT2d/MAT2d_MiniPath.cxx index 762119674c..e40551b9f9 100644 --- a/src/MAT2d/MAT2d_MiniPath.cxx +++ b/src/MAT2d/MAT2d_MiniPath.cxx @@ -34,6 +34,8 @@ //purpose : //============================================================================ MAT2d_MiniPath::MAT2d_MiniPath() +: theDirection(1.0), + indStart(0) { } diff --git a/src/MoniTool/MoniTool_Element.cxx b/src/MoniTool/MoniTool_Element.cxx index e18b984063..ce759cd991 100644 --- a/src/MoniTool/MoniTool_Element.cxx +++ b/src/MoniTool/MoniTool_Element.cxx @@ -18,6 +18,11 @@ IMPLEMENT_STANDARD_RTTIEXT(MoniTool_Element,Standard_Transient) +MoniTool_Element::MoniTool_Element() +: thecode(-1) +{ +} + void MoniTool_Element::SetHashCode (const Standard_Integer code) { thecode = code; } diff --git a/src/MoniTool/MoniTool_Element.hxx b/src/MoniTool/MoniTool_Element.hxx index eabbe8bd9c..6016546fbe 100644 --- a/src/MoniTool/MoniTool_Element.hxx +++ b/src/MoniTool/MoniTool_Element.hxx @@ -43,6 +43,9 @@ class MoniTool_Element : public Standard_Transient public: + //! Empty constructor + Standard_EXPORT MoniTool_Element(); + //! Returns the HashCode which has been stored by SetHashCode //! (remark that HashCode could be deferred then be defined by //! sub-classes, the result is the same) diff --git a/src/MoniTool/MoniTool_Stat.cxx b/src/MoniTool/MoniTool_Stat.cxx index 5cd019d3a8..99485abe99 100644 --- a/src/MoniTool/MoniTool_Stat.cxx +++ b/src/MoniTool/MoniTool_Stat.cxx @@ -30,7 +30,9 @@ MoniTool_Stat::MoniTool_Stat (const Standard_CString title) } MoniTool_Stat::MoniTool_Stat (const MoniTool_Stat& ) -{ } + : thelev(0) +{ +} MoniTool_Stat& MoniTool_Stat::Current () { diff --git a/src/MoniTool/MoniTool_TypedValue.cxx b/src/MoniTool/MoniTool_TypedValue.cxx index 44e3b2626c..244f821d83 100644 --- a/src/MoniTool/MoniTool_TypedValue.cxx +++ b/src/MoniTool/MoniTool_TypedValue.cxx @@ -72,6 +72,7 @@ static Standard_Boolean StaticPath(const Handle(TCollection_HAsciiString)& val) const MoniTool_ValueType type, const Standard_CString init) : thename (name) , thetype (type) , thelims (0), themaxlen (0) , theintlow (0) , theintup (-1) , + therealow(0.0), therealup(0.0), theinterp (NULL) , thesatisf (NULL) , theival (0), thehval (new TCollection_HAsciiString("")) diff --git a/src/NLPlate/NLPlate_HGPPConstraint.hxx b/src/NLPlate/NLPlate_HGPPConstraint.hxx index 05d163899f..09861516f2 100644 --- a/src/NLPlate/NLPlate_HGPPConstraint.hxx +++ b/src/NLPlate/NLPlate_HGPPConstraint.hxx @@ -42,6 +42,8 @@ class NLPlate_HGPPConstraint : public Standard_Transient public: + NLPlate_HGPPConstraint() : myActiveOrder(0) {} + Standard_EXPORT virtual void SetUVFreeSliding (const Standard_Boolean UVFree); Standard_EXPORT virtual void SetIncrementalLoadAllowed (const Standard_Boolean ILA); diff --git a/src/PCDM/PCDM_Reference.cxx b/src/PCDM/PCDM_Reference.cxx index 8db5c3043a..cac873b573 100644 --- a/src/PCDM/PCDM_Reference.cxx +++ b/src/PCDM/PCDM_Reference.cxx @@ -18,7 +18,12 @@ #include #include -PCDM_Reference::PCDM_Reference(){} +PCDM_Reference::PCDM_Reference() +: myReferenceIdentifier(0), + myDocumentVersion(0) +{ +} + PCDM_Reference::PCDM_Reference(const Standard_Integer aReferenceIdentifier, const TCollection_ExtendedString& aFileName, const Standard_Integer aDocumentVersion):myReferenceIdentifier(aReferenceIdentifier),myFileName(aFileName),myDocumentVersion(aDocumentVersion) {} diff --git a/src/Plate/Plate_Plate.cxx b/src/Plate/Plate_Plate.cxx index f028ff5af7..1addff0d2a 100644 --- a/src/Plate/Plate_Plate.cxx +++ b/src/Plate/Plate_Plate.cxx @@ -47,6 +47,8 @@ Plate_Plate::Plate_Plate() L (0.0) { PolynomialPartOnly = Standard_False; + memset (ddu, 0, sizeof (ddu)); + memset (ddv, 0, sizeof (ddv)); } //======================================================================= diff --git a/src/ProjLib/ProjLib_CompProjectedCurve.cxx b/src/ProjLib/ProjLib_CompProjectedCurve.cxx index 6d5e6698aa..b03b7a9111 100644 --- a/src/ProjLib/ProjLib_CompProjectedCurve.cxx +++ b/src/ProjLib/ProjLib_CompProjectedCurve.cxx @@ -81,7 +81,12 @@ struct SplitDS NCollection_Vector &theSplits) : myCurve(theCurve), mySurface(theSurface), - mySplits(theSplits) + mySplits(theSplits), + myPerMinParam(0.0), + myPerMaxParam(0.0), + myPeriodicDir(0), + myExtCC(NULL), + myExtPS(NULL) { } // Assignment operator is forbidden. diff --git a/src/ProjLib/ProjLib_ComputeApproxOnPolarSurface.cxx b/src/ProjLib/ProjLib_ComputeApproxOnPolarSurface.cxx index bc17381e57..491e88380e 100644 --- a/src/ProjLib/ProjLib_ComputeApproxOnPolarSurface.cxx +++ b/src/ProjLib/ProjLib_ComputeApproxOnPolarSurface.cxx @@ -84,6 +84,14 @@ struct aFuncStruct { + aFuncStruct() // Empty constructor. + : mySqProjOrtTol(0.0), + myTolU(0.0), + myTolV(0.0) + { + memset(myPeriod, 0, sizeof (myPeriod)); + } + Handle(Adaptor3d_HSurface) mySurf; // Surface where to project. Handle(Adaptor3d_HCurve) myCurve; // Curve to project. Handle(Adaptor2d_HCurve2d) myInitCurve2d; // Initial 2dcurve projection. diff --git a/src/ProjLib/ProjLib_PrjResolve.cxx b/src/ProjLib/ProjLib_PrjResolve.cxx index 892fbf92a0..e6455485f0 100644 --- a/src/ProjLib/ProjLib_PrjResolve.cxx +++ b/src/ProjLib/ProjLib_PrjResolve.cxx @@ -26,7 +26,9 @@ #include #include -ProjLib_PrjResolve::ProjLib_PrjResolve(const Adaptor3d_Curve& C,const Adaptor3d_Surface& S,const Standard_Integer Fix) : myFix(Fix) +ProjLib_PrjResolve::ProjLib_PrjResolve(const Adaptor3d_Curve& C,const Adaptor3d_Surface& S,const Standard_Integer Fix) +: myDone(Standard_False), + myFix(Fix) { if (myFix > 3 || myFix < 1) throw Standard_ConstructionError(); mySolution = gp_Pnt2d(0.,0.); diff --git a/src/ProjLib/ProjLib_ProjectOnSurface.cxx b/src/ProjLib/ProjLib_ProjectOnSurface.cxx index fb3786624c..d14309a8ad 100644 --- a/src/ProjLib/ProjLib_ProjectOnSurface.cxx +++ b/src/ProjLib/ProjLib_ProjectOnSurface.cxx @@ -147,7 +147,8 @@ private: //======================================================================= ProjLib_ProjectOnSurface::ProjLib_ProjectOnSurface() : -myIsDone(Standard_False) +myTolerance(0.0), +myIsDone(Standard_False) { } @@ -158,7 +159,8 @@ myIsDone(Standard_False) ProjLib_ProjectOnSurface::ProjLib_ProjectOnSurface (const Handle(Adaptor3d_HSurface)& S ) : -myIsDone(Standard_False) +myTolerance(0.0), +myIsDone(Standard_False) { mySurface = S; } diff --git a/src/ProjLib/ProjLib_Projector.cxx b/src/ProjLib/ProjLib_Projector.cxx index 9bd9afca66..29a5e93d81 100644 --- a/src/ProjLib/ProjLib_Projector.cxx +++ b/src/ProjLib/ProjLib_Projector.cxx @@ -38,6 +38,7 @@ //purpose : //======================================================================= ProjLib_Projector::ProjLib_Projector() +: myIsPeriodic(Standard_False) { isDone = Standard_False; myType = GeomAbs_BSplineCurve; diff --git a/src/QABugs/QABugs_19.cxx b/src/QABugs/QABugs_19.cxx index 9c88619e13..6fdd11282e 100644 --- a/src/QABugs/QABugs_19.cxx +++ b/src/QABugs/QABugs_19.cxx @@ -393,6 +393,7 @@ static Standard_Integer OCC23774(Draw_Interpretor& di, Standard_Integer n, const struct GeomConvertTest_Data { + GeomConvertTest_Data() : nbupoles(0) {} Standard_Integer nbupoles; Handle(Geom_Surface) surf; }; @@ -467,6 +468,7 @@ static Standard_Integer OCC23952sweep (Draw_Interpretor& di, Standard_Integer ar struct GeomIntSSTest_Data { + GeomIntSSTest_Data() : nbsol(0) {} Standard_Integer nbsol; Handle(Geom_Surface) surf1, surf2; }; diff --git a/src/RWGltf/RWGltf_GltfJsonParser.cxx b/src/RWGltf/RWGltf_GltfJsonParser.cxx index 88c16b10e0..557297024e 100644 --- a/src/RWGltf/RWGltf_GltfJsonParser.cxx +++ b/src/RWGltf/RWGltf_GltfJsonParser.cxx @@ -179,6 +179,7 @@ RWGltf_GltfJsonParser::RWGltf_GltfJsonParser (TopTools_SequenceOfShape& theRootS : myRootShapes(&theRootShapes), myAttribMap (NULL), myExternalFiles (NULL), + myMetadata (NULL), myBinBodyOffset (0), myBinBodyLen (0), myIsBinary (false), diff --git a/src/STEPConstruct/STEPConstruct_UnitContext.cxx b/src/STEPConstruct/STEPConstruct_UnitContext.cxx index 461b0b1e3f..7804a95218 100644 --- a/src/STEPConstruct/STEPConstruct_UnitContext.cxx +++ b/src/STEPConstruct/STEPConstruct_UnitContext.cxx @@ -55,7 +55,13 @@ //function : STEPConstruct_UnitContext //purpose : //======================================================================= -STEPConstruct_UnitContext::STEPConstruct_UnitContext() : done(Standard_False) +STEPConstruct_UnitContext::STEPConstruct_UnitContext() +: done(Standard_False), + lengthFactor(0.0), + planeAngleFactor(0.0), + solidAngleFactor(0.0), + areaFactor(0.0), + volumeFactor(0.0) { lengthDone = planeAngleDone = solidAngleDone = hasUncertainty = areaDone = volumeDone = Standard_False; diff --git a/src/STEPControl/STEPControl_ActorRead.cxx b/src/STEPControl/STEPControl_ActorRead.cxx index ca669964ed..57c8c8bfc3 100644 --- a/src/STEPControl/STEPControl_ActorRead.cxx +++ b/src/STEPControl/STEPControl_ActorRead.cxx @@ -203,8 +203,11 @@ namespace { // Purpose : Empty constructor // ============================================================================ -STEPControl_ActorRead::STEPControl_ActorRead() {} - +STEPControl_ActorRead::STEPControl_ActorRead() +: myPrecision(0.0), + myMaxTol(0.0) +{ +} // ============================================================================ // Method : STEPControl_ActorRead::Recognize // Purpose : tells if an entity is valid for transfer by this Actor diff --git a/src/Select3D/Select3D_SensitiveSet.hxx b/src/Select3D/Select3D_SensitiveSet.hxx index 33b82cd98a..ba94866853 100644 --- a/src/Select3D/Select3D_SensitiveSet.hxx +++ b/src/Select3D/Select3D_SensitiveSet.hxx @@ -144,7 +144,11 @@ protected: public: //! Empty constructor. - BvhPrimitiveSet() : BVH_PrimitiveSet3d (Handle(Select3D_BVHBuilder3d)()) {} + BvhPrimitiveSet() + : BVH_PrimitiveSet3d(Handle(Select3D_BVHBuilder3d)()), + mySensitiveSet(NULL) + { + } //! Destructor. ~BvhPrimitiveSet() {} diff --git a/src/SelectBasics/SelectBasics_SelectingVolumeManager.hxx b/src/SelectBasics/SelectBasics_SelectingVolumeManager.hxx index 1b89fcfa7f..c846147082 100644 --- a/src/SelectBasics/SelectBasics_SelectingVolumeManager.hxx +++ b/src/SelectBasics/SelectBasics_SelectingVolumeManager.hxx @@ -38,7 +38,10 @@ public: public: - SelectBasics_SelectingVolumeManager() {} + SelectBasics_SelectingVolumeManager() + : myActiveSelectionType(Unknown) + { + } virtual ~SelectBasics_SelectingVolumeManager() {} diff --git a/src/SelectMgr/SelectMgr_Frustum.hxx b/src/SelectMgr/SelectMgr_Frustum.hxx index d758bb5e9f..020247ca59 100644 --- a/src/SelectMgr/SelectMgr_Frustum.hxx +++ b/src/SelectMgr/SelectMgr_Frustum.hxx @@ -56,7 +56,13 @@ class SelectMgr_Frustum : public SelectMgr_BaseFrustum { public: - SelectMgr_Frustum() : SelectMgr_BaseFrustum() {}; + SelectMgr_Frustum() : SelectMgr_BaseFrustum() + { + memset (myMaxOrthoVertsProjections, 0, sizeof (myMaxOrthoVertsProjections)); + memset (myMinOrthoVertsProjections, 0, sizeof (myMinOrthoVertsProjections)); + memset (myMaxVertsProjections, 0, sizeof (myMaxVertsProjections)); + memset (myMinVertsProjections, 0, sizeof (myMinVertsProjections)); + } protected: diff --git a/src/ShapeAnalysis/ShapeAnalysis_Shell.cxx b/src/ShapeAnalysis/ShapeAnalysis_Shell.cxx index 4c6d85d374..344be5a6e1 100644 --- a/src/ShapeAnalysis/ShapeAnalysis_Shell.cxx +++ b/src/ShapeAnalysis/ShapeAnalysis_Shell.cxx @@ -23,6 +23,15 @@ #include #include +//======================================================================= +//function : ShapeAnalysis_Shell +//purpose : +//======================================================================= +ShapeAnalysis_Shell::ShapeAnalysis_Shell() +: myConex(Standard_False) +{ +} + //======================================================================= //function : Clear //purpose : diff --git a/src/ShapeAnalysis/ShapeAnalysis_Shell.hxx b/src/ShapeAnalysis/ShapeAnalysis_Shell.hxx index be14e14f64..7e31e4fe82 100644 --- a/src/ShapeAnalysis/ShapeAnalysis_Shell.hxx +++ b/src/ShapeAnalysis/ShapeAnalysis_Shell.hxx @@ -37,6 +37,9 @@ public: DEFINE_STANDARD_ALLOC + //! Empty constructor + Standard_EXPORT ShapeAnalysis_Shell(); + //! Clears data about loaded shells and performed checks Standard_EXPORT void Clear(); diff --git a/src/ShapeAnalysis/ShapeAnalysis_TransferParametersProj.cxx b/src/ShapeAnalysis/ShapeAnalysis_TransferParametersProj.cxx index 3079a1c4ab..28f0dc82a3 100644 --- a/src/ShapeAnalysis/ShapeAnalysis_TransferParametersProj.cxx +++ b/src/ShapeAnalysis/ShapeAnalysis_TransferParametersProj.cxx @@ -58,6 +58,7 @@ IMPLEMENT_STANDARD_RTTIEXT(ShapeAnalysis_TransferParametersProj,ShapeAnalysis_Tr //purpose : //======================================================================= ShapeAnalysis_TransferParametersProj::ShapeAnalysis_TransferParametersProj() +: myPrecision(0.0) { myMaxTolerance = 1; //Precision::Infinite(); ?? pdn myForceProj = Standard_False; diff --git a/src/ShapeFix/ShapeFix_EdgeProjAux.cxx b/src/ShapeFix/ShapeFix_EdgeProjAux.cxx index 3c678f2fbb..f5b5b1c1d7 100644 --- a/src/ShapeFix/ShapeFix_EdgeProjAux.cxx +++ b/src/ShapeFix/ShapeFix_EdgeProjAux.cxx @@ -53,8 +53,11 @@ IMPLEMENT_STANDARD_RTTIEXT(ShapeFix_EdgeProjAux,Standard_Transient) //purpose : //======================================================================= ShapeFix_EdgeProjAux::ShapeFix_EdgeProjAux () +: myFirstParam(0.0), + myLastParam(0.0), + myFirstDone(Standard_False), + myLastDone(Standard_False) { - myFirstDone = myLastDone = Standard_False; } //======================================================================= diff --git a/src/ShapeFix/ShapeFix_FreeBounds.cxx b/src/ShapeFix/ShapeFix_FreeBounds.cxx index 879cad985d..df9618e7e8 100644 --- a/src/ShapeFix/ShapeFix_FreeBounds.cxx +++ b/src/ShapeFix/ShapeFix_FreeBounds.cxx @@ -34,7 +34,14 @@ //function : ShapeFix_FreeBounds //purpose : //======================================================================= -ShapeFix_FreeBounds::ShapeFix_FreeBounds() {} +ShapeFix_FreeBounds::ShapeFix_FreeBounds() +: myShared(Standard_False), + mySewToler(0.0), + myCloseToler(0.0), + mySplitClosed(Standard_False), + mySplitOpen(Standard_False) +{ +} //======================================================================= //function : ShapeFix_FreeBounds diff --git a/src/ShapePersistent/ShapePersistent_BRep.hxx b/src/ShapePersistent/ShapePersistent_BRep.hxx index ed4ef6e07e..dc2a1c613f 100644 --- a/src/ShapePersistent/ShapePersistent_BRep.hxx +++ b/src/ShapePersistent/ShapePersistent_BRep.hxx @@ -43,6 +43,11 @@ public: friend class ShapePersistent_BRep; public: + //! Empty constructor. + PointRepresentation() + : myParameter(0.0) + { + } //! Read persistent data from a file. Standard_EXPORT virtual void Read (StdObjMgt_ReadData& theReadData); //! Write persistent data to a file. @@ -114,6 +119,10 @@ public: friend class ShapePersistent_BRep; public: + PointOnSurface() + : myParameter2(0.0) + { + } virtual void Read (StdObjMgt_ReadData& theReadData); virtual void Write (StdObjMgt_WriteData& theWriteData) const; virtual Standard_CString PName() const { return "PBRep_PointOnSurface"; } @@ -154,6 +163,11 @@ public: friend class ShapePersistent_BRep; public: + GCurve() + : myFirst(0.0), + myLast(0.0) + { + } virtual void Read (StdObjMgt_ReadData& theReadData); virtual void Write (StdObjMgt_WriteData& theWriteData) const; virtual Standard_CString PName() const { return "PBRep_GCurve"; } @@ -201,6 +215,10 @@ public: friend class ShapePersistent_BRep; public: + CurveOnClosedSurface() + : myContinuity(0) + { + } virtual void Read (StdObjMgt_ReadData& theReadData); virtual void Write (StdObjMgt_WriteData& theWriteData) const; virtual void PChildren(StdObjMgt_Persistent::SequenceOfPersistent& theChildren) const; @@ -296,6 +314,10 @@ public: friend class ShapePersistent_BRep; public: + CurveOn2Surfaces() + : myContinuity(0) + { + } virtual void Read (StdObjMgt_ReadData& theReadData); virtual void Write (StdObjMgt_WriteData& theWriteData) const; virtual void PChildren(StdObjMgt_Persistent::SequenceOfPersistent& theChildren) const; @@ -315,6 +337,10 @@ private: friend class ShapePersistent_BRep; public: + pTVertex() + : myTolerance(0.0) + { + } inline void Read (StdObjMgt_ReadData& theReadData) { pTBase::Read (theReadData); @@ -347,6 +373,11 @@ private: friend class ShapePersistent_BRep; public: + pTEdge() + : myTolerance(0.0), + myFlags(0) + { + } inline void Read (StdObjMgt_ReadData& theReadData) { pTBase::Read (theReadData); @@ -379,6 +410,11 @@ private: friend class ShapePersistent_BRep; public: + pTFace() + : myTolerance(0.0), + myNaturalRestriction(Standard_False) + { + } inline void Read (StdObjMgt_ReadData& theReadData) { pTBase::Read (theReadData); diff --git a/src/ShapePersistent/ShapePersistent_Geom2d_Curve.hxx b/src/ShapePersistent/ShapePersistent_Geom2d_Curve.hxx index 6522d7a00a..9f0cc8549b 100644 --- a/src/ShapePersistent/ShapePersistent_Geom2d_Curve.hxx +++ b/src/ShapePersistent/ShapePersistent_Geom2d_Curve.hxx @@ -48,6 +48,10 @@ class ShapePersistent_Geom2d_Curve : public ShapePersistent_Geom2d friend class ShapePersistent_Geom2d_Curve; public: + pBezier() + : myRational(Standard_False) + { + } inline void Read (StdObjMgt_ReadData& theReadData) { theReadData >> myRational >> myPoles >> myWeights; } inline void Write (StdObjMgt_WriteData& theWriteData) const @@ -73,6 +77,12 @@ class ShapePersistent_Geom2d_Curve : public ShapePersistent_Geom2d friend class ShapePersistent_Geom2d_Curve; public: + pBSpline() + : myRational(Standard_False), + myPeriodic(Standard_False), + mySpineDegree(0) + { + } inline void Read (StdObjMgt_ReadData& theReadData) { theReadData >> myRational >> myPeriodic >> mySpineDegree; @@ -110,6 +120,11 @@ class ShapePersistent_Geom2d_Curve : public ShapePersistent_Geom2d friend class ShapePersistent_Geom2d_Curve; public: + pTrimmed() + : myFirstU(0.0), + myLastU(0.0) + { + } inline void Read (StdObjMgt_ReadData& theReadData) { theReadData >> myBasisCurve >> myFirstU >> myLastU; } inline void Write (StdObjMgt_WriteData& theWriteData) const @@ -132,6 +147,10 @@ class ShapePersistent_Geom2d_Curve : public ShapePersistent_Geom2d friend class ShapePersistent_Geom2d_Curve; public: + pOffset() + : myOffsetValue(0.0) + { + } inline void Read (StdObjMgt_ReadData& theReadData) { theReadData >> myBasisCurve >> myOffsetValue; } inline void Write (StdObjMgt_WriteData& theWriteData) const diff --git a/src/ShapePersistent/ShapePersistent_Geom_Curve.hxx b/src/ShapePersistent/ShapePersistent_Geom_Curve.hxx index 0e4cef5964..4ba79319e6 100644 --- a/src/ShapePersistent/ShapePersistent_Geom_Curve.hxx +++ b/src/ShapePersistent/ShapePersistent_Geom_Curve.hxx @@ -49,6 +49,10 @@ class ShapePersistent_Geom_Curve : private ShapePersistent_Geom friend class ShapePersistent_Geom_Curve; public: + pBezier() + : myRational(Standard_False) + { + } inline void Read (StdObjMgt_ReadData& theReadData) { theReadData >> myRational >> myPoles >> myWeights; } inline void Write(StdObjMgt_WriteData& theWriteData) @@ -73,6 +77,12 @@ class ShapePersistent_Geom_Curve : private ShapePersistent_Geom friend class ShapePersistent_Geom_Curve; public: + pBSpline() + : myRational(Standard_False), + myPeriodic(Standard_False), + mySpineDegree(0) + { + } inline void Read (StdObjMgt_ReadData& theReadData) { theReadData >> myRational >> myPeriodic >> mySpineDegree; @@ -109,6 +119,11 @@ class ShapePersistent_Geom_Curve : private ShapePersistent_Geom friend class ShapePersistent_Geom_Curve; public: + pTrimmed() + : myFirstU(0.0), + myLastU(0.0) + { + } inline void Read (StdObjMgt_ReadData& theReadData) { theReadData >> myBasisCurve >> myFirstU >> myLastU; } inline void Write (StdObjMgt_WriteData& theWriteData) const @@ -130,6 +145,10 @@ class ShapePersistent_Geom_Curve : private ShapePersistent_Geom friend class ShapePersistent_Geom_Curve; public: + pOffset() + : myOffsetValue(0.0) + { + } inline void Read (StdObjMgt_ReadData& theReadData) { theReadData >> myBasisCurve >> myOffsetDirection >> myOffsetValue; } inline void Write (StdObjMgt_WriteData& theWriteData) const diff --git a/src/ShapePersistent/ShapePersistent_Geom_Surface.hxx b/src/ShapePersistent/ShapePersistent_Geom_Surface.hxx index 02f56ab12e..8ff57d66d0 100644 --- a/src/ShapePersistent/ShapePersistent_Geom_Surface.hxx +++ b/src/ShapePersistent/ShapePersistent_Geom_Surface.hxx @@ -112,6 +112,11 @@ class ShapePersistent_Geom_Surface : private ShapePersistent_Geom friend class ShapePersistent_Geom_Surface; public: + pBezier() + : myURational(Standard_False), + myVRational(Standard_False) + { + } inline void Read (StdObjMgt_ReadData& theReadData) { theReadData >> myURational >> myVRational >> myPoles >> myWeights; } inline void Write (StdObjMgt_WriteData& theWriteData) const @@ -138,6 +143,15 @@ class ShapePersistent_Geom_Surface : private ShapePersistent_Geom friend class ShapePersistent_Geom_Surface; public: + pBSpline() + : myURational(Standard_False), + myVRational(Standard_False), + myUPeriodic(Standard_False), + myVPeriodic(Standard_False), + myUSpineDegree(0), + myVSpineDegree(0) + { + } inline void Read (StdObjMgt_ReadData& theReadData) { theReadData >> myURational >> myVRational; @@ -192,6 +206,13 @@ class ShapePersistent_Geom_Surface : private ShapePersistent_Geom friend class ShapePersistent_Geom_Surface; public: + pRectangularTrimmed() + : myFirstU(0.0), + myLastU(0.0), + myFirstV(0.0), + myLastV(0.0) + { + } inline void Read (StdObjMgt_ReadData& theReadData) { theReadData >> myBasisSurface; @@ -222,6 +243,10 @@ class ShapePersistent_Geom_Surface : private ShapePersistent_Geom friend class ShapePersistent_Geom_Surface; public: + pOffset() + : myOffsetValue(0.0) + { + } inline void Read (StdObjMgt_ReadData& theReadData) { theReadData >> myBasisSurface >> myOffsetValue; } inline void Write (StdObjMgt_WriteData& theWriteData) const diff --git a/src/ShapePersistent/ShapePersistent_HSequence.hxx b/src/ShapePersistent/ShapePersistent_HSequence.hxx index ce86aa355b..aa96843cc8 100644 --- a/src/ShapePersistent/ShapePersistent_HSequence.hxx +++ b/src/ShapePersistent/ShapePersistent_HSequence.hxx @@ -72,6 +72,12 @@ class ShapePersistent_HSequence typedef node Node; public: + //! Empty constructor. + instance() + : mySize(0) + { + } + //! Read persistent data from a file. Standard_EXPORT virtual void Read (StdObjMgt_ReadData& theReadData); diff --git a/src/ShapePersistent/ShapePersistent_Poly.hxx b/src/ShapePersistent/ShapePersistent_Poly.hxx index 8a7bca2206..7076d57b4b 100644 --- a/src/ShapePersistent/ShapePersistent_Poly.hxx +++ b/src/ShapePersistent/ShapePersistent_Poly.hxx @@ -35,6 +35,10 @@ class ShapePersistent_Poly : private StdObjMgt_SharedObject friend class ShapePersistent_Poly; public: + pPolygon2D() + : myDeflection(0.0) + { + } inline void Read (StdObjMgt_ReadData& theReadData) { theReadData >> myDeflection >> myNodes; } inline void Write (StdObjMgt_WriteData& theWriteData) const @@ -74,6 +78,10 @@ class ShapePersistent_Poly : private StdObjMgt_SharedObject friend class ShapePersistent_Poly; public: + pPolygonOnTriangulation() + : myDeflection(0.0) + { + } inline void Read (StdObjMgt_ReadData& theReadData) { theReadData >> myDeflection >> myNodes >> myParameters; } inline void Write (StdObjMgt_WriteData& theWriteData) const @@ -94,6 +102,10 @@ class ShapePersistent_Poly : private StdObjMgt_SharedObject friend class ShapePersistent_Poly; public: + pTriangulation() + : myDeflection(0.0) + { + } inline void Read (StdObjMgt_ReadData& theReadData) { theReadData >> myDeflection >> myNodes >> myUVNodes >> myTriangles; } inline void Write (StdObjMgt_WriteData& theWriteData) const diff --git a/src/ShapeUpgrade/ShapeUpgrade_SplitCurve.cxx b/src/ShapeUpgrade/ShapeUpgrade_SplitCurve.cxx index e379767521..7d47ecb6a3 100644 --- a/src/ShapeUpgrade/ShapeUpgrade_SplitCurve.cxx +++ b/src/ShapeUpgrade/ShapeUpgrade_SplitCurve.cxx @@ -32,7 +32,9 @@ IMPLEMENT_STANDARD_RTTIEXT(ShapeUpgrade_SplitCurve,Standard_Transient) //function : ShapeUpgrade_SplitCurve //purpose : //======================================================================= -ShapeUpgrade_SplitCurve::ShapeUpgrade_SplitCurve() : myStatus(0) +ShapeUpgrade_SplitCurve::ShapeUpgrade_SplitCurve() +: myNbCurves(0), + myStatus(0) { } diff --git a/src/ShapeUpgrade/ShapeUpgrade_SplitSurface.cxx b/src/ShapeUpgrade/ShapeUpgrade_SplitSurface.cxx index 8d40b31116..13153ab5ff 100644 --- a/src/ShapeUpgrade/ShapeUpgrade_SplitSurface.cxx +++ b/src/ShapeUpgrade/ShapeUpgrade_SplitSurface.cxx @@ -44,7 +44,10 @@ IMPLEMENT_STANDARD_RTTIEXT(ShapeUpgrade_SplitSurface,Standard_Transient) //function : ShapeUpgrade_SplitSurface //purpose : //======================================================================= -ShapeUpgrade_SplitSurface::ShapeUpgrade_SplitSurface() : myStatus(0) +ShapeUpgrade_SplitSurface::ShapeUpgrade_SplitSurface() +: myNbResultingRow(0), + myNbResultingCol(0), + myStatus(0) { } diff --git a/src/ShapeUpgrade/ShapeUpgrade_SplitSurfaceContinuity.cxx b/src/ShapeUpgrade/ShapeUpgrade_SplitSurfaceContinuity.cxx index ff02775809..e2660fea6d 100644 --- a/src/ShapeUpgrade/ShapeUpgrade_SplitSurfaceContinuity.cxx +++ b/src/ShapeUpgrade/ShapeUpgrade_SplitSurfaceContinuity.cxx @@ -40,6 +40,7 @@ IMPLEMENT_STANDARD_RTTIEXT(ShapeUpgrade_SplitSurfaceContinuity,ShapeUpgrade_Spli //purpose : //======================================================================= ShapeUpgrade_SplitSurfaceContinuity::ShapeUpgrade_SplitSurfaceContinuity() +: myCont(0) { myCriterion = GeomAbs_C1; myTolerance = Precision::Confusion(); diff --git a/src/StdLPersistent/StdLPersistent_Collection.hxx b/src/StdLPersistent/StdLPersistent_Collection.hxx index 55b6dd2959..1f9d22f4f3 100644 --- a/src/StdLPersistent/StdLPersistent_Collection.hxx +++ b/src/StdLPersistent/StdLPersistent_Collection.hxx @@ -46,6 +46,13 @@ class StdLPersistent_Collection class booleanArrayBase : public Base { public: + //! Empty constructor. + booleanArrayBase() + : myLower(0), + myUpper(0) + { + } + //! Read persistent data from a file. virtual void Read (StdObjMgt_ReadData& theReadData) { @@ -116,6 +123,12 @@ class StdLPersistent_Collection class instance_1 : public Instance { public: + //! Empty constructor. + instance_1() + : myDelta(Standard_False) + { + } + //! Read persistent data from a file. Standard_EXPORT virtual void Read (StdObjMgt_ReadData& theReadData); diff --git a/src/StdLPersistent/StdLPersistent_Data.hxx b/src/StdLPersistent/StdLPersistent_Data.hxx index 455643625d..48cca0636f 100644 --- a/src/StdLPersistent/StdLPersistent_Data.hxx +++ b/src/StdLPersistent/StdLPersistent_Data.hxx @@ -24,6 +24,11 @@ class TDF_Data; class StdLPersistent_Data : public StdObjMgt_Persistent { public: + //! Empty constructor. + StdLPersistent_Data() + : myVersion(0) + { + } //! Read persistent data from a file. Standard_EXPORT virtual void Read (StdObjMgt_ReadData& theReadData); //! Write persistent data to a file. diff --git a/src/StdLPersistent/StdLPersistent_Function.hxx b/src/StdLPersistent/StdLPersistent_Function.hxx index 4474fd6530..f981bdfea1 100644 --- a/src/StdLPersistent/StdLPersistent_Function.hxx +++ b/src/StdLPersistent/StdLPersistent_Function.hxx @@ -24,6 +24,11 @@ class StdLPersistent_Function : public StdObjMgt_Attribute { public: + //! Empty constructor. + StdLPersistent_Function() + : myFailure(0) + { + } //! Read persistent data from a file. inline void Read (StdObjMgt_ReadData& theReadData) { theReadData >> myDriverGUID >> myFailure; } diff --git a/src/StdLPersistent/StdLPersistent_Real.hxx b/src/StdLPersistent/StdLPersistent_Real.hxx index 4b6dfe6805..e1a0c2417a 100644 --- a/src/StdLPersistent/StdLPersistent_Real.hxx +++ b/src/StdLPersistent/StdLPersistent_Real.hxx @@ -23,6 +23,12 @@ class StdLPersistent_Real : public StdObjMgt_Attribute { public: + //! Empty constructor. + StdLPersistent_Real() + : myValue(0.0), + myDimension(0) + { + } //! Read persistent data from a file. inline void Read (StdObjMgt_ReadData& theReadData) { theReadData >> myValue >> myDimension; } diff --git a/src/StdLPersistent/StdLPersistent_Variable.hxx b/src/StdLPersistent/StdLPersistent_Variable.hxx index ab46337355..21c53d5a70 100644 --- a/src/StdLPersistent/StdLPersistent_Variable.hxx +++ b/src/StdLPersistent/StdLPersistent_Variable.hxx @@ -24,6 +24,11 @@ class StdLPersistent_Variable : public StdObjMgt_Attribute { public: + //! Empty constructor. + StdLPersistent_Variable() + : myIsConstant(Standard_False) + { + } //! Read persistent data from a file. inline void Read (StdObjMgt_ReadData& theReadData) { theReadData >> myIsConstant >> myUnit; } diff --git a/src/StdObject/StdObject_Shape.hxx b/src/StdObject/StdObject_Shape.hxx index 7d1ab803e5..9a53d23b7d 100644 --- a/src/StdObject/StdObject_Shape.hxx +++ b/src/StdObject/StdObject_Shape.hxx @@ -28,6 +28,9 @@ class StdObject_Shape friend class ShapePersistent_TopoDS; public: + //! Empty constructor. + StdObject_Shape() : myOrient(0) {} + //! Import transient object from the persistent data. Standard_EXPORT TopoDS_Shape Import() const; diff --git a/src/StdPersistent/StdPersistent_TopoDS.hxx b/src/StdPersistent/StdPersistent_TopoDS.hxx index 306212864a..5ba0118eb1 100644 --- a/src/StdPersistent/StdPersistent_TopoDS.hxx +++ b/src/StdPersistent/StdPersistent_TopoDS.hxx @@ -32,6 +32,7 @@ protected: DEFINE_STANDARD_RTTI_INLINE(pTShape, Standard_Transient) public: + pTShape() : myFlags(0) {} inline void Read (StdObjMgt_ReadData& theReadData) { theReadData >> myShapes >> myFlags; } inline void Write (StdObjMgt_WriteData& theWriteData) const diff --git a/src/StepToTopoDS/StepToTopoDS_Builder.cxx b/src/StepToTopoDS/StepToTopoDS_Builder.cxx index bf54dcb8b4..2d80105ab1 100644 --- a/src/StepToTopoDS/StepToTopoDS_Builder.cxx +++ b/src/StepToTopoDS/StepToTopoDS_Builder.cxx @@ -105,6 +105,7 @@ static void ResetPreci (const TopoDS_Shape& S, Standard_Real maxtol) // ============================================================================ StepToTopoDS_Builder::StepToTopoDS_Builder() +: myError(StepToTopoDS_BuilderOther) { done = Standard_False; } diff --git a/src/StepToTopoDS/StepToTopoDS_Tool.cxx b/src/StepToTopoDS/StepToTopoDS_Tool.cxx index 40ae677b0c..28d0ff600e 100644 --- a/src/StepToTopoDS/StepToTopoDS_Tool.cxx +++ b/src/StepToTopoDS/StepToTopoDS_Tool.cxx @@ -34,7 +34,19 @@ // Method : StepToTopoDS_Tool::StepToTopoDS_Tool // Purpose : Empty Constructor // ============================================================================ -StepToTopoDS_Tool::StepToTopoDS_Tool() {} +StepToTopoDS_Tool::StepToTopoDS_Tool() +: myComputePC(Standard_False), + myNbC0Surf(0), + myNbC1Surf(0), + myNbC2Surf(0), + myNbC0Cur2(0), + myNbC1Cur2(0), + myNbC2Cur2(0), + myNbC0Cur3(0), + myNbC1Cur3(0), + myNbC2Cur3(0) +{ +} // ============================================================================ // Method : StepToTopoDS_Tool::StepToTopoDS_Tool diff --git a/src/StepToTopoDS/StepToTopoDS_TranslateCompositeCurve.cxx b/src/StepToTopoDS/StepToTopoDS_TranslateCompositeCurve.cxx index 774c0d289b..f3660ea1f3 100644 --- a/src/StepToTopoDS/StepToTopoDS_TranslateCompositeCurve.cxx +++ b/src/StepToTopoDS/StepToTopoDS_TranslateCompositeCurve.cxx @@ -47,7 +47,10 @@ //function : Create //purpose : //======================================================================= -StepToTopoDS_TranslateCompositeCurve::StepToTopoDS_TranslateCompositeCurve () {} +StepToTopoDS_TranslateCompositeCurve::StepToTopoDS_TranslateCompositeCurve () +: myInfiniteSegment(Standard_False) +{ +} //======================================================================= //function : Create diff --git a/src/StepToTopoDS/StepToTopoDS_TranslateEdge.cxx b/src/StepToTopoDS/StepToTopoDS_TranslateEdge.cxx index 47d948f8af..eb61588108 100644 --- a/src/StepToTopoDS/StepToTopoDS_TranslateEdge.cxx +++ b/src/StepToTopoDS/StepToTopoDS_TranslateEdge.cxx @@ -171,6 +171,7 @@ static TopoDS_Edge MakeEdge // ============================================================================ StepToTopoDS_TranslateEdge::StepToTopoDS_TranslateEdge() +: myError(StepToTopoDS_TranslateEdgeOther) { done = Standard_False; } diff --git a/src/StepToTopoDS/StepToTopoDS_TranslateEdgeLoop.cxx b/src/StepToTopoDS/StepToTopoDS_TranslateEdgeLoop.cxx index e7f0e6578f..786d8ab80d 100644 --- a/src/StepToTopoDS/StepToTopoDS_TranslateEdgeLoop.cxx +++ b/src/StepToTopoDS/StepToTopoDS_TranslateEdgeLoop.cxx @@ -184,6 +184,7 @@ static void CheckPCurves (TopoDS_Wire& aWire, const TopoDS_Face& aFace, // ============================================================================ StepToTopoDS_TranslateEdgeLoop::StepToTopoDS_TranslateEdgeLoop() +: myError(StepToTopoDS_TranslateEdgeLoopOther) { done = Standard_False; } diff --git a/src/StepToTopoDS/StepToTopoDS_TranslateFace.cxx b/src/StepToTopoDS/StepToTopoDS_TranslateFace.cxx index a1f6731339..6dbd42ce36 100644 --- a/src/StepToTopoDS/StepToTopoDS_TranslateFace.cxx +++ b/src/StepToTopoDS/StepToTopoDS_TranslateFace.cxx @@ -96,6 +96,7 @@ // Purpose : Empty Constructor // ============================================================================ StepToTopoDS_TranslateFace::StepToTopoDS_TranslateFace() +: myError(StepToTopoDS_TranslateFaceOther) { done = Standard_False; } diff --git a/src/StepToTopoDS/StepToTopoDS_TranslatePolyLoop.cxx b/src/StepToTopoDS/StepToTopoDS_TranslatePolyLoop.cxx index eac359b9e3..8ff7483901 100644 --- a/src/StepToTopoDS/StepToTopoDS_TranslatePolyLoop.cxx +++ b/src/StepToTopoDS/StepToTopoDS_TranslatePolyLoop.cxx @@ -47,6 +47,7 @@ // Purpose : // ============================================================================ StepToTopoDS_TranslatePolyLoop::StepToTopoDS_TranslatePolyLoop() +: myError(StepToTopoDS_TranslatePolyLoopOther) { done = Standard_False; } diff --git a/src/StepToTopoDS/StepToTopoDS_TranslateShell.cxx b/src/StepToTopoDS/StepToTopoDS_TranslateShell.cxx index 8a0e210976..b879331e79 100644 --- a/src/StepToTopoDS/StepToTopoDS_TranslateShell.cxx +++ b/src/StepToTopoDS/StepToTopoDS_TranslateShell.cxx @@ -37,6 +37,7 @@ // Purpose : Empty Constructor // ============================================================================ StepToTopoDS_TranslateShell::StepToTopoDS_TranslateShell() +: myError(StepToTopoDS_TranslateShellOther) { done = Standard_False; } diff --git a/src/StepToTopoDS/StepToTopoDS_TranslateVertex.cxx b/src/StepToTopoDS/StepToTopoDS_TranslateVertex.cxx index 5f22e4f3a5..81449620fa 100644 --- a/src/StepToTopoDS/StepToTopoDS_TranslateVertex.cxx +++ b/src/StepToTopoDS/StepToTopoDS_TranslateVertex.cxx @@ -40,6 +40,7 @@ // Purpose : Empty Constructor // ============================================================================ StepToTopoDS_TranslateVertex::StepToTopoDS_TranslateVertex() +: myError(StepToTopoDS_TranslateVertexOther) { done = Standard_False; } diff --git a/src/StepToTopoDS/StepToTopoDS_TranslateVertexLoop.cxx b/src/StepToTopoDS/StepToTopoDS_TranslateVertexLoop.cxx index 947c442f23..d13eeea5d0 100644 --- a/src/StepToTopoDS/StepToTopoDS_TranslateVertexLoop.cxx +++ b/src/StepToTopoDS/StepToTopoDS_TranslateVertexLoop.cxx @@ -37,6 +37,7 @@ // Purpose : Empty Constructor // ============================================================================ StepToTopoDS_TranslateVertexLoop::StepToTopoDS_TranslateVertexLoop() +: myError(StepToTopoDS_TranslateVertexLoopOther) { } diff --git a/src/Sweep/Sweep_NumShapeIterator.cxx b/src/Sweep/Sweep_NumShapeIterator.cxx index 43e5322eb0..1c86522688 100644 --- a/src/Sweep/Sweep_NumShapeIterator.cxx +++ b/src/Sweep/Sweep_NumShapeIterator.cxx @@ -26,7 +26,9 @@ //======================================================================= Sweep_NumShapeIterator::Sweep_NumShapeIterator(): myNumShape(0,TopAbs_SHAPE), - myCurrentNumShape(0,TopAbs_SHAPE) + myCurrentNumShape(0,TopAbs_SHAPE), + myCurrentRange(0), + myMore(Standard_False) { } diff --git a/src/TDataStd/TDataStd_DeltaOnModificationOfByteArray.cxx b/src/TDataStd/TDataStd_DeltaOnModificationOfByteArray.cxx index 048a07e6ac..279e2349ce 100644 --- a/src/TDataStd/TDataStd_DeltaOnModificationOfByteArray.cxx +++ b/src/TDataStd/TDataStd_DeltaOnModificationOfByteArray.cxx @@ -36,7 +36,9 @@ IMPLEMENT_STANDARD_RTTIEXT(TDataStd_DeltaOnModificationOfByteArray,TDF_DeltaOnMo //======================================================================= TDataStd_DeltaOnModificationOfByteArray::TDataStd_DeltaOnModificationOfByteArray(const Handle(TDataStd_ByteArray)& OldAtt) -: TDF_DeltaOnModification(OldAtt) +: TDF_DeltaOnModification(OldAtt), + myUp1(0), + myUp2(0) { Handle(TDataStd_ByteArray) CurrAtt; if (Label().FindAttribute(OldAtt->ID(),CurrAtt)) { diff --git a/src/TDataStd/TDataStd_DeltaOnModificationOfExtStringArray.cxx b/src/TDataStd/TDataStd_DeltaOnModificationOfExtStringArray.cxx index dfb247e99c..edfa878b8c 100644 --- a/src/TDataStd/TDataStd_DeltaOnModificationOfExtStringArray.cxx +++ b/src/TDataStd/TDataStd_DeltaOnModificationOfExtStringArray.cxx @@ -35,7 +35,9 @@ IMPLEMENT_STANDARD_RTTIEXT(TDataStd_DeltaOnModificationOfExtStringArray,TDF_Delt //======================================================================= TDataStd_DeltaOnModificationOfExtStringArray::TDataStd_DeltaOnModificationOfExtStringArray(const Handle(TDataStd_ExtStringArray)& OldAtt) -: TDF_DeltaOnModification(OldAtt) +: TDF_DeltaOnModification(OldAtt), + myUp1(0), + myUp2(0) { Handle(TDataStd_ExtStringArray) CurrAtt; if (Label().FindAttribute(OldAtt->ID(),CurrAtt)) { diff --git a/src/TDataStd/TDataStd_DeltaOnModificationOfIntArray.cxx b/src/TDataStd/TDataStd_DeltaOnModificationOfIntArray.cxx index 6280934c5e..5fc47bda80 100644 --- a/src/TDataStd/TDataStd_DeltaOnModificationOfIntArray.cxx +++ b/src/TDataStd/TDataStd_DeltaOnModificationOfIntArray.cxx @@ -35,7 +35,9 @@ IMPLEMENT_STANDARD_RTTIEXT(TDataStd_DeltaOnModificationOfIntArray,TDF_DeltaOnMod //======================================================================= TDataStd_DeltaOnModificationOfIntArray::TDataStd_DeltaOnModificationOfIntArray(const Handle(TDataStd_IntegerArray)& OldAtt) -: TDF_DeltaOnModification(OldAtt) +: TDF_DeltaOnModification(OldAtt), + myUp1(0), + myUp2(0) { Handle(TDataStd_IntegerArray) CurrAtt; if (Label().FindAttribute(OldAtt->ID(),CurrAtt)) { diff --git a/src/TDataStd/TDataStd_DeltaOnModificationOfRealArray.cxx b/src/TDataStd/TDataStd_DeltaOnModificationOfRealArray.cxx index a04f38af44..6553ac15d1 100644 --- a/src/TDataStd/TDataStd_DeltaOnModificationOfRealArray.cxx +++ b/src/TDataStd/TDataStd_DeltaOnModificationOfRealArray.cxx @@ -36,7 +36,9 @@ IMPLEMENT_STANDARD_RTTIEXT(TDataStd_DeltaOnModificationOfRealArray,TDF_DeltaOnMo TDataStd_DeltaOnModificationOfRealArray:: TDataStd_DeltaOnModificationOfRealArray(const Handle(TDataStd_RealArray)& OldAtt) -: TDF_DeltaOnModification(OldAtt) +: TDF_DeltaOnModification(OldAtt), + myUp1(0), + myUp2(0) { Handle(TDataStd_RealArray) CurrAtt; if (Label().FindAttribute(OldAtt->ID(),CurrAtt)) { diff --git a/src/TNaming/TNaming_NamedShape.cxx b/src/TNaming/TNaming_NamedShape.cxx index e67e4be77c..f29d527ffa 100644 --- a/src/TNaming/TNaming_NamedShape.cxx +++ b/src/TNaming/TNaming_NamedShape.cxx @@ -169,6 +169,7 @@ TNaming_NamedShape::TNaming_NamedShape() { myNode = 0L; myVersion = 0; + myEvolution = TNaming_PRIMITIVE; } //======================================================================= diff --git a/src/TopClass/TopClass_Classifier2d.gxx b/src/TopClass/TopClass_Classifier2d.gxx index 22f46b3358..abf99e551f 100644 --- a/src/TopClass/TopClass_Classifier2d.gxx +++ b/src/TopClass/TopClass_Classifier2d.gxx @@ -32,6 +32,10 @@ TopClass_Classifier2d::TopClass_Classifier2d() : myIsSet(Standard_False), myFirstCompare(Standard_True), + myFirstTrans(Standard_True), + myParam(0.0), + myTolerance(0.0), + myClosest(0), myState(TopAbs_UNKNOWN), // skv OCC12627 myIsHeadOrEnd(Standard_False) // skv OCC12627 { diff --git a/src/TopClass/TopClass_Classifier3d.gxx b/src/TopClass/TopClass_Classifier3d.gxx index 60b24e796f..1b316c7a10 100644 --- a/src/TopClass/TopClass_Classifier3d.gxx +++ b/src/TopClass/TopClass_Classifier3d.gxx @@ -15,7 +15,12 @@ // commercial license or contractual agreement. //====================================================================== -TopClass_Classifier3d::TopClass_Classifier3d() : isSet(Standard_False) +TopClass_Classifier3d::TopClass_Classifier3d() +: isSet(Standard_False), + myParam(0.0), + myTolerance(0.0), + myState(TopAbs_UNKNOWN), + hasIntersect(Standard_False) { } diff --git a/src/TopTrans/TopTrans_CurveTransition.cxx b/src/TopTrans/TopTrans_CurveTransition.cxx index c94128bd8b..8584168d36 100644 --- a/src/TopTrans/TopTrans_CurveTransition.cxx +++ b/src/TopTrans/TopTrans_CurveTransition.cxx @@ -29,6 +29,10 @@ //======================================================================= TopTrans_CurveTransition::TopTrans_CurveTransition () +: myCurv(0.0), + Init(Standard_False), + CurvFirst(0.0), + CurvLast(0.0) { } diff --git a/src/TopTrans/TopTrans_SurfaceTransition.cxx b/src/TopTrans/TopTrans_SurfaceTransition.cxx index 7522542ff6..adbfec7595 100644 --- a/src/TopTrans/TopTrans_SurfaceTransition.cxx +++ b/src/TopTrans/TopTrans_SurfaceTransition.cxx @@ -198,7 +198,11 @@ static Standard_Integer FUN_refnearest(const Standard_Integer i, // ============================================================ TopTrans_SurfaceTransition::TopTrans_SurfaceTransition() -: myAng(1,2,1,2),myCurv(1,2,1,2),myOri(1,2,1,2) +: myCurvRef(0.0), + myAng(1, 2, 1, 2), + myCurv(1, 2, 1, 2), + myOri(1, 2, 1, 2), + myTouchFlag(Standard_False) { STATIC_DEFINED = Standard_False; } diff --git a/src/TopoDSToStep/TopoDSToStep_Builder.cxx b/src/TopoDSToStep/TopoDSToStep_Builder.cxx index aaa1adc5a8..6eec4d40a1 100644 --- a/src/TopoDSToStep/TopoDSToStep_Builder.cxx +++ b/src/TopoDSToStep/TopoDSToStep_Builder.cxx @@ -42,6 +42,7 @@ // Purpose : // ============================================================================ TopoDSToStep_Builder::TopoDSToStep_Builder() +: myError(TopoDSToStep_BuilderOther) { done = Standard_False; } diff --git a/src/TopoDSToStep/TopoDSToStep_MakeStepEdge.cxx b/src/TopoDSToStep/TopoDSToStep_MakeStepEdge.cxx index 3f4b4154f6..922c95313c 100644 --- a/src/TopoDSToStep/TopoDSToStep_MakeStepEdge.cxx +++ b/src/TopoDSToStep/TopoDSToStep_MakeStepEdge.cxx @@ -61,6 +61,7 @@ // Constructors // ---------------------------------------------------------------------------- TopoDSToStep_MakeStepEdge::TopoDSToStep_MakeStepEdge() +: myError(TopoDSToStep_EdgeOther) { done = Standard_False; } diff --git a/src/TopoDSToStep/TopoDSToStep_MakeStepFace.cxx b/src/TopoDSToStep/TopoDSToStep_MakeStepFace.cxx index 900e9b6ec7..e83bf18860 100644 --- a/src/TopoDSToStep/TopoDSToStep_MakeStepFace.cxx +++ b/src/TopoDSToStep/TopoDSToStep_MakeStepFace.cxx @@ -90,6 +90,7 @@ // Constructors // ---------------------------------------------------------------------------- TopoDSToStep_MakeStepFace::TopoDSToStep_MakeStepFace() +: myError(TopoDSToStep_FaceOther) { done = Standard_False; } diff --git a/src/TopoDSToStep/TopoDSToStep_MakeStepVertex.cxx b/src/TopoDSToStep/TopoDSToStep_MakeStepVertex.cxx index a7728906c2..24896e4fff 100644 --- a/src/TopoDSToStep/TopoDSToStep_MakeStepVertex.cxx +++ b/src/TopoDSToStep/TopoDSToStep_MakeStepVertex.cxx @@ -36,6 +36,7 @@ // Constructors // ---------------------------------------------------------------------------- TopoDSToStep_MakeStepVertex::TopoDSToStep_MakeStepVertex() +: myError(TopoDSToStep_VertexOther) { done = Standard_False; } diff --git a/src/TopoDSToStep/TopoDSToStep_MakeStepWire.cxx b/src/TopoDSToStep/TopoDSToStep_MakeStepWire.cxx index 1a7cfc33ea..b5176d2d7f 100644 --- a/src/TopoDSToStep/TopoDSToStep_MakeStepWire.cxx +++ b/src/TopoDSToStep/TopoDSToStep_MakeStepWire.cxx @@ -52,6 +52,7 @@ // Constructors // ---------------------------------------------------------------------------- TopoDSToStep_MakeStepWire::TopoDSToStep_MakeStepWire() +: myError(TopoDSToStep_WireOther) { done = Standard_False; } diff --git a/src/TopoDSToStep/TopoDSToStep_Tool.cxx b/src/TopoDSToStep/TopoDSToStep_Tool.cxx index 8dc10b703e..8158038100 100644 --- a/src/TopoDSToStep/TopoDSToStep_Tool.cxx +++ b/src/TopoDSToStep/TopoDSToStep_Tool.cxx @@ -31,7 +31,7 @@ //purpose : //======================================================================= TopoDSToStep_Tool::TopoDSToStep_Tool() - :myLowestTol(0.),myReversedSurface (Standard_False) + : myFacetedContext(Standard_False), myLowestTol(0.),myReversedSurface (Standard_False) { myPCurveMode = Interface_Static::IVal("write.surfacecurve.mode"); } diff --git a/src/TopoDSToStep/TopoDSToStep_WireframeBuilder.cxx b/src/TopoDSToStep/TopoDSToStep_WireframeBuilder.cxx index 67defcd26f..c46ad6fb48 100644 --- a/src/TopoDSToStep/TopoDSToStep_WireframeBuilder.cxx +++ b/src/TopoDSToStep/TopoDSToStep_WireframeBuilder.cxx @@ -69,6 +69,7 @@ // Purpose : // ============================================================================ TopoDSToStep_WireframeBuilder::TopoDSToStep_WireframeBuilder() +: myError(TopoDSToStep_BuilderOther) { done = Standard_False; } diff --git a/src/Units/Units_ShiftedUnit.cxx b/src/Units/Units_ShiftedUnit.cxx index c301569fa3..14e399d2e4 100644 --- a/src/Units/Units_ShiftedUnit.cxx +++ b/src/Units/Units_ShiftedUnit.cxx @@ -46,7 +46,8 @@ Units_ShiftedUnit::Units_ShiftedUnit(const Standard_CString aname, Units_ShiftedUnit::Units_ShiftedUnit(const Standard_CString aname, const Standard_CString asymbol) - : Units_Unit(aname,asymbol) + : Units_Unit(aname,asymbol), + themove(0.0) {} //======================================================================= @@ -55,7 +56,8 @@ Units_ShiftedUnit::Units_ShiftedUnit(const Standard_CString aname, //======================================================================= Units_ShiftedUnit::Units_ShiftedUnit(const Standard_CString aname) - : Units_Unit(aname) + : Units_Unit(aname), + themove(0.0) {} //======================================================================= diff --git a/src/VrmlData/VrmlData_ShapeConvert.hxx b/src/VrmlData/VrmlData_ShapeConvert.hxx index 0c3361e82c..f07ec45613 100644 --- a/src/VrmlData/VrmlData_ShapeConvert.hxx +++ b/src/VrmlData/VrmlData_ShapeConvert.hxx @@ -61,7 +61,9 @@ class VrmlData_ShapeConvert inline VrmlData_ShapeConvert (VrmlData_Scene& theScene, const Standard_Real theScale = 1.) : myScene (theScene), - myScale (theScale) + myScale (theScale), + myDeflection(0.0), + myDeflAngle(0.0) {} /** diff --git a/src/VrmlData/VrmlData_TextureTransform.hxx b/src/VrmlData/VrmlData_TextureTransform.hxx index 52ec6cbaca..c84f58aa10 100644 --- a/src/VrmlData/VrmlData_TextureTransform.hxx +++ b/src/VrmlData/VrmlData_TextureTransform.hxx @@ -29,7 +29,10 @@ class VrmlData_TextureTransform : public VrmlData_Node /** * Empty constructor */ - inline VrmlData_TextureTransform () {} + inline VrmlData_TextureTransform () + : myRotation(0.0) + { + } /** * Constructor