dune-istl
2.2.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. | |
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.
Dune::Amg::GraphEdgePropertiesSelector< G >::GraphEdgePropertiesSelector | ( | G & | g | ) | [inline] |
Constructor.
g | The graph whose properties we access. |
Dune::Amg::GraphEdgePropertiesSelector< G >::GraphEdgePropertiesSelector | ( | ) | [inline] |
Default constructor.
EdgeProperties& Dune::Amg::GraphEdgePropertiesSelector< G >::operator[] | ( | const Edge & | edge | ) | const [inline] |
Get the properties associated to a vertex.
edge | The edge whose Properties we want. |