MNE-CPP  0.1.9
A Framework for Electrophysiology
Public Attributes | List of all members
INVERSELIB::DipolePair< T > Struct Template Reference

#include <dipole.h>

Public Attributes

int m_iIdx1
 
Dipole< T > m_Dipole1
 
int m_iIdx2
 
Dipole< T > m_Dipole2
 
m_vCorrelation
 

Detailed Description

template<typename T>
struct INVERSELIB::DipolePair< T >

Declares a DipolePair structure consisting of two correlated dipoles which are the result of the RAP MUSIC searching algorithm.

Definition at line 56 of file dipole.h.

Member Data Documentation

◆ m_Dipole1

template<typename T >
Dipole<T> INVERSELIB::DipolePair< T >::m_Dipole1

Dipole one.

Definition at line 59 of file dipole.h.

◆ m_Dipole2

template<typename T >
Dipole<T> INVERSELIB::DipolePair< T >::m_Dipole2

Dipole two.

Definition at line 62 of file dipole.h.

◆ m_iIdx1

template<typename T >
int INVERSELIB::DipolePair< T >::m_iIdx1

Index of dipole one.

Definition at line 58 of file dipole.h.

◆ m_iIdx2

template<typename T >
int INVERSELIB::DipolePair< T >::m_iIdx2

Index of dipole two.

Definition at line 61 of file dipole.h.

◆ m_vCorrelation

template<typename T >
T INVERSELIB::DipolePair< T >::m_vCorrelation

Correlation of the dipole pair.

Definition at line 64 of file dipole.h.


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