MNE-CPP
0.1.9
A Framework for Electrophysiology
Namespaces
Namespace List
API Reference
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
c
i
m
n
p
s
t
v
Properties
Related Functions
Files
File List
File Members
All
c
d
e
f
i
k
m
n
q
r
u
Functions
Variables
Macros
c
d
e
f
i
m
n
r
u
About
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Properties
Friends
Macros
Pages
src
libraries
inverse
rapMusic
dipole.cpp
Go to the documentation of this file.
1
//=============================================================================================================
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 "
dipole.h
"
30
31
//=============================================================================================================
32
// DEFINE NAMESPACE INVERSELIB
33
//=============================================================================================================
34
35
namespace
INVERSELIB
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
Dipole<T>::Dipole
()
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
Dipole<T>::~Dipole
()
61
{
62
}
63
}
//Namespace
64
65
#endif //DIPOLE_SOURCES
INVERSELIB::Dipole::~Dipole
virtual ~Dipole()
Definition:
dipole.cpp:60
INVERSELIB::Dipole::Dipole
Dipole()
Definition:
dipole.cpp:49
dipole.h
ToDo Documentation...
Generated on Wed Aug 9 2023 17:55:42 for MNE-CPP by
1.8.17