SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
DetectionFrameImagesTaskFactory.cpp
Go to the documentation of this file.
1
17
18
22
23using namespace Euclid::Configuration;
24
25namespace SourceXtractor {
26
28
29 if (property_id == PropertyId::create<DetectionFrameImages>()) {
31 } else {
32 return nullptr;
33 }
34}
35
36} // SEImplementation namespace
37
38
39
40
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
static PropertyId create(unsigned int index=0)
Definition PropertyId.h:45
T make_shared(T... args)