dune-istl
2.5-git
|
Wrapper to access the internal edge 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::VertexProperties | VertexProperties |
The type of the vertex properties. More... | |
typedef G::VertexDescriptor | Vertex |
The vertex descriptor. More... | |
Public Member Functions | |
GraphVertexPropertiesSelector (G &g) | |
Constructor. More... | |
GraphVertexPropertiesSelector () | |
Default constructor. More... | |
VertexProperties & | operator[] (const Vertex &vertex) const |
Get the properties associated to a vertex. More... | |
Wrapper to access the internal edge properties of a graph via operator[]()
typedef G Dune::Amg::GraphVertexPropertiesSelector< G >::Graph |
The type of the graph with internal properties.
typedef G::VertexDescriptor Dune::Amg::GraphVertexPropertiesSelector< G >::Vertex |
The vertex descriptor.
typedef G::VertexProperties Dune::Amg::GraphVertexPropertiesSelector< G >::VertexProperties |
The type of the vertex properties.
|
inline |
Constructor.
g | The graph whose properties we access. |
|
inline |
Default constructor.
|
inline |
Get the properties associated to a vertex.
vertex | The vertex whose Properties we want. |