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

◆ clear_bonds()

void MayaFlux::Nodes::Network::PhysicsOperator::clear_bonds ( )

Drop every adopted bond.

Called when the claim graph reports nothing claimed this cycle (see ClaimAccumulateProcessor), so stale bonds from an earlier cycle don't keep pulling particles together after they've genuinely drifted apart.

Definition at line 600 of file PhysicsOperator.cpp.

601{
602 m_bond_root.clear();
603}
std::vector< uint32_t > m_bond_root
Empty when no bonds are adopted; see sync_bonds_from_claims.

References m_bond_root.

Referenced by enable_bonds(), and MayaFlux::Buffers::ClaimAccumulateProcessor::processing_function().

+ Here is the caller graph for this function: