#include <tuple>
#include <map>
#include <vector>
#include <limits>
#include <type_traits>
#include <sstream>
#include <iomanip>
#include "utils.hpp"
Go to the source code of this file.
|
std::ostream & | pops::operator<< (std::ostream &os, const Direction &obj) |
|
template<typename IntegerRaster > |
double | pops::quarantine_escape_probability (const std::vector< QuarantineEscape< IntegerRaster >> escape_infos, unsigned step) |
| Reports probability of escaping quarantine based on multiple runs for certain step. More...
|
|
template<typename IntegerRaster > |
std::vector< DistDir > | pops::distance_direction_to_quarantine (const std::vector< QuarantineEscape< IntegerRaster >> escape_infos, unsigned step) |
| Reports minimum distances to quarantine boundary (bbox) and associated distances for each run for certain step. More...
|
|
template<typename IntegerRaster > |
std::string | pops::write_quarantine_escape (const std::vector< QuarantineEscape< IntegerRaster >> escape_infos, unsigned num_steps) |
| Writes quarantine escape summary for all steps into a string. More...
|
|