SourceXtractorPlusPlus  0.13
Please provide a description of the project.
BackgroundAnalyzerFactory.h
Go to the documentation of this file.
1 
17 /*
18  * BackgroundAnalyzerFactory.h
19  *
20  * Created on: Mar 29, 2017
21  * Author: mschefer
22  */
23 
24 #ifndef _SEIMPLEMENTATION_BACKGROUND_BACKGROUNDANALYZERFACTORY_H_
25 #define _SEIMPLEMENTATION_BACKGROUND_BACKGROUNDANALYZERFACTORY_H_
26 
28 
31 
33 
34 namespace SourceXtractor {
35 
37 public:
38  BackgroundAnalyzerFactory(long manager_id);
39 
41  virtual ~BackgroundAnalyzerFactory() = default;
42 
45 
46  void initialize(const UserValues& args) override;
47 
48 private:
51  bool m_legacy;
53 };
54 
55 }
56 
57 
58 
59 #endif /* _SEIMPLEMENTATION_BACKGROUND_BACKGROUNDANALYZERFACTORY_H_ */
SourceXtractor::BackgroundAnalyzerFactory::m_weight_type
WeightImageConfig::WeightType m_weight_type
Definition: BackgroundAnalyzerFactory.h:52
std::shared_ptr
STL class.
SourceXtractor::BackgroundAnalyzerFactory::m_smoothing_box
std::vector< int > m_smoothing_box
Definition: BackgroundAnalyzerFactory.h:50
std::vector< int >
SourceXtractor::WeightImageConfig::WeightType
WeightType
Definition: WeightImageConfig.h:36
SourceXtractor::BackgroundAnalyzerFactory::BackgroundAnalyzerFactory
BackgroundAnalyzerFactory(long manager_id)
Definition: BackgroundAnalyzerFactory.cpp:51
WeightImageConfig.h
SourceXtractor::BackgroundAnalyzerFactory::createBackgroundAnalyzer
std::shared_ptr< BackgroundAnalyzer > createBackgroundAnalyzer() const
Definition: BackgroundAnalyzerFactory.cpp:33
SourceXtractor
Definition: Aperture.h:30
BackgroundAnalyzer.h
SourceXtractor::BackgroundAnalyzerFactory::initialize
void initialize(const UserValues &args) override
Definition: BackgroundAnalyzerFactory.cpp:56
SourceXtractor::BackgroundAnalyzerFactory::~BackgroundAnalyzerFactory
virtual ~BackgroundAnalyzerFactory()=default
Destructor.
std::map
STL class.
SE2BackgroundConfig.h
SourceXtractor::BackgroundAnalyzerFactory::m_legacy
bool m_legacy
Definition: BackgroundAnalyzerFactory.h:51
Configuration.h
SourceXtractor::BackgroundAnalyzerFactory
Definition: BackgroundAnalyzerFactory.h:36
Euclid::Configuration::Configuration
SourceXtractor::BackgroundAnalyzerFactory::m_cell_size
std::vector< int > m_cell_size
Definition: BackgroundAnalyzerFactory.h:49