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

The MneMghTag class. More...

#include <mne_mgh_tag.h>

Public Types

typedef QSharedPointer< MneMghTagSPtr
 
typedef QSharedPointer< const MneMghTagConstSPtr
 

Public Member Functions

 MneMghTag ()
 
 ~MneMghTag ()
 

Public Attributes

int tag
 
long long len
 
unsigned char * data
 

Detailed Description

The MneMghTag class.

Replaces *mneMGHtag,mneMGHtagRec struct (mne_mgh_mri_io.c).

Definition at line 76 of file mne_mgh_tag.h.

Member Typedef Documentation

◆ ConstSPtr

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

Const shared pointer type for MneMghTag.

Definition at line 80 of file mne_mgh_tag.h.

◆ SPtr

typedef QSharedPointer<MneMghTag> MNELIB::MneMghTag::SPtr

Shared pointer type for MneMghTag.

Definition at line 79 of file mne_mgh_tag.h.

Constructor & Destructor Documentation

◆ MneMghTag()

MneMghTag::MneMghTag ( )

Constructs the MneMghTag.

Definition at line 54 of file mne_mgh_tag.cpp.

◆ ~MneMghTag()

MneMghTag::~MneMghTag ( )

Destroys the MneMghTag.

Definition at line 63 of file mne_mgh_tag.cpp.


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