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

◆ notify_tick()

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

Empty implementation of notify_tick.

Parameters
valueThe output value

ChainNode doesn't implement its own notification system, instead delegating all callback handling to the target node. This method is a placeholder to satisfy the Node interface.

Implements MayaFlux::Nodes::Node.

Definition at line 152 of file NodeStructure.hpp.

152{ }