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

Filter Thread Argument Description. More...

#include <filter_thread_arg.h>

Public Types

typedef QSharedPointer< FilterThreadArgSPtr
 
typedef QSharedPointer< const FilterThreadArgConstSPtr
 

Public Member Functions

 FilterThreadArg ()
 
 ~FilterThreadArg ()
 

Public Attributes

MneSourceSpaceOlds
 
FIFFLIB::FiffCoordTransOldmri_head_t
 
MneSurfaceOldsurf
 
float limit
 
FILE * filtered
 
int stat
 

Detailed Description

Filter Thread Argument Description.

Implements a Filter Thread Argument (Replaces *filterThreadArg,filterThreadArgRec; struct of MNE-C filter_source_space.c).

Definition at line 76 of file filter_thread_arg.h.

Member Typedef Documentation

◆ ConstSPtr

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

Const shared pointer type for FilterThreadArg.

Definition at line 80 of file filter_thread_arg.h.

◆ SPtr

Shared pointer type for FilterThreadArg.

Definition at line 79 of file filter_thread_arg.h.

Constructor & Destructor Documentation

◆ FilterThreadArg()

FilterThreadArg::FilterThreadArg ( )

Constructs the Filter Thread Argument Refactored: new_filter_thread_arg (filter_source_space.c)

Definition at line 62 of file filter_thread_arg.cpp.

◆ ~FilterThreadArg()

FilterThreadArg::~FilterThreadArg ( )

Destroys the Filter Thread Argument Refactored: free_filter_thread_arg (filter_source_space.c)

Definition at line 74 of file filter_thread_arg.cpp.


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