37#ifndef MNECTFCOMPDATA_H
38#define MNECTFCOMPDATA_H
59#include <QSharedPointer>
84 typedef QSharedPointer<MNECTFCompData>
SPtr;
85 typedef QSharedPointer<const MNECTFCompData>
ConstSPtr;
117 int calibrate(
const QList<FIFFLIB::FiffChInfo> &chs,
125 std::unique_ptr<MNENamedMatrix>
data;
126 std::unique_ptr<FIFFLIB::FiffSparseMatrix>
presel;
127 std::unique_ptr<FIFFLIB::FiffSparseMatrix>
postsel;
FiffSparseMatrix class declaration.
mne library export/import macros.
MNENamedMatrix class declaration.
Core MNE data structures (source spaces, source estimates, hemispheres).
std::unique_ptr< FIFFLIB::FiffSparseMatrix > postsel
std::unique_ptr< MNENamedMatrix > data
Eigen::VectorXf comp_data
int calibrate(const QList< FIFFLIB::FiffChInfo > &chs, int nch, int do_it)
QSharedPointer< MNECTFCompData > SPtr
std::unique_ptr< FIFFLIB::FiffSparseMatrix > presel
QSharedPointer< const MNECTFCompData > ConstSPtr
Eigen::VectorXf postsel_data
Eigen::VectorXf presel_data