VIPRA Documentation
Loading...
Searching...
No Matches
atom_set_obj.hpp
1#pragma once
2
3#include "vipra/vipra_behaviors/targets/target.hpp"
4
5namespace VIPRA::Behaviors {
11 std::string objName;
12
13 void operator()(Simpack pack, const VIPRA::idxVec& peds,
14 std::vector<bool> const& conditionMet,
15 std::vector<Target> const& targets) const;
16};
17} // namespace VIPRA::Behaviors
Behavior atom that sets an attribute to a provided value.
Definition atom_set_obj.hpp:10
Holds references to commonly used parameters for simpler passing.
Definition sim_pack.hpp:23