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

◆ create_context()

std::unique_ptr< NodeContext > MayaFlux::Nodes::ChainNode::create_context ( double  )
inlineoverrideprotectedvirtual

Empty implementation of create_context.

Parameters
valueThe output value
Returns
nullptr as this node doesn't create contexts

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{ return nullptr; }