src/work/peter/path/path.h
changeset 959 c80ef5912903
parent 921 818510fa3d99
child 986 e997802b855c
equal deleted inserted replaced
1:552c0c979dfd 2:bb8f06548d9d
    10 
    10 
    11 All of them have the same interface, especially they can be built or extended
    11 All of them have the same interface, especially they can be built or extended
    12 using a standard Builder subclass. This make is easy to have e.g. the Dijkstra
    12 using a standard Builder subclass. This make is easy to have e.g. the Dijkstra
    13 algorithm to store its result in any kind of path structure.
    13 algorithm to store its result in any kind of path structure.
    14 
    14 
    15 \sa lemon::skeleton::Path
    15 \sa lemon::concept::Path
    16 
    16 
    17 */
    17 */
    18 
    18 
    19 ///\ingroup paths
    19 ///\ingroup paths
    20 ///\file
    20 ///\file