Graph C++ Library
 All Classes Namespaces Files Functions Variables Typedefs Groups Pages
Public Member Functions | Public Attributes | List of all members
gcl::weighted_edge Class Reference

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.
 

Detailed Description

Class of the attributes of a weighted edge.

This class provides the attributes corresponding to a weighted edge.

Author
Antoine Allard (antoineallard.info)
Date
Sept. 2015

The documentation for this class was generated from the following file: