Searched defs:node_weight (Results 1 – 7 of 7) sorted by relevance
86 fn node_weight(&self, id: Self::NodeId) -> Option<&Self::NodeWeight> { in node_weight() function113 fn node_weight(&self, id: Self::NodeId) -> Option<&Self::NodeWeight> { in node_weight() function
595 fn node_weight(&self, n: Self::NodeId) -> Option<&()> { in node_weight() method
405 pub fn node_weight(&self, a: NodeIndex<Ix>) -> &N { in node_weight() method
131 FTC_Node_WeightFunc node_weight; member
298 let node_weight = self.g.nodes.get_mut(a.index())?.weight.take()?; in remove_node() localVariable480 pub fn node_weight(&self, a: NodeIndex<Ix>) -> Option<&N> { in node_weight() function
330 fn node_weight(&self, id: Self::NodeId) -> Option<&Self::NodeWeight> { in node_weight() function
541 pub fn node_weight(&self, a: NodeIndex<Ix>) -> Option<&N> { in node_weight() function