MNE-CPP
beta 1.0
|
3D stereoscopic labels More...
#include <inverseviewproducer.h>
Public Types | |
typedef QSharedPointer< InverseViewProducer > | SPtr |
typedef QSharedPointer< const InverseViewProducer > | ConstSPtr |
Signals | |
void | sourceEstimateSample (QSharedPointer< Eigen::VectorXd >) |
Public Member Functions | |
InverseViewProducer (qint32 p_iFps, bool p_bLoop, bool p_bSlowMotion) | |
~InverseViewProducer () | |
double | getGlobalMax () const |
VectorXd | getMaxActivation () const |
void | pushSourceEstimate (MNESourceEstimate &p_sourceEstimate) |
void | stop () |
Protected Member Functions | |
virtual void | run () |
3D stereoscopic labels
Functionality of a timer
Definition at line 95 of file inverseviewproducer.h.
typedef QSharedPointer<const InverseViewProducer> DISP3DLIB::InverseViewProducer::ConstSPtr |
Const shared pointer type for InverseView class.
Definition at line 100 of file inverseviewproducer.h.
typedef QSharedPointer<InverseViewProducer> DISP3DLIB::InverseViewProducer::SPtr |
Shared pointer type for InverseView class.
Definition at line 99 of file inverseviewproducer.h.
InverseViewProducer::InverseViewProducer | ( | qint32 | p_iFps, |
bool | p_bLoop, | ||
bool | p_bSlowMotion | ||
) |
Default constructor
[in] | p_iFps | Frames per second |
[in] | p_bLoop | if source estimate should be repeated |
[in] | p_bSlowMotion | if slow motion should be turned on (fps is discarded) |
Definition at line 61 of file inverseviewproducer.cpp.
InverseViewProducer::~InverseViewProducer | ( | ) |
Destroys the InverseView class.
Definition at line 78 of file inverseviewproducer.cpp.
|
inline |
Returns the maximal activation.
Definition at line 187 of file inverseviewproducer.h.
|
inline |
Returns the maximal activation of each source.
Definition at line 195 of file inverseviewproducer.h.
void InverseViewProducer::pushSourceEstimate | ( | MNESourceEstimate & | p_sourceEstimate | ) |
Appends a new source estimate
[in] | p_sourceEstimate | Source estimate to push |
Definition at line 85 of file inverseviewproducer.cpp.
|
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 154 of file inverseviewproducer.cpp.
void InverseViewProducer::stop | ( | ) |
Stops the InverseViewProducer by stopping the producer's thread.
Definition at line 142 of file inverseviewproducer.cpp.