mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
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.
This commit is contained in:
@@ -2516,7 +2516,7 @@ Standard_Boolean ShapeUpgrade_UnifySameDomain::MergeEdges(TopTools_SequenceOfSha
|
||||
}
|
||||
}
|
||||
}
|
||||
VerticesToAvoid.Unite(NonMergVrt);
|
||||
NCollection_MapAlgo::Unite(VerticesToAvoid, NonMergVrt);
|
||||
|
||||
// do loop while there are unused edges
|
||||
TopTools_MapOfShape aUsedEdges;
|
||||
|
Reference in New Issue
Block a user