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

◆ update_context()

void MayaFlux::Nodes::ChainNode::update_context ( double  )
inlineoverrideprotectedvirtual

Empty implementation of update_context.

Parameters
valueThe output value

ChainNode doesn't create its own contexts for callbacks, instead relying on the target node to provide appropriate contexts. This method is a placeholder to satisfy the Node interface.

Implements MayaFlux::Nodes::Node.

Definition at line 163 of file NodeStructure.hpp.

163{ }