]> OCCT Git - occt.git/commit
Coding - Initialize member variables with default values #362
authorPasukhin Dmitry <dpasukhi@opencascade.com>
Wed, 12 Feb 2025 14:26:00 +0000 (15:26 +0100)
committerGitHub <noreply@github.com>
Wed, 12 Feb 2025 14:26:00 +0000 (14:26 +0000)
commitfb73c3b71247a51552ee49c9d730066a91f71746
tree4175de21edc901dcacb89e1bf0f287b6fe10922d
parenta8950426b5589f774976f6208a165da8a4410fc1
Coding - Initialize member variables with default values #362

Clang-tidy applying rule for cppcoreguidelines-pro-type-member-init.
Updated: TKernel and TKMath
Update constructor in some classes instead of direct initialization
Refactor Bnd_BoundSortBox and Bnd_Box constructors to initialize member variables directly
35 files changed:
src/BSplCLib/BSplCLib.cxx
src/BSplCLib/BSplCLib_2.cxx
src/BSplSLib/BSplSLib.cxx
src/Bnd/Bnd_BoundSortBox.cxx
src/Bnd/Bnd_Box.cxx
src/Bnd/Bnd_Box.hxx
src/Bnd/Bnd_OBB.cxx
src/CSLib/CSLib_Class2d.hxx
src/Convert/Convert_CompBezierCurves2dToBSplineCurve2d.cxx
src/Convert/Convert_CompBezierCurvesToBSplineCurve.cxx
src/Convert/Convert_ConicToBSplineCurve.cxx
src/Convert/Convert_ElementarySurfaceToBSplineSurface.cxx
src/FSD/FSD_BinaryFile.cxx
src/FSD/FSD_BinaryFile.hxx
src/NCollection/NCollection_AccAllocator.cxx
src/OSD/OSD_Chronometer.cxx
src/OSD/OSD_Error.hxx
src/Poly/Poly_CoherentTriangle.hxx
src/Quantity/Quantity_Date.cxx
src/Quantity/Quantity_Period.cxx
src/Resource/Resource_Manager.cxx
src/Standard/Standard_GUID.cxx
src/Standard/Standard_Real.cxx
src/TCollection/TCollection_ExtendedString.cxx
src/Units/Units_Explorer.hxx
src/math/math_DirectPolynomialRoots.hxx
src/math/math_DoubleTab.hxx
src/math/math_FunctionRoot.hxx
src/math/math_GaussLeastSquare.hxx
src/math/math_GaussSingleIntegration.hxx
src/math/math_GlobOptMin.hxx
src/math/math_Householder.cxx
src/math/math_Jacobi.cxx
src/math/math_KronrodSingleIntegration.cxx
src/math/math_Uzawa.cxx