MNE-CPP  beta 1.0
Public Types | Public Member Functions | Public Attributes | List of all members
XMEASLIB::RealTimeSourceEstimate Class Reference

Real-time source estimate measurement. More...

#include <realtimesourceestimate.h>

Inheritance diagram for XMEASLIB::RealTimeSourceEstimate:
XMEASLIB::NewMeasurement

Public Types

typedef QSharedPointer< RealTimeSourceEstimateSPtr
 
typedef QSharedPointer< const RealTimeSourceEstimateConstSPtr
 
- Public Types inherited from XMEASLIB::NewMeasurement
typedef QSharedPointer< NewMeasurementSPtr
 
typedef QSharedPointer< const NewMeasurementConstSPtr
 

Public Member Functions

 RealTimeSourceEstimate (QObject *parent=0)
 
virtual ~RealTimeSourceEstimate ()
 
void setAnnotSet (AnnotationSet::SPtr &annotSet)
 
AnnotationSet::SPtrgetAnnotSet ()
 
void setSurfSet (SurfaceSet::SPtr &surfSet)
 
SurfaceSet::SPtrgetSurfSet ()
 
virtual void setValue (MNESourceEstimate &v)
 
virtual MNESourceEstimate::SPtrgetValue ()
 
MNESourceEstimategetStc ()
 
bool isInitialized () const
 
- Public Member Functions inherited from XMEASLIB::NewMeasurement
 NewMeasurement (int type=QMetaType::UnknownType, QObject *parent=0)
 
virtual ~NewMeasurement ()
 
const QString & getName () const
 
void setName (const QString &name)
 
bool isVisible () const
 
void setVisibility (bool visibility)
 
int type () const
 

Public Attributes

bool m_bStcSend
 

Additional Inherited Members

- Signals inherited from XMEASLIB::NewMeasurement
void notify ()
 
- Protected Member Functions inherited from XMEASLIB::NewMeasurement
void setType (int type)
 

Detailed Description

Real-time source estimate measurement.

RealTimeSourceEstimate

Definition at line 93 of file realtimesourceestimate.h.

Member Typedef Documentation

Const shared pointer type for RealTimeSourceEstimate.

Definition at line 97 of file realtimesourceestimate.h.

Shared pointer type for RealTimeSourceEstimate.

Definition at line 96 of file realtimesourceestimate.h.

Constructor & Destructor Documentation

RealTimeSourceEstimate::RealTimeSourceEstimate ( QObject *  parent = 0)

Constructs a RealTimeSourceEstimate.

Parameters
[in]parentthe QObject parent of this measurement

Definition at line 64 of file realtimesourceestimate.cpp.

RealTimeSourceEstimate::~RealTimeSourceEstimate ( )
virtual

Destroys the RealTimeSourceEstimate.

Definition at line 76 of file realtimesourceestimate.cpp.

Member Function Documentation

AnnotationSet::SPtr & XMEASLIB::RealTimeSourceEstimate::getAnnotSet ( )
inline

Returns the annotation set.

Returns
the annotation set

Definition at line 206 of file realtimesourceestimate.h.

MNESourceEstimate& XMEASLIB::RealTimeSourceEstimate::getStc ( )
inline

Returns if source space is set.

Returns
the connected source space
SurfaceSet::SPtr & XMEASLIB::RealTimeSourceEstimate::getSurfSet ( )
inline

Returns the surface set.

Returns
the surface set

Definition at line 224 of file realtimesourceestimate.h.

MNESourceEstimate::SPtr & RealTimeSourceEstimate::getValue ( )
virtual

Returns the current value set. This method is inherited by Measurement.

Returns
the last attached value.

Definition at line 84 of file realtimesourceestimate.cpp.

bool XMEASLIB::RealTimeSourceEstimate::isInitialized ( ) const
inline

Returns whether RealTimeEvoked contains values

Returns
whether RealTimeEvoked contains values.

Definition at line 233 of file realtimesourceestimate.h.

void XMEASLIB::RealTimeSourceEstimate::setAnnotSet ( AnnotationSet::SPtr annotSet)
inline

Sets the annotation set.

Parameters
[in]annotSetthe annotation set to set

Definition at line 197 of file realtimesourceestimate.h.

void XMEASLIB::RealTimeSourceEstimate::setSurfSet ( SurfaceSet::SPtr surfSet)
inline

Sets the surface set.

Parameters
[in]surfSetthe surface set to set

Definition at line 215 of file realtimesourceestimate.h.

void RealTimeSourceEstimate::setValue ( MNESourceEstimate v)
virtual

Attaches a value to the sample array vector. This method is inherited by Measurement.

Parameters
[in]vthe value which is attached to the sample array vector.

Definition at line 93 of file realtimesourceestimate.cpp.

Member Data Documentation

bool XMEASLIB::RealTimeSourceEstimate::m_bStcSend

dirty hack

Definition at line 179 of file realtimesourceestimate.h.


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