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

◆ invoke_perception()

void MayaFlux::Nexus::Agent::invoke_perception ( const PerceptionContext ctx) const
inline

Invoke the perception function with the supplied context.

Parameters
ctxPopulated context for this commit.

Definition at line 268 of file Agent.hpp.

269 {
270 if (m_perception_fn) {
271 m_perception_fn(ctx);
272 }
273 }
PerceptionFn m_perception_fn
Definition Agent.hpp:302

References m_perception_fn.