19#ifndef FILTERTHREADARG_H
20#define FILTERTHREADARG_H
41#include <QSharedPointer>
42#include <QWeakPointer>
65 typedef QSharedPointer<FilterThreadArg>
SPtr;
66 typedef QSharedPointer<const FilterThreadArg>
ConstSPtr;
85 QWeakPointer<MNESurface>
surf;
Lightweight triangulated surface (vertices, triangles, normals) used by surface-based routines.
MNELIB shared-library export/import macros and library build metadata.
Single-hemisphere source space (cortical surface or volume grid) loaded from FIFF.
Core MNE data structures (source spaces, source estimates, hemispheres).
FIFF file I/O, in-memory data structures and high-level readers/writers.
Labelled 4x4 FIFF affine: source frame, destination frame, rotation, translation and cached inverse.
QWeakPointer< MNESurface > surf
QSharedPointer< const FilterThreadArg > ConstSPtr
std::unique_ptr< FIFFLIB::FiffCoordTrans > mri_head_t
QSharedPointer< FilterThreadArg > SPtr
This defines a source space.