Searched defs:neighbours (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libcola/
H A Dshortest_paths.h13 std::vector<Node*> neighbours; member in struct:shortest_paths::Node
H A Dconnected_components.cpp37 vector<Node*> neighbours; member in struct:cola::ccomponents::Node
51 for(unsigned i=0;i<v->neighbours.size();i++) {
52 Node* u=v->neighbours[i];
81 vs[ei->first].neighbours.push_back(&vs[ei->second]);
82 vs[ei->second].neighbours.push_back(&vs[ei->first]);

Completed in 21 milliseconds