|
cgv
|
Public Types | |
| using | weight_type = T |
Public Attributes | |
| T | weight = {} |
| the edge weight | |
Public Attributes inherited from cgv::math::edge | |
| size_t | start = 0 |
| the index of the start vertex | |
| size_t | end = 0 |
| the index of the end vertex | |
Definition at line 24 of file adjacency_list.h.
| using cgv::math::weighted_edge< T >::weight_type = T |
Definition at line 26 of file adjacency_list.h.
| T cgv::math::weighted_edge< T >::weight = {} |
the edge weight
Definition at line 29 of file adjacency_list.h.