43#include <QSharedPointer>
65 using SPtr = QSharedPointer<FiffChPos>;
67 using UPtr = std::unique_ptr<FiffChPos>;
133 a.
r0.isApprox(b.
r0, 0.0001f) &&
134 a.
ex.isApprox(b.
ex, 0.0001f) &&
135 a.
ey.isApprox(b.
ey, 0.0001f) &&
136 a.
ez.isApprox(b.
ez, 0.0001f));
bool operator==(const BIDSPath &a, const BIDSPath &b)
Export/import macros and build-info accessors for the FIFFLIB shared library.
#define FIFFSHARED_EXPORT
Primitive scalar typedefs and forward-compatible aliases backing the FIFF type system.
FIFF file I/O, in-memory data structures and high-level readers/writers.
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()