#include <RandomGridFactory.hpp>
|
| template<typename TGrid > |
| static ext::tuple< TGrid, typename TGrid::node_type, typename TGrid::node_type > | randomGrid (unsigned long height, unsigned long widht, unsigned long max_obstacles) |
| |
◆ randomGrid()
template<typename TGrid >
| ext::tuple< TGrid, typename TGrid::node_type, typename TGrid::node_type > graph::generate::RandomGridFactory::randomGrid |
( |
unsigned long |
height, |
|
|
unsigned long |
widht, |
|
|
unsigned long |
max_obstacles |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: