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

◆ set_influence_fn_name()

void MayaFlux::Nexus::Agent::set_influence_fn_name ( std::string  name)
inline

Set or replace the influence function's identifier.

Definition at line 78 of file Agent.hpp.

78{ m_influence_fn_name = std::move(name); }
std::string m_influence_fn_name
Definition Agent.hpp:303

References m_influence_fn_name.