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
ctx
Populated context for this commit.
Definition at line
93
of file
Sensor.hpp
.
94
{
95
if
(
m_fn
) {
96
m_fn
(ctx);
97
}
98
}
MayaFlux::Nexus::Sensor::m_fn
PerceptionFn m_fn
Definition
Sensor.hpp:104
MayaFlux
Nexus
Sensor
Generated by
1.9.8