PandA-2024.02
|
Predicate functor object used to select the proper set of edges. More...
#include <cdfc_module_binding.hpp>
Public Member Functions | |
cdfc_graph_edge_selector (const int _selector, Graph *_g) | |
Constructor for filtering only on selector. More... | |
cdfc_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... | |
Predicate functor object used to select the proper set of edges.
Definition at line 132 of file cdfc_module_binding.hpp.
|
inline |
Constructor for filtering only on selector.
_selector | is the selector of the filtered graph |
_g | is the graph |
Definition at line 147 of file cdfc_module_binding.hpp.
|
inline |
all edges selector
Definition at line 152 of file cdfc_module_binding.hpp.
|
inline |
edge selector operator
Definition at line 158 of file cdfc_module_binding.hpp.
|
private |
bulk graph
Definition at line 139 of file cdfc_module_binding.hpp.
|
private |
The selector associated with the filtered graph.
Definition at line 136 of file cdfc_module_binding.hpp.