MNE-CPP
beta 1.0
|
The RealTimeMultiSampleArrayNew class is the base class of every RealTimeMultiSampleArrayNew Measurement. More...
#include <frequencyspectrum.h>
Public Types | |
typedef QSharedPointer< FrequencySpectrum > | SPtr |
typedef QSharedPointer< const FrequencySpectrum > | ConstSPtr |
![]() | |
typedef QSharedPointer< NewMeasurement > | SPtr |
typedef QSharedPointer< const NewMeasurement > | ConstSPtr |
Public Member Functions | |
FrequencySpectrum (QObject *parent=0) | |
virtual | ~FrequencySpectrum () |
void | initFromFiffInfo (FiffInfo::SPtr &p_pFiffInfo) |
void | initScaleType (qint8 ScaleType) |
bool | isInit () const |
FiffInfo::SPtr & | getFiffInfo () |
qint8 | getScaleType () |
virtual void | setValue (MatrixXd &v) |
virtual MatrixXd | getValue () const |
bool | containsValues () 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 |
Additional Inherited Members | |
![]() | |
void | notify () |
![]() | |
void | setType (int type) |
The RealTimeMultiSampleArrayNew class is the base class of every RealTimeMultiSampleArrayNew Measurement.
DECLARE CLASS FrequencySpectrum
Definition at line 87 of file frequencyspectrum.h.
typedef QSharedPointer<const FrequencySpectrum> XMEASLIB::FrequencySpectrum::ConstSPtr |
Const shared pointer type for FrequencySpectrum.
Definition at line 92 of file frequencyspectrum.h.
typedef QSharedPointer<FrequencySpectrum> XMEASLIB::FrequencySpectrum::SPtr |
Shared pointer type for FrequencySpectrum.
Definition at line 91 of file frequencyspectrum.h.
|
explicit |
Constructs a RealTimeMultiSampleArrayNew.
Definition at line 66 of file frequencyspectrum.cpp.
|
virtual |
Destroys the RealTimeMultiSampleArrayNew.
Definition at line 76 of file frequencyspectrum.cpp.
|
inline |
Returns whether FrequencySpectrum contains values
Definition at line 213 of file frequencyspectrum.h.
|
inline |
Returns the reference to the orig FiffInfo.
Definition at line 199 of file frequencyspectrum.h.
|
inline |
|
virtual |
Returns the current value set. This method is inherited by Measurement.
Definition at line 102 of file frequencyspectrum.cpp.
void FrequencySpectrum::initFromFiffInfo | ( | FiffInfo::SPtr & | p_pFiffInfo | ) |
Init channel infos using fiff info
[in] | p_pFiffInfo | Info to init from |
Definition at line 84 of file frequencyspectrum.cpp.
void FrequencySpectrum::initScaleType | ( | qint8 | ScaleType | ) |
Init Scale Type
[in] | ScaleType | Scale type to init from |
Definition at line 93 of file frequencyspectrum.cpp.
|
inline |
Returns whether channel info is initialized
Definition at line 191 of file frequencyspectrum.h.
|
virtual |
New data block to distribute
[in] | v | the value which is should be distributed. |
Definition at line 110 of file frequencyspectrum.cpp.