#include <kws-functions.h>
Public Member Functions | |
Interval () | |
Interval (int32 start, int32 end) | |
Interval (const Interval &interval) | |
int32 | Overlap (Interval interval) |
int32 | Start () const |
int32 | End () const |
~Interval () | |
Private Attributes | |
int32 | start_ |
int32 | end_ |
Definition at line 35 of file kws-functions.h.
|
inline |
Definition at line 37 of file kws-functions.h.
Definition at line 38 of file kws-functions.h.
Definition at line 39 of file kws-functions.h.
|
inline |
Definition at line 46 of file kws-functions.h.
|
inline |
Definition at line 45 of file kws-functions.h.
References Interval::end_.
Referenced by kaldi::CompareInterval().
Definition at line 40 of file kws-functions.h.
References Interval::end_, and Interval::start_.
Referenced by kaldi::ClusterLattice().
|
inline |
Definition at line 44 of file kws-functions.h.
References Interval::start_.
Referenced by kaldi::CompareInterval().
|
private |
Definition at line 50 of file kws-functions.h.
Referenced by Interval::End(), and Interval::Overlap().
|
private |
Definition at line 49 of file kws-functions.h.
Referenced by Interval::Overlap(), and Interval::Start().