|
NGen
|
Inheritance diagram for Network_Test1:
Collaboration diagram for Network_Test1:Public Member Functions | |
| Network_Test1 () | |
| void | SetUp () override |
| ~Network_Test1 () | |
Protected Member Functions | |
| void | add_catchment (std::string id, std::string to_id) |
| void | add_nexus (std::string id, std::string to_id={}) |
| std::shared_ptr< geojson::FeatureCollection > | get_fabric () |
Protected Attributes | |
| std::shared_ptr< geojson::FeatureCollection > | catchments = std::make_shared<geojson::FeatureCollection>() |
| std::shared_ptr< geojson::FeatureCollection > | nexuses = std::make_shared<geojson::FeatureCollection>() |
| std::string | link_key = "toid" |
| Network | n |
|
inline |
|
inline |
|
inlineprotectedinherited |
References geojson::FeatureCollection::add_feature(), Network_Test::catchments, Network_Test::link_key, and geojson::polygon().
Referenced by SetUp(), and Network_Test2::SetUp().
|
inlineprotectedinherited |
Referenced by SetUp(), and Network_Test2::SetUp().
|
inlineprotectedinherited |
References Network_Test::catchments, Network_Test::link_key, and Network_Test::nexuses.
Referenced by SetUp(), and Network_Test2::SetUp().
|
inlineoverride |
|
protectedinherited |
Referenced by Network_Test::add_catchment(), Network_Test::get_fabric(), and SetUp().
|
protectedinherited |
Referenced by Network_Test::add_catchment(), Network_Test::get_fabric(), and SetUp().
|
protectedinherited |
Referenced by SetUp(), and Network_Test2::SetUp().
|
protectedinherited |
Referenced by Network_Test::get_fabric().