Enrollment 28.2.0
Loading...
Searching...
No Matches
GlobalFaceExecutor Class Reference

Holds instance of FaceExecutor. More...

#include <FaceExecutor.h>

Collaboration diagram for GlobalFaceExecutor:

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.

Detailed Description

Holds instance of FaceExecutor.

When executor is not set then default one is LocalFaceExecutor. The class is singletone.

Member Function Documentation

◆ Get()

std::shared_ptr< FaceExecutor > Get ( )
inlinestatic

Provides current executor.

Returns
current executor

Referenced by OFIQFace::Create().

Here is the caller graph for this function:

◆ Set()

void Set ( std::shared_ptr< FaceExecutor > executor)
inlinestatic

Sets new global executor.

Parameters
executornew executor to store
Exceptions
NullArgumentExceptionwhen given executor is null

The documentation for this class was generated from the following file: