1 #ifndef SIMPLENONINTERESTINGNODESGRAPHSIMPLIFIER_H 2 #define SIMPLENONINTERESTINGNODESGRAPHSIMPLIFIER_H 14 class SimpleNonInterestingNodesGraphSimplifier
16 QVector<int> mRelevantInternNodes;
18 SimpleNonInterestingNodesGraphSimplifier();
19 void setRelevantInterNodes(QVector<int>
nodes) {
20 mRelevantInternNodes = std::move(
nodes);
23 bool operator() (
const QList<std::shared_ptr<NodeData> > &relNodes,
24 ShortestPathBuilder::graph_t &graph,
25 std::vector<ShortestPathBuilder::vertex_descriptor> &predecessors,
26 std::vector<double> &dinstances);
31 #endif // SIMPLENONINTERESTINGNODESGRAPHSIMPLIFIER_H vector< Node * > nodes
Definition: main.cpp:270