36 #ifndef MNE_EPOCH_DATA_H
37 #define MNE_EPOCH_DATA_H
44 #include "mne_global.h"
59 #include <QSharedPointer>
84 using namespace Eigen;
97 typedef QSharedPointer<MNEEpochData>
SPtr;
98 typedef QSharedPointer<const MNEEpochData>
ConstSPtr;
130 return (this->tmin == MED_other.
tmin && this->tmax == MED_other.
tmax);
143 #endif // MNE_EPOCH_DATA_H
Old fiff_type declarations - replace them.
QSharedPointer< MNEEpochData > SPtr
QSharedPointer< const MNEEpochData > ConstSPtr