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


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