Loading...
Searching...
No Matches
4#define VIPRA_MODEL_INIT_STEP \
5 void initialize(VIPRA::Modules::Pedestrians const& pedset, \
6 VIPRA::Modules::Map const& map, VIPRA::Modules::Goals const& goals, \
7 VIPRA::Random::Engine& engine)
9#define VIPRA_MODEL_TIMESTEP \
10 void timestep(VIPRA::Modules::Pedestrians const& pedset, \
11 VIPRA::Modules::Map const& map, VIPRA::Modules::Goals const& goals, \
12 VIPRA::State& state, VIPRA::delta_t deltaT, VIPRA::timestep timestep)
14#define VIPRA_MODEL_RESET void reset_module()