SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
HduNumberTaskFactory.cpp
Go to the documentation of this file.
1
21
22namespace SourceXtractor {
23
26
29
31 if (property_id == PropertyId::create<HduNumber>()) {
33 } else {
34 return nullptr;
35 }
36}
37
38}
39
void reportConfigDependencies(Euclid::Configuration::ConfigManager &manager) const override
Registers all the Configuration dependencies.
void configure(Euclid::Configuration::ConfigManager &manager) override
Method which should initialize the object.
std::shared_ptr< Task > createTask(const PropertyId &property_id) const override
Returns a Task producing a Property corresponding to the given PropertyId.
Identifier used to set and retrieve properties.
Definition PropertyId.h:40