|
| std::list< std::vector< Id > > | explode (Id const sourceId, Id const targetId) const |
| | Explode all possible paths from sourceId to targetId.
|
| |
◆ explode()
| std::list< std::vector< dsf::Id > > dsf::mobility::PathCollection::explode |
( |
Id const | sourceId, |
|
|
Id const | targetId ) const |
Explode all possible paths from sourceId to targetId.
- Parameters
-
| sourceId | The starting point of the paths |
| targetId | The end point of the paths |
- Returns
- A list of vectors, each vector representing a path from sourceId to targetId
The documentation for this class was generated from the following files:
- src/dsf/mobility/PathCollection.hpp
- src/dsf/mobility/PathCollection.cpp