|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Nexus::Presence::Presence | ( | float | query_radius, |
| PerceptionFn | perception, | ||
| InfluenceFn | influence, | ||
| RadiateFn | radiate | ||
| ) |
Construct with perception, influence, and radiation functions.
| query_radius | Radius passed to the spatial index on each commit. |
| perception | User perception callable, fired before the neighborhood is captured. |
| influence | User influence callable, fired before radiation. |
| radiate | Invoked per neighbor inside the falloff radius. |
Definition at line 16 of file Presence.cpp.