src/hugo/graph_wrapper.h
changeset 589 d89575370bcb
parent 576 d00c33d07114
child 593 b83b36ee7f10
equal deleted inserted replaced
6:53972f2c7ada 7:dc9a97eaaf41
   471 
   471 
   472   /// A wrapper for forgetting the orientation of a graph.
   472   /// A wrapper for forgetting the orientation of a graph.
   473 
   473 
   474   /// A wrapper for getting an undirected graph by forgetting
   474   /// A wrapper for getting an undirected graph by forgetting
   475   /// the orientation of a directed one.
   475   /// the orientation of a directed one.
       
   476   ///
       
   477   ///\author Marton Makai
   476   template<typename Graph>
   478   template<typename Graph>
   477   class UndirGraphWrapper : public GraphWrapper<Graph> {
   479   class UndirGraphWrapper : public GraphWrapper<Graph> {
   478   protected:
   480   protected:
   479     UndirGraphWrapper() : GraphWrapper<Graph>() { }
   481     UndirGraphWrapper() : GraphWrapper<Graph>() { }
   480     
   482