QRhi-accelerated butterfly plot overlaying every channel of one or more averaged conditions. More...


Go to the source code of this file.
Classes | |
| class | DISPLIB::ButterflyView |
| QRhi-accelerated butterfly viewer overlaying every channel of one or more averaged conditions. More... | |
Namespaces | |
| namespace | DISPLIB |
| 2-D display widgets and visualisation helpers (charts, topography, colour maps). | |
QRhi-accelerated butterfly plot overlaying every channel of one or more averaged conditions.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2018-2026 MNE-CPP Authors
ButterflyView is a QRhiWidget that pushes all averaged traces of the active EvokedSetModel through a single vertex/fragment shader pair, giving a smooth zoomable rendering even with hundreds of channels. Per-modality visibility (MAG / GRAD / EEG) is toggled through ModalitySelectionView and the colour / selection of conditions through AverageSelectionView. The widget is the workhorse evoked viewer in MNE-Scan and is intended to live as a tab inside a MultiView dock.
Definition in file butterflyview.h.