MNE-CPP
beta 1.0
|
Real-time inverse operator estimation. More...
#include <rtinvop.h>
Public Types | |
typedef QSharedPointer< RtInvOp > | SPtr |
typedef QSharedPointer< const RtInvOp > | ConstSPtr |
Signals | |
void | invOperatorCalculated (MNELIB::MNEInverseOperator::SPtr p_pInvOp) |
Public Member Functions | |
RtInvOp (FiffInfo::SPtr &p_pFiffInfo, MNEForwardSolution::SPtr &p_pFwd, QObject *parent=0) | |
~RtInvOp () | |
void | appendNoiseCov (FiffCov &p_NoiseCov) |
virtual bool | stop () |
bool | isRunning () |
Protected Member Functions | |
virtual void | run () |
Real-time inverse operator estimation.
Real-time inverse dSPM, sLoreta inverse operator estimation
typedef QSharedPointer<const RtInvOp> RTINVLIB::RtInvOp::ConstSPtr |
typedef QSharedPointer<RtInvOp> RTINVLIB::RtInvOp::SPtr |
|
explicit |
Creates the real-time inverse operator estimation object
[in] | p_pFiffInfo | Fiff measurement info |
[in] | p_pFwd | Forward solution |
[in] | parent | Parent QObject (optional) |
Definition at line 66 of file rtinvop.cpp.
RtInvOp::~RtInvOp | ( | ) |
Destroys the inverse operator estimation object.
Definition at line 77 of file rtinvop.cpp.
void RtInvOp::appendNoiseCov | ( | FiffCov & | p_NoiseCov | ) |
Slot to receive incoming noise covariance estimations.
[in] | p_NoiseCov | Noise covariance estimation |
Definition at line 85 of file rtinvop.cpp.
|
signal |
Signal which is emitted when a inverse operator is calculated.
[out] | p_InvOp | The inverse operator |
|
inline |
|
protectedvirtual |
The starting point for the thread. After calling start(), the newly created thread calls this function. Returning from this method will end the execution of the thread. Pure virtual method inherited by QThread.
Definition at line 110 of file rtinvop.cpp.
|
virtual |
Stops the RtInv by stopping the producer's thread.
Definition at line 99 of file rtinvop.cpp.