SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
IsophotalFluxTaskFactory.cpp
Go to the documentation of this file.
1
17/*
18 * IsophotalFluxTaskFactory.cpp
19 *
20 * Created on: Sep 28, 2016
21 * Author: mschefer
22 */
23
25
29
30namespace SourceXtractor {
31
35
39
41 if (property_id == PropertyId::create<IsophotalFlux>()) {
43 } else {
44 return nullptr;
45 }
46}
47
48}
49
50
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.
void reportConfigDependencies(Euclid::Configuration::ConfigManager &manager) const override
Registers all the Configuration dependencies.
Identifier used to set and retrieve properties.
Definition PropertyId.h:40