v2.0.0
Loading...
Searching...
No Matches
MNELIB::MNEDerivSet Class Reference

Collection of MNEDeriv channel derivation definitions loaded from a file. More...

#include <mne_deriv_set.h>

Public Types

typedef QSharedPointer< MNEDerivSetSPtr
typedef QSharedPointer< const MNEDerivSetConstSPtr

Public Member Functions

 MNEDerivSet ()
 ~MNEDerivSet ()

Public Attributes

QList< MNEDeriv * > derivs

Detailed Description

Collection of MNEDeriv channel derivation definitions loaded from a file.

Definition at line 76 of file mne_deriv_set.h.

Member Typedef Documentation

◆ ConstSPtr

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

Const shared pointer type for MNEDerivSet.

Definition at line 80 of file mne_deriv_set.h.

◆ SPtr

typedef QSharedPointer<MNEDerivSet> MNELIB::MNEDerivSet::SPtr

Shared pointer type for MNEDerivSet.

Definition at line 79 of file mne_deriv_set.h.

Constructor & Destructor Documentation

◆ MNEDerivSet()

MNEDerivSet::MNEDerivSet ( )

Constructs the MNE Derivation Set

Definition at line 55 of file mne_deriv_set.cpp.

◆ ~MNEDerivSet()

MNEDerivSet::~MNEDerivSet ( )

Destructor.

Definition at line 61 of file mne_deriv_set.cpp.

Member Data Documentation

◆ derivs

QList<MNEDeriv*> MNELIB::MNEDerivSet::derivs

List of derivation items.

Definition at line 95 of file mne_deriv_set.h.


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