lemon/grid_graph.h
changeset 1715 e71778873dd0
parent 1693 269f0cbfbcc8
child 1791 62e7d237e1fb
equal deleted inserted replaced
2:7e945b0c0d0f 3:dfe35b2a8b6d
    21 #include <lemon/invalid.h>
    21 #include <lemon/invalid.h>
    22 #include <lemon/utility.h>
    22 #include <lemon/utility.h>
    23 
    23 
    24 #include <lemon/bits/iterable_graph_extender.h>
    24 #include <lemon/bits/iterable_graph_extender.h>
    25 #include <lemon/bits/alteration_notifier.h>
    25 #include <lemon/bits/alteration_notifier.h>
    26 #include <lemon/bits/default_map.h>
    26 #include <lemon/bits/static_map.h>
    27 
    27 
    28 #include <lemon/bits/undir_graph_extender.h>
    28 #include <lemon/bits/undir_graph_extender.h>
    29 
    29 
    30 #include <lemon/xy.h>
    30 #include <lemon/xy.h>
    31 
    31 
   337     int _nodeNum, _edgeNum;
   337     int _nodeNum, _edgeNum;
   338     int _edgeLimit;
   338     int _edgeLimit;
   339   };
   339   };
   340 
   340 
   341 
   341 
   342   typedef MappableUndirGraphExtender<
   342   typedef StaticMappableUndirGraphExtender<
   343     IterableUndirGraphExtender<
   343     IterableUndirGraphExtender<
   344     AlterableUndirGraphExtender<
   344     AlterableUndirGraphExtender<
   345     UndirGraphExtender<GridGraphBase> > > > ExtendedGridGraphBase;
   345     UndirGraphExtender<GridGraphBase> > > > ExtendedGridGraphBase;
   346 
   346 
   347   /// \ingroup graphs
   347   /// \ingroup graphs