MNE-CPP
beta 1.0
|
Real-time source estimate measurement. More...
#include <realtimesourceestimate.h>
Public Types | |
typedef QSharedPointer< RealTimeSourceEstimate > | SPtr |
typedef QSharedPointer< const RealTimeSourceEstimate > | ConstSPtr |
![]() | |
typedef QSharedPointer< NewMeasurement > | SPtr |
typedef QSharedPointer< const NewMeasurement > | ConstSPtr |
Public Member Functions | |
RealTimeSourceEstimate (QObject *parent=0) | |
virtual | ~RealTimeSourceEstimate () |
void | setAnnotSet (AnnotationSet::SPtr &annotSet) |
AnnotationSet::SPtr & | getAnnotSet () |
void | setSurfSet (SurfaceSet::SPtr &surfSet) |
SurfaceSet::SPtr & | getSurfSet () |
virtual void | setValue (MNESourceEstimate &v) |
virtual MNESourceEstimate::SPtr & | getValue () |
MNESourceEstimate & | getStc () |
bool | isInitialized () const |
![]() | |
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 | |
![]() | |
void | notify () |
![]() | |
void | setType (int type) |
Real-time source estimate measurement.
Definition at line 93 of file realtimesourceestimate.h.
typedef QSharedPointer<const RealTimeSourceEstimate> XMEASLIB::RealTimeSourceEstimate::ConstSPtr |
Const shared pointer type for RealTimeSourceEstimate.
Definition at line 97 of file realtimesourceestimate.h.
typedef QSharedPointer<RealTimeSourceEstimate> XMEASLIB::RealTimeSourceEstimate::SPtr |
Shared pointer type for RealTimeSourceEstimate.
Definition at line 96 of file realtimesourceestimate.h.
RealTimeSourceEstimate::RealTimeSourceEstimate | ( | QObject * | parent = 0 | ) |
Constructs a RealTimeSourceEstimate.
[in] | parent | the QObject parent of this measurement |
Definition at line 64 of file realtimesourceestimate.cpp.
|
virtual |
Destroys the RealTimeSourceEstimate.
Definition at line 76 of file realtimesourceestimate.cpp.
|
inline |
Returns the annotation set.
Definition at line 206 of file realtimesourceestimate.h.
|
inline |
Returns if source space is set.
|
inline |
Returns the surface set.
Definition at line 224 of file realtimesourceestimate.h.
|
virtual |
Returns the current value set. This method is inherited by Measurement.
Definition at line 84 of file realtimesourceestimate.cpp.
|
inline |
Returns whether RealTimeEvoked contains values
Definition at line 233 of file realtimesourceestimate.h.
|
inline |
Sets the annotation set.
[in] | annotSet | the annotation set to set |
Definition at line 197 of file realtimesourceestimate.h.
|
inline |
Sets the surface set.
[in] | surfSet | the surface set to set |
Definition at line 215 of file realtimesourceestimate.h.
|
virtual |
Attaches a value to the sample array vector. This method is inherited by Measurement.
[in] | v | the value which is attached to the sample array vector. |
Definition at line 93 of file realtimesourceestimate.cpp.
bool XMEASLIB::RealTimeSourceEstimate::m_bStcSend |
dirty hack
Definition at line 179 of file realtimesourceestimate.h.