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

◆ m_callbacks

std::vector<NodeHook> MayaFlux::Nodes::Node::m_callbacks
protected

Collection of standard callback functions.

Stores the registered callback functions that will be notified whenever the binary operation produces a new output value. These callbacks enable external components to monitor and react to the combined output without interrupting the processing flow.

Definition at line 416 of file Node.hpp.

Referenced by MayaFlux::Nodes::Filters::Filter::notify_tick(), MayaFlux::Nodes::Generator::Impulse::notify_tick(), MayaFlux::Nodes::Generator::Phasor::notify_tick(), MayaFlux::Nodes::Generator::Polynomial::notify_tick(), MayaFlux::Nodes::Generator::Sine::notify_tick(), MayaFlux::Nodes::Generator::Stochastics::Random::notify_tick(), MayaFlux::Nodes::BinaryOpNode::notify_tick(), on_tick(), remove_all_hooks(), remove_hook(), MayaFlux::Nodes::Generator::Impulse::remove_hook(), and MayaFlux::Nodes::Generator::Phasor::remove_hook().