SourceXtractorPlusPlus  0.11
Please provide a description of the project.
AutoPhotometryTaskFactory.h
Go to the documentation of this file.
1 
17 /*
18  * AutoPhotometryTaskFactory.h
19  *
20  * Created on: Jul 18, 2018
21  * Author: mkuemmel@usm.lmu.de
22  */
23 
24 #ifndef _SEIMPLEMENTATION_PLUGIN_AUTOPHOTOMETRY_AUTOPHOTOMETRYTASKFACTORY_H_
25 #define _SEIMPLEMENTATION_PLUGIN_AUTOPHOTOMETRY_AUTOPHOTOMETRYTASKFACTORY_H_
26 
27 #include "SEUtils/Types.h"
29 
30 
31 namespace SourceXtractor {
32 
34 public:
36 
38  virtual ~AutoPhotometryTaskFactory() = default;
39 
41 
42  void configure(Euclid::Configuration::ConfigManager& manager) override;
43 
45 
46  // TaskFactory implementation
47  virtual std::shared_ptr<Task> createTask(const PropertyId& property_id) const override;
48 
49 private:
56 };
57 
58 }
59 
60 #endif /* _SEIMPLEMENTATION_PLUGIN_AUTOPHOTOMETRY_AUTOPHOTOMETRYTASKFACTORY_H_ */
void configure(Euclid::Configuration::ConfigManager &manager) override
Method which should initialize the object.
SeFloat32 SeFloat
Definition: Types.h:32
void registerPropertyInstances(OutputRegistry &) override
virtual std::shared_ptr< Task > createTask(const PropertyId &property_id) const override
Returns a Task producing a Property corresponding to the given PropertyId.
Creates a Task for computing a given property.
Definition: TaskFactory.h:42
virtual ~AutoPhotometryTaskFactory()=default
Destructor.
STL class.
void reportConfigDependencies(Euclid::Configuration::ConfigManager &manager) const override
Registers all the Configuration dependencies.
Identifier used to set and retrieve properties.
Definition: PropertyId.h:40
std::vector< std::pair< std::string, unsigned int > > m_auto_names