MNE-CPP  0.1.9
A Framework for Electrophysiology
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.


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