MNE-CPP 0.1.9
A Framework for Electrophysiology
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
MNELIB::MneMshEyes Class Reference

The MneMshEyes class. More...

#include <mne_msh_eyes.h>

Public Types

typedef QSharedPointer< MneMshEyesSPtr
 
typedef QSharedPointer< const MneMshEyesConstSPtr
 

Public Member Functions

 MneMshEyes ()
 
 ~MneMshEyes ()
 

Public Attributes

char * name
 
float left [3]
 
float right [3]
 
float left_up [3]
 
float right_up [3]
 

Detailed Description

The MneMshEyes class.

Replaces *mshEyes,mshEyesRec struct (analyze_types.c).

Definition at line 76 of file mne_msh_eyes.h.

Member Typedef Documentation

◆ ConstSPtr

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

Const shared pointer type for MneMshEyes.

Definition at line 80 of file mne_msh_eyes.h.

◆ SPtr

typedef QSharedPointer<MneMshEyes> MNELIB::MneMshEyes::SPtr

Shared pointer type for MneMshEyes.

Definition at line 79 of file mne_msh_eyes.h.

Constructor & Destructor Documentation

◆ MneMshEyes()

MneMshEyes::MneMshEyes ( )

Constructs the MneMshEyes.

Definition at line 54 of file mne_msh_eyes.cpp.

◆ ~MneMshEyes()

MneMshEyes::~MneMshEyes ( )

Destroys the MneMshEyes.

Definition at line 60 of file mne_msh_eyes.cpp.

Member Data Documentation

◆ left

float MNELIB::MneMshEyes::left[3]

Definition at line 96 of file mne_msh_eyes.h.

◆ left_up

float MNELIB::MneMshEyes::left_up[3]

Definition at line 98 of file mne_msh_eyes.h.

◆ name

char* MNELIB::MneMshEyes::name

Definition at line 95 of file mne_msh_eyes.h.

◆ right

float MNELIB::MneMshEyes::right[3]

Definition at line 97 of file mne_msh_eyes.h.

◆ right_up

float MNELIB::MneMshEyes::right_up[3]

Definition at line 99 of file mne_msh_eyes.h.


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