Mixxx

/home/maxime/Projets/Mixxx/1.10/mixxx/src/segmentation.cpp

Go to the documentation of this file.
00001 #include "segmentation.h"
00002 
00003 template <class T>
00004 int Segmentation<T>::getSegCount() {
00005         return m_start.size();
00006 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines