v2.0.0
Loading...
Searching...
No Matches
INVLIB::InvDipolePair< T > Struct Template Reference

Pair of correlated dipole indices and orientations found by the RAP MUSIC scanning step. More...

#include <inv_dipole.h>

Public Attributes

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

Detailed Description

template<typename T>
struct INVLIB::InvDipolePair< T >

Pair of correlated dipole indices and orientations found by the RAP MUSIC scanning step.

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

Definition at line 58 of file inv_dipole.h.

Member Data Documentation

◆ m_Dipole1

template<typename T>
InvDipole<T> INVLIB::InvDipolePair< T >::m_Dipole1

InvDipole one.

Definition at line 61 of file inv_dipole.h.

◆ m_Dipole2

template<typename T>
InvDipole<T> INVLIB::InvDipolePair< T >::m_Dipole2

InvDipole two.

Definition at line 64 of file inv_dipole.h.

◆ m_iIdx1

template<typename T>
int INVLIB::InvDipolePair< T >::m_iIdx1

Index of dipole one.

Definition at line 60 of file inv_dipole.h.

◆ m_iIdx2

template<typename T>
int INVLIB::InvDipolePair< T >::m_iIdx2

Index of dipole two.

Definition at line 63 of file inv_dipole.h.

◆ m_vCorrelation

template<typename T>
T INVLIB::InvDipolePair< T >::m_vCorrelation

Correlation of the dipole pair.

Definition at line 66 of file inv_dipole.h.


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