PandA-2024.02
|
Predicate functor object used to select the proper set of edges. More...
#include <clique_covering_graph.hpp>
Public Member Functions | |
cc_compatibility_graph_edge_selector (const int _selector, Graph *_g) | |
Constructor for filtering only on selector. More... | |
cc_compatibility_graph_edge_selector () | |
all edges selector More... | |
template<typename Edge > | |
bool | operator() (const Edge &e) const |
edge selector operator More... | |
Private Attributes | |
int | selector |
The selector associated with the filtered graph. More... | |
Graph * | g |
bulk graph More... | |
bool | all |
Predicate functor object used to select the proper set of edges.
Definition at line 92 of file clique_covering_graph.hpp.
|
inline |
Constructor for filtering only on selector.
_selector | is the selector of the filtered graph |
_g | is the graph |
Definition at line 109 of file clique_covering_graph.hpp.
|
inline |
all edges selector
Definition at line 114 of file clique_covering_graph.hpp.
|
inline |
edge selector operator
Definition at line 120 of file clique_covering_graph.hpp.
|
private |
Definition at line 101 of file clique_covering_graph.hpp.
|
private |
bulk graph
Definition at line 99 of file clique_covering_graph.hpp.
|
private |
The selector associated with the filtered graph.
Definition at line 96 of file clique_covering_graph.hpp.