pops-core
0.9
PoPS (Pest or Pathogen Spread) Model Core C++ library
|
Go to the documentation of this file.
16 #ifndef POPS_UNIFORM_KERNEL_HPP
17 #define POPS_UNIFORM_KERNEL_HPP
56 template<
typename Generator>
57 std::tuple<int, int>
operator()(Generator& generator,
int row,
int col)
62 return std::make_tuple(row, col);
75 #endif // POPS_UNIFORM_KERNEL_HPP
@ Uniform
Random uniform dispersal kernel.
DispersalKernelType
Type of dispersal kernel.
Kernel types enum and helper functions.