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. | |
A single digitised point captured during the alignment session.
Definition at line 74 of file acquired_points.h.
| int UTILSLIB::DigitizedPoint::identNumber = 0 |
1-based id used by FIFF on export.
Definition at line 78 of file acquired_points.h.
| PointKind UTILSLIB::DigitizedPoint::kind = PointKind::HeadShape |
Definition at line 76 of file acquired_points.h.
| QString UTILSLIB::DigitizedPoint::label |
Human label ("NAS", "Cz", "HSP-42", …).
Definition at line 77 of file acquired_points.h.
| QVector3D UTILSLIB::DigitizedPoint::position |
Position in metres, sensor frame.
Definition at line 79 of file acquired_points.h.