FAUST compiler  0.9.9.6b8
sigToGraph.hh
Go to the documentation of this file.
1 #ifndef SIGTOGRAPH_HH
2 #define SIGTOGRAPH_HH
3 
4 #include "signals.hh"
5 #include <string>
6 #include <iostream>
7 #include <fstream>
8 
9 using namespace std;
10 
15 void sigToGraph (Tree sig, ofstream& fout);
16 
17 #endif // SIGTOGRAPH_HH
A CTree = (Node x [CTree]) is a Node associated with a list of subtrees called branches.
Definition: tree.hh:109
void sigToGraph(Tree sig, ofstream &fout)
Draw a list of signals L as a directed graph using graphviz's dot language.
Definition: sigToGraph.cpp:50