Single equivalent current dipole with position, orientation, amplitude, and goodness-of-fit. More...
#include <inv_ecd.h>
Public Types | |
| typedef QSharedPointer< InvEcd > | SPtr |
| typedef QSharedPointer< const InvEcd > | ConstSPtr |
Public Member Functions | |
| InvEcd () | |
| InvEcd (const InvEcd &p_ECD) | |
| ~InvEcd () | |
| void | print () const |
Public Attributes | |
| bool | valid |
| float | time |
| Eigen::Vector3f | rd |
| Eigen::Vector3f | Q |
| float | good |
| float | khi2 |
| int | nfree |
| int | neval |
Single equivalent current dipole with position, orientation, amplitude, and goodness-of-fit.
Implements one Electric Current Dipole (Replaces *ecd,ecdRec struct of MNE-C fit_types.h).
| typedef QSharedPointer<const InvEcd> INVLIB::InvEcd::ConstSPtr |
| typedef QSharedPointer<InvEcd> INVLIB::InvEcd::SPtr |
| InvEcd::InvEcd | ( | ) |
Constructs the Electric Current Dipole
Definition at line 54 of file inv_ecd.cpp.
| InvEcd::InvEcd | ( | const InvEcd & | p_ECD | ) |
Copy constructor.
| [in] | p_ECD | Electric Current Dipole which should be copied. |
Definition at line 68 of file inv_ecd.cpp.
| InvEcd::~InvEcd | ( | ) |
Destroys the Electric Current Dipole description
Definition at line 82 of file inv_ecd.cpp.
| void InvEcd::print | ( | ) | const |
Prints the InvEcd dipole information to the debug output.
Definition at line 88 of file inv_ecd.cpp.
| int INVLIB::InvEcd::neval |
| int INVLIB::InvEcd::nfree |