84 vecs = other.
vecs ? std::make_unique<MNENamedMatrix>(*other.
vecs) :
nullptr;
109 for (
int k = 0; k < nlist; ++k) {
110 for (
int p = 0; p <
vecs->ncol; ++p) {
111 if (QString::compare(
vecs->collist[p], list[k]) == 0) {
112 for (
int q = 0; q <
vecs->nrow; ++q) {
113 if (
vecs->data(q, p) != 0.0f)
#define FIFFV_PROJ_ITEM_NONE
MNEProjItem class declaration.
Legacy MNE-C constants and common typedefs.
MNENamedMatrix class declaration.
Core MNE data structures (source spaces, source estimates, hemispheres).
A dense matrix with named rows and columns.
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.
~MNEProjItem()
Destructor.
MNEProjItem & operator=(const MNEProjItem &other)
Copy assignment operator.