|
Enrollment 28.2.0
|
Holds instance of FaceExecutor. More...
#include <FaceExecutor.h>
Static Public Member Functions | |
| static std::shared_ptr< FaceExecutor > | Get () |
| Provides current executor. | |
| static void | Set (std::shared_ptr< FaceExecutor > executor) |
| Sets new global executor. | |
Holds instance of FaceExecutor.
When executor is not set then default one is LocalFaceExecutor. The class is singletone.
|
inlinestatic |
Provides current executor.
Referenced by OFIQFace::Create().
|
inlinestatic |
Sets new global executor.
| executor | new executor to store |
| NullArgumentException | when given executor is null |