#include <SDIFInStreaming.hxx>

Definition at line 37 of file 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 |
| CLAM::SDIFInStreaming::SDIFInStreaming | ( | const SDIFInConfig & | c | ) |
| CLAM::SDIFInStreaming::SDIFInStreaming | ( | ) |
| CLAM::SDIFInStreaming::~SDIFInStreaming | ( | ) | [virtual] |
Definition at line 66 of file SDIFInStreaming.cxx.
| 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.
| bool CLAM::SDIFInStreaming::Do | ( | void | ) | [virtual] |
Supervised mode execution method (using ports).
Implements CLAM::Processing.
Definition at line 84 of file SDIFInStreaming.cxx.
References mFundamentalOutput, mResidualSpectrumOutput, mSpectralPeakArrayOutput, and CLAM::SDIFFileReader::ReadFrame().
| 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.
1.5.5