63#include <QSharedPointer>
88 typedef QSharedPointer<MNEProjItem>
SPtr;
89 typedef QSharedPointer<const MNEProjItem>
ConstSPtr;
147 int affect(const QStringList& list,
int nlist) const;
mne library export/import macros.
MNENamedMatrix class declaration.
Core MNE data structures (source spaces, source estimates, hemispheres).
A dense matrix with named rows and columns.
QSharedPointer< const MNEProjItem > ConstSPtr
MNEProjItem(MNEProjItem &&) noexcept=default
Move constructor (defaulted).
std::unique_ptr< MNENamedMatrix > vecs
int affect(const QStringList &list, int nlist) const
Test whether this projection item affects any of the listed channels.
MNEProjItem()
Default constructor.
QSharedPointer< MNEProjItem > SPtr
MNEProjItem & operator=(const MNEProjItem &other)
Copy assignment operator.