lemon/lgf_reader.h
changeset 278 931190050520
parent 220 a5d8c039f218
child 290 f6899946c1ac
child 293 47fbc814aa31
equal deleted inserted replaced
25:bc9d1993afaa 26:2504176b6a66
    16  *
    16  *
    17  */
    17  */
    18 
    18 
    19 ///\ingroup lemon_io
    19 ///\ingroup lemon_io
    20 ///\file
    20 ///\file
    21 ///\brief \ref lgf-format "Lemon Graph Format" reader.
    21 ///\brief \ref lgf-format "LEMON Graph Format" reader.
    22 
    22 
    23 
    23 
    24 #ifndef LEMON_LGF_READER_H
    24 #ifndef LEMON_LGF_READER_H
    25 #define LEMON_LGF_READER_H
    25 #define LEMON_LGF_READER_H
    26 
    26 
  2299   /// \ingroup lemon_io
  2299   /// \ingroup lemon_io
  2300   ///
  2300   ///
  2301   /// \brief Reader for the contents of the \ref lgf-format "LGF" file
  2301   /// \brief Reader for the contents of the \ref lgf-format "LGF" file
  2302   ///
  2302   ///
  2303   /// This class can be used to read the sections, the map names and
  2303   /// This class can be used to read the sections, the map names and
  2304   /// the attributes from a file. Usually, the Lemon programs know
  2304   /// the attributes from a file. Usually, the LEMON programs know
  2305   /// that, which type of graph, which maps and which attributes
  2305   /// that, which type of graph, which maps and which attributes
  2306   /// should be read from a file, but in general tools (like glemon)
  2306   /// should be read from a file, but in general tools (like glemon)
  2307   /// the contents of an LGF file should be guessed somehow. This class
  2307   /// the contents of an LGF file should be guessed somehow. This class
  2308   /// reads the graph and stores the appropriate information for
  2308   /// reads the graph and stores the appropriate information for
  2309   /// reading the graph.
  2309   /// reading the graph.