SourceXtractorPlusPlus
1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SEImplementation
SEImplementation
Plugin
ShapeParameters
ShapeParametersTask.h
Go to the documentation of this file.
1
17
/*
18
* ShapeParametersTask.h
19
*
20
* Created on: Jan 27, 2017
21
* Author: mschefer
22
*/
23
24
#ifndef _SEIMPLEMENTATION_PLUGIN_SHAPEPARAMETERS_SHAPEPARAMETERSTASK_H_
25
#define _SEIMPLEMENTATION_PLUGIN_SHAPEPARAMETERS_SHAPEPARAMETERSTASK_H_
26
27
#include "
SEFramework/Task/SourceTask.h
"
28
29
namespace
SourceXtractor
{
30
31
class
ShapeParametersTask
:
public
SourceTask
{
32
33
public
:
34
35
virtual
~ShapeParametersTask
() =
default
;
36
37
void
computeProperties
(
SourceInterface
& source)
const override
;
38
39
private
:
40
41
};
42
43
}
44
45
#endif
/* _SEIMPLEMENTATION_PLUGIN_SHAPEPARAMETERS_SHAPEPARAMETERSTASK_H_ */
SourceTask.h
SourceXtractor::ShapeParametersTask
Definition
ShapeParametersTask.h:31
SourceXtractor::ShapeParametersTask::computeProperties
void computeProperties(SourceInterface &source) const override
Computes one or more properties for the Source.
Definition
ShapeParametersTask.cpp:36
SourceXtractor::ShapeParametersTask::~ShapeParametersTask
virtual ~ShapeParametersTask()=default
SourceXtractor::SourceInterface
The SourceInterface is an abstract "source" that has properties attached to it.
Definition
SourceInterface.h:46
SourceXtractor::SourceTask
A Task that acts on a Source to compute one or more properties.
Definition
SourceTask.h:36
SourceXtractor
Definition
Aperture.h:30
Generated by
1.14.0