MNE-CPP  beta 1.0
Public Types | Signals | Public Member Functions | Protected Member Functions | List of all members
DISP3DLIB::InverseViewProducer Class Reference

3D stereoscopic labels More...

#include <inverseviewproducer.h>

Inheritance diagram for DISP3DLIB::InverseViewProducer:

Public Types

typedef QSharedPointer< InverseViewProducerSPtr
 
typedef QSharedPointer< const InverseViewProducerConstSPtr
 

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 ()
 

Detailed Description

3D stereoscopic labels

Functionality of a timer

Definition at line 95 of file inverseviewproducer.h.

Member Typedef Documentation

Const shared pointer type for InverseView class.

Definition at line 100 of file inverseviewproducer.h.

Shared pointer type for InverseView class.

Definition at line 99 of file inverseviewproducer.h.

Constructor & Destructor Documentation

InverseViewProducer::InverseViewProducer ( qint32  p_iFps,
bool  p_bLoop,
bool  p_bSlowMotion 
)

Default constructor

Parameters
[in]p_iFpsFrames per second
[in]p_bLoopif source estimate should be repeated
[in]p_bSlowMotionif 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.

Member Function Documentation

double DISP3DLIB::InverseViewProducer::getGlobalMax ( ) const
inline

Returns the maximal activation.

Returns
the maximal activation.

Definition at line 187 of file inverseviewproducer.h.

VectorXd DISP3DLIB::InverseViewProducer::getMaxActivation ( ) const
inline

Returns the maximal activation of each source.

Returns
the maximal activation source vector.

Definition at line 195 of file inverseviewproducer.h.

void InverseViewProducer::pushSourceEstimate ( MNESourceEstimate p_sourceEstimate)

Appends a new source estimate

Parameters
[in]p_sourceEstimateSource estimate to push

Definition at line 85 of file inverseviewproducer.cpp.

void InverseViewProducer::run ( )
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.


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