#include <filewriter.h>
Public Types | |
enum | ElemType { NODE, EDGE } |
Possible type of element. | |
Public Member Functions | |
FileWriter (const std::string &filepath, GEXF *gexf) | |
Constructor with init. | |
FileWriter (const FileWriter &orig) | |
Copy constructor. | |
libgexf::GEXF | getGEXFCopy () |
Get a duplicated instance of the internal GEXF data. | |
void | init (const std::string &filepath, libgexf::GEXF *gexf) |
Initialize the file writer. | |
void | write () |
Write the file. |
libgexf::FileWriter::FileWriter | ( | const std::string & | filepath, | |
GEXF * | gexf | |||
) |
Constructor with init.
filepath | : Path to the written file | |
gexf | : reference to a GEXF object |
GEXF libgexf::FileWriter::getGEXFCopy | ( | ) |
void libgexf::FileWriter::init | ( | const std::string & | filepath, | |
libgexf::GEXF * | gexf | |||
) |