SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
FlexibleModelFittingTaskFactory.h
Go to the documentation of this file.
1
17/*
18 * FlexibleModelFittingTaskFactory.h
19 *
20 * Created on: Sep 17, 2018
21 * Author: mschefer
22 */
23
24#ifndef _SEIMPLEMENTATION_PLUGIN_FLEXIBLEMODELFITTING_FLEXIBLEMODELFITTINGTASKFACTORY_H_
25#define _SEIMPLEMENTATION_PLUGIN_FLEXIBLEMODELFITTING_FLEXIBLEMODELFITTINGTASKFACTORY_H_
26
28
30
31namespace SourceXtractor {
32
69
70}
71
72
73
74
75#endif /* _SEIMPLEMENTATION_PLUGIN_FLEXIBLEMODELFITTING_FLEXIBLEMODELFITTINGTASKFACTORY_H_ */
void configure(Euclid::Configuration::ConfigManager &manager) override
Method which should initialize the object.
virtual ~FlexibleModelFittingTaskFactory()=default
Destructor.
std::vector< std::shared_ptr< FlexibleModelFittingParameter > > m_parameters
std::vector< std::pair< std::string, std::vector< int > > > m_outputs
FlexibleModelFittingIterativeTask::WindowType m_window_type
std::vector< std::shared_ptr< FlexibleModelFittingPrior > > m_priors
std::shared_ptr< Task > createTask(const PropertyId &property_id) const override
Returns a Task producing a Property corresponding to the given PropertyId.
void reportConfigDependencies(Euclid::Configuration::ConfigManager &manager) const override
Registers all the Configuration dependencies.
std::vector< std::shared_ptr< FlexibleModelFittingFrame > > m_frames
Identifier used to set and retrieve properties.
Definition PropertyId.h:40
Creates a Task for computing a given property.
Definition TaskFactory.h:42