Edinburgh Speech Tools 2.4-release
 
Loading...
Searching...
No Matches
EST_VTPoint Class Reference

#include <include/EST_viterbi.h>

Collaboration diagram for EST_VTPoint:

Public Attributes

EST_Items
 
int num_states
 
int num_paths
 
EST_VTCandidatecands
 
EST_VTPathpaths
 
EST_VTPath ** st_paths
 
EST_VTPointnext
 

Detailed Description

Internal class to \Ref{EST_Viterbi_Decoder used to a node in the decoder table

Author
Alan W Black (awb@c.nosp@m.str..nosp@m.ed.ac.nosp@m..uk): July 1996

Definition at line 94 of file EST_viterbi.h.

Constructor & Destructor Documentation

◆ EST_VTPoint()

EST_VTPoint::EST_VTPoint ( )
inline

Definition at line 97 of file EST_viterbi.h.

◆ ~EST_VTPoint()

EST_VTPoint::~EST_VTPoint ( )

Definition at line 49 of file EST_viterbi.cc.

Member Data Documentation

◆ s

EST_Item* EST_VTPoint::s

Definition at line 99 of file EST_viterbi.h.

◆ num_states

int EST_VTPoint::num_states

Definition at line 100 of file EST_viterbi.h.

◆ num_paths

int EST_VTPoint::num_paths

Definition at line 101 of file EST_viterbi.h.

◆ cands

EST_VTCandidate* EST_VTPoint::cands

Definition at line 102 of file EST_viterbi.h.

◆ paths

EST_VTPath* EST_VTPoint::paths

Definition at line 103 of file EST_viterbi.h.

◆ st_paths

EST_VTPath** EST_VTPoint::st_paths

Definition at line 104 of file EST_viterbi.h.

◆ next

EST_VTPoint* EST_VTPoint::next

Definition at line 105 of file EST_viterbi.h.


The documentation for this class was generated from the following files: