Searched defs:neighbours (Results 1 - 2 of 2) sorted by relevance
| /inkscape/src/libcola/ | ||
| H A D | shortest_paths.h | 13 std::vector<Node*> neighbours; member in struct:shortest_paths::Node |
| H A D | connected_components.cpp | 37 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