FST  openfst-1.8.3
OpenFst Library
Public Member Functions | Public Attributes | List of all members
fst::script::ShortestPathOptions Struct Reference

#include <shortest-path.h>

Inheritance diagram for fst::script::ShortestPathOptions:
Inheritance graph
[legend]
Collaboration diagram for fst::script::ShortestPathOptions:
Collaboration graph
[legend]

Public Member Functions

 ShortestPathOptions (QueueType queue_type, int32_t nshortest, bool unique, float delta, const WeightClass &weight_threshold, int64_t state_threshold=kNoStateId)
 
- Public Member Functions inherited from fst::script::ShortestDistanceOptions
 ShortestDistanceOptions (QueueType queue_type, ArcFilterType arc_filter_type, int64_t source, float delta)
 

Public Attributes

const int32_t nshortest
 
const bool unique
 
const WeightClassweight_threshold
 
const int64_t state_threshold
 
- Public Attributes inherited from fst::script::ShortestDistanceOptions
const QueueType queue_type
 
const ArcFilterType arc_filter_type
 
const int64_t source
 
const float delta
 

Detailed Description

Definition at line 45 of file shortest-path.h.

Constructor & Destructor Documentation

fst::script::ShortestPathOptions::ShortestPathOptions ( QueueType  queue_type,
int32_t  nshortest,
bool  unique,
float  delta,
const WeightClass weight_threshold,
int64_t  state_threshold = kNoStateId 
)
inline

Definition at line 51 of file shortest-path.h.

Member Data Documentation

const int32_t fst::script::ShortestPathOptions::nshortest

Definition at line 46 of file shortest-path.h.

const int64_t fst::script::ShortestPathOptions::state_threshold

Definition at line 49 of file shortest-path.h.

const bool fst::script::ShortestPathOptions::unique

Definition at line 47 of file shortest-path.h.

const WeightClass& fst::script::ShortestPathOptions::weight_threshold

Definition at line 48 of file shortest-path.h.


The documentation for this struct was generated from the following file: