#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 | ( | ) | [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::OutPort< Token >::GetData(), CLAM::InPort< Token >::GetData(), and CLAM::OutPort< Token >::Produce().
Referenced by Do().
bool CLAM::SMSFreqShift::Do | ( | const SpectralPeakArray & | in, | |
SpectralPeakArray & | out | |||
) |
Definition at line 36 of file SMSFreqShift.cxx.
Implements CLAM::FrameTransformation.
Definition at line 60 of file SMSFreqShift.hxx.
References 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.