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

The MneProjData class. More...

#include <mne_proj_data.h>

Public Types

typedef QSharedPointer< MneProjDataSPtr
 
typedef QSharedPointer< const MneProjDataConstSPtr
 

Public Member Functions

 MneProjData (MNELIB::MneSurfaceOld *s)
 
 ~MneProjData ()
 

Public Attributes

float * a
 
float * b
 
float * c
 
int * act
 
int nactive
 

Detailed Description

The MneProjData class.

Replaces *projData,projDataRec struct (mne_project_to_surface.c).

Definition at line 74 of file mne_proj_data.h.

Member Typedef Documentation

◆ ConstSPtr

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

Const shared pointer type for MneProjData.

Definition at line 78 of file mne_proj_data.h.

◆ SPtr

typedef QSharedPointer<MneProjData> MNELIB::MneProjData::SPtr

Shared pointer type for MneProjData.

Definition at line 77 of file mne_proj_data.h.

Constructor & Destructor Documentation

◆ MneProjData()

MneProjData::MneProjData ( MNELIB::MneSurfaceOld s)

Constructs the MneProjData.

Definition at line 72 of file mne_proj_data.cpp.

◆ ~MneProjData()

MneProjData::~MneProjData ( )

Destroys the MneProjData.

Definition at line 94 of file mne_proj_data.cpp.


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