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

◆ unbind_all()

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

Remove all bound fields.

Definition at line 27 of file MeshTransformOperator.cpp.

28{
29 m_fields.clear();
30 m_accumulated_time.clear();
31}
std::unordered_map< uint32_t, float > m_accumulated_time
Per-slot accumulated time in seconds, keyed by slot index.
std::unordered_map< uint32_t, TransformField > m_fields

References m_accumulated_time, and m_fields.