SourceXtractorPlusPlus
1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SEImplementation
SEImplementation
Plugin
MeasurementFrameRectangle
MeasurementFrameRectangleTaskFactory.h
Go to the documentation of this file.
1
17
/*
18
* MeasurementFrameRectangleTaskFactory.h
19
*
20
* Created on: Sep 24, 2018
21
* Author: Alejandro Alvarez Ayllon
22
*/
23
24
#ifndef _SEIMPLEMENTATION_PLUGIN_MEASUREMENTFRAMERECTANGLE_MEASUREMENTFRAMERECTANGLETASKFACTORY_H_
25
#define _SEIMPLEMENTATION_PLUGIN_MEASUREMENTFRAMERECTANGLE_MEASUREMENTFRAMERECTANGLETASKFACTORY_H_
26
27
28
#include "
SEFramework/Task/TaskFactory.h
"
29
30
namespace
SourceXtractor
{
31
32
class
MeasurementFrameRectangleTaskFactory
:
public
TaskFactory
{
33
34
public
:
35
36
virtual
~MeasurementFrameRectangleTaskFactory
() =
default
;
37
38
std::shared_ptr<Task>
createTask
(
const
PropertyId
& property_id)
const override
;
39
40
void
reportConfigDependencies
(
Euclid::Configuration::ConfigManager
& manager)
const override
;
41
void
configure
(
Euclid::Configuration::ConfigManager
& manager)
override
;
42
43
private
:
44
bool
m_no_detection_image
=
false
;
45
46
};
47
48
}
// end SourceXtractor
49
50
51
#endif
// _SEIMPLEMENTATION_PLUGIN_MEASUREMENTFRAMERECTANGLE_MEASUREMENTFRAMERECTANGLETASKFACTORY_H_
TaskFactory.h
Euclid::Configuration::ConfigManager
SourceXtractor::MeasurementFrameRectangleTaskFactory
Definition
MeasurementFrameRectangleTaskFactory.h:32
SourceXtractor::MeasurementFrameRectangleTaskFactory::~MeasurementFrameRectangleTaskFactory
virtual ~MeasurementFrameRectangleTaskFactory()=default
SourceXtractor::MeasurementFrameRectangleTaskFactory::configure
void configure(Euclid::Configuration::ConfigManager &manager) override
Method which should initialize the object.
Definition
MeasurementFrameRectangleTaskFactory.cpp:50
SourceXtractor::MeasurementFrameRectangleTaskFactory::m_no_detection_image
bool m_no_detection_image
Definition
MeasurementFrameRectangleTaskFactory.h:44
SourceXtractor::MeasurementFrameRectangleTaskFactory::createTask
std::shared_ptr< Task > createTask(const PropertyId &property_id) const override
Returns a Task producing a Property corresponding to the given PropertyId.
Definition
MeasurementFrameRectangleTaskFactory.cpp:36
SourceXtractor::MeasurementFrameRectangleTaskFactory::reportConfigDependencies
void reportConfigDependencies(Euclid::Configuration::ConfigManager &manager) const override
Registers all the Configuration dependencies.
Definition
MeasurementFrameRectangleTaskFactory.cpp:46
SourceXtractor::PropertyId
Identifier used to set and retrieve properties.
Definition
PropertyId.h:40
SourceXtractor::TaskFactory
Creates a Task for computing a given property.
Definition
TaskFactory.h:42
SourceXtractor
Definition
Aperture.h:30
std::shared_ptr
Generated by
1.14.0