|
CLAM-Development
1.1
|
#include <SMSOddEvenHarmonicRatio.hxx>
Public Member Functions | |
| SMSOddEvenHarmonicRatio () | |
| ~SMSOddEvenHarmonicRatio () | |
| 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 39 of file SMSOddEvenHarmonicRatio.hxx.
Definition at line 49 of file SMSOddEvenHarmonicRatio.hxx.
References CLAM::Processing::Configure().
Definition at line 59 of file SMSOddEvenHarmonicRatio.hxx.
| bool CLAM::SMSOddEvenHarmonicRatio::Do | ( | const Frame & | in, |
| Frame & | out | ||
| ) | [inline, virtual] |
Implements CLAM::FrameTransformation.
Definition at line 61 of file SMSOddEvenHarmonicRatio.hxx.
References Do().
| bool CLAM::SMSOddEvenHarmonicRatio::Do | ( | const SpectralPeakArray & | in, |
| SpectralPeakArray & | out | ||
| ) |
Definition at line 42 of file SMSOddEvenHarmonicRatio.cxx.
References CLAM::InControl::GetLastValue(), and CLAM::SpectralPeakArray::GetnPeaks().
| bool CLAM::SMSOddEvenHarmonicRatio::Do | ( | ) | [inline, virtual] |
Supervised mode execution method (using ports)
Implements CLAM::Processing.
Definition at line 68 of file SMSOddEvenHarmonicRatio.hxx.
References CLAM::InPort< Token >::Consume(), CLAM::InPort< Token >::GetData(), CLAM::OutPort< Token >::GetData(), and CLAM::OutPort< Token >::Produce().
Referenced by Do().
1.7.6.1