MNE-CPP
0.1.9
A Framework for Electrophysiology
|
#include <rtsensorinterpolationmatworker.h>
Public Attributes | |
int | iSensorType |
double | dCancelDistance |
QSharedPointer< Eigen::MatrixXd > | matDistanceMatrix |
Eigen::MatrixX3f | matVertices |
QVector< int > | vecMappedSubset |
QVector< int > | vecExcludeIndex |
QVector< QVector< int > > | vecNeighborVertices |
FIFFLIB::FiffInfo | fiffInfo |
double(* | interpolationFunction )(double) |
The struct specifing all data that is used in the interpolation process
Definition at line 153 of file rtsensorinterpolationmatworker.h.
double DISP3DLIB::RtSensorInterpolationMatWorker::InterpolationData::dCancelDistance |
Cancel distance for the interpolaion in meters.
Definition at line 155 of file rtsensorinterpolationmatworker.h.
FIFFLIB::FiffInfo DISP3DLIB::RtSensorInterpolationMatWorker::InterpolationData::fiffInfo |
Contains all information about the sensors.
Definition at line 164 of file rtsensorinterpolationmatworker.h.
double(* DISP3DLIB::RtSensorInterpolationMatWorker::InterpolationData::interpolationFunction) (double) |
Function that computes interpolation coefficients using the distance values.
Definition at line 166 of file rtsensorinterpolationmatworker.h.
int DISP3DLIB::RtSensorInterpolationMatWorker::InterpolationData::iSensorType |
Type of the sensor: FIFFV_EEG_CH or FIFFV_MEG_CH.
Definition at line 154 of file rtsensorinterpolationmatworker.h.
QSharedPointer<Eigen::MatrixXd> DISP3DLIB::RtSensorInterpolationMatWorker::InterpolationData::matDistanceMatrix |
Distance matrix that holds distances from sensors positions to the near vertices in meters.
Definition at line 157 of file rtsensorinterpolationmatworker.h.
Eigen::MatrixX3f DISP3DLIB::RtSensorInterpolationMatWorker::InterpolationData::matVertices |
Holds all vertex information.
Definition at line 158 of file rtsensorinterpolationmatworker.h.
QVector<int> DISP3DLIB::RtSensorInterpolationMatWorker::InterpolationData::vecExcludeIndex |
The indices to be excluded from vecProjectedSensors, e.g., bad channels.
Definition at line 161 of file rtsensorinterpolationmatworker.h.
QVector<int> DISP3DLIB::RtSensorInterpolationMatWorker::InterpolationData::vecMappedSubset |
Vector index position represents the id of the sensor and the qint in each cell is the vertex it is mapped to.
Definition at line 160 of file rtsensorinterpolationmatworker.h.
QVector<QVector<int> > DISP3DLIB::RtSensorInterpolationMatWorker::InterpolationData::vecNeighborVertices |
The neighbor vertex information.
Definition at line 162 of file rtsensorinterpolationmatworker.h.