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

◆ neighbors()

const std::vector< std::pair< uint32_t, float > > & MayaFlux::Nexus::Presence::neighbors ( ) const
inline

Neighbors captured on the most recent perception, with weights.

Each entry is the neighbor id paired with its falloff weight, valid after the first commit-driven or wired invocation.

Definition at line 141 of file Presence.hpp.

142 {
143 return m_neighbors;
144 }
std::vector< std::pair< uint32_t, float > > m_neighbors
Definition Presence.hpp:167