OpenASIP
2.0
|
#include <BoostGraph.hh>
Public Member Functions | |
PathLengthHelper (NodeDescriptor nd, int len, int sd, bool looping=false) | |
bool | operator< (const PathLengthHelper &other) const |
Public Attributes | |
NodeDescriptor | nd_ |
int | len_ |
int | sd_ |
bool | looping_ |
This class is used in the pririty queue, to select which node to start sink distance calculations
Definition at line 366 of file BoostGraph.hh.
|
inline |
|
inline |
int BoostGraph< GraphNode, GraphEdge >::PathLengthHelper::len_ |
Definition at line 370 of file BoostGraph.hh.
bool BoostGraph< GraphNode, GraphEdge >::PathLengthHelper::looping_ |
Definition at line 372 of file BoostGraph.hh.
NodeDescriptor BoostGraph< GraphNode, GraphEdge >::PathLengthHelper::nd_ |
Definition at line 369 of file BoostGraph.hh.
int BoostGraph< GraphNode, GraphEdge >::PathLengthHelper::sd_ |
Definition at line 371 of file BoostGraph.hh.