CLAM::SDIFInStreaming Class Reference

#include <SDIFInStreaming.hxx>

List of all members.

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

Detailed Description

Definition at line 37 of file SDIFInStreaming.hxx.


Constructor & Destructor Documentation

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

Definition at line 45 of file SDIFInStreaming.cxx.

CLAM::SDIFInStreaming::SDIFInStreaming (  ) 

Definition at line 36 of file SDIFInStreaming.cxx.

References CLAM::Hidden::metadata.

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

Definition at line 54 of file SDIFInStreaming.cxx.


Member Function Documentation

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

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 67 of file SDIFInStreaming.cxx.


Member Data Documentation

Definition at line 52 of file SDIFInStreaming.hxx.

Definition at line 53 of file SDIFInStreaming.hxx.

Definition at line 54 of file SDIFInStreaming.hxx.


The documentation for this class was generated from the following files:
Generated by  doxygen 1.6.3