Dune Core Modules (2.5.2)

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. More...
 
 GraphEdgePropertiesSelector ()
 Default constructor.
 
EdgePropertiesoperator[] (const Edge &edge) const
 Get the properties associated to a vertex. More...
 

Detailed Description

template<typename G>
class Dune::Amg::GraphEdgePropertiesSelector< G >

Wrapper to access the internal vertex properties of a graph via operator[]()

Constructor & Destructor Documentation

◆ GraphEdgePropertiesSelector()

template<typename G >
Dune::Amg::GraphEdgePropertiesSelector< G >::GraphEdgePropertiesSelector ( G &  g)
inline

Constructor.

Parameters
gThe graph whose properties we access.

Member Function Documentation

◆ operator[]()

template<typename G >
EdgeProperties& Dune::Amg::GraphEdgePropertiesSelector< G >::operator[] ( const Edge edge) const
inline

Get the properties associated to a vertex.

Parameters
edgeThe edge whose Properties we want.

The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 27, 22:29, 2024)