v2.0.0
Loading...
Searching...
No Matches
INVLIB::InvDipole< T > Class Template Reference

Stores position, orientation, and correlation of a single current dipole estimated by RAP MUSIC. More...

#include <inv_dipole.h>

Public Member Functions

 InvDipole ()
virtual ~InvDipole ()
T & x ()
T & y ()
T & z ()
x () const
y () const
z () const
T & phi_x ()
T & phi_y ()
T & phi_z ()
phi_x () const
phi_y () const
phi_z () const
void clean ()

Detailed Description

template<class T>
class INVLIB::InvDipole< T >

Stores position, orientation, and correlation of a single current dipole estimated by RAP MUSIC.

DECLARE CLASS Dipoles

Definition at line 76 of file inv_dipole.h.

Constructor & Destructor Documentation

◆ InvDipole()

template<class T>
INVLIB::InvDipole< T >::InvDipole ( )

Default constructor

Definition at line 49 of file inv_dipole.cpp.

◆ ~InvDipole()

template<class T>
INVLIB::InvDipole< T >::~InvDipole ( )
virtual

ctor

Parameters
[in]p_sDataPaththe path to the directory which contains the data folder. dtor Do garbage collecting

Definition at line 60 of file inv_dipole.cpp.

Member Function Documentation

◆ clean()

template<class T>
void INVLIB::InvDipole< T >::clean ( )

clean

◆ phi_x() [1/2]

template<class T>
T & INVLIB::InvDipole< T >::phi_x ( )
inline

Definition at line 110 of file inv_dipole.h.

◆ phi_x() [2/2]

template<class T>
T INVLIB::InvDipole< T >::phi_x ( ) const
inline

Definition at line 113 of file inv_dipole.h.

◆ phi_y() [1/2]

template<class T>
T & INVLIB::InvDipole< T >::phi_y ( )
inline

Definition at line 111 of file inv_dipole.h.

◆ phi_y() [2/2]

template<class T>
T INVLIB::InvDipole< T >::phi_y ( ) const
inline

Definition at line 114 of file inv_dipole.h.

◆ phi_z() [1/2]

template<class T>
T & INVLIB::InvDipole< T >::phi_z ( )
inline

Definition at line 112 of file inv_dipole.h.

◆ phi_z() [2/2]

template<class T>
T INVLIB::InvDipole< T >::phi_z ( ) const
inline

Definition at line 115 of file inv_dipole.h.

◆ x() [1/2]

template<class T>
T & INVLIB::InvDipole< T >::x ( )
inline

Definition at line 103 of file inv_dipole.h.

◆ x() [2/2]

template<class T>
T INVLIB::InvDipole< T >::x ( ) const
inline

Definition at line 106 of file inv_dipole.h.

◆ y() [1/2]

template<class T>
T & INVLIB::InvDipole< T >::y ( )
inline

Definition at line 104 of file inv_dipole.h.

◆ y() [2/2]

template<class T>
T INVLIB::InvDipole< T >::y ( ) const
inline

Definition at line 107 of file inv_dipole.h.

◆ z() [1/2]

template<class T>
T & INVLIB::InvDipole< T >::z ( )
inline

Definition at line 105 of file inv_dipole.h.

◆ z() [2/2]

template<class T>
T INVLIB::InvDipole< T >::z ( ) const
inline

Definition at line 108 of file inv_dipole.h.


The documentation for this class was generated from the following files: