dune-istl  2.7.0
Public Types | Public Member Functions | List of all members
Dune::Amg::PropertiesGraph< G, VP, EP, VM, EM >::VertexIteratorT< C > Class Template Reference

#include <dune/istl/paamg/graph.hh>

Inheritance diagram for Dune::Amg::PropertiesGraph< G, VP, EP, VM, EM >::VertexIteratorT< C >:
Inheritance graph

Public Types

typedef std::conditional< std::is_same< typename std::remove_const< C >::type, C >::value, typename Graph::VertexIterator, typename Graph::ConstVertexIterator >::type Father
 The father class. More...
 

Public Member Functions

 VertexIteratorT (const Father &iter, C *graph)
 Constructor. More...
 
 VertexIteratorT (const Father &iter)
 Constructor for the end iterator. More...
 
template<class C1 >
 VertexIteratorT (const VertexIteratorT< C1 > &other)
 Copy Constructor. More...
 
std::conditional< std::is_same< C, typename std::remove_const< C >::type >::value, VertexProperties &, const VertexProperties & >::type properties () const
 Get the properties of the current Vertex. More...
 
EdgeIteratorT< C > begin () const
 Get an iterator over the edges starting from the current vertex. More...
 
EdgeIteratorT< C > end () const
 Get an iterator over the edges starting from the current vertex. More...
 

Member Typedef Documentation

◆ Father

template<class G , class VP , class EP , class VM = IdentityMap, class EM = IdentityMap>
template<class C >
typedef std::conditional<std::is_same<typename std::remove_const<C>::type, C>::value, typename Graph::VertexIterator, typename Graph::ConstVertexIterator>::type Dune::Amg::PropertiesGraph< G, VP, EP, VM, EM >::VertexIteratorT< C >::Father

The father class.

Constructor & Destructor Documentation

◆ VertexIteratorT() [1/3]

template<class G , class VP , class EP , class VM = IdentityMap, class EM = IdentityMap>
template<class C >
Dune::Amg::PropertiesGraph< G, VP, EP, VM, EM >::VertexIteratorT< C >::VertexIteratorT ( const Father iter,
C *  graph 
)
explicit

Constructor.

Parameters
iterThe iterator of the underlying graph.
graphThe property graph over whose vertices we iterate.

◆ VertexIteratorT() [2/3]

template<class G , class VP , class EP , class VM = IdentityMap, class EM = IdentityMap>
template<class C >
Dune::Amg::PropertiesGraph< G, VP, EP, VM, EM >::VertexIteratorT< C >::VertexIteratorT ( const Father iter)
explicit

Constructor for the end iterator.

Only operator!= or operator== can be called safely on an iterator constructed this way.

Parameters
iterThe iterator of the underlying graph.

◆ VertexIteratorT() [3/3]

template<class G , class VP , class EP , class VM = IdentityMap, class EM = IdentityMap>
template<class C >
template<class C1 >
Dune::Amg::PropertiesGraph< G, VP, EP, VM, EM >::VertexIteratorT< C >::VertexIteratorT ( const VertexIteratorT< C1 > &  other)

Copy Constructor.

Parameters
otherThe iterator to copy.

Member Function Documentation

◆ begin()

template<class G , class VP , class EP , class VM = IdentityMap, class EM = IdentityMap>
template<class C >
EdgeIteratorT<C> Dune::Amg::PropertiesGraph< G, VP, EP, VM, EM >::VertexIteratorT< C >::begin ( ) const

Get an iterator over the edges starting from the current vertex.

Returns
An iterator over the edges starting from the current vertex positioned at the first edge.

◆ end()

template<class G , class VP , class EP , class VM = IdentityMap, class EM = IdentityMap>
template<class C >
EdgeIteratorT<C> Dune::Amg::PropertiesGraph< G, VP, EP, VM, EM >::VertexIteratorT< C >::end ( ) const

Get an iterator over the edges starting from the current vertex.

Returns
An iterator over the edges starting from the current vertex positioned after the last edge.

◆ properties()

template<class G , class VP , class EP , class VM = IdentityMap, class EM = IdentityMap>
template<class C >
std::conditional<std::is_same<C,typename std::remove_const<C>::type>::value, VertexProperties&, const VertexProperties&>::type Dune::Amg::PropertiesGraph< G, VP, EP, VM, EM >::VertexIteratorT< C >::properties ( ) const

Get the properties of the current Vertex.


The documentation for this class was generated from the following file: