MNE-CPP  0.1.9
A Framework for Electrophysiology
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
MNELIB::MnePatchInfo Class Reference

One item in a derivation data set. More...

#include <mne_patch_info.h>

Public Types

typedef QSharedPointer< MnePatchInfoSPtr
 
typedef QSharedPointer< const MnePatchInfoConstSPtr
 

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
 

Detailed Description

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.

Member Typedef Documentation

◆ ConstSPtr

typedef QSharedPointer<const MnePatchInfo> MNELIB::MnePatchInfo::ConstSPtr

Const shared pointer type for MnePatchInfo.

Definition at line 81 of file mne_patch_info.h.

◆ SPtr

typedef QSharedPointer<MnePatchInfo> MNELIB::MnePatchInfo::SPtr

Shared pointer type for MnePatchInfo.

Definition at line 80 of file mne_patch_info.h.

Constructor & Destructor Documentation

◆ MnePatchInfo()

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::~MnePatchInfo ( )

Destroys the MNE Patch Information Refactored: mne_free_patch (mne_source_space.c)

Definition at line 75 of file mne_patch_info.cpp.

Member Function Documentation

◆ calculate_normal_stats()

void MnePatchInfo::calculate_normal_stats ( MneSourceSpaceOld s,
MnePatchInfo p 
)
static

Refactored: calculate_normal_stats (mne_patches.c)

Definition at line 99 of file mne_patch_info.cpp.

◆ calculate_patch_area()

void MnePatchInfo::calculate_patch_area ( MneSourceSpaceOld s,
MnePatchInfo p 
)
static

Refactored: calculate_patch_area (mne_patches.c)

Definition at line 82 of file mne_patch_info.cpp.


The documentation for this class was generated from the following files: