|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Nexus::Presence::Presence | ( | float | query_radius, |
| std::string | perception_fn_name, | ||
| PerceptionFn | perception, | ||
| std::string | influence_fn_name, | ||
| InfluenceFn | influence, | ||
| std::string | radiate_fn_name, | ||
| RadiateFn | radiate | ||
| ) |
Construct with all named callables.
| query_radius | Radius passed to the spatial index on each commit. |
| perception_fn_name | Identifier for the perception function. |
| perception | User perception callable. |
| influence_fn_name | Identifier for the influence function. |
| influence | User influence callable. |
| radiate_fn_name | Identifier for the radiation function. |
| radiate | Invoked per neighbor inside the falloff radius. |
Definition at line 26 of file Presence.cpp.