PandA-2024.02
|
Predicate functor object used to select the proper set of edges. More...
#include <graph.hpp>
Public Member Functions | |
SelectEdge () | |
Default constructor. More... | |
SelectEdge (const int _selector, Graph *_g) | |
Constructor for filtering only on selector. More... | |
SelectEdge (const int _selector, Graph *_g, const CustomUnorderedSet< typename boost::graph_traits< Graph >::vertex_descriptor > &_subgraph_vertices) | |
Constructor for filtering also on vertices. More... | |
template<typename Edge > | |
bool | operator() (const Edge &e) const |
Private Attributes | |
int | selector |
The selector associated with the filtered graph. More... | |
Graph * | g |
The bulk graph. More... | |
CustomUnorderedSet< typename boost::graph_traits< Graph >::vertex_descriptor > | subgraph_vertices |
The vertices of subgraph. More... | |
bool | empty |
true when the subvertices set is empty More... | |
Predicate functor object used to select the proper set of edges.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 744 of file graph.hpp.
References lenet_tvm::target.
|
private |
|
private |
|
private |
|
private |