Implementation of FiffDigPointSet: parses an entire FIFFB_ISOTRAK block into a list of FiffDigPoint records. More...
#include "fiff_dig_point_set.h"#include "fiff_dig_point.h"#include "fiff_dir_node.h"#include "fiff_tag.h"#include "fiff_types.h"#include <QDebug>#include <QDir>#include <QFile>#include <QFileInfo>#include <stdexcept>
Go to the source code of this file.
Implementation of FiffDigPointSet: parses an entire FIFFB_ISOTRAK block into a list of FiffDigPoint records.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2016-2026 MNE-CPP Authors
Mirrors the info['dig'] list in MNE-Python. Used by the registration GUIs and by the head-shape coregistration paths.
Definition in file fiff_dig_point_set.cpp.