|
cgv
|
a basic graph node type More...
#include <adjacency_list.h>
Public Types | |
| using | edge_type = EdgeT |
| the used edge type | |
Public Attributes | |
| std::vector< edge_type > | edges |
| incident edges | |
a basic graph node type
Definition at line 34 of file adjacency_list.h.
| using cgv::math::vertex< EdgeT >::edge_type = EdgeT |
the used edge type
Definition at line 37 of file adjacency_list.h.
| std::vector<edge_type> cgv::math::vertex< EdgeT >::edges |
incident edges
Definition at line 40 of file adjacency_list.h.
Referenced by cgv::math::adjacency_list< VertexT >::add_edge(), cgv::math::adjacency_list< VertexT >::edge_exists(), and cgv::math::adjacency_list< VertexT >::to_edge_list().