mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
0027814: Parallelize BRepCheck_Analyzer
Change BRepCheck_Analyzer::Perform algorithm from recursion to 'for' loop Add parallelization to BRepCheck_Analyzer::Perform Add '-parallel' option to checkshape command to use parallelization. Default mode is single-thread. mutex as Handle
This commit is contained in:
@@ -19,9 +19,11 @@
|
||||
|
||||
#include <BRepCheck_Status.hxx>
|
||||
#include <NCollection_List.hxx>
|
||||
#include <NCollection_Shared.hxx>
|
||||
|
||||
typedef NCollection_List<BRepCheck_Status> BRepCheck_ListOfStatus;
|
||||
typedef NCollection_List<BRepCheck_Status>::Iterator BRepCheck_ListIteratorOfListOfStatus;
|
||||
typedef NCollection_Shared<BRepCheck_ListOfStatus> BRepCheck_HListOfStatus;
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user