FST
openfst-1.8.4
OpenFst Library
|
#include <cc-visitors.h>
Public Types | |
using | Weight = typename Arc::Weight |
using | StateId = typename Arc::StateId |
Public Member Functions | |
CcVisitor (std::vector< StateId > *cc) | |
CcVisitor (UnionFind< StateId > *comps) | |
~CcVisitor () | |
void | InitVisit (const Fst< Arc > &fst) |
bool | InitState (StateId s, StateId root) |
bool | WhiteArc (StateId s, const Arc &arc) |
bool | GreyArc (StateId s, const Arc &arc) |
bool | BlackArc (StateId s, const Arc &arc) |
void | FinishState (StateId s) |
void | FinishVisit () |
int | GetCcVector (std::vector< StateId > *cc) |
Definition at line 33 of file cc-visitors.h.
using fst::CcVisitor< Arc >::StateId = typename Arc::StateId |
Definition at line 36 of file cc-visitors.h.
using fst::CcVisitor< Arc >::Weight = typename Arc::Weight |
Definition at line 35 of file cc-visitors.h.
|
inlineexplicit |
Definition at line 39 of file cc-visitors.h.
|
inlineexplicit |
Definition at line 43 of file cc-visitors.h.
|
inline |
Definition at line 46 of file cc-visitors.h.
|
inline |
Definition at line 69 of file cc-visitors.h.
|
inline |
Definition at line 74 of file cc-visitors.h.
|
inline |
Definition at line 76 of file cc-visitors.h.
|
inline |
Definition at line 82 of file cc-visitors.h.
|
inline |
Definition at line 64 of file cc-visitors.h.
|
inline |
Definition at line 52 of file cc-visitors.h.
|
inline |
Definition at line 50 of file cc-visitors.h.
|
inline |
Definition at line 58 of file cc-visitors.h.