![]() |
Mixxx
|
#include <segmentation.h>
Public Member Functions | |
Segmentation () | |
int | getSegCount () |
float | getSegStart (const int index) |
float | getSegEnd (const int index) |
T | getSegInfo (const int index) |
void | addSeg (const float start, const float end, const T &info) |
Definition at line 16 of file segmentation.h.
Segmentation< T >::Segmentation | ( | ) | [inline] |
Definition at line 19 of file segmentation.h.
void Segmentation< T >::addSeg | ( | const float | start, |
const float | end, | ||
const T & | info | ||
) | [inline] |
int Segmentation< T >::getSegCount | ( | ) |
Definition at line 4 of file segmentation.cpp.
float Segmentation< T >::getSegEnd | ( | const int | index | ) | [inline] |
Definition at line 32 of file segmentation.h.
T Segmentation< T >::getSegInfo | ( | const int | index | ) | [inline] |
Definition at line 36 of file segmentation.h.
float Segmentation< T >::getSegStart | ( | const int | index | ) | [inline] |
Definition at line 28 of file segmentation.h.