|
SourceXtractorPlusPlus
0.19
SourceXtractor++, the next generation SExtractor
|
#include <BackgroundAnalyzerFactory.h>


Public Member Functions | |
| BackgroundAnalyzerFactory (long manager_id) | |
| virtual | ~BackgroundAnalyzerFactory ()=default |
| Destructor. More... | |
| std::shared_ptr < BackgroundAnalyzer > | createBackgroundAnalyzer () const |
| std::shared_ptr < BackgroundAnalyzer > | createBackgroundAnalyzer (WeightImageConfig::WeightType weight_type) const |
| void | initialize (const UserValues &args) override |
Public Member Functions inherited from Euclid::Configuration::Configuration | |
| virtual std::map< std::string, OptionDescriptionList > | getProgramOptions () |
| virtual void | preInitialize (const UserValues &args) |
Private Attributes | |
| std::vector< int > | m_cell_size |
| std::vector< int > | m_smoothing_box |
| WeightImageConfig::WeightType | m_weight_type |
Definition at line 36 of file BackgroundAnalyzerFactory.h.
|
explicit |
Definition at line 47 of file BackgroundAnalyzerFactory.cpp.
|
virtualdefault |
Destructor.
| std::shared_ptr< BackgroundAnalyzer > SourceXtractor::BackgroundAnalyzerFactory::createBackgroundAnalyzer | ( | ) | const |
Definition at line 32 of file BackgroundAnalyzerFactory.cpp.
References m_weight_type.
| std::shared_ptr< BackgroundAnalyzer > SourceXtractor::BackgroundAnalyzerFactory::createBackgroundAnalyzer | ( | WeightImageConfig::WeightType | weight_type | ) | const |
Definition at line 36 of file BackgroundAnalyzerFactory.cpp.
References m_cell_size, m_smoothing_box, and std::vector< T >::size().

|
overridevirtual |
Reimplemented from Euclid::Configuration::Configuration.
Definition at line 53 of file BackgroundAnalyzerFactory.cpp.
References m_cell_size, m_smoothing_box, and m_weight_type.
|
private |
Definition at line 49 of file BackgroundAnalyzerFactory.h.
Referenced by createBackgroundAnalyzer(), and initialize().
|
private |
Definition at line 50 of file BackgroundAnalyzerFactory.h.
Referenced by createBackgroundAnalyzer(), and initialize().
|
private |
Definition at line 51 of file BackgroundAnalyzerFactory.h.
Referenced by createBackgroundAnalyzer(), and initialize().
1.8.5