|
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.
1.8.17