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