|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
inline |
Access the secondary operator chain.
The chain holds operators that run after the primary operator each process_batch() cycle. Subclasses call get_operator_chain()->process(dt) at the appropriate point in their process_batch() implementation.
Returned shared_ptr is never null – the chain is created in NodeNetwork's constructor and lives for the lifetime of the network.
Definition at line 385 of file NodeNetwork.hpp.