|
cgv
|
Public Member Functions | |
| weighted_edge () | |
| standard constructor | |
| weighted_edge (double w) | |
Public Attributes | |
| double | weight |
| edge weight | |
| int | flag |
Public Attributes inherited from cgv::math::edge | |
| unsigned | start |
| unsigned | end |
Definition at line 18 of file adjacency_list.h.
|
inline |
standard constructor
Definition at line 25 of file adjacency_list.h.
|
inline |
Definition at line 26 of file adjacency_list.h.
| int cgv::math::weighted_edge::flag |
Definition at line 22 of file adjacency_list.h.
| double cgv::math::weighted_edge::weight |
edge weight
Definition at line 21 of file adjacency_list.h.