VIPRA Documentation
Loading...
Searching...
No Matches
Output Implementation

Required Methods

virtual void write(std::filesystem::path const& outputDir) = 0;
virtual void timestep_update(VIPRA::timestep, VIPRA::delta_t,
VIPRA::State const&) = 0;
Struct that holds the updated positions and velocities of all pedestrians.
Definition state.hpp:12