equal
deleted
inserted
replaced
805 ///we have created a wizard class. |
805 ///we have created a wizard class. |
806 /// This \ref DijkstraWizard class needs default traits, |
806 /// This \ref DijkstraWizard class needs default traits, |
807 ///as well as the \ref Dijkstra class. |
807 ///as well as the \ref Dijkstra class. |
808 /// The \ref DijkstraWizardBase is a class to be the default traits of the |
808 /// The \ref DijkstraWizardBase is a class to be the default traits of the |
809 /// \ref DijkstraWizard class. |
809 /// \ref DijkstraWizard class. |
|
810 /// \todo More named parameters are required... |
810 template<class GR,class LM> |
811 template<class GR,class LM> |
811 class DijkstraWizardBase : public DijkstraWizardDefaultTraits<GR,LM> |
812 class DijkstraWizardBase : public DijkstraWizardDefaultTraits<GR,LM> |
812 { |
813 { |
813 |
814 |
814 typedef DijkstraWizardDefaultTraits<GR,LM> Base; |
815 typedef DijkstraWizardDefaultTraits<GR,LM> Base; |