SourceXtractorPlusPlus  0.12
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DeblendStepConfig.h
Go to the documentation of this file.
1 
17 /*
18  * @file DeblendStepConfg.h
19  * @author nikoapos
20  */
21 
22 #ifndef _SEIMPLEMENTATION_DEBLENDSTEPCONFG_H
23 #define _SEIMPLEMENTATION_DEBLENDSTEPCONFG_H
24 
25 #include <vector>
26 #include <functional>
27 
29 
32 
33 namespace SourceXtractor {
34 
36 
37 public:
38 
40 
41  DeblendStepConfig(long manager_id);
42 
43  virtual ~DeblendStepConfig() = default;
44 
45  void addDeblendStepCreator(DeblendStepCreator step_creator);
46 
48 
49 private:
50 
52 
53 };
54 
55 } /* namespace SourceXtractor */
56 
57 #endif /* _SEIMPLEMENTATION_DEBLENDSTEPCONFG_H */
58 
virtual ~DeblendStepConfig()=default
std::vector< DeblendStepCreator > m_deblend_step_creators
std::vector< std::shared_ptr< DeblendStep > > getSteps(std::shared_ptr< SourceFactory > source_factory) const
STL class.
void addDeblendStepCreator(DeblendStepCreator step_creator)