#include <dune/istl/paamg/graph.hh>
List of all members.
Public Types |
typedef SelectType< is_same
< typename remove_const< C >
::type, C >::value, typename
Graph::EdgeIterator, typename
Graph::ConstEdgeIterator >
::Type | Father |
| The father class.
|
Member Typedef Documentation
template<class G , class VP , class EP , class VM = IdentityMap, class EM = IdentityMap>
template<class C >
Constructor & Destructor Documentation
template<class G , class VP , class EP , class VM = IdentityMap, class EM = IdentityMap>
template<class C >
Constructor.
- Parameters:
-
iter | The iterator of the underlying graph. |
graph | The graph over whose edges we iterate on. |
template<class G , class VP , class EP , class VM = IdentityMap, class EM = IdentityMap>
template<class C >
Constructor for the end iterator.
Only operator== or operator!= should be called on an iterator constructed this way.
- Parameters:
-
iter | The iterator of the underlying graph. |
template<class G , class VP , class EP , class VM = IdentityMap, class EM = IdentityMap>
template<class C >
template<class C1 >
Copy constructor.
- Parameters:
-
other | the iterator to copy. |
Member Function Documentation
template<class G , class VP , class EP , class VM = IdentityMap, class EM = IdentityMap>
template<class C >
Get the properties of the current edge.
Friends And Related Function Documentation
template<class G , class VP , class EP , class VM = IdentityMap, class EM = IdentityMap>
template<class C >
template<class G , class VP , class EP , class VM = IdentityMap, class EM = IdentityMap>
template<class C >
The documentation for this class was generated from the following file: