27 #include "../common/WPrototyped.h"
32 boost::shared_ptr< WPrototyped >
WEEG::m_prototype = boost::shared_ptr< WPrototyped >();
35 const WEEGElectrodeLibrary& electrodeLib,
36 const WEEGChannelLabels& channelLabels )
40 assert( data.size() > 0 );
41 for( WEEGSegmentArray::const_iterator it1 = data.begin(); it1 != data.end(); ++it1 )
44 assert( it1->size() > 0 );
45 for( WEEGSegment::const_iterator it2 = it1->begin(); it2 != it1->end(); ++it2 )
48 assert( it2->size() > 0 );
74 return "Contains data acquired using EEG.";
89 m_position( position )