]> OCCT Git - occt.git/commit
Foundation Classes - Move Map's algo part to external file #213
authordpasukhi <dpasukhi@opencascade.com>
Fri, 27 Dec 2024 10:36:43 +0000 (10:36 +0000)
committerdpasukhi <dpasukhi@opencascade.com>
Fri, 27 Dec 2024 13:07:05 +0000 (13:07 +0000)
commit727f8fa18899fd748bd64c158a3367b540b06dca
treebf24a6a8486084f5490cffa17f43f223768ee293
parent1b4bb62150655ac06be422fd16fc752f49bbba4f
Foundation Classes - Move Map's algo part to external file #213

Updated multiple classes to utilize the new NCollection_MapAlgo
  for union, intersection, and other set operations,
    improving code structure and maintainability.
Deprecated older methods in NCollection_Map in favor of the new algorithmic approaches.
src/BRepMesh/BRepMesh_FaceChecker.cxx
src/BRepMesh/BRepMesh_ModelHealer.cxx
src/BRepMesh/BRepMesh_NURBSRangeSplitter.cxx
src/BRepOffset/BRepOffset_MakeOffset_1.cxx
src/NCollection/FILES
src/NCollection/NCollection_Map.hxx
src/NCollection/NCollection_MapAlgo.hxx [new file with mode: 0644]
src/QABugs/QABugs_19.cxx
src/QANCollection/QANCollection_Test.cxx
src/ShapeUpgrade/ShapeUpgrade_UnifySameDomain.cxx
src/XCAFDoc/XCAFDoc_Editor.cxx