25 #ifndef WEEG2SEGMENT_H
26 #define WEEG2SEGMENT_H
30 #include <boost/shared_ptr.hpp>
32 #include "io/WPagerEEG.h"
33 #include "WEEGValueMatrix.h"
34 #include "WExportDataHandler.h"
51 WEEG2Segment( std::size_t segmentID, boost::shared_ptr< WPagerEEG > pager );
58 std::size_t getNumberOfSamples()
const;
67 boost::shared_ptr< WEEGValueMatrix > getValues( std::size_t start, std::size_t length )
const;
76 #endif // WEEG2SEGMENT_H