38#ifndef FIFF_DIG_POINT_H
39#define FIFF_DIG_POINT_H
52#include <QSharedPointer>
72 using SPtr = QSharedPointer<FiffDigPoint>;
73 using ConstSPtr = QSharedPointer<const FiffDigPoint>;
74 using UPtr = std::unique_ptr<FiffDigPoint>;
75 using ConstUPtr = std::unique_ptr<const FiffDigPoint>;
Fiff library export/import macros.
#define FIFFSHARED_EXPORT
Old fiff_type declarations - replace them.
FIFF file I/O and data structures (raw, epochs, evoked, covariance, forward).
static qint32 storageSize()
std::unique_ptr< const FiffDigPoint > ConstUPtr
std::unique_ptr< FiffDigPoint > UPtr
QSharedPointer< const FiffDigPoint > ConstSPtr
QSharedPointer< FiffDigPoint > SPtr