FST  openfst-1.8.3
OpenFst Library
Classes | Namespaces | Typedefs | Functions
intersect.h File Reference
#include <algorithm>
#include <vector>
#include <fst/log.h>
#include <fst/arc.h>
#include <fst/cache.h>
#include <fst/compose-filter.h>
#include <fst/compose.h>
#include <fst/connect.h>
#include <fst/float-weight.h>
#include <fst/fst.h>
#include <fst/impl-to-fst.h>
#include <fst/matcher.h>
#include <fst/mutable-fst.h>
#include <fst/properties.h>
#include <fst/state-table.h>
#include <fst/util.h>
Include dependency graph for intersect.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fst::IntersectFstOptions< Arc, M, Filter, StateTable >
 
class  fst::IntersectFst< A >
 
class  fst::StateIterator< IntersectFst< Arc > >
 
class  fst::ArcIterator< IntersectFst< Arc > >
 

Namespaces

 fst
 

Typedefs

using fst::IntersectOptions = ComposeOptions
 

Functions

template<class Arc >
void fst::Intersect (const Fst< Arc > &ifst1, const Fst< Arc > &ifst2, MutableFst< Arc > *ofst, const IntersectOptions &opts=IntersectOptions())