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

◆ unbind_all()

void MayaFlux::Nodes::Network::MeshFieldOperator::unbind_all ( )

Remove all per-slot FieldOperators.

Definition at line 105 of file MeshFieldOperator.cpp.

106{
107 m_field_ops.clear();
108}
std::unordered_map< uint32_t, std::shared_ptr< FieldOperator > > m_field_ops

References m_field_ops.