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

Holds instance of ImageExecutor. More...

#include <ImageExecutor.h>

Collaboration diagram for GlobalImageExecutor:

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.

Detailed Description

Holds instance of ImageExecutor.

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

Member Function Documentation

◆ Get()

std::shared_ptr< ImageExecutor > Get ( )
inlinestatic

Provides current executor.

Returns
current executor

Referenced by Image::Decode(), Image::Decode(), and Image::DecodeRawImage().

Here is the caller graph for this function:

◆ Set()

void Set ( std::shared_ptr< ImageExecutor > 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: