00001 #include "segmentation.h" 00002 00003 template <class T> 00004 int Segmentation<T>::getSegCount() { 00005 return m_start.size(); 00006 }