Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Convertir Struct Reference

Converter from graph node to Tree_Node<Clave>. More...

#include <generate_df_tree.H>

Public Member Functions

void operator() (Grafo::Node *tnode, Tree_Node< Clave > *t)
 

Detailed Description

Converter from graph node to Tree_Node<Clave>.

Extracts DFS information from the original graph node and stores it in the tree representation.

Definition at line 102 of file generate_df_tree.H.

Member Function Documentation

◆ operator()()

void Convertir::operator() ( Grafo::Node tnode,
Tree_Node< Clave > *  t 
)
inline

Definition at line 104 of file generate_df_tree.H.

References Aleph::Tree_Node< T >::get_key(), Aleph::maps(), and NODE_COOKIE.


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