SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
DetectionFrameGroupStampTaskFactory.cpp
Go to the documentation of this file.
1
17/*
18 * DetectionFrameGroupStampTaskFactory.cpp
19 *
20 * Created on: May 5, 2017
21 * Author: mschefer
22 */
23
24#include <iostream>
25
26#include "Configuration/ConfigManager.h"
27
31
32using namespace Euclid::Configuration;
33
34namespace SourceXtractor {
35
37
38 if (property_id == PropertyId::create<DetectionFrameGroupStamp>()) {
40 } else {
41 return nullptr;
42 }
43}
44
45} // SEImplementation namespace
46
47
48
49
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