Dune::Amg::SubGraph< G, T >::VertexIterator Class Reference
#include <graph.hh>
Detailed Description
template<class G, class T>
class Dune::Amg::SubGraph< G, T >::VertexIterator
The vertex iterator of the graph. Public Member Functions | |
VertexIterator (const SubGraph< G, T > *graph, const VertexDescriptor ¤t, const VertexDescriptor &end) | |
Constructor. | |
VertexIterator (const VertexDescriptor ¤t) | |
Constructor for end iterator. | |
VertexIterator & | increment () |
Preincrement operator. | |
bool | equals (const VertexIterator &other) const |
Equality iterator. | |
const VertexDescriptor & | dereference () const |
Get the descriptor of the current vertex. | |
EdgeIterator | begin () const |
Get an iterator over all edges starting at the current vertex. | |
EdgeIterator | end () const |
Get an iterator over all edges starting at the current vertex. |
The documentation for this class was generated from the following file: