Edinburgh Speech Tools  2.1-release
EST_Track.cc File Reference
#include <fstream>
#include <iostream>
#include <cmath>
#include "EST_unix.h"
#include "EST_Track.h"
#include "EST_string_aux.h"
#include "EST_TrackFile.h"
#include "EST_error.h"
Include dependency graph for EST_Track.cc:

Go to the source code of this file.

Macros

#define EPSILON   (0.0001)
 

Functions

ostream & operator<< (ostream &s, const EST_Track &tr)
 

Variables

const EST_String DEF_FILE_TYPE = "est"
 

Macro Definition Documentation

#define EPSILON   (0.0001)

Definition at line 438 of file EST_Track.cc.

Function Documentation

ostream& operator<< ( ostream &  s,
const EST_Track tr 
)

Definition at line 178 of file EST_Track.cc.

Variable Documentation

const EST_String DEF_FILE_TYPE = "est"

Definition at line 55 of file EST_Track.cc.