CLAM-Development
1.1
|
#include <SMSDeesser.hxx>
Public Member Functions | |
SMSDeesser () | |
~SMSDeesser () | |
bool | Do (const Frame &in, Frame &out) |
bool | Do (const Spectrum &in, Spectrum &out) |
bool | Do () |
Supervised mode execution method (using ports) |
Definition at line 40 of file SMSDeesser.hxx.
CLAM::SMSDeesser::SMSDeesser | ( | ) | [inline] |
Definition at line 53 of file SMSDeesser.hxx.
References CLAM::Processing::Configure().
CLAM::SMSDeesser::~SMSDeesser | ( | ) | [inline] |
Definition at line 64 of file SMSDeesser.hxx.
bool CLAM::SMSDeesser::Do | ( | const Frame & | in, |
Frame & | out | ||
) | [inline, virtual] |
Implements CLAM::FrameTransformation.
Definition at line 66 of file SMSDeesser.hxx.
References Do().
bool CLAM::SMSDeesser::Do | ( | const Spectrum & | in, |
Spectrum & | out | ||
) |
Definition at line 40 of file SMSDeesser.cxx.
References CLAM::Deesser::Do(), CLAM::InControl::GetLastValue(), CLAM::FrameTransformation::mAmount, and CLAM::SendFloatToInControl().
bool CLAM::SMSDeesser::Do | ( | ) | [inline, virtual] |
Supervised mode execution method (using ports)
Implements CLAM::Processing.
Definition at line 73 of file SMSDeesser.hxx.
References CLAM::InPort< Token >::Consume(), CLAM::InPort< Token >::GetData(), CLAM::OutPort< Token >::GetData(), and CLAM::OutPort< Token >::Produce().
Referenced by Do().