SourceXtractorPlusPlus  0.19
SourceXtractor++, the next generation SExtractor
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HduNumberTaskFactory.cpp
Go to the documentation of this file.
1 
21 
22 namespace SourceXtractor {
23 
25 }
26 
28 }
29 
31  if (property_id == PropertyId::create<HduNumber>()) {
32  return std::make_shared<HduNumberTask>();
33  } else {
34  return nullptr;
35  }
36 }
37 
38 }
39 
void configure(Euclid::Configuration::ConfigManager &manager) override
Method which should initialize the object.
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::shared_ptr< Task > createTask(const PropertyId &property_id) const override
Returns a Task producing a Property corresponding to the given PropertyId.