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

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

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)

Detailed Description

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

Author
Jana Kiesel jana..nosp@m.kies.nosp@m.el@tu.nosp@m.-ilm.nosp@m.enau..nosp@m.de; Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org; Lorenz Esch loren.nosp@m.z.es.nosp@m.ch@tu.nosp@m.-ilm.nosp@m.enau..nosp@m.de; Ruben Doerfel doerf.nosp@m.elru.nosp@m.ben@a.nosp@m.ol.c.nosp@m.om; Juan GPC jgarc.nosp@m.iapr.nosp@m.ieto@.nosp@m.mgh..nosp@m.harva.nosp@m.rd.e.nosp@m.du; Gabriel Motta gabri.nosp@m.elbe.nosp@m.nmott.nosp@m.a@gm.nosp@m.ail.c.nosp@m.om
Since
0.1.0
Date
July 2016

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.

Macro Definition Documentation

◆ metatype_fiffdigpointset

#define metatype_fiffdigpointset

Definition at line 284 of file fiff_dig_point_set.h.

◆ metatype_fiffdigpointset_sptr

#define metatype_fiffdigpointset_sptr

Definition at line 289 of file fiff_dig_point_set.h.

Function Documentation

◆ Q_DECLARE_METATYPE() [1/2]

Q_DECLARE_METATYPE ( FIFFLIB::FiffDigPointSet )

Provides QT META type declaration of the FIFFLIB::FiffDigPointSet type. For signal/slot usage.

◆ Q_DECLARE_METATYPE() [2/2]

Q_DECLARE_METATYPE ( FIFFLIB::FiffDigPointSet::SPtr )

Provides QT META type declaration of the FIFFLIB::FiffDigPointSet::SPtr type. For signal/slot usage.