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

◆ unbind()

void MayaFlux::Nodes::Network::MeshTransformOperator::unbind ( uint32_t  slot_index)

Remove the TransformField bound to a slot.

Parameters
slot_indexTarget slot index.

Definition at line 21 of file MeshTransformOperator.cpp.

22{
23 m_fields.erase(slot_index);
24 m_accumulated_time.erase(slot_index);
25}
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.