#include <ERB_Space_Gen.hxx>
Public Member Functions | |
ERB_SpaceGen () | |
ERB_SpaceGen (ERB_SpaceGenConfig &c) | |
~ERB_SpaceGen () | |
const ProcessingConfig & | GetConfig () 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. |
Definition at line 42 of file ERB_Space_Gen.hxx.
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.
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.
Reimplemented from CLAM::Processing.
Definition at line 49 of file ERB_Space_Gen.hxx.