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

◆ invoke()

void MayaFlux::Nexus::Sensor::invoke ( const PerceptionContext ctx) const
inline

Invoke the perception function with the supplied context.

Parameters
ctxPopulated context for this commit.

Definition at line 93 of file Sensor.hpp.

94 {
95 if (m_fn) {
96 m_fn(ctx);
97 }
98 }

References m_fn.