v2.0.0
Loading...
Searching...
No Matches
src
libraries
inv
rap_music
inv_dipole.cpp
Go to the documentation of this file.
1
//=============================================================================================================
21
22
#ifndef DIPOLE_SOURCES
//Because this cpp is part of the header -> template
23
#define DIPOLE_SOURCES
24
25
//=============================================================================================================
26
// INCLUDES
27
//=============================================================================================================
28
29
#include "
inv_dipole.h
"
30
31
//=============================================================================================================
32
// DEFINE NAMESPACE INVLIB
33
//=============================================================================================================
34
35
namespace
INVLIB
36
{
37
38
//=============================================================================================================
39
// USED NAMESPACES
40
//=============================================================================================================
41
42
using namespace
Eigen;
43
44
//=============================================================================================================
45
// DEFINE MEMBER METHODS
46
//=============================================================================================================
47
48
template
<
class
T>
49
InvDipole<T>::InvDipole
()
50
: m_vecPosition(
Matrix
<T, 3, 1>::Zero(3))
51
, m_vecDirection(
Matrix
<T, 3, 1>::Zero(3))
52
, m_dLength(1)
53
, m_dFrequency(0)
54
{
55
}
56
57
//=============================================================================================================
58
59
template
<
class
T>
60
InvDipole<T>::~InvDipole
()
61
{
62
}
63
}
//Namespace
64
65
#endif
//DIPOLE_SOURCES
inv_dipole.h
InvDipole class declaration for RAP MUSIC dipole results.
INVLIB
Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting).
Definition
braintreemodel.h:55
INVLIB::BeamformerInversion::Matrix
@ Matrix
Definition
inv_beamformer_settings.h:79
INVLIB::InvDipole::~InvDipole
virtual ~InvDipole()
Definition
inv_dipole.cpp:60
INVLIB::InvDipole::InvDipole
InvDipole()
Definition
inv_dipole.cpp:49
Generated on
for MNE-CPP by
1.16.1