Dune Core Modules (2.5.2)

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.
 
typedef G::VertexProperties VertexProperties
 The type of the vertex properties.
 
typedef G::VertexDescriptor Vertex
 The vertex descriptor.
 

Public Member Functions

 GraphVertexPropertiesSelector (G &g)
 Constructor. More...
 
 GraphVertexPropertiesSelector ()
 Default constructor.
 
VertexPropertiesoperator[] (const Vertex &vertex) const
 Get the properties associated to a vertex. More...
 

Detailed Description

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

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

Constructor & Destructor Documentation

◆ GraphVertexPropertiesSelector()

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

Constructor.

Parameters
gThe graph whose properties we access.

Member Function Documentation

◆ operator[]()

template<typename G >
VertexProperties& Dune::Amg::GraphVertexPropertiesSelector< G >::operator[] ( const Vertex vertex) const
inline

Get the properties associated to a vertex.

Parameters
vertexThe vertex 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 26, 22:29, 2024)