equal
deleted
inserted
replaced
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. |