equal
deleted
inserted
replaced
1012 typedef typename TR::PredMap PredMap; |
1012 typedef typename TR::PredMap PredMap; |
1013 ///The type of the map that stores the dists of the nodes. |
1013 ///The type of the map that stores the dists of the nodes. |
1014 typedef typename TR::DistMap DistMap; |
1014 typedef typename TR::DistMap DistMap; |
1015 ///The heap type used by the dijkstra algorithm. |
1015 ///The heap type used by the dijkstra algorithm. |
1016 typedef typename TR::Heap Heap; |
1016 typedef typename TR::Heap Heap; |
1017 public: |
1017 public: |
1018 /// Constructor. |
1018 /// Constructor. |
1019 DijkstraWizard() : TR() {} |
1019 DijkstraWizard() : TR() {} |
1020 |
1020 |
1021 /// Constructor that requires parameters. |
1021 /// Constructor that requires parameters. |
1022 |
1022 |