CLAM::DescriptorComputation Class Reference

This Processing class only calls the Compute operation of Descriptor passed to the Do. More...

#include <DescriptorComputation.hxx>

List of all members.

Public Member Functions

 DescriptorComputation ()
 DescriptorComputation (const DescriptorComputationConfig &c)
 ~DescriptorComputation ()
const ProcessingConfigGetConfig () const
 Configuration getter.
bool Do (void)
 Supervised mode execution method (using ports).
bool Do (Descriptor &input)
bool Do (DescriptorAbs &input)

Protected Member Functions

const char * GetClassName () const
 Override it in every subclass and retur the name of that class.
bool ConcreteConfigure (const ProcessingConfig &c)
 Config change method.

Protected Attributes

DescriptorComputationConfig mConfig

Detailed Description

This Processing class only calls the Compute operation of Descriptor passed to the Do.

Definition at line 34 of file DescriptorComputation.hxx.


Constructor & Destructor Documentation

CLAM::DescriptorComputation::DescriptorComputation (  ) 

Definition at line 24 of file DescriptorComputation.cxx.

CLAM::DescriptorComputation::DescriptorComputation ( const DescriptorComputationConfig c  ) 

Definition at line 29 of file DescriptorComputation.cxx.

CLAM::DescriptorComputation::~DescriptorComputation (  ) 

Definition at line 34 of file DescriptorComputation.cxx.


Member Function Documentation

bool CLAM::DescriptorComputation::ConcreteConfigure ( const ProcessingConfig c  )  [protected, virtual]

Config change method.

Reimplemented from CLAM::Processing.

Definition at line 38 of file DescriptorComputation.cxx.

bool CLAM::DescriptorComputation::Do ( DescriptorAbs input  ) 
bool CLAM::DescriptorComputation::Do ( Descriptor input  ) 

Definition at line 55 of file DescriptorComputation.cxx.

bool CLAM::DescriptorComputation::Do ( void   )  [virtual]

Supervised mode execution method (using ports).

Returns:
A boolean telling whether it has been output

Implements CLAM::Processing.

Definition at line 49 of file DescriptorComputation.cxx.

const char * CLAM::DescriptorComputation::GetClassName (  )  const [protected, virtual]

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

Implements CLAM::Processing.

Definition at line 44 of file DescriptorComputation.cxx.

const ProcessingConfig& CLAM::DescriptorComputation::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 51 of file DescriptorComputation.hxx.

References mConfig.


Member Data Documentation

Definition at line 58 of file DescriptorComputation.hxx.

Referenced by GetConfig().


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