#include <ShortestPathAlgorithm.h>
◆ ~ShortestPathAlgorithm()
virtual ShortestPathAlgorithm::~ShortestPathAlgorithm |
( |
| ) |
|
|
virtualdefaultnoexcept |
◆ create()
virtual void ShortestPathAlgorithm::create |
( |
std::shared_ptr< NodeData > |
node, |
|
|
QString |
path, |
|
|
bool |
simplify, |
|
|
const QList< std::shared_ptr< NodeData > > & |
relevantNodes |
|
) |
| |
|
pure virtual |
◆ saveRelevantNodes()
virtual void ShortestPathAlgorithm::saveRelevantNodes |
( |
const QList< std::shared_ptr< NodeData > > & |
, |
|
|
std::function< void(types::NodeId, types::NodeId, double)> |
writer |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: