Digitization point description. More...
#include <fiff_dig_point.h>
Public Types | |
| using | SPtr = QSharedPointer<FiffDigPoint> |
| using | ConstSPtr = QSharedPointer<const FiffDigPoint> |
| using | UPtr = std::unique_ptr<FiffDigPoint> |
| using | ConstUPtr = std::unique_ptr<const FiffDigPoint> |
Public Member Functions | |
| FiffDigPoint () | |
| ~FiffDigPoint ()=default | |
Static Public Member Functions | |
| static qint32 | storageSize () |
Public Attributes | |
| fiff_int_t | kind |
| fiff_int_t | ident |
| fiff_float_t | r [3] |
| fiff_int_t | coord_frame |
Digitization point description.
Digitization point description.
Definition at line 69 of file fiff_dig_point.h.
| using FIFFLIB::FiffDigPoint::ConstSPtr = QSharedPointer<const FiffDigPoint> |
Const shared pointer type for FiffDigPoint.
Definition at line 73 of file fiff_dig_point.h.
| using FIFFLIB::FiffDigPoint::ConstUPtr = std::unique_ptr<const FiffDigPoint> |
Const unique pointer type for FiffDigPoint.
Definition at line 75 of file fiff_dig_point.h.
| using FIFFLIB::FiffDigPoint::SPtr = QSharedPointer<FiffDigPoint> |
Shared pointer type for FiffDigPoint.
Definition at line 72 of file fiff_dig_point.h.
| using FIFFLIB::FiffDigPoint::UPtr = std::unique_ptr<FiffDigPoint> |
Unique pointer type for FiffDigPoint.
Definition at line 74 of file fiff_dig_point.h.
| FiffDigPoint::FiffDigPoint | ( | ) |
Constructs the digitization point description
Definition at line 57 of file fiff_dig_point.cpp.
|
default |
Destroys the digitization point description
|
inlinestatic |
Size of the old struct (fiffDigPointRec) 5*int = 5*4 = 20
Definition at line 108 of file fiff_dig_point.h.
| fiff_int_t FIFFLIB::FiffDigPoint::coord_frame |
Newly added to stay consistent with fiff MATLAB implementation.
Definition at line 101 of file fiff_dig_point.h.
| fiff_int_t FIFFLIB::FiffDigPoint::ident |
Number identifying this point.
Definition at line 99 of file fiff_dig_point.h.
| fiff_int_t FIFFLIB::FiffDigPoint::kind |
FIFFV_POINT_CARDINAL, FIFFV_POINT_HPI, FIFFV_POINT_EXTRA or FIFFV_POINT_EEG.
Definition at line 98 of file fiff_dig_point.h.
| fiff_float_t FIFFLIB::FiffDigPoint::r[3] |
Point location.
Definition at line 100 of file fiff_dig_point.h.