![]() |
Public API Reference |
![]() |
Represent an edge in a graph. More...
#include <csutil/graphalg.h>
Public Member Functions | |
GraphEdge (size_t from=0, size_t to=0) | |
Construct from start and end vertex. | |
Public Attributes | |
size_t | from |
Starting vertex. | |
size_t | to |
Ending vertex. |
Represent an edge in a graph.
Definition at line 32 of file graphalg.h.
CS::Utility::GraphEdge::GraphEdge | ( | size_t | from = 0 , |
size_t | to = 0 |
||
) | [inline] |
Construct from start and end vertex.
Definition at line 35 of file graphalg.h.
size_t CS::Utility::GraphEdge::from |
Starting vertex.
Definition at line 40 of file graphalg.h.
size_t CS::Utility::GraphEdge::to |
Ending vertex.
Definition at line 43 of file graphalg.h.