Class Graph::EdgeWeightRange

Nested Relationships

This class is a nested type of Class Graph.

Class Documentation

class EdgeWeightRange

Wrapper class to iterate over a range of the edges of a graph and their weights.

Public Functions

inline EdgeWeightRange(const Graph &G)
inline EdgeWeightRange()
~EdgeWeightRange() = default
inline EdgeWeightIterator begin() const
inline EdgeWeightIterator end() const