Lines Matching refs:GraphT
103 typedef GraphTraits<NodeT> GraphT; in computeEdgeWeights() typedef
110 for (typename GraphT::ChildIteratorType CI = GraphT::child_begin(BB), in computeEdgeWeights()
111 E = GraphT::child_end(BB); in computeEdgeWeights()
113 typename GraphT::NodeRef Child = *CI; in computeEdgeWeights()
118 } else if (GraphT::child_end(BB) - GraphT::child_begin(BB) > 1 && in computeEdgeWeights()
129 typename GraphT::NodeRef N = *II; in computeEdgeWeights()
144 for (typename GraphT::ChildIteratorType CI = GraphT::child_begin(BB), in computeEdgeWeights()
145 E = GraphT::child_end(BB); in computeEdgeWeights()
147 typename GraphT::NodeRef Child = *CI; in computeEdgeWeights()
161 for (typename GraphT::ChildIteratorType CI = GraphT::child_begin(BB), in computeEdgeWeights()
162 E = GraphT::child_end(BB); in computeEdgeWeights()
164 typename GraphT::NodeRef Child = *CI; in computeEdgeWeights()
165 double Weight = 1 / (GraphT::child_end(BB) - GraphT::child_begin(BB)); in computeEdgeWeights()