MNE-CPP
0.1.9
A Framework for Electrophysiology
|
Electric Current Dipole description. More...
#include <ecd.h>
Public Types | |
typedef QSharedPointer< ECD > | SPtr |
typedef QSharedPointer< const ECD > | ConstSPtr |
Public Member Functions | |
ECD () | |
ECD (const ECD &p_ECD) | |
~ECD () | |
void | print (FILE *f) const |
Public Attributes | |
bool | valid |
float | time |
Eigen::Vector3f | rd |
Eigen::Vector3f | Q |
float | good |
float | khi2 |
int | nfree |
int | neval |
Electric Current Dipole description.
Implements one Electric Current Dipole (Replaces *ecd,ecdRec struct of MNE-C fit_types.h).
typedef QSharedPointer<const ECD> INVERSELIB::ECD::ConstSPtr |
typedef QSharedPointer<ECD> INVERSELIB::ECD::SPtr |
ECD::ECD | ( | const ECD & | p_ECD | ) |
ECD::~ECD | ( | ) |
void ECD::print | ( | FILE * | f | ) | const |
int INVERSELIB::ECD::neval |