FST  openfst-1.8.3
OpenFst Library
Namespaces | Functions
draw.cc File Reference
#include <fst/script/draw.h>
#include <ostream>
#include <string>
#include <fst/symbol-table.h>
#include <fst/script/fst-class.h>
#include <fst/script/script-impl.h>
Include dependency graph for draw.cc:

Go to the source code of this file.

Namespaces

 fst
 
 fst::script
 

Functions

void fst::script::Draw (const FstClass &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, const std::string &title, float width, float height, bool portrait, bool vertical, float ranksep, float nodesep, int fontsize, int precision, const std::string &float_format, bool show_weight_one, std::ostream &ostrm, const std::string &dest)
 
 fst::script::REGISTER_FST_OPERATION_3ARCS (Draw, FstDrawArgs)