MNE-CPP  0.1.9
A Framework for Electrophysiology
Public Attributes | List of all members
DISP3DLIB::RtSourceInterpolationMatWorker::InterpolationData Struct Reference

#include <rtsourceinterpolationmatworker.h>

Public Attributes

double dCancelDistance
 
QSharedPointer< Eigen::MatrixXd > matDistanceMatrix
 
Eigen::MatrixX3f matVertices
 
QList< FSLIB::LabellLabels
 
QList< int > vertNos
 
QMap< qint32, qint32 > mapLabelIdSources
 
QVector< int > vecMappedSubset
 
QVector< QVector< int > > vecNeighborVertices
 
double(* interpolationFunction )(double)
 

Detailed Description

The struct specifing all data that is used in the interpolation process

Definition at line 176 of file rtsourceinterpolationmatworker.h.

Member Data Documentation

◆ dCancelDistance

double DISP3DLIB::RtSourceInterpolationMatWorker::InterpolationData::dCancelDistance

Cancel distance for the interpolaion in meters.

Definition at line 177 of file rtsourceinterpolationmatworker.h.

◆ interpolationFunction

double(* DISP3DLIB::RtSourceInterpolationMatWorker::InterpolationData::interpolationFunction) (double)

Function that computes interpolation coefficients using the distance values.

Definition at line 189 of file rtsourceinterpolationmatworker.h.

◆ lLabels

QList<FSLIB::Label> DISP3DLIB::RtSourceInterpolationMatWorker::InterpolationData::lLabels

The annotation labels.

Definition at line 182 of file rtsourceinterpolationmatworker.h.

◆ mapLabelIdSources

QMap<qint32, qint32> DISP3DLIB::RtSourceInterpolationMatWorker::InterpolationData::mapLabelIdSources

The mapped label ID to sources.

Definition at line 184 of file rtsourceinterpolationmatworker.h.

◆ matDistanceMatrix

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.

◆ matVertices

Eigen::MatrixX3f DISP3DLIB::RtSourceInterpolationMatWorker::InterpolationData::matVertices

Holds all vertex information.

Definition at line 180 of file rtsourceinterpolationmatworker.h.

◆ vecMappedSubset

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.

◆ vecNeighborVertices

QVector<QVector<int> > DISP3DLIB::RtSourceInterpolationMatWorker::InterpolationData::vecNeighborVertices

The neighbor vertex information.

Definition at line 187 of file rtsourceinterpolationmatworker.h.


The documentation for this struct was generated from the following file: