Darwin
1.10(beta)
|
Encapsulates an outgoing edge in a drwnNNGraph. More...
Public Member Functions | |
drwnNNGraphEdge () | |
default constructor | |
drwnNNGraphEdge (const drwnNNGraphNodeIndex &tgtIndx, float w) | |
constructor | |
bool | operator< (const drwnNNGraphEdge &e) const |
default comparison for sorting | |
Public Attributes | |
drwnNNGraphNodeIndex | targetNode |
index of the target node | |
float | weight |
weight ot score for this edge | |
drwnNNGraphEdgeStatus | status |
status of this edge | |
Encapsulates an outgoing edge in a drwnNNGraph.