Mixxx

Segmentation< T > Class Template Reference

#include <segmentation.h>

List of all members.

Public Member Functions

 Segmentation ()
int getSegCount ()
float getSegStart (const int index)
float getSegEnd (const int index)
getSegInfo (const int index)
void addSeg (const float start, const float end, const T &info)

Detailed Description

template<class T>
class Segmentation< T >

Definition at line 16 of file segmentation.h.


Constructor & Destructor Documentation

template<class T>
Segmentation< T >::Segmentation ( ) [inline]

Definition at line 19 of file segmentation.h.


Member Function Documentation

template<class T>
void Segmentation< T >::addSeg ( const float  start,
const float  end,
const T &  info 
) [inline]

Definition at line 40 of file segmentation.h.

Here is the caller graph for this function:

template<class T >
int Segmentation< T >::getSegCount ( )

Definition at line 4 of file segmentation.cpp.

template<class T>
float Segmentation< T >::getSegEnd ( const int  index) [inline]

Definition at line 32 of file segmentation.h.

template<class T>
T Segmentation< T >::getSegInfo ( const int  index) [inline]

Definition at line 36 of file segmentation.h.

template<class T>
float Segmentation< T >::getSegStart ( const int  index) [inline]

Definition at line 28 of file segmentation.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines