Aleph-w  1.9
General library for algorithms and data structures
Aleph::Invert_Digraph< GT, SA > Class Template Reference

#include <tpl_graph_utils.H>

Public Member Functions

 Invert_Digraph (SA __sa)
 Construct functor wih filter sa.
 
GT operator() (const GT &g) const
 

Detailed Description

template<class GT, class SA = Dft_Show_Arc<GT>>
class Aleph::Invert_Digraph< GT, SA >

Functor for computing the inverted graph but filtered

Member Function Documentation

◆ operator()()

template<class GT , class SA = Dft_Show_Arc<GT>>
GT Aleph::Invert_Digraph< GT, SA >::operator() ( const GT &  g) const
inline

Compute the inverted graph; that is the seame nodes but its arcs inverted.

After call the graphs are mapped.

Parameters
[in]gthe graph
Returns
a inverted a mapped graph to g
Exceptions
bad_allocif there is no enough memory
+ Here is the call graph for this function:

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

Leandro Rabindranath León