Generated on Wed Apr 29 2015 11:51:41 for GGL-4.1.2 by doxygen 1.8.3.1
Public Member Functions | Static Public Member Functions
ggl::Graph_gSpan_writer Class Reference

Graph gSpan writer. More...

#include <Graph_gSpan_writer.hh>

Public Member Functions

 Graph_gSpan_writer ()
 construction More...
 
 ~Graph_gSpan_writer ()
 destruction More...
 

Static Public Member Functions

static void write (std::ostream &out, const Graph &graph)
 

Detailed Description

Algorithm wrapper class to write a boost graph in gSpan format to stream.

e.g.

 ####################
 t
 v 1 A
 v 2 B
 e 1 2 lala
 ####################
Author
Martin Mann (c) 2013 http://www.bioinf.uni-freiburg.de/~mmann/

Definition at line 29 of file Graph_gSpan_writer.hh.

Constructor & Destructor Documentation

ggl::Graph_gSpan_writer::Graph_gSpan_writer ( )
inline

Definition at line 33 of file Graph_gSpan_writer.hh.

ggl::Graph_gSpan_writer::~Graph_gSpan_writer ( )
inline

Definition at line 37 of file Graph_gSpan_writer.hh.

Member Function Documentation

static void ggl::Graph_gSpan_writer::write ( std::ostream &  out,
const Graph graph 
)
static

Writes a boost graph in GGL GML format to stream.

Parameters
outthe stream to write to
graphthe graph to print

The documentation for this class was generated from the following file: