|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
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 |
Helper struct for initializing node counters during DFS.
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 103 of file Kruskal.H.
References Aleph::Kruskal_Min_Spanning_Tree< GT, Distance, SA >::Init_Node::count, NODE_BITS, NODE_COUNTER, and Aleph::Spanning_Tree.
| long Aleph::Kruskal_Min_Spanning_Tree< GT, Distance, SA >::Init_Node::count |
Definition at line 99 of file Kruskal.H.
Referenced by Aleph::Kruskal_Min_Spanning_Tree< GT, Distance, SA >::Init_Node::operator()().