Class GraphSelect::GraphSelectEdgeIterator#

Nested Relationships#

This class is a nested type of Template Class GraphSelect.

Inheritance Relationships#

Base Type#

Class Documentation#

class GraphSelectEdgeIterator : public IteratorImplTemplate<Graph::Edge*, Graph::EdgeIterator>#

Public Functions

inline GraphSelectEdgeIterator(const GraphSelect<Graph> *_graphsel, const typename Graph::EdgeIterator &_impl)#
inline virtual ~GraphSelectEdgeIterator()#
inline virtual void Advance()#
inline virtual void Reset()#
inline virtual IteratorImpl<typename Graph::Edge*> *Clone() const#