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 |
| T | m_vCorrelation |
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.
| InvDipole<T> INVLIB::InvDipolePair< T >::m_Dipole1 |
InvDipole one.
Definition at line 61 of file inv_dipole.h.
| InvDipole<T> INVLIB::InvDipolePair< T >::m_Dipole2 |
InvDipole two.
Definition at line 64 of file inv_dipole.h.
| int INVLIB::InvDipolePair< T >::m_iIdx1 |
Index of dipole one.
Definition at line 60 of file inv_dipole.h.
| int INVLIB::InvDipolePair< T >::m_iIdx2 |
Index of dipole two.
Definition at line 63 of file inv_dipole.h.
| T INVLIB::InvDipolePair< T >::m_vCorrelation |
Correlation of the dipole pair.
Definition at line 66 of file inv_dipole.h.