Searched refs:EdgeAttr (Results 1 – 1 of 1) sorted by relevance
253 auto &EdgeAttr = E.second; in getColor() local254 if (EdgeAttr.CorrEdgePtr[0] == nullptr) in getColor()256 if (EdgeAttr.CorrEdgePtr[1] == nullptr) in getColor()262 const auto &LeftStat = EdgeAttr.CorrEdgePtr[0]->second.S; in getColor()263 const auto &RightStat = EdgeAttr.CorrEdgePtr[1]->second.S; in getColor()302 auto &EdgeAttr = E.second; in getLabel() local307 if (containsNullptr(EdgeAttr.CorrEdgePtr)) in getLabel()310 const auto &LeftStat = EdgeAttr.CorrEdgePtr[0]->second.S; in getLabel()311 const auto &RightStat = EdgeAttr.CorrEdgePtr[1]->second.S; in getLabel()342 auto &EdgeAttr = E.second; in getLineWidth() local[all …]