Public Member Functions | Public Attributes

fst::script::ShortestPathOptions Struct Reference

#include <fst/script/shortest-path.h>

Inherits fst::script::ShortestDistanceOptions.

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

List of all members.

Public Member Functions

 ShortestPathOptions (QueueType qt, size_t n=1, bool u=false, bool hasdist=false, float d=fst::kDelta, bool fp=false, WeightClass w=fst::script::WeightClass::Zero(), int64 s=fst::kNoStateId)

Public Attributes

const size_t nshortest
const bool unique
const bool has_distance
const bool first_path
const WeightClass weight_threshold
const int64 state_threshold

Detailed Description

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


Constructor & Destructor Documentation

fst::script::ShortestPathOptions::ShortestPathOptions ( QueueType  qt,
size_t  n = 1,
bool  u = false,
bool  hasdist = false,
float  d = fst::kDelta,
bool  fp = false,
WeightClass  w = fst::script::WeightClass::Zero(),
int64  s = fst::kNoStateId 
) [inline]

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


Member Data Documentation

Reimplemented from fst::script::ShortestDistanceOptions.

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

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

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

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

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

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


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