Read a GEXF file.
More...
#include <filereader.h>
◆ FileReader()
libgexf::FileReader::FileReader |
( |
const std::string & |
filepath | ) |
|
|
explicit |
Constructor with init.
- Parameters
-
filepath | : Path to the written file |
v | : version number of the GEXF format |
◆ getGEXFCopy()
GEXF libgexf::FileReader::getGEXFCopy |
( |
| ) |
|
Get a duplicated instance of the internal GEXF data.
- Returns
- GEXF instance
◆ init()
void libgexf::FileReader::init |
( |
const std::string & |
filepath | ) |
|
Initialize the file reader.
- Parameters
-
filepath | : Path to the GEXF file |
v | : version number of the GEXF format |
The documentation for this class was generated from the following files: