#include <fst/script/draw.h>
List of all members.
Public Member Functions |
| | FstDrawerArgs (const FstClass &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, string title, float width, float height, bool portrait, bool vertical, float ranksep, float nodesep, int fontsize, int precision, bool show_weight_one, ostream *ostrm, const string &dest) |
Public Attributes |
| const FstClass & | fst |
| const SymbolTable * | isyms |
| const SymbolTable * | osyms |
| const SymbolTable * | ssyms |
| const bool | accep |
| const string & | title |
| const float | width |
| const float | height |
| const bool | portrait |
| const bool | vertical |
| const float | ranksep |
| const float | nodesep |
| const int | fontsize |
| const int | precision |
| const bool | show_weight_one |
| ostream * | ostrm |
| const string & | dest |
Detailed Description
Note: it is safe to pass these strings as references because this struct is only used to pass them deeper in the call graph. Be sure you understand why this is so before using this struct for anything else!
Definition at line 33 of file draw.h.
Constructor & Destructor Documentation
| fst::script::FstDrawerArgs::FstDrawerArgs |
( |
const FstClass & |
fst, |
|
|
const SymbolTable * |
isyms, |
|
|
const SymbolTable * |
osyms, |
|
|
const SymbolTable * |
ssyms, |
|
|
bool |
accep, |
|
|
string |
title, |
|
|
float |
width, |
|
|
float |
height, |
|
|
bool |
portrait, |
|
|
bool |
vertical, |
|
|
float |
ranksep, |
|
|
float |
nodesep, |
|
|
int |
fontsize, |
|
|
int |
precision, |
|
|
bool |
show_weight_one, |
|
|
ostream * |
ostrm, |
|
|
const string & |
dest | |
|
) |
| | [inline] |
Member Data Documentation
The documentation for this struct was generated from the following file:
- openfst-1.2.6/src/include/fst/script/draw.h