|
SourceXtractorPlusPlus
0.11
Please provide a description of the project.
|
#include <BackgroundAnalyzerFactory.h>
Public Member Functions | |
| virtual | ~BackgroundAnalyzerFactory ()=default |
| Destructor. More... | |
| BackgroundAnalyzerFactory () | |
| std::shared_ptr < BackgroundAnalyzer > | createBackgroundAnalyzer () const |
| std::shared_ptr < BackgroundAnalyzer > | createBackgroundAnalyzer (WeightImageConfig::WeightType weight_type) const |
| void | configure (Euclid::Configuration::ConfigManager &manager) override |
| Method which should initialize the object. More... | |
| void | reportConfigDependencies (Euclid::Configuration::ConfigManager &manager) const override |
| Registers all the Configuration dependencies. More... | |
Public Member Functions inherited from SourceXtractor::Configurable | |
| virtual | ~Configurable ()=default |
| Destructor. More... | |
Private Attributes | |
| std::vector< int > | m_cell_size |
| std::vector< int > | m_smoothing_box |
| bool | m_legacy |
| WeightImageConfig::WeightType | m_weight_type |
Definition at line 35 of file BackgroundAnalyzerFactory.h.
|
virtualdefault |
Destructor.
|
inline |
Definition at line 39 of file BackgroundAnalyzerFactory.h.
|
overridevirtual |
Method which should initialize the object.
The given manager is guaranteed to already be in the initialized state, so all the required Configurations can be accessed using its getConfiguration() method.
| manager | The manager to get the Configurations from |
Implements SourceXtractor::Configurable.
Definition at line 56 of file BackgroundAnalyzerFactory.cpp.
References Euclid::Configuration::ConfigManager::getConfiguration(), m_cell_size, m_legacy, m_smoothing_box, and m_weight_type.
Referenced by SourceXtractor::MeasurementFrameTaskFactory::configure().
| std::shared_ptr< BackgroundAnalyzer > SourceXtractor::BackgroundAnalyzerFactory::createBackgroundAnalyzer | ( | ) | const |
Definition at line 33 of file BackgroundAnalyzerFactory.cpp.
References m_weight_type.
Referenced by SourceXtractor::MeasurementFrameTaskFactory::configure().
| std::shared_ptr< BackgroundAnalyzer > SourceXtractor::BackgroundAnalyzerFactory::createBackgroundAnalyzer | ( | WeightImageConfig::WeightType | weight_type | ) | const |
Definition at line 37 of file BackgroundAnalyzerFactory.cpp.
References m_cell_size, m_legacy, m_smoothing_box, and std::vector< T >::size().
|
overridevirtual |
Registers all the Configuration dependencies.
Configurable implementations should implement this method to register to the given ConfigManager (using the registerConfiguration() method) all the Configurations they are going to use
| manager | The manager to register the dependencies to |
Implements SourceXtractor::Configurable.
Definition at line 51 of file BackgroundAnalyzerFactory.cpp.
References Euclid::Configuration::ConfigManager::registerConfiguration().
|
private |
Definition at line 49 of file BackgroundAnalyzerFactory.h.
Referenced by configure(), and createBackgroundAnalyzer().
|
private |
Definition at line 51 of file BackgroundAnalyzerFactory.h.
Referenced by configure(), and createBackgroundAnalyzer().
|
private |
Definition at line 50 of file BackgroundAnalyzerFactory.h.
Referenced by configure(), and createBackgroundAnalyzer().
|
private |
Definition at line 52 of file BackgroundAnalyzerFactory.h.
Referenced by configure(), and createBackgroundAnalyzer().
1.8.5