|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
virtual |
Removes all registered callbacks.
Unregisters all callbacks that were previously registered with on_tick() and on_tick_if(). After calling this method, no callbacks will be triggered when the node produces new output values.
This method is useful for completely resetting the node's callback system, such as when repurposing a node or preparing for cleanup.
Reimplemented in MayaFlux::Nodes::Generator::Impulse, MayaFlux::Nodes::Generator::Logic, MayaFlux::Nodes::Generator::Phasor, and MayaFlux::Nodes::ChainNode.
Definition at line 25 of file Node.cpp.
References m_callbacks, and m_conditional_callbacks.