MNE-CPP
0.1.9
A Framework for Electrophysiology
|
One item in a derivation data set. More...
#include <mne_patch_info.h>
Public Types | |
typedef QSharedPointer< MnePatchInfo > | SPtr |
typedef QSharedPointer< const MnePatchInfo > | ConstSPtr |
Public Member Functions | |
MnePatchInfo () | |
~MnePatchInfo () | |
Static Public Member Functions | |
static void | calculate_patch_area (MneSourceSpaceOld *s, MnePatchInfo *p) |
static void | calculate_normal_stats (MneSourceSpaceOld *s, MnePatchInfo *p) |
Public Attributes | |
int | vert |
int * | memb_vert |
int | nmemb |
float | area |
float | ave_nn [3] |
float | dev_nn |
One item in a derivation data set.
Implements an MNE Patch Information (Replaces *mnePatchInfo,mnePatchInfoRec; struct of MNE-C mne_types.h).
Definition at line 77 of file mne_patch_info.h.
typedef QSharedPointer<const MnePatchInfo> MNELIB::MnePatchInfo::ConstSPtr |
Const shared pointer type for MnePatchInfo.
Definition at line 81 of file mne_patch_info.h.
typedef QSharedPointer<MnePatchInfo> MNELIB::MnePatchInfo::SPtr |
Shared pointer type for MnePatchInfo.
Definition at line 80 of file mne_patch_info.h.
MnePatchInfo::MnePatchInfo | ( | ) |
Constructs the MNE Patch Information Refactored: mne_new_patch (mne_source_space.c)
Definition at line 64 of file mne_patch_info.cpp.
MnePatchInfo::~MnePatchInfo | ( | ) |
Destroys the MNE Patch Information Refactored: mne_free_patch (mne_source_space.c)
Definition at line 75 of file mne_patch_info.cpp.
|
static |
Refactored: calculate_normal_stats (mne_patches.c)
Definition at line 99 of file mne_patch_info.cpp.
|
static |
Refactored: calculate_patch_area (mne_patches.c)
Definition at line 82 of file mne_patch_info.cpp.