Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
tikz.hh File Reference
#include <algorithm>
#include <iostream>
#include <unordered_map>
#include <unordered_set>
#include <vector>
#include <vcsn/algos/grail.hh>
#include <vcsn/dyn/fwd.hh>
Include dependency graph for tikz.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vcsn::detail::tikzer< Aut >
 Format automaton to TikZ format. More...
 

Namespaces

 vcsn
 
 vcsn::detail
 
 vcsn::dyn
 FIXME: duplicate code with determinize.
 
 vcsn::dyn::detail
 

Functions

template<typename AutPtr >
std::ostream & vcsn::tikz (const AutPtr &aut, std::ostream &out)
 Print automaton to TikZ format. More...
 
template<typename Aut , typename Ostream >
std::ostream & vcsn::dyn::detail::tikz (const automaton &aut, std::ostream &out)
 Bridge. More...
 
 vcsn::dyn::detail::REGISTER_DECLARE (tikz,(const automaton &aut, std::ostream &out) -> std::ostream &)