Darwin  1.10(beta)
Public Member Functions | Public Attributes | List of all members
drwnNNGraphEdge Class Reference

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
 

Detailed Description

Encapsulates an outgoing edge in a drwnNNGraph.


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