MNE-CPP
0.1.9
A Framework for Electrophysiology
|
Brief description of this class. More...
#include <hpimodelparameters.h>
Public Types | |
typedef QSharedPointer< HpiModelParameters > | SPtr |
typedef QSharedPointer< const HpiModelParameters > | ConstSPtr |
Public Member Functions | |
HpiModelParameters ()=default | |
HpiModelParameters (const QVector< int > vecHpiFreqs, const int iSampleFreq, const int iLineFreq, const bool bBasic) | |
HpiModelParameters (const HpiModelParameters &hpiModelParameter) | |
HpiModelParameters | operator= (const HpiModelParameters &other) |
bool | operator== (const HpiModelParameters &b) const |
bool | operator!= (const HpiModelParameters &b) const |
QVector< int > | vecHpiFreqs () const |
int | iNHpiCoils () const |
int | iSampleFreq () const |
int | iLineFreq () const |
bool | bBasic () const |
Brief description of this class.
Description of what this class is intended to do (in detail).
Definition at line 75 of file hpimodelparameters.h.
typedef QSharedPointer<const HpiModelParameters> INVERSELIB::HpiModelParameters::ConstSPtr |
Const shared pointer type for HpiModelParameters.
Definition at line 79 of file hpimodelparameters.h.
typedef QSharedPointer<HpiModelParameters> INVERSELIB::HpiModelParameters::SPtr |
Shared pointer type for HpiModelParameters.
Definition at line 78 of file hpimodelparameters.h.
|
default |
Defaul Constructor.
|
explicit |
Constructs a HpiModelParameters object.
[in] | vecHpiFreqs | The Hpi frequencies. |
[in] | iSampleFreq | The sampling frequency. |
[in] | iLineFreq | The line Frequency |
[in] | bBasic | Create a basic model without line frequeny or not. |
Definition at line 64 of file hpimodelparameters.cpp.
HpiModelParameters::HpiModelParameters | ( | const HpiModelParameters & | hpiModelParameter | ) |
Copy constructor.
[in] | hpiModelParameter | HpiModelParameters which should be copied. |
Definition at line 79 of file hpimodelparameters.cpp.
|
inline |
Inline functions to get acces to parameters.
Definition at line 150 of file hpimodelparameters.h.