Dune::Amg::SubGraph< G, T >::EdgeIterator Class Reference
#include <graph.hh>
Detailed Description
template<class G, class T>
class Dune::Amg::SubGraph< G, T >::EdgeIterator
The edge iterator of the graph.
Public Member Functions | |
EdgeIterator (const VertexDescriptor &source, const EdgeDescriptor &edge) | |
Constructor. | |
EdgeIterator (const EdgeDescriptor &edge) | |
Constructor for the end iterator. | |
bool | equals (const EdgeIterator &other) const |
Equality operator. | |
EdgeIterator & | increment () |
Preincrement operator. | |
EdgeIterator & | decrement () |
Preincrement operator. | |
const EdgeDescriptor & | dereference () const |
The descriptor of the current edge. | |
const VertexDescriptor & | target () const |
The index of the target vertex of the current edge. | |
const VertexDescriptor & | source () const |
The index of the source vertex of the current edge. |
The documentation for this class was generated from the following file: