Searched refs:EdgeEntry (Results 1 – 1 of 1) sorted by relevance
101 class EdgeEntry {103 EdgeEntry(NodeId N1Id, NodeId N2Id, MatrixPtr Costs) in EdgeEntry() function171 using EdgeVector = std::vector<EdgeEntry>;189 EdgeEntry& getEdge(EdgeId EId) { return Edges[EId]; } in getEdge()190 const EdgeEntry& getEdge(EdgeId EId) const { return Edges[EId]; } in getEdge()205 EdgeId addConstructedEdge(EdgeEntry E) { in addConstructedEdge()218 EdgeEntry &NE = getEdge(EId); in addConstructedEdge()561 EdgeEntry &E = getEdge(EId); in getEdgeOtherNodeId()629 EdgeEntry &E = getEdge(EId); in disconnectEdge()645 EdgeEntry &E = getEdge(EId); in reconnectEdge()[all …]