Public Member Functions | Public Attributes

fst::script::FstDrawerArgs Struct Reference

#include <fst/script/draw.h>

Collaboration diagram for fst::script::FstDrawerArgs:
Collaboration graph
[legend]

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 FstClassfst
const SymbolTableisyms
const SymbolTableosyms
const SymbolTablessyms
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]

Definition at line 52 of file draw.h.


Member Data Documentation

Definition at line 38 of file draw.h.

Definition at line 50 of file draw.h.

Definition at line 46 of file draw.h.

Definition at line 34 of file draw.h.

Definition at line 41 of file draw.h.

Definition at line 35 of file draw.h.

Definition at line 45 of file draw.h.

Definition at line 49 of file draw.h.

Definition at line 36 of file draw.h.

Definition at line 42 of file draw.h.

Definition at line 47 of file draw.h.

Definition at line 44 of file draw.h.

Definition at line 48 of file draw.h.

Definition at line 37 of file draw.h.

Definition at line 39 of file draw.h.

Definition at line 43 of file draw.h.

Definition at line 40 of file draw.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines