dune-istl
2.8.0
|
Wrapper to access the internal vertex properties of a graph via operator[]() More...
#include <dune/istl/paamg/graph.hh>
Public Types | |
typedef G | Graph |
The type of the graph with internal properties. More... | |
typedef G::EdgeProperties | EdgeProperties |
The type of the vertex properties. More... | |
typedef G::EdgeDescriptor | Edge |
The edge descriptor. More... | |
Public Member Functions | |
GraphEdgePropertiesSelector (G &g) | |
Constructor. More... | |
GraphEdgePropertiesSelector () | |
Default constructor. More... | |
EdgeProperties & | operator[] (const Edge &edge) const |
Get the properties associated to a vertex. More... | |
Wrapper to access the internal vertex properties of a graph via operator[]()
typedef G::EdgeDescriptor Dune::Amg::GraphEdgePropertiesSelector< G >::Edge |
The edge descriptor.
typedef G::EdgeProperties Dune::Amg::GraphEdgePropertiesSelector< G >::EdgeProperties |
The type of the vertex properties.
typedef G Dune::Amg::GraphEdgePropertiesSelector< G >::Graph |
The type of the graph with internal properties.
|
inline |
Constructor.
g | The graph whose properties we access. |
|
inline |
Default constructor.
|
inline |
Get the properties associated to a vertex.
edge | The edge whose Properties we want. |