Searched refs:NodeIdSet (Results 1 – 1 of 1) sorted by relevance
285 class NodeIdSet {287 NodeIdSet(const Graph &G) : G(G) {} in NodeIdSet() function448 bool empty() const { return NodeIdSet(*this).empty(); } in empty()450 NodeIdSet nodeIds() const { return NodeIdSet(*this); } in nodeIds()457 unsigned getNumNodes() const { return NodeIdSet(*this).size(); } in getNumNodes()