OCCT3D OCCT 8.0.1
OCCT documentation

Search guides and API reference

Enter at least two characters.

    Open CASCADE Technology Reference Manual 8.0.1
    OSD_Parallel.hxx File Reference
    #include <OSD_ThreadPool.hxx>
    #include <Standard_Type.hxx>
    #include <memory>

    Data Structures

    class  OSD_Parallel
     Simple tool for code parallelization. More...
    class  OSD_Parallel::UniversalIterator
     Fixed-type iterator, implementing STL forward iterator interface, used for iteration over objects subject to parallel processing. It stores pointer to instance of polymorphic iterator inheriting from IteratorInterface, which contains actual type-specific iterator. More...
    class  OSD_Parallel::FunctorInterface
     Interface class representing functor object. Intended to add polymorphic behaviour to For and ForEach functionality enabling execution of arbitrary function in parallel mode. More...