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

Public Types | |
| using | vertex_descriptor = typename boost::graph_traits< Graph >::vertex_descriptor |
| using | SET_container = CustomOrderedSet< vertex_descriptor > |
Public Member Functions | |
| cdfc_graph_vertex_selector () | |
| constructor More... | |
| cdfc_graph_vertex_selector (const SET_container *_support) | |
| constructor More... | |
| bool | operator() (const vertex_descriptor &v) const |
| selector operator More... | |
Private Attributes | |
| bool | all |
| const SET_container * | support |
Predicate functor object used to select the proper set of vertices.
Definition at line 99 of file cdfc_module_binding.hpp.
| using cdfc_graph_vertex_selector< Graph >::SET_container = CustomOrderedSet<vertex_descriptor> |
Definition at line 103 of file cdfc_module_binding.hpp.
| using cdfc_graph_vertex_selector< Graph >::vertex_descriptor = typename boost::graph_traits<Graph>::vertex_descriptor |
Definition at line 102 of file cdfc_module_binding.hpp.
|
inline |
constructor
Definition at line 105 of file cdfc_module_binding.hpp.
|
inlineexplicit |
constructor
Definition at line 109 of file cdfc_module_binding.hpp.
|
inline |
selector operator
Definition at line 113 of file cdfc_module_binding.hpp.
|
private |
Definition at line 126 of file cdfc_module_binding.hpp.
|
private |
Definition at line 127 of file cdfc_module_binding.hpp.
1.8.13