Edinburgh Speech Tools  2.1-release
EST_VTPoint Class Reference

#include <include/EST_viterbi.h>

Collaboration diagram for EST_VTPoint:

Public Member Functions

 EST_VTPoint ()
 
 ~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 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 97 of file EST_viterbi.h.

Constructor & Destructor Documentation

EST_VTPoint::EST_VTPoint ( )
inline

Definition at line 100 of file EST_viterbi.h.

EST_VTPoint::~EST_VTPoint ( )

Definition at line 51 of file EST_viterbi.cc.

Member Data Documentation

EST_Item* EST_VTPoint::s

Definition at line 102 of file EST_viterbi.h.

int EST_VTPoint::num_states

Definition at line 103 of file EST_viterbi.h.

int EST_VTPoint::num_paths

Definition at line 104 of file EST_viterbi.h.

EST_VTCandidate* EST_VTPoint::cands

Definition at line 105 of file EST_viterbi.h.

EST_VTPath* EST_VTPoint::paths

Definition at line 106 of file EST_viterbi.h.

EST_VTPath** EST_VTPoint::st_paths

Definition at line 107 of file EST_viterbi.h.

EST_VTPoint* EST_VTPoint::next

Definition at line 108 of file EST_viterbi.h.


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