OpenWalnut
1.4.0
|
Internal class representing one dipole. More...
Public Attributes | |
WPosition | m_dipolePosition |
The location of the dipole. | |
std::vector< float > | m_magnitudes |
The magnitude of the dipole. | |
std::vector< float > | m_times |
Times for the different magnitudes. | |
size_t | m_firstTimeStep |
First time where the magnitude is not 0. | |
size_t | m_lastTimeStep |
Last time where the magnitude is not 0. |
Internal class representing one dipole.
Definition at line 157 of file WDataSetDipoles.h.
The location of the dipole.
Definition at line 160 of file WDataSetDipoles.h.
Referenced by WDataSetDipoles::addDipole().
First time where the magnitude is not 0.
Definition at line 163 of file WDataSetDipoles.h.
Referenced by WDataSetDipoles::addDipole(), WDataSetDipoles::getMagnitudes(), and WDataSetDipoles::getTimes().
Last time where the magnitude is not 0.
Definition at line 164 of file WDataSetDipoles.h.
Referenced by WDataSetDipoles::addDipole(), WDataSetDipoles::getMagnitudes(), and WDataSetDipoles::getTimes().
std::vector<float> WDataSetDipoles::Dipole::m_magnitudes |
The magnitude of the dipole.
Definition at line 161 of file WDataSetDipoles.h.
Referenced by WDataSetDipoles::addDipole(), and WDataSetDipoles::getMagnitudes().
std::vector<float> WDataSetDipoles::Dipole::m_times |
Times for the different magnitudes.
Definition at line 162 of file WDataSetDipoles.h.
Referenced by WDataSetDipoles::addDipole(), and WDataSetDipoles::getTimes().