v2.0.0
Loading...
Searching...
No Matches
UTILSLIB::DigitizedPoint Struct Reference

A single digitised point captured during the alignment session. More...

#include <acquired_points.h>

Public Attributes

PointKind kind = PointKind::HeadShape
QString label
 Human label ("NAS", "Cz", "HSP-42", …).
int identNumber = 0
 1-based id used by FIFF on export.
QVector3D position
 Position in metres, sensor frame.

Detailed Description

A single digitised point captured during the alignment session.

Definition at line 74 of file acquired_points.h.

Member Data Documentation

◆ identNumber

int UTILSLIB::DigitizedPoint::identNumber = 0

1-based id used by FIFF on export.

Definition at line 78 of file acquired_points.h.

◆ kind

PointKind UTILSLIB::DigitizedPoint::kind = PointKind::HeadShape

Definition at line 76 of file acquired_points.h.

◆ label

QString UTILSLIB::DigitizedPoint::label

Human label ("NAS", "Cz", "HSP-42", …).

Definition at line 77 of file acquired_points.h.

◆ position

QVector3D UTILSLIB::DigitizedPoint::position

Position in metres, sensor frame.

Definition at line 79 of file acquired_points.h.


The documentation for this struct was generated from the following file: