|
Camargue
|
Representing graph edges and costs. More...
#include <graph.hpp>


Public Member Functions | |
| Edge (int e0, int e1, int _len) | |
| Construct by endpoints and length. | |
| bool | operator== (const Edge &rhs) const |
Public Member Functions inherited from CMR::EndPts | |
| EndPts (int e0, int e1) | |
Public Attributes | |
| int | len |
| The edge length. | |
| bool | removable |
| For use by certain erase-remove procedures. | |
Public Attributes inherited from CMR::EndPts | |
| std::array< int, 2 > | end |
Representing graph edges and costs.
1.8.11