SourceXtractorPlusPlus
0.19
SourceXtractor++, the next generation SExtractor
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
SEImplementation
SEImplementation
Plugin
ErrorEllipse
ErrorEllipseTask.h
Go to the documentation of this file.
1
17
/*
18
* ErrorEllipseTask.h
19
*
20
* Created on: Feb 11 2022
21
* Author: mkuemmel
22
*/
23
24
#ifndef _SEIMPLEMENTATION_PLUGIN_ERRORELLIPSE_ERRORELLIPSETASK_H_
25
#define _SEIMPLEMENTATION_PLUGIN_ERRORELLIPSE_ERRORELLIPSETASK_H_
26
27
#include "
SEFramework/Task/SourceTask.h
"
28
29
namespace
SourceXtractor {
30
31
class
ErrorEllipseTask
:
public
SourceTask
{
32
33
public
:
34
35
virtual
~ErrorEllipseTask
() =
default
;
36
37
void
computeProperties
(
SourceInterface
& source)
const override
;
38
39
private
:
40
41
};
42
43
}
44
45
#endif
/* _SEIMPLEMENTATION_PLUGIN_ERRORELLIPSE_ERRORELLIPSETASK_H_ */
SourceXtractor::SourceTask
A Task that acts on a Source to compute one or more properties.
Definition:
SourceTask.h:36
SourceTask.h
SourceXtractor::ErrorEllipseTask::~ErrorEllipseTask
virtual ~ErrorEllipseTask()=default
SourceXtractor::ErrorEllipseTask
Definition:
ErrorEllipseTask.h:31
SourceXtractor::SourceInterface
The SourceInterface is an abstract "source" that has properties attached to it.
Definition:
SourceInterface.h:46
SourceXtractor::ErrorEllipseTask::computeProperties
void computeProperties(SourceInterface &source) const override
Computes one or more properties for the Source.
Definition:
ErrorEllipseTask.cpp:37
Generated by
1.8.5