2D sensor layout (channel name -> [x,y,w,h]) used by topographic plots. More...
#include "mne_global.h"#include "mne_layout_port.h"#include <QString>#include <vector>#include <Eigen/Core>

Go to the source code of this file.
Classes | |
| class | MNELIB::MNELayout |
| Full plotter layout with viewports. More... | |
Namespaces | |
| namespace | MNELIB |
| Core MNE data structures (source spaces, source estimates, hemispheres). | |
2D sensor layout (channel name -> [x,y,w,h]) used by topographic plots.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
MNELIB::MNELayout mirrors the .lay files distributed with the MNE tools and Neuromag systems. Each entry maps a channel name to a rectangle in normalised plotting coordinates so 2D topomaps stay consistent across viewers.
Definition in file mne_layout.h.