Struct used to encapsulate state that may be needed by weight functors and which is the same for a whole shortest path computation. More...
#include <MultiGraph.h>
Public Member Functions | |
SearchInfo (Bundle *bundle) | |
Public Attributes | |
Bundle * | bundle_ |
oasys::Time | now_ |
Struct used to encapsulate state that may be needed by weight functors and which is the same for a whole shortest path computation.
Definition at line 103 of file MultiGraph.h.
dtn::MultiGraph< _NodeInfo, _EdgeInfo >::SearchInfo::SearchInfo | ( | Bundle * | bundle | ) |
Bundle* dtn::MultiGraph< _NodeInfo, _EdgeInfo >::SearchInfo::bundle_ |
Definition at line 106 of file MultiGraph.h.
oasys::Time dtn::MultiGraph< _NodeInfo, _EdgeInfo >::SearchInfo::now_ |
Definition at line 107 of file MultiGraph.h.