]> OCCT Git - occt-copy.git/commit
0027131: [Regression to 6.7] DistShapeShape performance loss
authoraml <aml@opencascade.com>
Tue, 28 Jul 2015 09:18:04 +0000 (12:18 +0300)
committeraml <aml@opencascade.com>
Fri, 12 Feb 2016 04:51:37 +0000 (07:51 +0300)
commit38c459922e9ee1a56f3b794add1c97bfdd33b28f
treed7e03e5227b37b3f11b27899b3868d43c9b9f128
parenta6af85dde913ec7ad955a24b72d52c7fcd771c88
0027131: [Regression to 6.7] DistShapeShape performance loss

Lipchitz constant approximation and fixes in global optimization algorithm added to improve performance.
Test case added.

Fix backporting:

0026593: Coding rules - revert compatibility of NCollection_CellFilter constructor with old code

Restored old constructor and old behavior where possible.

Minor correction.

0026395: Merge clasees NCollection_CellFilter_NDim and NCollection_CellFilter

Deleted exceed class CellFilterNDim.
Now dimension count used as input parameter in NCollection_CellFilter.

minor corrections.
src/BRepMesh/BRepMesh_CircleTool.hxx
src/BRepMesh/BRepMesh_VertexTool.hxx
src/Extrema/Extrema_GenExtCC.gxx
src/NCollection/NCollection_CellFilter.hxx
src/NCollection/NCollection_LocalArray.hxx
src/math/math_GlobOptMin.cxx
src/math/math_GlobOptMin.hxx
tests/bugs/fclasses/bug27131 [new file with mode: 0644]