Searched refs:EdgeEntry (Results 1 – 1 of 1) sorted by relevance
102 class EdgeEntry {104 EdgeEntry(NodeId N1Id, NodeId N2Id, MatrixPtr Costs) in EdgeEntry() function172 using EdgeVector = std::vector<EdgeEntry>;190 EdgeEntry& getEdge(EdgeId EId) { return Edges[EId]; } in getEdge()191 const EdgeEntry& getEdge(EdgeId EId) const { return Edges[EId]; } in getEdge()206 EdgeId addConstructedEdge(EdgeEntry E) { in addConstructedEdge()219 EdgeEntry &NE = getEdge(EId); in addConstructedEdge()562 EdgeEntry &E = getEdge(EId); in getEdgeOtherNodeId()630 EdgeEntry &E = getEdge(EId); in disconnectEdge()646 EdgeEntry &E = getEdge(EId); in reconnectEdge()[all …]