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

◆ inspector()

MAYAFLUX_API Inspector & MayaFlux::Portal::Forma::inspector ( )

Access the Forma introspection subsystem.

Returns the Inspector instance initialized alongside Bridge during Portal::Forma::initialize(). The Inspector holds no state beyond references to BufferManager and NodeGraphManager; it is a stable entry point into the Inspect:: query functions.

Precondition
Portal::Forma::initialize() must have been called.
Returns
Reference to the singleton Inspector. Lifetime is the Forma module lifetime.
Exceptions
std::runtime_errorif called before initialize().

Definition at line 62 of file Forma.cpp.

62{ return internal::atelier().inspector(); }

References MayaFlux::Portal::Forma::internal::atelier(), and MayaFlux::Portal::Forma::internal::Atelier::inspector().

+ Here is the call graph for this function: