Aleph-w  1.9
General library for algorithms and data structures
Aleph::Kruskal_Min_Spanning_Tree< GT, Distance, SA >::Paint_Filt< G, GT_SA > Struct Template Reference

Filtro de arcos pintados por el algoritmo de Kruskal. More...

#include <Kruskal.H>

Public Member Functions

 Paint_Filt (GT_SA &__sa) noexcept(std::is_nothrow_copy_assignable< SA >::value)
 
bool operator() (typename G::Arc *a) const noexcept
 

Public Attributes

GT_SA & sa
 

Detailed Description

template<class GT, class Distance = Dft_Dist<GT>, class SA = Dft_Show_Arc<GT>>
template<class G, class GT_SA>
struct Aleph::Kruskal_Min_Spanning_Tree< GT, Distance, SA >::Paint_Filt< G, GT_SA >

Filtro de arcos pintados por el algoritmo de Kruskal.


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

Leandro Rabindranath León