Class of the attributes of a weighted edge. More...
#include <edge_attributes.hpp>
Public Member Functions | |
weighted_edge () | |
Empty constructor. | |
weighted_edge (unsigned int _id, double _weight) | |
Constructor. | |
~weighted_edge () | |
Destructor. | |
Public Attributes | |
unsigned int | id |
Numerical ID of the vertex at the other end of the edge. | |
double | weight |
Weight of the edge. | |
Class of the attributes of a weighted edge.
This class provides the attributes corresponding to a weighted edge.