MNE-CPP  beta 1.0
Public Types | Public Member Functions | Public Attributes | List of all members
FIFFLIB::FiffCtfComp Class Reference

CTF software compensation data. More...

#include <fiff_ctf_comp.h>

Public Types

typedef QSharedPointer< FiffCtfCompSPtr
 
typedef QSharedPointer< const FiffCtfCompConstSPtr
 

Public Member Functions

 FiffCtfComp ()
 
 FiffCtfComp (const FiffCtfComp &p_FiffCtfComp)
 
 ~FiffCtfComp ()
 
void clear ()
 

Public Attributes

fiff_int_t ctfkind
 
fiff_int_t kind
 
bool save_calibrated
 
MatrixXd rowcals
 
MatrixXd colcals
 
FiffNamedMatrix::SDPtr data
 

Detailed Description

CTF software compensation data.

CTF software compensation data

Definition at line 87 of file fiff_ctf_comp.h.

Member Typedef Documentation

typedef QSharedPointer<const FiffCtfComp> FIFFLIB::FiffCtfComp::ConstSPtr

Const shared pointer type for FiffCtfComp.

Definition at line 91 of file fiff_ctf_comp.h.

typedef QSharedPointer<FiffCtfComp> FIFFLIB::FiffCtfComp::SPtr

Shared pointer type for FiffCtfComp.

Definition at line 90 of file fiff_ctf_comp.h.

Constructor & Destructor Documentation

FiffCtfComp::FiffCtfComp ( )

Constructs the CTF software compensation data

Definition at line 57 of file fiff_ctf_comp.cpp.

FiffCtfComp::FiffCtfComp ( const FiffCtfComp p_FiffCtfComp)

Copy constructor.

Parameters
[in]p_FiffCtfCompCTF software compensation data which should be copied

Definition at line 68 of file fiff_ctf_comp.cpp.

FiffCtfComp::~FiffCtfComp ( )

Destroys the CTF software compensation data.

Definition at line 82 of file fiff_ctf_comp.cpp.

Member Function Documentation

void FiffCtfComp::clear ( )

Initializes the CTF software compensation data.

Definition at line 90 of file fiff_ctf_comp.cpp.

Member Data Documentation

MatrixXd FIFFLIB::FiffCtfComp::colcals

Colum calibrations.

Definition at line 124 of file fiff_ctf_comp.h.

fiff_int_t FIFFLIB::FiffCtfComp::ctfkind

CTF kind.

Definition at line 120 of file fiff_ctf_comp.h.

FiffNamedMatrix::SDPtr FIFFLIB::FiffCtfComp::data

Compensation data.

Definition at line 125 of file fiff_ctf_comp.h.

fiff_int_t FIFFLIB::FiffCtfComp::kind

Fiff kind -> fiff_constants.h

Definition at line 121 of file fiff_ctf_comp.h.

MatrixXd FIFFLIB::FiffCtfComp::rowcals

Row calibrations.

Definition at line 123 of file fiff_ctf_comp.h.

bool FIFFLIB::FiffCtfComp::save_calibrated

If data should be safed calibrated.

Definition at line 122 of file fiff_ctf_comp.h.


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