libkovan  1
The kovan standard library
Segmenter< T > Class Template Referenceabstract

#include <segment.hpp>

Public Types

typedef T type
 

Public Member Functions

virtual std::vector< SegmentfindSegments (const T *const data, const unsigned size) const =0
 

Member Typedef Documentation

template<typename T>
typedef T Segmenter< T >::type

Member Function Documentation

template<typename T>
virtual std::vector<Segment> Segmenter< T >::findSegments ( const T *const  data,
const unsigned  size 
) const
pure virtual

Implemented in ColinearSegmenter.


The documentation for this class was generated from the following file: