37#include <QStandardItem>
104 const QString &megHelmetOverridePath = {});
114 static std::shared_ptr<BrainSurface> loadHelmetSurface(
115 const QString &helmetFilePath,
116 const QMatrix4x4 &devHeadTrans = QMatrix4x4(),
117 bool applyTrans =
false);
143 static bool loadHeadToMriTransform(
const QString &transPath,
161 static QStringList probeEvokedSets(
const QString &evokedPath);
Library export/import macros and namespace marker for the disp3D library.
#define DISP3DSHARED_EXPORT
Container pairing the left and right cortical source spaces of a subject.
Full FIFF measurement metadata: everything from FIFFB_MEAS / FIFFB_MEAS_INFO needed to interpret a re...
Single averaged evoked response: time axis, samples, baseline, channel info and processing history.
4x4 affine FIFF coordinate transform (FIFF_COORD_TRANS) annotated with source/destination coordinate-...
Single digitization point (FIFF_DIG_POINT) with kind (cardinal/HPI/EEG/extra), identifier and 3D coor...
Ordered set of INVLIB::InvEcd records — the result of a sequential dipole-fit run.
static SensorLoadResult loadSensors(const QString &fifPath, const QString &megHelmetOverridePath={})
Return value bundling loaded sensor geometry, labels, and channel-to-sensor mapping.
std::shared_ptr< BrainSurface > helmetSurface
May be null.
QList< QStandardItem * > megGradItems
Ownership passes to caller.
FIFFLIB::FiffInfo info
Channel / dig info.
QMatrix4x4 devHeadTrans
Device→Head transform (identity if absent).
QList< QStandardItem * > eegItems
bool hasDevHead
Whether a valid dev→head transform was found.
QList< FIFFLIB::FiffDigPoint > digitizerPoints
QList< QStandardItem * > megMagItems
Tree item representing MEG or EEG sensor positions in the 3-D scene hierarchy.
Renderable cortical surface mesh with per-vertex color, curvature data, and GPU buffer management.
Labelled 4x4 FIFF affine: source frame, destination frame, rotation, translation and cached inverse.
Single averaged evoked response: time axis, data, baseline, channel info and averaging metadata.
Full FIFF measurement info: per-channel descriptors, sampling and filter setup, projectors,...
Holds a set of Electric Current Dipoles.
List of MNESourceSpace objects forming a subject source space.