~ubuntu-branches/ubuntu/maverick/speech-tools/maverick

« back to all changes in this revision

Viewing changes to include/EST_Wagon.h

  • Committer: Bazaar Package Importer
  • Author(s): Kumar Appaiah, Kartik Mistry, Kumar Appaiah
  • Date: 2010-07-17 11:32:04 UTC
  • mfrom: (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100717113204-mnse3jo236j107q8
Tags: 1:2.0.95~beta-1
[ Kartik Mistry ]
* debian/control:
  + [Lintian] Added missing ${misc:Depends}
  + Updated Standards-Version to 3.8.4 (no changes needed)
* debian/patches/const_char.diff:
  + Added missing patch header
* Removed unused patch invalid_const_char_conversion_fixes.diff

[ Kumar Appaiah ]
* New upstream release.
* Standards Version is now 3.9.0 (No changes needed)
* Update debian/rules to specify version numbers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
    EST_StrVector p_name;
83
83
  public:
84
84
    void load_description(const EST_String& descfname,LISP ignores);
 
85
    void ignore_non_numbers();
85
86
 
86
87
    int ftype(const int &i) const {return p_type(i);}
87
88
    int ignore(int i) const {return p_ignore(i); }
239
240
extern EST_FMatrix wgn_DistMatrix;
240
241
extern EST_Track wgn_VertexTrack;
241
242
extern EST_Track wgn_UnitTrack;
242
 
extern int wgn_VertexTrack_start;
243
 
extern int wgn_VertexTrack_end;
 
243
extern EST_Track wgn_VertexFeats;
244
244
 
245
245
void wgn_load_datadescription(EST_String fname,LISP ignores);
246
246
void wgn_load_dataset(WDataSet &ds,EST_String fname);