PandA-2024.02
|
Functor used by boost::write_graphviz to write the edge info. More...
#include <clique_covering.hpp>
Public Member Functions | |
compatibility_edge_writer (const boost_cc_compatibility_graph &_g) | |
Constructor. More... | |
void | operator() (std::ostream &out, const boost::graph_traits< cc_compatibility_graph >::edge_descriptor &e) const |
Functor actually called by the boost library to perform the writing. More... | |
Private Attributes | |
const boost_cc_compatibility_graph & | g |
reference to graph where the node is stored More... | |
Functor used by boost::write_graphviz to write the edge info.
Definition at line 258 of file clique_covering.hpp.
|
inlineexplicit |
Constructor.
It initializes reference to the graph provided as parameter
Definition at line 268 of file clique_covering.hpp.
|
inline |
Functor actually called by the boost library to perform the writing.
Definition at line 275 of file clique_covering.hpp.
|
private |
reference to graph where the node is stored
Definition at line 262 of file clique_covering.hpp.