|
MNE-CPP 0.1.9
A Framework for Electrophysiology
|
The MneSurfacePatch class. More...
#include <mne_surface_patch.h>
Public Types | |
| typedef QSharedPointer< MneSurfacePatch > | SPtr |
| typedef QSharedPointer< const MneSurfacePatch > | ConstSPtr |
Public Member Functions | |
| MneSurfacePatch (int np) | |
| ~MneSurfacePatch () | |
Public Attributes | |
| MneSourceSpaceOld * | s |
| 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 |
The MneSurfacePatch class.
Replaces *mneSurfacePatch,mneSurfacePatchRec struct (mne_types.c).
Definition at line 80 of file mne_surface_patch.h.
| typedef QSharedPointer<const MneSurfacePatch> MNELIB::MneSurfacePatch::ConstSPtr |
Const shared pointer type for MneSurfacePatch.
Definition at line 84 of file mne_surface_patch.h.
| typedef QSharedPointer<MneSurfacePatch> MNELIB::MneSurfacePatch::SPtr |
Shared pointer type for MneSurfacePatch.
Definition at line 83 of file mne_surface_patch.h.
| MneSurfacePatch::MneSurfacePatch | ( | int | np | ) |
Constructs the MneSurfacePatch.
Definition at line 65 of file mne_surface_patch.cpp.
| MneSurfacePatch::~MneSurfacePatch | ( | ) |
Destroys the MneSurfacePatch.
Definition at line 90 of file mne_surface_patch.cpp.
| int* MNELIB::MneSurfacePatch::border |
Definition at line 106 of file mne_surface_patch.h.
| int MNELIB::MneSurfacePatch::flat |
Definition at line 107 of file mne_surface_patch.h.
| int MNELIB::MneSurfacePatch::np_surf |
Definition at line 102 of file mne_surface_patch.h.
| int MNELIB::MneSurfacePatch::ntri_surf |
Definition at line 105 of file mne_surface_patch.h.
| MneSourceSpaceOld* MNELIB::MneSurfacePatch::s |
Definition at line 99 of file mne_surface_patch.h.
| int* MNELIB::MneSurfacePatch::surf_tri |
Definition at line 104 of file mne_surface_patch.h.
| int* MNELIB::MneSurfacePatch::surf_vert |
Definition at line 101 of file mne_surface_patch.h.
| int* MNELIB::MneSurfacePatch::tri |
Definition at line 103 of file mne_surface_patch.h.
| void* MNELIB::MneSurfacePatch::user_data |
Definition at line 108 of file mne_surface_patch.h.
| mneUserFreeFunc MNELIB::MneSurfacePatch::user_data_free |
Definition at line 109 of file mne_surface_patch.h.
| int* MNELIB::MneSurfacePatch::vert |
Definition at line 100 of file mne_surface_patch.h.