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

◆ AutoRegisterOperation()

template<typename OpClass >
MayaFlux::Yantra::AutoRegisterOperation< OpClass >::AutoRegisterOperation ( )
inline

Definition at line 274 of file ComputeRegistry.hpp.

275 {
276 get_operation_registry()->register_operation<OpClass>();
277 }
std::shared_ptr< OperationRegistry > get_operation_registry()
Global operation registry accessor Similar to how Engine provides global access to core systems.

References MayaFlux::Yantra::get_operation_registry().

+ Here is the call graph for this function: