|
|
// Copyright (C) 1999 Jean-Marc Valin
#ifndef VITERBI_H
#define VITERBI_H
class ViterbiNode {
}
class ViterbiGraph {
protected:
int numberStates;
int numberFrames;
vector <State *> states;
vector <Vector<float> *> frames;
public:
};
#endif
| Generated by: jmvalin@usw-pr-shell2 on Mon Jun 24 00:06:40 2002, using kdoc 2.0a40. |