|
cgv
|
a basic graph edge type More...
#include <adjacency_list.h>
Public Attributes | |
| size_t | start = 0 |
| the index of the start vertex | |
| size_t | end = 0 |
| the index of the end vertex | |
a basic graph edge type
Definition at line 15 of file adjacency_list.h.
| size_t cgv::math::edge::end = 0 |
the index of the end vertex
Definition at line 20 of file adjacency_list.h.
Referenced by cgv::math::adjacency_list< VertexT >::add_edge(), and cgv::math::adjacency_list< VertexT >::edge_exists().
| size_t cgv::math::edge::start = 0 |
the index of the start vertex
Definition at line 18 of file adjacency_list.h.
Referenced by cgv::math::adjacency_list< VertexT >::add_edge().