Template Class Graph::NeighborRange

Nested Relationships

This class is a nested type of Class Graph.

Class Documentation

template<bool InEdges = false>
class NeighborRange

Wrapper class to iterate over a range of the neighbors of a node within a for loop.

Public Functions

inline NeighborRange(const Graph &G, node u)
inline NeighborRange()
inline NeighborIterator begin() const
inline NeighborIterator end() const