ug4
ug::BGLParallelMatrix< T >::edge Class Reference

#include <parallel_matrix.h>

Public Member Functions

 edge (vertex_descriptor s, vertex_descriptor t)
 
vertex_descriptor source () const
 
vertex_descriptor target () const
 

Private Attributes

vertex_descriptor _s
 
vertex_descriptor _t
 

Constructor & Destructor Documentation

◆ edge()

template<class T >
ug::BGLParallelMatrix< T >::edge::edge ( vertex_descriptor  s,
vertex_descriptor  t 
)
inline

References s.

Member Function Documentation

◆ source()

template<class T >
vertex_descriptor ug::BGLParallelMatrix< T >::edge::source ( ) const
inline

◆ target()

template<class T >
vertex_descriptor ug::BGLParallelMatrix< T >::edge::target ( ) const
inline

Member Data Documentation

◆ _s

template<class T >
vertex_descriptor ug::BGLParallelMatrix< T >::edge::_s
private

◆ _t

template<class T >
vertex_descriptor ug::BGLParallelMatrix< T >::edge::_t
private

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