DeSiGNAR  0.5a
Data Structures General Library
Public Types | Public Member Functions | Static Public Attributes | List of all members
Designar::DefaultDistance< GT > Class Template Reference

#include <graphalgorithms.H>

Public Types

using Type = typename GT::ArcInfoType
 

Public Member Functions

Typeoperator() (Arc< GT > &a)
 
const Typeoperator() (Arc< GT > *a) const
 

Static Public Attributes

static constexpr Type ZERO = 0
 
static constexpr Type MAX = std::numeric_limits<Type>::max()
 

Member Typedef Documentation

template<class GT>
using Designar::DefaultDistance< GT >::Type = typename GT::ArcInfoType

Member Function Documentation

template<class GT>
Type& Designar::DefaultDistance< GT >::operator() ( Arc< GT > &  a)
inline
template<class GT>
const Type& Designar::DefaultDistance< GT >::operator() ( Arc< GT > *  a) const
inline

Member Data Documentation

template<class GT>
constexpr Type Designar::DefaultDistance< GT >::MAX = std::numeric_limits<Type>::max()
static
template<class GT>
constexpr Type Designar::DefaultDistance< GT >::ZERO = 0
static

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