#include <tpl_graph.H>
Public Member Functions | |
| Copy_Graph (SA __sa=SA(), SN __sn=SN()) | |
| void | operator() (GT >gt, GT &gsrc, const bool cookie_map=true) |
Filtered copy of graphs.
This functor copies a graph according to filtering criterias for its nodes and arcs
The template parameters are:
GT: the graph typeSN: node filterSA: arc filter
|
inline |
Constructor
| [in] | __sa | node filter |
| [in] | __sn | arc filter |
Here is the call graph for this function:
|
inline |
Perform the copy from gsrc to gtgt.
| [out] | gtgt | target graph |
| [in] | gsrc | source graph |
| [in] | cookie_map | if true ==> the nodes and arcs of both graphs are mapped through their cookies |