51#include <QSharedPointer>
70 using SPtr = QSharedPointer<FiffChPos>;
72 using UPtr = std::unique_ptr<FiffChPos>;
138 a.
r0.isApprox(b.
r0, 0.0001f) &&
139 a.
ex.isApprox(b.
ex, 0.0001f) &&
140 a.
ey.isApprox(b.
ey, 0.0001f) &&
141 a.
ez.isApprox(b.
ez, 0.0001f));
Fiff library export/import macros.
#define FIFFSHARED_EXPORT
Old fiff_type declarations - replace them.
bool operator==(const BIDSPath &a, const BIDSPath &b)
FIFF file I/O and data structures (raw, epochs, evoked, covariance, forward).
bool operator==(const FiffChInfo &a, const FiffChInfo &b)
QSharedPointer< FiffChPos > SPtr
QSharedPointer< const FiffChPos > ConstSPtr
std::unique_ptr< const FiffChPos > ConstUPtr
std::unique_ptr< FiffChPos > UPtr
static qint32 storageSize()