adapt viaroute plugin to query NN search for vector of phantom nodes

This commit is contained in:
Dennis Luxen
2014-12-29 15:27:32 +01:00
parent 67f68b47db
commit 95d1e8a4f1
2 changed files with 41 additions and 8 deletions
+2
View File
@@ -78,6 +78,8 @@ struct PhantomNode
using PhantomNodeArray = std::vector<std::vector<PhantomNode>>;
using phantom_node_pair = std::pair<PhantomNode, PhantomNode>;
struct PhantomNodeLists
{
std::vector<PhantomNode> source_phantom_list;