CLAM::SMSAnalysisCore Class Reference

Class that encapsulates all the building blocks of the SegmentAnalysis example. More...

#include <SMSAnalysisCore.hxx>

List of all members.

Public Member Functions

const char * GetClassName () const
 Override it in every subclass and retur the name of that class.
 SMSAnalysisCore (SMSAnalysisConfig &config)
 SMSAnalysisCore ()
 ~SMSAnalysisCore ()
const ProcessingConfigGetConfig () const
 Configuration getter.
bool Do (void)
 Supervised mode execution.
bool ConcreteStart ()
 Concrete start implementation, called when the user calls Start() on the Processing(Composite), should be used to implement any specific start implementation required by classes deriving from this class.

Detailed Description

Class that encapsulates all the building blocks of the SegmentAnalysis example.

Definition at line 49 of file SMSAnalysisCore.hxx.


Constructor & Destructor Documentation

CLAM::SMSAnalysisCore::SMSAnalysisCore ( SMSAnalysisConfig config  ) 

Definition at line 56 of file SMSAnalysisCore.cxx.

References CLAM::Processing::Configure().

CLAM::SMSAnalysisCore::SMSAnalysisCore (  ) 

Definition at line 43 of file SMSAnalysisCore.cxx.

References CLAM::Processing::Configure().

CLAM::SMSAnalysisCore::~SMSAnalysisCore (  ) 

Definition at line 71 of file SMSAnalysisCore.cxx.


Member Function Documentation

bool CLAM::SMSAnalysisCore::ConcreteStart ( void   )  [virtual]

Concrete start implementation, called when the user calls Start() on the Processing(Composite), should be used to implement any specific start implementation required by classes deriving from this class.

When overriding this function in a class derived from ProcessingComposite be sure to call the base class (so child Processings are properly started).

Reimplemented from CLAM::ProcessingComposite.

Definition at line 156 of file SMSAnalysisCore.cxx.

References CLAM::OutPortBase::CenterEvenRegions(), CLAM_ASSERT, CLAM::Processing::GetInPort(), CLAM::InPortBase::GetSize(), CLAM::OutPortBase::GetSize(), CLAM::InPortBase::GetVisuallyConnectedOutPort(), CLAM::OutPortBase::SetHop(), and CLAM::OutPortBase::SetSize().

bool CLAM::SMSAnalysisCore::Do ( void   )  [virtual]
const char* CLAM::SMSAnalysisCore::GetClassName (  )  const [inline, virtual]

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

Reimplemented from CLAM::ProcessingComposite.

Definition at line 56 of file SMSAnalysisCore.hxx.

const ProcessingConfig& CLAM::SMSAnalysisCore::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.

Implements CLAM::ProcessingComposite.

Definition at line 63 of file SMSAnalysisCore.hxx.


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