Aleph-w  1.9
General library for algorithms and data structures
Aleph::Dijkstra_Min_Paths< GT, Distance, Itor, SA >::Total Struct Reference

Clase totalizadora de distancias. More...

#include <Dijkstra.H>

Public Member Functions

bool operator() (typename GT::Arc *a) noexcept
 

Public Attributes

Distance::Distance_Type dist
 

Detailed Description

template<class GT, class Distance = Dft_Dist<GT>, template< typename, class > class Itor = Node_Arc_Iterator, class SA = Dft_Show_Arc<GT>>
struct Aleph::Dijkstra_Min_Paths< GT, Distance, Itor, SA >::Total

Clase totalizadora de distancias.


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

Leandro Rabindranath León