SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
MeasurementFrameRectangleTaskFactory.cpp
Go to the documentation of this file.
1
17/*
18 * MeasurementFrameRectangleTaskFactory.cpp
19 *
20 * Created on: Sep 24, 2018
21 * Author: Alejandro Alvarez Ayllon
22 */
23
24#include <iostream>
25
27
32
33
34namespace SourceXtractor {
35
37 auto instance = property_id.getIndex();
40 } else {
42 }
43
44}
45
49
53
54
55} // SEImplementation namespace
Provides combined detection frame.
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
unsigned int getIndex() const
Definition PropertyId.h:70
T make_shared(T... args)