Legacy MNE-C aggregator for SSP projections plus the channel list they apply to. More...


Go to the source code of this file.
Classes | |
| class | MNELIB::MNEProjData |
| Auxiliary projection data computed from MNEProjOp for efficient repeated application. More... | |
Namespaces | |
| namespace | MNELIB |
| Core MNE data structures (source spaces, source estimates, hemispheres). | |
Legacy MNE-C aggregator for SSP projections plus the channel list they apply to.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
MNELIB::MNEProjData ports mneProjDataRec - the cached state kept by the C raw-data path so projection vectors do not have to be rebuilt for every buffer. It owns the active MNEProjOp, the channel-name list it was assembled against and the dirty flag the C tools used to invalidate the cache when the channel selection changed.
Definition in file mne_proj_data.h.