Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Kruskal_Min_Spanning_Tree< GT, Distance, SA >::Init_Node Struct Reference

Helper struct for initializing node counters during DFS. More...

Public Member Functions

 Init_Node () noexcept
 
void operator() (const GT &, typename GT::Node *p) noexcept
 

Public Attributes

long count
 

Detailed Description

template<class GT, class Distance = Dft_Dist<GT>, class SA = Dft_Show_Arc<GT>>
struct Aleph::Kruskal_Min_Spanning_Tree< GT, Distance, SA >::Init_Node

Helper struct for initializing node counters during DFS.

Definition at line 97 of file Kruskal.H.

Constructor & Destructor Documentation

◆ Init_Node()

template<class GT , class Distance = Dft_Dist<GT>, class SA = Dft_Show_Arc<GT>>
Aleph::Kruskal_Min_Spanning_Tree< GT, Distance, SA >::Init_Node::Init_Node ( )
inlinenoexcept

Definition at line 101 of file Kruskal.H.

Member Function Documentation

◆ operator()()

template<class GT , class Distance = Dft_Dist<GT>, class SA = Dft_Show_Arc<GT>>
void Aleph::Kruskal_Min_Spanning_Tree< GT, Distance, SA >::Init_Node::operator() ( const GT ,
typename GT::Node p 
)
inlinenoexcept

Member Data Documentation

◆ count

template<class GT , class Distance = Dft_Dist<GT>, class SA = Dft_Show_Arc<GT>>
long Aleph::Kruskal_Min_Spanning_Tree< GT, Distance, SA >::Init_Node::count

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