MNE-CPP  0.1.9
A Framework for Electrophysiology
Public Types | Public Member Functions | Public Attributes | List of all members
MNELIB::MneMghTagGroup Class Reference

The MneMghTagGroup class. More...

#include <mne_mgh_tag_group.h>

Public Types

typedef QSharedPointer< MneMghTagGroupSPtr
 
typedef QSharedPointer< const MneMghTagGroupConstSPtr
 

Public Member Functions

 MneMghTagGroup ()
 
 ~MneMghTagGroup ()
 

Public Attributes

int ntags
 
MneMghTag ** tags
 

Detailed Description

The MneMghTagGroup class.

Replaces **mneMGHtagGroup,mneMGHtagGroupRec struct (mne_mgh_mri_io.c).

Definition at line 78 of file mne_mgh_tag_group.h.

Member Typedef Documentation

◆ ConstSPtr

typedef QSharedPointer<const MneMghTagGroup> MNELIB::MneMghTagGroup::ConstSPtr

Const shared pointer type for MneMghTagGroup.

Definition at line 82 of file mne_mgh_tag_group.h.

◆ SPtr

Shared pointer type for MneMghTagGroup.

Definition at line 81 of file mne_mgh_tag_group.h.

Constructor & Destructor Documentation

◆ MneMghTagGroup()

MneMghTagGroup::MneMghTagGroup ( )

Constructs the MneMghTagGroup.

Definition at line 55 of file mne_mgh_tag_group.cpp.

◆ ~MneMghTagGroup()

MneMghTagGroup::~MneMghTagGroup ( )

Destroys the MneMghTagGroup.

Definition at line 63 of file mne_mgh_tag_group.cpp.


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