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::MneSurfacePatch Class Reference

The MneSurfacePatch class. More...

#include <mne_surface_patch.h>

Public Types

typedef QSharedPointer< MneSurfacePatchSPtr
 
typedef QSharedPointer< const MneSurfacePatchConstSPtr
 

Public Member Functions

 MneSurfacePatch (int np)
 
 ~MneSurfacePatch ()
 

Public Attributes

MneSourceSpaceOlds
 
int * vert
 
int * surf_vert
 
int np_surf
 
int * tri
 
int * surf_tri
 
int ntri_surf
 
int * border
 
int flat
 
void * user_data
 
mneUserFreeFunc user_data_free
 

Detailed Description

The MneSurfacePatch class.

Replaces *mneSurfacePatch,mneSurfacePatchRec struct (mne_types.c).

Definition at line 80 of file mne_surface_patch.h.

Member Typedef Documentation

◆ ConstSPtr

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

Const shared pointer type for MneSurfacePatch.

Definition at line 84 of file mne_surface_patch.h.

◆ SPtr

Shared pointer type for MneSurfacePatch.

Definition at line 83 of file mne_surface_patch.h.

Constructor & Destructor Documentation

◆ MneSurfacePatch()

MneSurfacePatch::MneSurfacePatch ( int  np)

Constructs the MneSurfacePatch.

Definition at line 65 of file mne_surface_patch.cpp.

◆ ~MneSurfacePatch()

MneSurfacePatch::~MneSurfacePatch ( )

Destroys the MneSurfacePatch.

Definition at line 90 of file mne_surface_patch.cpp.

Member Data Documentation

◆ border

int* MNELIB::MneSurfacePatch::border

Definition at line 106 of file mne_surface_patch.h.

◆ flat

int MNELIB::MneSurfacePatch::flat

Definition at line 107 of file mne_surface_patch.h.

◆ np_surf

int MNELIB::MneSurfacePatch::np_surf

Definition at line 102 of file mne_surface_patch.h.

◆ ntri_surf

int MNELIB::MneSurfacePatch::ntri_surf

Definition at line 105 of file mne_surface_patch.h.

◆ s

MneSourceSpaceOld* MNELIB::MneSurfacePatch::s

Definition at line 99 of file mne_surface_patch.h.

◆ surf_tri

int* MNELIB::MneSurfacePatch::surf_tri

Definition at line 104 of file mne_surface_patch.h.

◆ surf_vert

int* MNELIB::MneSurfacePatch::surf_vert

Definition at line 101 of file mne_surface_patch.h.

◆ tri

int* MNELIB::MneSurfacePatch::tri

Definition at line 103 of file mne_surface_patch.h.

◆ user_data

void* MNELIB::MneSurfacePatch::user_data

Definition at line 108 of file mne_surface_patch.h.

◆ user_data_free

mneUserFreeFunc MNELIB::MneSurfacePatch::user_data_free

Definition at line 109 of file mne_surface_patch.h.

◆ vert

int* MNELIB::MneSurfacePatch::vert

Definition at line 100 of file mne_surface_patch.h.


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