Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Foundation Classes - Move Map's algo part to external file #213

Merged
merged 1 commit into from
Dec 27, 2024

Conversation

dpasukhi
Copy link
Member

@dpasukhi dpasukhi commented Dec 27, 2024

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.

@dpasukhi dpasukhi added 2. Enhancement New feature or request 1. Foundation Classes Containers, system calls wrappers, smart pointers and other low level of OCCT code labels Dec 27, 2024
@dpasukhi dpasukhi self-assigned this Dec 27, 2024
dpasukhi added a commit to dpasukhi/OCCT that referenced this pull request Dec 27, 2024
…de-SAS#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.
@dpasukhi dpasukhi force-pushed the map_algo_extraction branch from eba97b1 to 2fd2cba Compare December 27, 2024 12:52
dpasukhi added a commit to dpasukhi/OCCT that referenced this pull request Dec 27, 2024
…de-SAS#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.
@dpasukhi dpasukhi force-pushed the map_algo_extraction branch from 2fd2cba to 02fd9dc Compare December 27, 2024 13:00
dpasukhi added a commit to dpasukhi/OCCT that referenced this pull request Dec 27, 2024
…de-SAS#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.
@dpasukhi dpasukhi force-pushed the map_algo_extraction branch from 02fd9dc to 71a448c Compare December 27, 2024 13:01
…de-SAS#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.
@dpasukhi dpasukhi force-pushed the map_algo_extraction branch from 71a448c to 727f8fa Compare December 27, 2024 13:07
@dpasukhi dpasukhi merged commit 727f8fa into Open-Cascade-SAS:IR Dec 27, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. Foundation Classes Containers, system calls wrappers, smart pointers and other low level of OCCT code 2. Enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants