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

◆ invoke_perception()

virtual void MayaFlux::Nexus::Agent::invoke_perception ( const PerceptionContext ctx)
inlinevirtual

Invoke the perception function with the supplied context.

Parameters
ctxPopulated context for this commit.

Reimplemented in MayaFlux::Nexus::Locus, and MayaFlux::Nexus::Presence.

Definition at line 266 of file Agent.hpp.

267 {
268 if (m_perception_fn) {
269 m_perception_fn(ctx);
270 }
271 }
PerceptionFn m_perception_fn
Definition Agent.hpp:300

Referenced by MayaFlux::Nexus::Locus::invoke_perception(), and MayaFlux::Nexus::Presence::invoke_perception().

+ Here is the caller graph for this function: