![]() |
PandA-2024.02
|
Predicate functor object used to select the proper set of vertexes. More...
#include <graph.hpp>

Public Member Functions | |
| SelectVertex () | |
| Constructor to select all the vertices. More... | |
| SelectVertex (const CustomUnorderedSet< typename boost::graph_traits< Graph >::vertex_descriptor > &_subset) | |
| Constructor. More... | |
| bool | operator() (const typename boost::graph_traits< Graph >::vertex_descriptor &v) const |
| Operator to check if a vertex has to be selected. More... | |
Private Attributes | |
| bool | all |
| True if all the vertices have to be selected. More... | |
| CustomUnorderedSet< typename boost::graph_traits< Graph >::vertex_descriptor > | subset |
| The set of vertices to be considered. More... | |
Predicate functor object used to select the proper set of vertexes.
|
inline |
|
inlineexplicit |
|
inline |
|
private |
|
private |
1.8.13