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

#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)
 

Detailed Description

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

Definition at line 153 of file rtsensorinterpolationmatworker.h.

Member Data Documentation

◆ dCancelDistance

double DISP3DLIB::RtSensorInterpolationMatWorker::InterpolationData::dCancelDistance

Cancel distance for the interpolaion in meters.

Definition at line 155 of file rtsensorinterpolationmatworker.h.

◆ fiffInfo

FIFFLIB::FiffInfo DISP3DLIB::RtSensorInterpolationMatWorker::InterpolationData::fiffInfo

Contains all information about the sensors.

Definition at line 164 of file rtsensorinterpolationmatworker.h.

◆ interpolationFunction

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

Function that computes interpolation coefficients using the distance values.

Definition at line 166 of file rtsensorinterpolationmatworker.h.

◆ iSensorType

int DISP3DLIB::RtSensorInterpolationMatWorker::InterpolationData::iSensorType

Type of the sensor: FIFFV_EEG_CH or FIFFV_MEG_CH.

Definition at line 154 of file rtsensorinterpolationmatworker.h.

◆ matDistanceMatrix

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.

◆ matVertices

Eigen::MatrixX3f DISP3DLIB::RtSensorInterpolationMatWorker::InterpolationData::matVertices

Holds all vertex information.

Definition at line 158 of file rtsensorinterpolationmatworker.h.

◆ vecExcludeIndex

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.

◆ vecMappedSubset

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.

◆ vecNeighborVertices

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

The neighbor vertex information.

Definition at line 162 of file rtsensorinterpolationmatworker.h.


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