MNE-CPP 0.1.9
A Framework for Electrophysiology
Loading...
Searching...
No Matches
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.

Member Data Documentation

◆ ntags

int MNELIB::MneMghTagGroup::ntags

Definition at line 97 of file mne_mgh_tag_group.h.

◆ tags

MneMghTag** MNELIB::MneMghTagGroup::tags

Definition at line 98 of file mne_mgh_tag_group.h.


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