|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
|
overridevirtual |
Resets the processed state of the node and any attached input nodes.
This method is used by the processing system to reset the processed state of the node at the end of each processing cycle. This ensures that all nodes are marked as unprocessed before the cycle next begins, allowing the system to correctly identify which nodes need to be processed.
Reimplemented from MayaFlux::Nodes::Node.
Definition at line 296 of file NodeStructure.cpp.
References MayaFlux::Nodes::atomic_remove_flag(), m_lhs, m_rhs, MayaFlux::Nodes::Node::m_state, and MayaFlux::Utils::PROCESSED.
Here is the call graph for this function: