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

◆ ensure_sorted()

void MayaFlux::Nodes::Network::MeshNetwork::ensure_sorted ( )

Ensure the slot processing order is up to date.

Called internally before processing, but can be called manually after making changes to the slot DAG.

Definition at line 177 of file MeshNetwork.cpp.

178{
179 if (m_sort_dirty)
180 rebuild_sort();
181}
bool m_sort_dirty
Set when add_slot() changes the DAG and a re-sort is needed.

References m_sort_dirty, and rebuild_sort().

+ Here is the call graph for this function: