To write a Graph to a file.
More...
#include <graph/graph/gwriter.h>
To write a Graph to a file.
Definition at line 61 of file gwriter.h.
◆ GraphWriter() [1/2]
GraphWriter::GraphWriter |
( |
const std::string & |
filename, |
|
|
const carto::SyntaxSet & |
syntax, |
|
|
const HelperSet & |
helpers = HelperSet() |
|
) |
| |
◆ GraphWriter() [2/2]
GraphWriter::GraphWriter |
( |
const carto::SyntaxSet & |
syntax, |
|
|
const HelperSet & |
helpers = HelperSet() |
|
) |
| |
◆ ~GraphWriter()
virtual GraphWriter::~GraphWriter |
( |
| ) |
|
|
virtual |
◆ write() [1/3]
virtual void GraphWriter::write |
( |
const Edge & |
edge | ) |
|
|
protectedvirtual |
write an Edge to a file
- Parameters
-
edge | undirected edge to save |
◆ write() [2/3]
virtual void GraphWriter::write |
( |
const Graph & |
graph | ) |
|
|
virtual |
write a Graph to a file
- Parameters
-
◆ write() [3/3]
virtual void GraphWriter::write |
( |
const Vertex & |
vertex | ) |
|
|
protectedvirtual |
write a Vertex to a file
- Parameters
-
The documentation for this class was generated from the following file: