|
CLAM-Development
1.1
|
#include <SpectralExciter.hxx>
Public Member Functions | |
| const char * | GetClassName () const |
| Override it in every subclass and retur the name of that class. | |
| SpectralExciter () | |
| ~SpectralExciter () | |
| virtual bool | InitControls () |
| Virtual function to override when needing to give different default values to the controls. | |
| 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 36 of file SpectralExciter.hxx.
| CLAM::SpectralExciter::SpectralExciter | ( | ) | [inline] |
Definition at line 50 of file SpectralExciter.hxx.
References CLAM::Processing::Configure().
| CLAM::SpectralExciter::~SpectralExciter | ( | ) | [inline] |
Definition at line 61 of file SpectralExciter.hxx.
| bool CLAM::SpectralExciter::Do | ( | const Frame & | in, |
| Frame & | out | ||
| ) | [inline, virtual] |
Implements CLAM::FrameTransformation.
Definition at line 73 of file SpectralExciter.hxx.
References Do().
| bool CLAM::SpectralExciter::Do | ( | const Spectrum & | in, |
| Spectrum & | out | ||
| ) | [virtual] |
Implements CLAM::FrameTransformationTmpl< Spectrum >.
Definition at line 39 of file SpectralExciter.cxx.
References CLAM::InControl::GetLastValue(), CLAM::Spectrum::GetSize(), log2lin(), and Round().
| bool CLAM::SpectralExciter::Do | ( | ) | [inline, virtual] |
Supervised mode execution method (using ports)
Implements CLAM::Processing.
Definition at line 81 of file SpectralExciter.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::SpectralExciter::GetClassName | ( | ) | const [inline, virtual] |
Override it in every subclass and retur the name of that class.
Implements CLAM::Processing.
Definition at line 45 of file SpectralExciter.hxx.
| virtual bool CLAM::SpectralExciter::InitControls | ( | ) | [inline, virtual] |
Virtual function to override when needing to give different default values to the controls.
Reimplemented from CLAM::FrameTransformation.
Definition at line 63 of file SpectralExciter.hxx.
References CLAM::InControl::DoControl().
1.7.6.1