|
dune-istl 2.10
|
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. | |
| typedef G::EdgeProperties | EdgeProperties |
| The type of the vertex properties. | |
| typedef G::EdgeDescriptor | Edge |
| The edge descriptor. | |
Public Member Functions | |
| GraphEdgePropertiesSelector (G &g) | |
| Constructor. | |
| GraphEdgePropertiesSelector () | |
| Default constructor. | |
| EdgeProperties & | operator[] (const Edge &edge) const |
| Get the properties associated to a vertex. | |
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. |