|
engine-mk1
|
A template struct for representing Edge objects. More...
#include <Graph.hpp>
Public Attributes | |
| E | data {} |
| The data held by this Edge. More... | |
| std::size_t | source {} |
| The ID of the source Vertex. More... | |
| std::size_t | target {} |
| The ID of the target Vertex. More... | |
| State | state {} |
| The current state of the Edge, represented by a bitfield. More... | |
| float | cost {} |
A template struct for representing Edge objects.
| E | The data type held by the Edge |
| E rz::graph::Edge< E >::data {} |
The data held by this Edge.
| std::size_t rz::graph::Edge< E >::source {} |
The ID of the source Vertex.
| State rz::graph::Edge< E >::state {} |
The current state of the Edge, represented by a bitfield.
| std::size_t rz::graph::Edge< E >::target {} |
The ID of the target Vertex.
1.8.11