SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
DetectionFrameSourceStampTaskFactory.cpp
Go to the documentation of this file.
1
23#include "Configuration/ConfigManager.h"
24
28
29using namespace Euclid::Configuration;
30
31namespace SourceXtractor {
32
34 if (property_id == PropertyId::create<DetectionFrameSourceStamp>()) {
36 } else {
37 return nullptr;
38 }
39}
40
41} // SEImplementation namespace
42
43
44
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