41 #ifndef SHORTESTPATHBUILDER_H 42 #define SHORTESTPATHBUILDER_H 55 std::unique_ptr<Impl> p;
67 void create(std::shared_ptr<NodeData> node, QString path,
bool simplify,
const QList<std::shared_ptr<NodeData> > &relevantNodes,
Format format =
Binary);
71 #endif // SHORTESTPATHBUILDER_H
Definition: shortestpathbuilder.cpp:45
AlgoType
Definition: shortestpathbuilder.h:57
virtual ~ShortestPathBuilder() noexcept
Definition: shortestpathbuilder.h:64
ShortestPathBuilder(DisplaceModel *model, AlgoType type)
Definition: shortestpathbuilder.cpp:113
Definition: displacemodel.h:71
Format
Definition: shortestpathbuilder.h:63
Definition: shortestpathbuilder.h:51
an extension class for Node
Definition: nodedata.h:43
void create(std::shared_ptr< NodeData > node, QString path, bool simplify, const QList< std::shared_ptr< NodeData > > &relevantNodes, Format format=Binary)
Definition: shortestpathbuilder.cpp:120
Definition: shortestpathbuilder.h:64