src/work/alpar/list_graph.h
changeset 406 e8377ac921b6
parent 405 a2d8ec38e8db
child 408 cc8629dc2935
equal deleted inserted replaced
5:fda2aa41a367 6:0a69dc3326cc
     1 // -*- mode:C++ -*-
     1 // -*- mode:C++ -*-
     2 
     2 
     3 #ifndef HUGO_LIST_GRAPH_H
     3 #ifndef HUGO_LIST_GRAPH_H
     4 #define HUGO_LIST_GRAPH_H
     4 #define HUGO_LIST_GRAPH_H
     5 
     5 
       
     6 ///ingroup graphs
     6 ///\file
     7 ///\file
     7 ///\brief ListGraph, SymListGraph, NodeSet and EdgeSet classes.
     8 ///\brief ListGraph, SymListGraph, NodeSet and EdgeSet classes.
     8 
     9 
     9 #include <vector>
    10 #include <vector>
    10 #include <limits.h>
    11 #include <limits.h>
    11 
    12 
    12 #include "invalid.h"
    13 #include "invalid.h"
    13 
    14 
    14 namespace hugo {
    15 namespace hugo {
       
    16 
       
    17 /// \addtogroup graphs
       
    18 /// @{
    15 
    19 
    16   class SymListGraph;
    20   class SymListGraph;
    17 
    21 
    18   ///A list graph class.
    22   ///A list graph class.
    19 
    23 
  1564       void update() {}    //Useless for DynMaps
  1568       void update() {}    //Useless for DynMaps
  1565       void update(T a) {}  //Useless for DynMaps
  1569       void update(T a) {}  //Useless for DynMaps
  1566     };
  1570     };
  1567 
  1571 
  1568   };
  1572   };
  1569   
  1573 
       
  1574 /// @}  
       
  1575 
  1570 } //namespace hugo
  1576 } //namespace hugo
  1571 
  1577 
  1572 #endif //HUGO_LIST_GRAPH_H
  1578 #endif //HUGO_LIST_GRAPH_H