CLAM::SDIFInStreaming Class Reference

#include <SDIFInStreaming.hxx>

Inheritance diagram for CLAM::SDIFInStreaming:

CLAM::Processing

List of all members.


Detailed Description

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 ProcessingConfigGetConfig () const
 Configuration getter.

Public Attributes

OutPort< FundamentalmFundamentalOutput
OutPort< SpectrummResidualSpectrumOutput
OutPort< SpectralPeakArraymSpectralPeakArrayOutput

Constructor & Destructor Documentation

CLAM::SDIFInStreaming::SDIFInStreaming ( const SDIFInConfig c  ) 

Definition at line 57 of file SDIFInStreaming.cxx.

References CLAM::Processing::Configure().

CLAM::SDIFInStreaming::SDIFInStreaming (  ) 

Definition at line 48 of file SDIFInStreaming.cxx.

References CLAM::Processing::Configure().

CLAM::SDIFInStreaming::~SDIFInStreaming (  )  [virtual]

Definition at line 66 of file SDIFInStreaming.cxx.


Member Function Documentation

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).

Returns:
A boolean telling whether it has been output

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.

Returns:
Const reference to the configuration object. The usual way to perform a configuration change in the processing object is to take a copy of this reference, to change it and to send it with the Configure method. If not overriden, it returns a NullProcessingConfig.

Reimplemented from CLAM::Processing.

Definition at line 79 of file SDIFInStreaming.cxx.


Member Data Documentation

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().


The documentation for this class was generated from the following files:

Generated on Tue Aug 12 22:33:49 2008 for CLAM by  doxygen 1.5.5