MNE-CPP
0.1.9
A Framework for Electrophysiology
|
#include <rtsourceinterpolationmatworker.h>
Public Attributes | |
double | dCancelDistance |
QSharedPointer< Eigen::MatrixXd > | matDistanceMatrix |
Eigen::MatrixX3f | matVertices |
QList< FSLIB::Label > | lLabels |
QList< int > | vertNos |
QMap< qint32, qint32 > | mapLabelIdSources |
QVector< int > | vecMappedSubset |
QVector< QVector< int > > | vecNeighborVertices |
double(* | interpolationFunction )(double) |
The struct specifing all data that is used in the interpolation process
Definition at line 176 of file rtsourceinterpolationmatworker.h.
double DISP3DLIB::RtSourceInterpolationMatWorker::InterpolationData::dCancelDistance |
Cancel distance for the interpolaion in meters.
Definition at line 177 of file rtsourceinterpolationmatworker.h.
double(* DISP3DLIB::RtSourceInterpolationMatWorker::InterpolationData::interpolationFunction) (double) |
Function that computes interpolation coefficients using the distance values.
Definition at line 189 of file rtsourceinterpolationmatworker.h.
QList<FSLIB::Label> DISP3DLIB::RtSourceInterpolationMatWorker::InterpolationData::lLabels |
The annotation labels.
Definition at line 182 of file rtsourceinterpolationmatworker.h.
QMap<qint32, qint32> DISP3DLIB::RtSourceInterpolationMatWorker::InterpolationData::mapLabelIdSources |
The mapped label ID to sources.
Definition at line 184 of file rtsourceinterpolationmatworker.h.
QSharedPointer<Eigen::MatrixXd> DISP3DLIB::RtSourceInterpolationMatWorker::InterpolationData::matDistanceMatrix |
Distance matrix that holds distances from sensors positions to the near vertices in meters.
Definition at line 179 of file rtsourceinterpolationmatworker.h.
Eigen::MatrixX3f DISP3DLIB::RtSourceInterpolationMatWorker::InterpolationData::matVertices |
Holds all vertex information.
Definition at line 180 of file rtsourceinterpolationmatworker.h.
QVector<int> DISP3DLIB::RtSourceInterpolationMatWorker::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 186 of file rtsourceinterpolationmatworker.h.
QVector<QVector<int> > DISP3DLIB::RtSourceInterpolationMatWorker::InterpolationData::vecNeighborVertices |
The neighbor vertex information.
Definition at line 187 of file rtsourceinterpolationmatworker.h.