MNE-CPP
0.1.9
A Framework for Electrophysiology
|
The MneMghTagGroup class. More...
#include <mne_mgh_tag_group.h>
Public Types | |
typedef QSharedPointer< MneMghTagGroup > | SPtr |
typedef QSharedPointer< const MneMghTagGroup > | ConstSPtr |
Public Member Functions | |
MneMghTagGroup () | |
~MneMghTagGroup () | |
Public Attributes | |
int | ntags |
MneMghTag ** | tags |
The MneMghTagGroup class.
Replaces **mneMGHtagGroup,mneMGHtagGroupRec struct (mne_mgh_mri_io.c).
Definition at line 78 of file mne_mgh_tag_group.h.
typedef QSharedPointer<const MneMghTagGroup> MNELIB::MneMghTagGroup::ConstSPtr |
Const shared pointer type for MneMghTagGroup.
Definition at line 82 of file mne_mgh_tag_group.h.
typedef QSharedPointer<MneMghTagGroup> MNELIB::MneMghTagGroup::SPtr |
Shared pointer type for MneMghTagGroup.
Definition at line 81 of file mne_mgh_tag_group.h.
MneMghTagGroup::MneMghTagGroup | ( | ) |
Constructs the MneMghTagGroup.
Definition at line 55 of file mne_mgh_tag_group.cpp.
MneMghTagGroup::~MneMghTagGroup | ( | ) |
Destroys the MneMghTagGroup.
Definition at line 63 of file mne_mgh_tag_group.cpp.