SourceXtractorPlusPlus
1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SEImplementation
SEImplementation
Plugin
ErrorEllipse
ErrorEllipseTaskFactory.h
Go to the documentation of this file.
1
17
/*
18
* ErrorEllipseTaskFactory.h
19
*
20
* Created on: Feb 11 2022
21
* Author: mkuemmel
22
*/
23
24
#ifndef _SEIMPLEMENTATION_PLUGIN_ERRORELLIPSE_ERRORELLIPSETASKFACTORY_H_
25
#define _SEIMPLEMENTATION_PLUGIN_ERRORELLIPSE_ERRORELLIPSETASKFACTORY_H_
26
27
#include "
SEFramework/Task/TaskFactory.h
"
28
29
namespace
SourceXtractor
{
30
31
class
ErrorEllipseTaskFactory
:
public
TaskFactory
{
32
public
:
33
ErrorEllipseTaskFactory
() {}
34
36
virtual
~ErrorEllipseTaskFactory
() =
default
;
37
38
// TaskFactory implementation
39
std::shared_ptr<Task>
createTask
(
const
PropertyId
& property_id)
const override
;
40
};
41
42
43
}
/* namespace SourceXtractor */
44
45
#endif
/* _SEIMPLEMENTATION_PLUGIN_ERRORELLIPSE_ERRORELLIPSETASKFACTORY_H_ */
TaskFactory.h
SourceXtractor::ErrorEllipseTaskFactory::ErrorEllipseTaskFactory
ErrorEllipseTaskFactory()
Definition
ErrorEllipseTaskFactory.h:33
SourceXtractor::ErrorEllipseTaskFactory::createTask
std::shared_ptr< Task > createTask(const PropertyId &property_id) const override
Returns a Task producing a Property corresponding to the given PropertyId.
Definition
ErrorEllipseTaskFactory.cpp:30
SourceXtractor::ErrorEllipseTaskFactory::~ErrorEllipseTaskFactory
virtual ~ErrorEllipseTaskFactory()=default
Destructor.
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.15.0