Shared digitised-point store for Polhemus digitizer sessions. More...
#include "../utils_global.h"#include <QMap>#include <QObject>#include <QString>#include <QVector>#include <QVector3D>

Go to the source code of this file.
Classes | |
| struct | UTILSLIB::DigitizedPoint |
| A single digitised point captured during the alignment session. More... | |
| class | UTILSLIB::AcquiredPoints |
| In-memory store of all points captured during a session. More... | |
Namespaces | |
| namespace | UTILSLIB |
| Shared utilities (I/O helpers, spectral analysis, layout management, warp algorithms). | |
Enumerations | |
| enum class | UTILSLIB::PointKind { UTILSLIB::Fiducial = 0 , UTILSLIB::Eeg , UTILSLIB::HeadShape } |
| Logical category of a captured point. More... | |
| enum class | UTILSLIB::FiducialId { UTILSLIB::LPA = 1 , UTILSLIB::NAS = 2 , UTILSLIB::RPA = 3 } |
| Identifier for the three cardinal fiducials. More... | |
Shared digitised-point store for Polhemus digitizer sessions.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
Plain Qt model object passed by reference between the wizard,
the 3-D view, and the FIFF exporter. Points are stored in
head/sensor frame metres exactly as received from the
Polhemus Fastrak.
Definition in file acquired_points.h.