Auxiliary struct for topological distances from root node.
#include <mrpt/graphs/dijkstra.h>
Public Member Functions | |
| TDistance () | |
| TDistance (const double D) | |
| const TDistance & | operator= (const double D) |
Public Attributes | |
| double | dist |
| mrpt::graphs::CDijkstra::TDistance::TDistance | ( | ) | [inline] |
Definition at line 66 of file dijkstra.h.
| mrpt::graphs::CDijkstra::TDistance::TDistance | ( | const double | D | ) | [inline] |
Definition at line 67 of file dijkstra.h.
| const TDistance& mrpt::graphs::CDijkstra::TDistance::operator= | ( | const double | D | ) | [inline] |
Definition at line 68 of file dijkstra.h.
Definition at line 65 of file dijkstra.h.
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |