MNE-CPP 0.1.9
A Framework for Electrophysiology
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
MNELIB::MneNearest Class Reference

This is used in the patch definitions. More...

#include <mne_nearest.h>

Public Types

typedef QSharedPointer< MneNearestSPtr
 
typedef QSharedPointer< const MneNearestConstSPtr
 

Public Member Functions

 MneNearest ()
 
 ~MneNearest ()
 

Public Attributes

int vert
 
int nearest
 
float dist
 
MnePatchInfopatch
 

Detailed Description

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.

Member Typedef Documentation

◆ ConstSPtr

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

Const shared pointer type for MneNearest.

Definition at line 81 of file mne_nearest.h.

◆ SPtr

typedef QSharedPointer<MneNearest> MNELIB::MneNearest::SPtr

Shared pointer type for MneNearest.

Definition at line 80 of file mne_nearest.h.

Constructor & Destructor Documentation

◆ MneNearest()

MneNearest::MneNearest ( )

Constructs the MNE Nearest

Definition at line 55 of file mne_nearest.cpp.

◆ ~MneNearest()

MneNearest::~MneNearest ( )

Destroys the MNE Nearest Refactored: (.c)

Definition at line 61 of file mne_nearest.cpp.

Member Data Documentation

◆ dist

float MNELIB::MneNearest::dist

Definition at line 99 of file mne_nearest.h.

◆ nearest

int MNELIB::MneNearest::nearest

Definition at line 98 of file mne_nearest.h.

◆ patch

MnePatchInfo* MNELIB::MneNearest::patch

Definition at line 100 of file mne_nearest.h.

◆ vert

int MNELIB::MneNearest::vert

Definition at line 97 of file mne_nearest.h.


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