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

◆ get_slot() [1/2]

MeshSlot & MayaFlux::Nodes::Network::MeshNetwork::get_slot ( uint32_t  index)

Return the slot at the given index.

Parameters
indexSlot index as returned by add_slot().

Definition at line 67 of file MeshNetwork.cpp.

68{
69 return m_slots.at(index);
70}

References m_slots.