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

The MneMorphMap class. More...

#include <mne_morph_map.h>

Public Types

typedef QSharedPointer< MneMorphMapSPtr
 
typedef QSharedPointer< const MneMorphMapConstSPtr
 

Public Member Functions

 MneMorphMap ()
 
 ~MneMorphMap ()
 

Public Attributes

FIFFLIB::FiffSparseMatrixmap
 
int * best
 
int from_kind
 
char * from_subj
 

Detailed Description

The MneMorphMap class.

Replaces *morphMap,morphMapRec struct (analyze_types.c).

Definition at line 77 of file mne_morph_map.h.

Member Typedef Documentation

◆ ConstSPtr

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

Const shared pointer type for MneMorphMap.

Definition at line 81 of file mne_morph_map.h.

◆ SPtr

typedef QSharedPointer<MneMorphMap> MNELIB::MneMorphMap::SPtr

Shared pointer type for MneMorphMap.

Definition at line 80 of file mne_morph_map.h.

Constructor & Destructor Documentation

◆ MneMorphMap()

MneMorphMap::MneMorphMap ( )

Constructs the MneMorphMap.

Definition at line 56 of file mne_morph_map.cpp.

◆ ~MneMorphMap()

MneMorphMap::~MneMorphMap ( )

Destroys the MneMorphMap.

Definition at line 66 of file mne_morph_map.cpp.


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