|
CLAM-Development
1.1
|
#include <SMSFreqShift.hxx>
Public Member Functions | |
| const char * | GetClassName () const |
| Override it in every subclass and retur the name of that class. | |
| SMSFreqShift () | |
| ~SMSFreqShift () | |
| bool | Do (const Frame &in, Frame &out) |
| bool | Do (const SpectralPeakArray &in, SpectralPeakArray &out) |
| bool | Do () |
| Supervised mode execution method (using ports) | |
Definition at line 37 of file SMSFreqShift.hxx.
| CLAM::SMSFreqShift::SMSFreqShift | ( | ) | [inline] |
Definition at line 49 of file SMSFreqShift.hxx.
References CLAM::Processing::Configure().
| CLAM::SMSFreqShift::~SMSFreqShift | ( | ) | [inline] |
Definition at line 58 of file SMSFreqShift.hxx.
| bool CLAM::SMSFreqShift::Do | ( | const Frame & | in, |
| Frame & | out | ||
| ) | [inline, virtual] |
Implements CLAM::FrameTransformation.
Definition at line 60 of file SMSFreqShift.hxx.
References Do().
| bool CLAM::SMSFreqShift::Do | ( | const SpectralPeakArray & | in, |
| SpectralPeakArray & | out | ||
| ) |
Definition at line 39 of file SMSFreqShift.cxx.
References CLAM::InControl::GetLastValue(), CLAM::SpectralPeakArray::GetnPeaks(), and CLAM::FrameTransformation::mConfig.
| bool CLAM::SMSFreqShift::Do | ( | ) | [inline, virtual] |
Supervised mode execution method (using ports)
Implements CLAM::Processing.
Definition at line 68 of file SMSFreqShift.hxx.
References CLAM::InPort< Token >::Consume(), CLAM::InPort< Token >::GetData(), CLAM::OutPort< Token >::GetData(), and CLAM::OutPort< Token >::Produce().
Referenced by Do().
| const char* CLAM::SMSFreqShift::GetClassName | ( | ) | const [inline, virtual] |
Override it in every subclass and retur the name of that class.
Implements CLAM::Processing.
Definition at line 44 of file SMSFreqShift.hxx.
1.7.6.1