The property associated with edge.
More...
#include <graph.hpp>
The property associated with edge.
Definition at line 204 of file graph.hpp.
◆ EdgeProperty() [1/3]
EdgeProperty::EdgeProperty |
( |
| ) |
|
|
inline |
Default constructor.
Definition at line 216 of file graph.hpp.
◆ EdgeProperty() [2/3]
EdgeProperty::EdgeProperty |
( |
int |
_selector | ) |
|
|
inlineexplicit |
Constructor with selector.
- Parameters
-
_selector | is the selector to be associated with the edge |
Definition at line 224 of file graph.hpp.
◆ EdgeProperty() [3/3]
EdgeProperty::EdgeProperty |
( |
const int |
_selector, |
|
|
EdgeInfoRef |
_info |
|
) |
| |
|
inline |
Constructor with selector and property.
- Parameters
-
_info | is the property to be associated with the edge |
Definition at line 232 of file graph.hpp.
◆ info
The info associated with an edge.
Definition at line 211 of file graph.hpp.
◆ selector
int EdgeProperty::selector |
The selector associated with the edge.
Definition at line 208 of file graph.hpp.
The documentation for this struct was generated from the following file: