|
MNE-CPP
0.1.9
A Framework for Electrophysiology
|
This is used in the patch definitions. More...
#include <mne_nearest.h>
Public Types | |
| typedef QSharedPointer< MneNearest > | SPtr |
| typedef QSharedPointer< const MneNearest > | ConstSPtr |
Public Member Functions | |
| MneNearest () | |
| ~MneNearest () | |
Public Attributes | |
| int | vert |
| int | nearest |
| float | dist |
| MnePatchInfo * | patch |
This is used in the patch definitions.
Implements the MNE Nearest description (Replaces *mneNearest,mneNearestRec; struct of MNE-C mne_types.h).
Definition at line 77 of file mne_nearest.h.
| typedef QSharedPointer<const MneNearest> MNELIB::MneNearest::ConstSPtr |
Const shared pointer type for MneNearest.
Definition at line 81 of file mne_nearest.h.
| typedef QSharedPointer<MneNearest> MNELIB::MneNearest::SPtr |
Shared pointer type for MneNearest.
Definition at line 80 of file mne_nearest.h.
| MneNearest::MneNearest | ( | ) |
Constructs the MNE Nearest
Definition at line 55 of file mne_nearest.cpp.
| MneNearest::~MneNearest | ( | ) |
Destroys the MNE Nearest Refactored: (.c)
Definition at line 61 of file mne_nearest.cpp.
1.8.17