|
MNE-CPP
0.1.9
A Framework for Electrophysiology
|
One linear projection item. More...
#include <mne_proj_item.h>
Public Types | |
| typedef QSharedPointer< MneProjItem > | SPtr |
| typedef QSharedPointer< const MneProjItem > | ConstSPtr |
Public Member Functions | |
| MneProjItem () | |
| ~MneProjItem () | |
Static Public Member Functions | |
| static int | mne_proj_item_affect (MneProjItem *it, const QStringList &list, int nlist) |
Public Attributes | |
| MneNamedMatrix * | vecs |
| int | nvec |
| QString | desc |
| int | kind |
| int | active |
| int | active_file |
| int | has_meg |
| int | has_eeg |
One linear projection item.
Implements an MNE Projection Item (Replaces *mneProjItem,mneProjItemRec; struct of MNE-C mne_types.h).
Definition at line 77 of file mne_proj_item.h.
| typedef QSharedPointer<const MneProjItem> MNELIB::MneProjItem::ConstSPtr |
Const shared pointer type for MneDeriv.
Definition at line 81 of file mne_proj_item.h.
| typedef QSharedPointer<MneProjItem> MNELIB::MneProjItem::SPtr |
Shared pointer type for MneDeriv.
Definition at line 80 of file mne_proj_item.h.
| MneProjItem::MneProjItem | ( | ) |
Constructs the MNE Projection Item Refactored: mne_new_proj_op_item (mne_lin_proj.c)
Definition at line 65 of file mne_proj_item.cpp.
| MneProjItem::~MneProjItem | ( | ) |
Destroys the MNE Projection Item Refactored: mne_free_proj_op_item (mne_lin_proj.c)
Definition at line 78 of file mne_proj_item.cpp.
| int MNELIB::MneProjItem::active |
Is this item active now?.
Definition at line 104 of file mne_proj_item.h.
| int MNELIB::MneProjItem::active_file |
Was this item active when loaded from file?.
Definition at line 105 of file mne_proj_item.h.
| QString MNELIB::MneProjItem::desc |
Projection item description.
Definition at line 102 of file mne_proj_item.h.
| int MNELIB::MneProjItem::has_eeg |
Does it have EEG channels?.
Definition at line 107 of file mne_proj_item.h.
| int MNELIB::MneProjItem::has_meg |
Does it have MEG channels?.
Definition at line 106 of file mne_proj_item.h.
| int MNELIB::MneProjItem::kind |
Projection item kind.
Definition at line 103 of file mne_proj_item.h.
| int MNELIB::MneProjItem::nvec |
Number of vectors = vecs->nrow.
Definition at line 101 of file mne_proj_item.h.
| MneNamedMatrix* MNELIB::MneProjItem::vecs |
The original projection vectors.
Definition at line 100 of file mne_proj_item.h.
1.8.17