CLAM-Development
1.1
|
#include <SDIFInStreaming.hxx>
Public Member Functions | |
SDIFInStreaming (const SDIFInConfig &c) | |
SDIFInStreaming () | |
virtual | ~SDIFInStreaming () |
const char * | GetClassName () const |
Override it in every subclass and retur the name of that class. | |
bool | Do (void) |
Supervised mode execution method (using ports) | |
const ProcessingConfig & | GetConfig () const |
Configuration getter. | |
Public Attributes | |
OutPort< Fundamental > | mFundamentalOutput |
OutPort< Spectrum > | mResidualSpectrumOutput |
OutPort< SpectralPeakArray > | mSpectralPeakArrayOutput |
Definition at line 37 of file SDIFInStreaming.hxx.
CLAM::SDIFInStreaming::SDIFInStreaming | ( | const SDIFInConfig & | c | ) |
Definition at line 57 of file SDIFInStreaming.cxx.
References CLAM::Processing::Configure().
Definition at line 48 of file SDIFInStreaming.cxx.
References CLAM::Processing::Configure().
CLAM::SDIFInStreaming::~SDIFInStreaming | ( | ) | [virtual] |
Definition at line 66 of file SDIFInStreaming.cxx.
bool CLAM::SDIFInStreaming::Do | ( | void | ) | [virtual] |
Supervised mode execution method (using ports)
Implements CLAM::Processing.
Definition at line 84 of file SDIFInStreaming.cxx.
References CLAM::OutPort< Token >::GetData(), mFundamentalOutput, mResidualSpectrumOutput, mSpectralPeakArrayOutput, CLAM::OutPort< Token >::Produce(), and CLAM::SDIFFileReader::ReadFrame().
const char* CLAM::SDIFInStreaming::GetClassName | ( | ) | const [inline, virtual] |
Override it in every subclass and retur the name of that class.
Implements CLAM::Processing.
Definition at line 46 of file SDIFInStreaming.hxx.
const ProcessingConfig & CLAM::SDIFInStreaming::GetConfig | ( | ) | const [virtual] |
Configuration getter.
Gets the configuration parameters used to create the object.
Reimplemented from CLAM::Processing.
Definition at line 79 of file SDIFInStreaming.cxx.
Definition at line 52 of file SDIFInStreaming.hxx.
Referenced by Do().
Definition at line 53 of file SDIFInStreaming.hxx.
Referenced by Do().
Definition at line 54 of file SDIFInStreaming.hxx.
Referenced by Do().