Single SSP projection vector with kind/active flag and channel labels. More...
#include "mne_global.h"#include "mne_named_matrix.h"#include <memory>#include <Eigen/Core>#include <QSharedPointer>

Go to the source code of this file.
Classes | |
| class | MNELIB::MNEProjItem |
| A single SSP (Signal-Space Projection) item. More... | |
Namespaces | |
| namespace | MNELIB |
| Core MNE data structures (source spaces, source estimates, hemispheres). | |
Single SSP projection vector with kind/active flag and channel labels.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
MNELIB::MNEProjItem corresponds to one FIFFB_PROJ_ITEM block: the labelled vector that gets removed from the data when the projection is active. Used both by FIFFLIB::FiffInfo's SSP list and by MNEProjOp when assembling the full projector.
Definition in file mne_proj_item.h.