Container for the FIFF_DIG_POINT records of a measurement (a parsed FIFFB_ISOTRAK block). More...
#include "fiff_global.h"#include <QSharedPointer>#include <QIODevice>#include <QList>#include "fiff_stream.h"#include "fiff_dig_point.h"#include <memory>

Go to the source code of this file.
Classes | |
| class | FIFFLIB::FiffDigPointSet |
| Collection of FiffDigPoint records as parsed from a FIFFB_ISOTRAK block. More... | |
Namespaces | |
| namespace | FIFFLIB |
| FIFF file I/O, in-memory data structures and high-level readers/writers. | |
Macros | |
| #define | metatype_fiffdigpointset |
| #define | metatype_fiffdigpointset_sptr |
Functions | |
| Q_DECLARE_METATYPE (FIFFLIB::FiffDigPointSet) | |
| Q_DECLARE_METATYPE (FIFFLIB::FiffDigPointSet::SPtr) | |
Container for the FIFF_DIG_POINT records of a measurement (a parsed FIFFB_ISOTRAK block).
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2016-2026 MNE-CPP Authors
FiffDigPointSet holds the head-coordinate point cloud associated with one recording: cardinal fiducials, HPI coil positions, EEG electrodes and the extra head-shape samples. It is what FiffStream returns when asked for the contents of an FIFFB_ISOTRAK / FIFFB_HPI_MEAS block, and what FiffDigitizerData consumes when constructing a digitization view for the registration GUIs. Round-trips with the info['dig'] list in MNE-Python.
Definition in file fiff_dig_point_set.h.
| #define metatype_fiffdigpointset |
Definition at line 284 of file fiff_dig_point_set.h.
| #define metatype_fiffdigpointset_sptr |
Definition at line 289 of file fiff_dig_point_set.h.
| Q_DECLARE_METATYPE | ( | FIFFLIB::FiffDigPointSet | ) |
Provides QT META type declaration of the FIFFLIB::FiffDigPointSet type. For signal/slot usage.
| Q_DECLARE_METATYPE | ( | FIFFLIB::FiffDigPointSet::SPtr | ) |
Provides QT META type declaration of the FIFFLIB::FiffDigPointSet::SPtr type. For signal/slot usage.