PandA-2024.02
|
#include <cdfc_module_binding.hpp>
Public Member Functions | |
edge_cdfc_selector () | |
default constructor More... | |
edge_cdfc_selector (int _selector) | |
Constructor with selector only. More... | |
edge_cdfc_selector (int _selector, int _weight) | |
Constructor with selector. More... | |
Data Fields | |
int | selector |
The selector associated with the edge. More... | |
int | weight |
edge weight More... | |
Definition at line 164 of file cdfc_module_binding.hpp.
|
inline |
default constructor
Definition at line 176 of file cdfc_module_binding.hpp.
|
inlineexplicit |
Constructor with selector only.
_selector | is the selector to be associated with the edge |
Definition at line 184 of file cdfc_module_binding.hpp.
|
inline |
Constructor with selector.
_selector | is the selector to be associated with the edge |
_weight | is the weight to be associated with the edge |
Definition at line 193 of file cdfc_module_binding.hpp.
int edge_cdfc_selector::selector |
The selector associated with the edge.
Definition at line 168 of file cdfc_module_binding.hpp.
int edge_cdfc_selector::weight |
edge weight
Definition at line 171 of file cdfc_module_binding.hpp.