19#ifndef MNECTFCOMPDATA_H
20#define MNECTFCOMPDATA_H
41#include <QSharedPointer>
66 typedef QSharedPointer<MNECTFCompData>
SPtr;
67 typedef QSharedPointer<const MNECTFCompData>
ConstSPtr;
99 int calibrate(
const QList<FIFFLIB::FiffChInfo> &chs,
107 std::unique_ptr<MNENamedMatrix>
data;
108 std::unique_ptr<FIFFLIB::FiffSparseMatrix>
presel;
109 std::unique_ptr<FIFFLIB::FiffSparseMatrix>
postsel;
Row/column-labelled dense matrix used wherever FIFF stores per-channel data.
MNELIB shared-library export/import macros and library build metadata.
FIFF sparse matrix: column / row-compressed sparse storage backed by Eigen::SparseMatrix.
Core MNE data structures (source spaces, source estimates, hemispheres).
std::unique_ptr< FIFFLIB::FiffSparseMatrix > postsel
std::unique_ptr< MNENamedMatrix > data
Eigen::VectorXf comp_data
QSharedPointer< MNECTFCompData > SPtr
std::unique_ptr< FIFFLIB::FiffSparseMatrix > presel
QSharedPointer< const MNECTFCompData > ConstSPtr
Eigen::VectorXf postsel_data
int calibrate(const QList< FIFFLIB::FiffChInfo > &chs, int nch, bool do_it)
Eigen::VectorXf presel_data