SourceXtractorPlusPlus  0.15
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AssocModeTaskFactory.h
Go to the documentation of this file.
1 
19 #ifndef _SEIMPLEMENTATION_PLUGIN_ASSOCMODE_ASSOCMODETASKFACTORY_H_
20 #define _SEIMPLEMENTATION_PLUGIN_ASSOCMODE_ASSOCMODETASKFACTORY_H_
21 
22 #include "AssocModeConfig.h"
24 
25 
26 namespace SourceXtractor {
27 
29 public:
31 
33  virtual ~AssocModeTaskFactory() = default;
34 
36 
37  void configure(Euclid::Configuration::ConfigManager& manager) override;
38 
39  // TaskFactory implementation
40  std::shared_ptr<Task> createTask(const PropertyId& property_id) const override;
41 
42 private:
44 
48 };
49 
50 }
51 
52 
53 
54 
55 #endif /* _SEIMPLEMENTATION_PLUGIN_ASSOCMODE_ASSOCMODETASKFACTORY_H_ */
void configure(Euclid::Configuration::ConfigManager &manager) override
Method which should initialize the object.
std::vector< std::pair< std::string, unsigned int > > m_auto_names
void reportConfigDependencies(Euclid::Configuration::ConfigManager &manager) const override
Registers all the Configuration dependencies.
std::shared_ptr< Task > createTask(const PropertyId &property_id) const override
Returns a Task producing a Property corresponding to the given PropertyId.
std::vector< AssocModeConfig::CatalogEntry > m_catalog
Creates a Task for computing a given property.
Definition: TaskFactory.h:42
virtual ~AssocModeTaskFactory()=default
Destructor.
STL class.
Identifier used to set and retrieve properties.
Definition: PropertyId.h:40
AssocModeConfig::AssocMode m_assoc_mode