MNE-CPP
0.1.9
A Framework for Electrophysiology
|
Filter Thread Argument Description. More...
#include <filter_thread_arg.h>
Public Types | |
typedef QSharedPointer< FilterThreadArg > | SPtr |
typedef QSharedPointer< const FilterThreadArg > | ConstSPtr |
Public Member Functions | |
FilterThreadArg () | |
~FilterThreadArg () | |
Public Attributes | |
MneSourceSpaceOld * | s |
FIFFLIB::FiffCoordTransOld * | mri_head_t |
MneSurfaceOld * | surf |
float | limit |
FILE * | filtered |
int | stat |
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.
typedef QSharedPointer<const FilterThreadArg> MNELIB::FilterThreadArg::ConstSPtr |
Const shared pointer type for FilterThreadArg.
Definition at line 80 of file filter_thread_arg.h.
typedef QSharedPointer<FilterThreadArg> MNELIB::FilterThreadArg::SPtr |
Shared pointer type for FilterThreadArg.
Definition at line 79 of file filter_thread_arg.h.
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 | ( | ) |
Destroys the Filter Thread Argument Refactored: free_filter_thread_arg (filter_source_space.c)
Definition at line 74 of file filter_thread_arg.cpp.