Camargue
Public Member Functions | Public Attributes | List of all members
CMR::Graph::Edge Struct Reference

Representing graph edges and costs. More...

#include <graph.hpp>

Inheritance diagram for CMR::Graph::Edge:
Inheritance graph
[legend]
Collaboration diagram for CMR::Graph::Edge:
Collaboration graph
[legend]

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
 

Detailed Description

Representing graph edges and costs.


The documentation for this struct was generated from the following file: