Tree Compression with Top Trees Revisited
Protected Member Functions | List of all members
TopTreeDotGraphExporter< DataType > Struct Template Reference

Export a Top Tree as a DOT graph. More...

#include <DotGraphExporter.h>

Inheritance diagram for TopTreeDotGraphExporter< DataType >:
Inheritance graph
[legend]
Collaboration diagram for TopTreeDotGraphExporter< DataType >:
Collaboration graph
[legend]

Protected Member Functions

void writeNode (std::ostream &out, const TopTree< DataType > &tree, const int clusterId)
 iteratively write the tree to an output stream More...
 

Additional Inherited Members

- Public Member Functions inherited from DotGraphExporter< TopTree< DataType > >
void write (const TopTree< DataType > &tree, const string &filename, const int nodeId=0)
 
- Static Public Member Functions inherited from DotGraphExporter< TopTree< DataType > >
static void drawSvg (const string &dotfile, const string &outfilename)
 

Detailed Description

template<typename DataType>
struct TopTreeDotGraphExporter< DataType >

Export a Top Tree as a DOT graph.

Definition at line 68 of file DotGraphExporter.h.

Member Function Documentation

template<typename DataType >
void TopTreeDotGraphExporter< DataType >::writeNode ( std::ostream &  out,
const TopTree< DataType > &  tree,
const int  clusterId 
)
inlineprotectedvirtual

iteratively write the tree to an output stream

Implements DotGraphExporter< TopTree< DataType > >.

Definition at line 71 of file DotGraphExporter.h.


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