MNE-CPP  0.1.9
A Framework for Electrophysiology
Signals | Public Member Functions | List of all members
RTPROCESSINGLIB::RtInvOpWorker Class Reference

Real-time inverse operator worker. More...

#include <rtinvop.h>

Signals

void resultReady (const MNELIB::MNEInverseOperator &invOp)
 

Public Member Functions

void doWork (const RtInvOpInput &inputData)
 

Detailed Description

Real-time inverse operator worker.

Real-time inverse operator worker.

Definition at line 90 of file rtinvop.h.

Inheritance diagram for RTPROCESSINGLIB::RtInvOpWorker:
Inheritance graph

Member Function Documentation

◆ doWork()

void RtInvOpWorker::doWork ( const RtInvOpInput inputData)

Perform actual inverse operator creation.

Parameters
[in]inputDataData to estimate the inverser operator from.

Definition at line 72 of file rtinvop.cpp.

◆ resultReady

void RTPROCESSINGLIB::RtInvOpWorker::resultReady ( const MNELIB::MNEInverseOperator invOp)
signal

Wmit this signal whenver a new inverser operator was estimated.

Parameters
[in]invOpThe final inverser operator estimation.

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