|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <Prim.H>
Public Member Functions | |
| Init_Prim_Info (GT &__tree) | |
| void | operator() (const GT &g, typename GT::Node *p) |
Public Attributes | |
| GT & | tree |
|
inline |
|
inline |
Definition at line 148 of file Prim.H.
References GTNodeCommon< NodeInfo >::get_info(), Aleph::List_Graph< _Graph_Node, _Graph_Arc >::insert_node(), NODE_COOKIE, GraphCommon< GT, Node, Arc >::reset_bit(), Aleph::Spanning_Tree, Aleph::Init_Prim_Info< GT >::tree, and TREENODE.
| GT& Aleph::Init_Prim_Info< GT >::tree |
Definition at line 142 of file Prim.H.
Referenced by Aleph::Init_Prim_Info< GT >::operator()().