MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ is_configured()

bool MayaFlux::is_configured ( )

Checks if the default engine has currently accepted all configurations and initialized all managers.

Returns
true if the engine is fully configured and ready for processing, false otherwise

Definition at line 60 of file Core.cpp.

61{
62 if (!is_initialized()) {
63 return false;
64 }
65 return get_context().is_configured();
66}
bool is_configured() const
Checks if the engine has been initialized and configured.
Definition Engine.hpp:214
bool is_initialized()
Checks if the default engine has been initialized.
Definition Core.cpp:52

References get_context(), MayaFlux::Core::Engine::is_configured(), and is_initialized().

Referenced by is_engine_configured().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: