Write a GEXF 1.1 file (Gephi 0.7+).
More...
#include <filewriter.h>
|
| enum | ElemType { NODE,
EDGE
} |
| | Possible type of element.
|
| |
Write a GEXF 1.1 file (Gephi 0.7+).
◆ FileWriter()
| libgexf::FileWriter::FileWriter |
( |
const std::string & |
filepath, |
|
|
GEXF * |
gexf |
|
) |
| |
Constructor with init.
- Parameters
-
| filepath | : Path to the written file |
| gexf | : reference to a GEXF object |
◆ getGEXFCopy()
| GEXF libgexf::FileWriter::getGEXFCopy |
( |
| ) |
|
Get a duplicated instance of the internal GEXF data.
- Returns
- GEXF instance
◆ init()
| void libgexf::FileWriter::init |
( |
const std::string & |
filepath, |
|
|
libgexf::GEXF * |
gexf |
|
) |
| |
Initialize the file writer.
- Parameters
-
| filepath | : Path to the GEXF file |
| gexf | : reference to a GEXF object |
The documentation for this class was generated from the following files: