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

◆ is_initialized()

bool MayaFlux::is_initialized ( )

Checks if the default engine has been initialized.

Returns
true if the engine is initialized, false otherwise

Definition at line 52 of file Core.cpp.

53{
54 if (internal::terminating) {
55 return false;
56 }
57 return internal::initialized;
58}

References MayaFlux::internal::initialized, and MayaFlux::internal::terminating.

Referenced by is_configured(), and MayaFlux::Nodes::CompositeOpNode< N >::process_sample().

+ Here is the caller graph for this function: