Brief description of class still missing. More...
#include <TFAParameters.h>
Public Member Functions | |
virtual void | collectKeywords (PARAMETERS_COLLECTKEYWORDS_ARGS) |
SamplingParameters & | frequencySampling () |
const SamplingParameters & | frequencySampling () const |
virtual int | keywordCount (PARAMETERS_KEYWORDCOUNT_ARGS) |
TimeRangeParameters & | range () |
const TimeRangeParameters & | range () const |
void | setFrequencySampling (const SamplingParameters &f) |
void | setRange (const TimeRangeParameters &r) |
virtual bool | setValue (PARAMETERS_SETVALUE_ARGS) |
void | setWavelet (const MorletParameters &w) |
TFAParameters () | |
TFAParameters (const TFAParameters &o) | |
virtual QString | toString (PARAMETERS_TOSTRING_ARGS_DECL) const |
MorletParameters & | wavelet () |
const MorletParameters & | wavelet () const |
Brief description of class still missing.
Full description of class still missing
{ }
TFAParameters::TFAParameters | ( | const TFAParameters & | o | ) |
{ _range=o._range; _frequencySampling=o._frequencySampling; _wavelet=o._wavelet; }
void TFAParameters::collectKeywords | ( | PARAMETERS_COLLECTKEYWORDS_ARGS | ) | [virtual] |
Reimplemented from QGpCoreTools::AbstractParameters.
References GeopsyCore::MorletParameters::collectKeywords(), QGpCoreTools::SamplingParameters::collectKeywords(), GeopsyCore::TimeRangeParameters::collectKeywords(), and TRACE.
{ TRACE; _range.collectKeywords(keywords, prefix); _frequencySampling.collectKeywords(keywords, prefix); _wavelet.collectKeywords(keywords, prefix); }
SamplingParameters& TFAParameters::frequencySampling | ( | ) | [inline] |
Referenced by TFAResults::compute(), ToolTFAd::getParameters(), and ToolTFAd::setParameters().
{return _frequencySampling;}
const SamplingParameters& TFAParameters::frequencySampling | ( | ) | const [inline] |
{return _frequencySampling;}
int TFAParameters::keywordCount | ( | PARAMETERS_KEYWORDCOUNT_ARGS | ) | [virtual] |
Reimplemented from QGpCoreTools::AbstractParameters.
{
return 0;
}
TimeRangeParameters& TFAParameters::range | ( | ) | [inline] |
Referenced by TFAResults::compute(), ToolTFAd::getParameters(), and ToolTFAd::setParameters().
{return _range;}
const TimeRangeParameters& TFAParameters::range | ( | ) | const [inline] |
{return _range;}
void TFAParameters::setFrequencySampling | ( | const SamplingParameters & | f | ) | [inline] |
{_frequencySampling=f;}
void TFAParameters::setRange | ( | const TimeRangeParameters & | r | ) | [inline] |
{_range=r;}
bool TFAParameters::setValue | ( | PARAMETERS_SETVALUE_ARGS | ) | [virtual] |
Reimplemented from QGpCoreTools::AbstractParameters.
{ Q_UNUSED(index); Q_UNUSED(value); return false; }
void TFAParameters::setWavelet | ( | const MorletParameters & | w | ) | [inline] |
{_wavelet=w;}
QString TFAParameters::toString | ( | PARAMETERS_TOSTRING_ARGS_DECL | ) | const [virtual] |
MorletParameters& TFAParameters::wavelet | ( | ) | [inline] |
Referenced by TFAResults::compute(), ToolTFAd::getParameters(), and ToolTFAd::setParameters().
{return _wavelet;}
const MorletParameters& TFAParameters::wavelet | ( | ) | const [inline] |
{return _wavelet;}