CLAM::ERB_SpaceGen Class Reference

#include <ERB_Space_Gen.hxx>

List of all members.

Public Member Functions

 ERB_SpaceGen ()
 ERB_SpaceGen (ERB_SpaceGenConfig &c)
 ~ERB_SpaceGen ()
const ProcessingConfigGetConfig () const
 Configuration getter.
bool Do (void)
 Supervised mode execution.
bool Do (Array< double > &mERBFreqs)
 Unsupervised mode execution.
const char * GetClassName () const
 Override it in every subclass and retur the name of that class.

Detailed Description

Definition at line 42 of file ERB_Space_Gen.hxx.


Constructor & Destructor Documentation

CLAM::ERB_SpaceGen::ERB_SpaceGen (  ) 

Definition at line 29 of file ERB_Space_Gen.cxx.

CLAM::ERB_SpaceGen::ERB_SpaceGen ( ERB_SpaceGenConfig c  ) 

Definition at line 34 of file ERB_Space_Gen.cxx.

CLAM::ERB_SpaceGen::~ERB_SpaceGen (  ) 

Definition at line 40 of file ERB_Space_Gen.cxx.


Member Function Documentation

bool CLAM::ERB_SpaceGen::Do ( Array< double > &  mERBFreqs  ) 

Unsupervised mode execution.

Definition at line 53 of file ERB_Space_Gen.cxx.

bool CLAM::ERB_SpaceGen::Do ( void   )  [inline, virtual]

Supervised mode execution.

Implements CLAM::Processing.

Definition at line 52 of file ERB_Space_Gen.hxx.

const char* CLAM::ERB_SpaceGen::GetClassName (  )  const [inline, virtual]

Override it in every subclass and retur the name of that class.

Implements CLAM::Processing.

Definition at line 57 of file ERB_Space_Gen.hxx.

const ProcessingConfig& CLAM::ERB_SpaceGen::GetConfig (  )  const [inline, 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 49 of file ERB_Space_Gen.hxx.


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