DISPLACE
1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
|
#include <pathshop.h>
Classes | |
class | Data |
class | NodeNotFoundException |
class | Private |
Public Types | |
using | InitData = std::tuple< types::NodeId::type, types::NodeId::type, weight_t > |
Public Member Functions | |
PathShop () | |
virtual | ~PathShop () noexcept=default |
Data | getNode (types::NodeId id) const |
Static Public Member Functions | |
static PathShop | readFromFiles (const std::string &prevstream, const std::string &weighstream) |
static PathShop | readFromData (const std::vector< InitData > &data) |
using PathShop::InitData = std::tuple<types::NodeId::type, types::NodeId::type, weight_t> |
PathShop::PathShop | ( | ) |
|
virtualdefaultnoexcept |
PathShop::Data PathShop::getNode | ( | types::NodeId | id | ) | const |
|
static |