|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
overridevirtual |
Removes a previously registered callback.
| callback | The callback to remove |
Unregisters a callback that was previously registered with on_tick(). After removal, the callback will no longer be triggered when the node produces new output values.
This method is useful for cleaning up callbacks when they are no longer needed, preventing memory leaks and unnecessary processing.
Reimplemented from MayaFlux::Nodes::Node.
Definition at line 32 of file Counter.cpp.
References MayaFlux::Nodes::Node::m_callbacks, m_count_callbacks, m_increment_callbacks, m_wrap_callbacks, and MayaFlux::Nodes::safe_remove_callback().
Here is the call graph for this function: