SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
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
28#include "Configuration/Configuration.h"
29
32
33namespace SourceXtractor {
34
54
55} /* namespace SourceXtractor */
56
57#endif /* _SEIMPLEMENTATION_DEBLENDSTEPCONFG_H */
58
std::function< std::shared_ptr< DeblendStep >(std::shared_ptr< SourceFactory >)> DeblendStepCreator
std::vector< std::shared_ptr< DeblendStep > > getSteps(std::shared_ptr< SourceFactory > source_factory) const
void addDeblendStepCreator(DeblendStepCreator step_creator)
std::vector< DeblendStepCreator > m_deblend_step_creators
virtual ~DeblendStepConfig()=default