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

Class of the attributes of a simple edge. More...

#include <edge_attributes.hpp>

Public Member Functions

 simple_edge ()
 Empty constructor.
 
 simple_edge (unsigned int _id)
 Constructor.
 
 ~simple_edge ()
 Destructor.
 

Public Attributes

unsigned int id
 Numerical ID of the vertex at the other end of the edge.
 

Detailed Description

Class of the attributes of a simple edge.

This class provides the attributes corresponding to a simple edge.

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

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