|
MNE-CPP
0.1.9
A Framework for Electrophysiology
|
#include <mne_mgh_tag.h>
Public Types | |
| typedef QSharedPointer< MneMghTag > | SPtr |
| typedef QSharedPointer< const MneMghTag > | ConstSPtr |
Public Member Functions | |
| MneMghTag () | |
| ~MneMghTag () | |
Public Attributes | |
| int | tag |
| long long | len |
| unsigned char * | data |
The MneMghTag class.
Replaces *mneMGHtag,mneMGHtagRec struct (mne_mgh_mri_io.c).
Definition at line 76 of file mne_mgh_tag.h.
| typedef QSharedPointer<const MneMghTag> MNELIB::MneMghTag::ConstSPtr |
Const shared pointer type for MneMghTag.
Definition at line 80 of file mne_mgh_tag.h.
| typedef QSharedPointer<MneMghTag> MNELIB::MneMghTag::SPtr |
Shared pointer type for MneMghTag.
Definition at line 79 of file mne_mgh_tag.h.
| MneMghTag::MneMghTag | ( | ) |
Constructs the MneMghTag.
Definition at line 54 of file mne_mgh_tag.cpp.
| MneMghTag::~MneMghTag | ( | ) |
Destroys the MneMghTag.
Definition at line 63 of file mne_mgh_tag.cpp.
1.8.17