v2.0.0
Loading...
Searching...
No Matches
mne_layout.h File Reference

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>
Include dependency graph for mne_layout.h:
This graph shows which files directly or indirectly include this file:

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).

Detailed Description

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

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org
Since
2.0.0
Date
March 2026

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.